Add an 8th test, against HP-UX.
[gnulib.git] / ChangeLog
1 2007-03-05  Bruno Haible  <bruno@clisp.org>
2
3         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4
5 2007-03-05  Bruno Haible  <bruno@clisp.org>
6
7         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
8         NetBSD 4, from Ralf Wildenhues.
9
10 2007-03-04  Bruno Haible  <bruno@clisp.org>
11
12         * lib/vasprintf.h: Update #if logic for the case when the functions
13         exist but are overridden.
14
15 2007-03-04  Bruno Haible  <bruno@clisp.org>
16
17         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
18         implementations: glibc-2.4 and MacOS X 10.3.
19         * tests/test-vasnprintf-posix.c (test_function): Test also the case
20         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
21         * tests/test-vasprintf-posix.c (test_function): Likewise.
22
23 2007-03-04  Bruno Haible  <bruno@clisp.org>
24
25         * modules/vasprintf-posix-tests: New file.
26         * tests/test-vasprintf-posix.c: New file.
27
28         * modules/vasprintf-posix: New file.
29         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
30         defined.
31         * m4/vasprintf-posix.m4: New file.
32         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
33         gl_FUNC_VASPRINTF.
34         (gl_FUNC_VASPRINTF): Invoke it.
35         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
36         here.
37         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
38
39 2007-03-04  Bruno Haible  <bruno@clisp.org>
40
41         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
42         REPLACE_GETTIMEOFDAY.
43         * modules/sys_time (Makefile.am): Likewise.
44         * m4/sys_time_h.m4: Likewise.
45         * m4/gettimeofday.m4: Likewise.
46
47 2007-03-04  Bruno Haible  <bruno@clisp.org>
48
49         * modules/vasnprintf-posix-tests: New file.
50         * tests/test-vasnprintf-posix.c: New file.
51
52         * modules/vasnprintf-posix: New file.
53         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
54         printf-frexpl.h.
55         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
56         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
57         REPLACE_VASNPRINTF is defined.
58         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
59         gl_FUNC_VASNPRINTF.
60         (gl_FUNC_VASNPRINTF): Invoke it.
61         * m4/vasnprintf-posix.m4: New file.
62         * m4/printf.m4: New file.
63
64 2007-03-04  Bruno Haible  <bruno@clisp.org>
65
66         Compile progreloc.c only if --enable-relocatable is specified.
67         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
68         if --enable-relocatable was specified.
69         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
70         lib_SOURCES.
71
72 2007-03-04  Jim Meyering  <jim@meyering.net>
73
74         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
75         Use it consistently, rather than enumerating errno constants.
76
77 2007-03-04  Bruno Haible  <bruno@clisp.org>
78
79         * modules/xvasprintf-tests: New file.
80         * tests/test-xvasprintf.c: New file.
81
82         * modules/vasprintf-tests: New file.
83         * tests/test-vasprintf.c: New file.
84
85         * modules/vasnprintf-tests: New file.
86         * tests/test-vasnprintf.c: New file.
87
88         * modules/vsnprintf-tests: New file.
89         * tests/test-vsnprintf.c: New file.
90
91         * modules/snprintf-tests: New file.
92         * tests/test-snprintf.c: New file.
93
94 2007-03-04  Bruno Haible  <bruno@clisp.org>
95
96         Compile relocatable.c only if --enable-relocatable is specified.
97         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
98         gl_RELOCATABLE_LIBRARY.
99         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
100         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
101         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
102         gl_RELOCATABLE_LIBRARY.
103         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
104         (Makefile.am): Remove lib_SOURCES.
105         * modules/relocatable-lib-lgpl (configure.ac): Invoke
106         gl_RELOCATABLE_LIBRARY.
107         (Makefile.am): Remove lib_SOURCES.
108         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
109         always.
110         * modules/relocatable-prog-wrapper (configure.ac): Invoke
111         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
112
113 2007-03-04  Bruno Haible  <bruno@clisp.org>
114
115         * modules/argmatch-tests: New file.
116         * tests/test-argmatch.c: New file.
117
118         * tests/test-allocsa.c (main): Halve the number of loop runs.
119
120         * modules/alloca-opt-tests: New file.
121         * tests/test-alloca-opt.c: New file.
122
123 2007-03-04  Jim Meyering  <jim@meyering.net>
124
125         Work around difference between Linux ACLs and Solaris 10 ZFS.
126         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
127         for EINVAL.
128
129 2007-03-03  Bruno Haible  <bruno@clisp.org>
130
131         * modules/relocatable-prog (Depends-on): Add back progreloc's
132         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
133
134 2007-03-03  Bruno Haible  <bruno@clisp.org>
135
136         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
137         * modules/relocatable-lib: New file.
138
139 2007-03-03  Bruno Haible  <bruno@clisp.org>
140
141         * modules/relocatable-prog: Renamed from modules/relocatable.
142         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
143
144 2007-03-03  Bruno Haible  <bruno@clisp.org>
145
146         * modules/relocatable-script (Files): Add doc/relocatable.texi,
147         m4/relocatable-lib.m4.
148         (Depends-on): Remove 'relocatable'.
149         (configure.ac): Add gl_RELOCATABLE_NOP.
150
151 2007-03-03  Bruno Haible  <bruno@clisp.org>
152
153         * modules/relocatable-prog-wrapper: New file.
154         * modules/relocatable (Depends-on): Add it. Remove all other
155         dependencies except progname.
156         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
157
158         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
159         (gl_FUNC_STRERROR): Nop.
160         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
161
162         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
163         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
164
165         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
166         (gl_FUNC_READLINK): Update.
167
168         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
169
170 2007-03-03  Bruno Haible  <bruno@clisp.org>
171
172         * lib/xreadlink.c: Include <unistd.h> unconditionally.
173         * modules/xreadlink (Depends-on): Add unistd.
174         * modules/xreadlink-with-size (Depends-on): Likewise.
175
176 2007-03-03  Bruno Haible  <bruno@clisp.org>
177
178         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
179         extracted from gt_FUNC_SETENV.
180         (gt_FUNC_SETENV): Remove macro.
181         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
182         remove gt_FUNC_SETENV.
183
184 2007-03-03  Bruno Haible  <bruno@clisp.org>
185
186         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
187         ENABLE_RELOCATABLE here.
188         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
189
190 2007-03-03  Bruno Haible  <bruno@clisp.org>
191
192         * modules/rbtreehash-list-tests (Depends-on): Add progname.
193         * tests/test-rbtreehash_list.c: Include progname.h.
194         (main): Call set_program_name.
195
196         * modules/rbtree-oset-tests (Depends-on): Add progname.
197         * tests/test-rbtree_oset.c: Include progname.h.
198         (main): Call set_program_name.
199
200         * modules/rbtree-list-tests (Depends-on): Add progname.
201         * tests/test-rbtree_list.c: Include progname.h.
202         (main): Call set_program_name.
203
204         * modules/linked-list-tests (Depends-on): Add progname.
205         * tests/test-linked_list.c: Include progname.h.
206         (main): Call set_program_name.
207
208 2007-03-03  Bruno Haible  <bruno@clisp.org>
209
210         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
211         All uses of __restrict changed to _Restrict_.
212         * lib/glob_.h (__restrict): Remove macro.
213
214 2007-03-02  Bruno Haible  <bruno@clisp.org>
215
216         * modules/gettext (configure.ac): Require gettext infrastructure
217         from version 0.16.1.
218
219 2007-03-02  Bruno Haible  <bruno@clisp.org>
220
221         * modules/linkedhash-list-tests (Depends-on): Add progname.
222         * tests/test-linkedhash_list.c: Include progname.h.
223         (main): Call set_program_name.
224
225         * modules/carray-list-tests (Depends-on): Add progname.
226         * tests/test-carray_list.c: Include progname.h.
227         (main): Call set_program_name.
228
229         * modules/avltreehash-list-tests (Depends-on): Add progname.
230         * tests/test-avltreehash_list.c: Include progname.h.
231         (main): Call set_program_name.
232
233         * modules/avltree-oset-tests (Depends-on): Add progname.
234         * tests/test-avltree_oset.c: Include progname.h.
235         (main): Call set_program_name.
236
237         * modules/avltree-list-tests (Depends-on): Add progname.
238         * tests/test-avltree_list.c: Include progname.h.
239         (main): Call set_program_name.
240
241         * modules/array-oset-tests (Depends-on): Add progname.
242         * tests/test-array_oset.c: Include progname.h.
243         (main): Call set_program_name.
244
245         * modules/array-list-tests (Depends-on): Add progname.
246         * tests/test-array_list.c: Include progname.h.
247         (main): Call set_program_name.
248
249         * modules/argp-tests (Depends-on): Add progname.
250         * tests/test-argp.c: Include argp.h first. Include progname.h.
251         (main): Call set_program_name.
252
253 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
254
255         * doc/gnulib-tool.texi (Initial import): Reword description of
256         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
257         limited effect even if defined after the first system include.
258
259 2007-03-01  Bruno Haible  <bruno@clisp.org>
260
261         * build-aux/config.libpath: Update to libtool-1.5.22.
262         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
263
264 2007-03-01  Bruno Haible  <bruno@clisp.org>
265
266         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
267         foo_CFLAGS.
268         Reported by Ralf Wildenhues.
269
270 2007-03-01  Bruno Haible  <bruno@clisp.org>
271
272         * build-aux/install-reloc: Remove object files left over by some
273         compilers.
274         Reported by Ralf Wildenhues.
275
276 2007-03-01  Bruno Haible  <bruno@clisp.org>
277
278         * build-aux/install-reloc: Break long lines.
279
280 2007-03-01  Bruno Haible  <bruno@clisp.org>
281
282         * doc/relocatable.texi: Document that it may not work on OpenBSD.
283         Reported by Ralf Wildenhues.
284
285 2007-03-01  Bruno Haible  <bruno@clisp.org>
286
287         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
288         include ordering constraints.
289
290 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
291
292         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
293         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
294         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
295         as another example.
296         * lib/time_.h: Fix misspelling.
297         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
298         Require gl_HEADER_TIME_H_DEFAULTS.
299         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
300         * m4/time_r.m4 (gl_TIME_R): Likewise.
301         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
302
303 2007-03-01  Bruno Haible  <bruno@clisp.org>
304
305         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
306         * m4/utimens.m4 (gl_UTIMENS): Likewise.
307
308 2007-03-01  Jim Meyering  <jim@meyering.net>
309
310         * modules/xreadlink (Maintainer): Add my name.
311         * modules/xreadlink-with-size (Depends-on): Alphabetize.
312
313 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
314             Bruno Haible  <bruno@clisp.org>
315
316         * build-aux/install-reloc: Compile also c-ctype.c.
317         * build-aux/relocatable.sh.in: New file.
318         * doc/relocatable.texi: New file.
319         * doc/relocatable-maint.texi: New file.
320         * doc/gnulib.texi: Include relocatable-maint.texi.
321         * lib/progreloc.c: Include unistd.h unconditionally.
322         * lib/relocwrapper.c: Include unistd.h unconditionally.
323         Include c-ctype.h.
324         (add_dotbin): Use c_tolower.
325         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
326         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
327         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
328         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
329         to m4/relocatable-lib.m4.
330         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
331         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
332         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
333         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
334         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
335         * modules/relocatable: New file.
336         * modules/relocatable-lib: New file.
337         * modules/relocatable-script: New file.
338
339 2007-02-28  Bruno Haible  <bruno@clisp.org>
340
341         Import --enable-relocatable infrastructure.
342         * build-aux/config.libpath: New file, from GNU gettext.
343         * build-aux/install-reloc: New file, from GNU gettext.
344         * build-aux/reloc-ldflags: New file, from GNU gettext.
345         * lib/relocatable.h: New file, from GNU gettext.
346         * lib/relocatable.c: New file, from GNU gettext.
347         * lib/relocwrapper.c: New file, from GNU gettext.
348         * m4/relocatable.m4: New file, from GNU gettext.
349
350 2007-02-28  Bruno Haible  <bruno@clisp.org>
351
352         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
353
354         * modules/xreadlink: New file, from GNU gettext with modifications.
355         * lib/xreadlink.c: New file, from GNU gettext.
356         * lib/xreadlink.h: Add comments.
357         (xreadlink): New declaration.
358
359         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
360         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
361         lib/xreadlink-with-size.c.
362         (configure.ac): Remove gl_XREADLINK invocation.
363         (Makefile.am): Augment lib_SOURCES.
364         * m4/xreadlink.m4: Remove file.
365         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
366         (xreadlink_with_size): Renamed from xreadink.
367         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
368         * modules/canonicalize (Depends-on): Replace xreadlink with
369         xreadlink-with-size.
370         * lib/canonicalize.c (canonicalize_filename_mode): Update.
371
372 2007-02-25  Jim Meyering  <jim@meyering.net>
373
374         * build-aux/announce-gen: When complaining about excess arguments,
375         list them.
376
377 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
378
379         * README: Document signed integer overflow situation more
380         accurately.
381
382 2007-02-25  Bruno Haible  <bruno@clisp.org>
383
384         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
385         'a' or 'A' conversion.
386
387 2007-02-25  Bruno Haible  <bruno@clisp.org>
388
389         * modules/filename: Renamed from modules/pathname.
390         (Files): Replace lib/pathname.h with lib/filename.h. Replace
391         lib/concatpath.c with lib/concat-filename.c.
392         (Makefile.am): Update.
393         (Include): Replace pathname.h with filename.h.
394         * lib/filename.h: Renamed from lib/pathname.h.
395         (concatenated_filename): Renamed from concatenated_pathname.
396         * lib/concat-filename.c: Renamed from lib/concatpath.c.
397         (concatenated_filename): Renamed from concatenated_pathname.
398         * lib/findprog.c: Include filename.h instead of pathname.h.
399         (find_in_path): Update.
400         * lib/javacomp.c: Include filename.h instead of pathname.h.
401         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
402         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
403         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
404         is_oldgcj_14_13_usable, is_javac_usable): Update.
405         * lib/javaexec.c: Include filename.h instead of pathname.h.
406         (execute_java_class): Update.
407         * modules/findprog: Update.
408         * modules/javacomp: Update.
409         * modules/javaexec: Update.
410         * MODULES.html.sh (File system functions): Add 'filename', remove
411         'pathname'.
412
413 2007-02-25  Bruno Haible  <bruno@clisp.org>
414
415         * modules/printf-frexpl-tests: New file.
416         * tests/test-printf-frexpl.c: New file.
417
418         * modules/printf-frexpl: New file.
419         * lib/printf-frexpl.h: New file.
420         * lib/printf-frexpl.c: New file.
421         * m4/printf-frexpl.m4: New file.
422
423 2007-02-25  Bruno Haible  <bruno@clisp.org>
424
425         * modules/printf-frexp-tests: New file.
426         * tests/test-printf-frexp.c: New file.
427
428         * modules/printf-frexp: New file.
429         * lib/printf-frexp.h: New file.
430         * lib/printf-frexp.c: New file.
431         * m4/printf-frexp.m4: New file.
432
433 2007-02-25  Bruno Haible  <bruno@clisp.org>
434
435         Assume automake >= 1.10 for the tests.
436         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
437         * modules/arctwo-tests: Likewise.
438         * modules/argp-tests: Likewise.
439         * modules/avltree-list-tests: Likewise.
440         * modules/avltree-oset-tests: Likewise.
441         * modules/avltreehash-list-tests: Likewise.
442         * modules/carray-list-tests: Likewise.
443         * modules/crc-tests: Likewise.
444         * modules/des-tests: Likewise.
445         * modules/gc-arcfour-tests: Likewise.
446         * modules/gc-arctwo-tests: Likewise.
447         * modules/gc-des-tests: Likewise.
448         * modules/gc-hmac-md5-tests: Likewise.
449         * modules/gc-hmac-sha1-tests: Likewise.
450         * modules/gc-md2-tests: Likewise.
451         * modules/gc-md4-tests: Likewise.
452         * modules/gc-md5-tests: Likewise.
453         * modules/gc-pbkdf2-sha1-tests: Likewise.
454         * modules/gc-rijndael-tests: Likewise.
455         * modules/gc-sha1-tests: Likewise.
456         * modules/gc-tests: Likewise.
457         * modules/getaddrinfo-tests: Likewise.
458         * modules/hmac-md5-tests: Likewise.
459         * modules/hmac-sha1-tests: Likewise.
460         * modules/linked-list-tests: Likewise.
461         * modules/linkedhash-list-tests: Likewise.
462         * modules/lock-tests: Likewise.
463         * modules/md2-tests: Likewise.
464         * modules/md4-tests: Likewise.
465         * modules/md5-tests: Likewise.
466         * modules/rbtree-list-tests: Likewise.
467         * modules/rbtree-oset-tests: Likewise.
468         * modules/rbtreehash-list-tests: Likewise.
469         * modules/read-file-tests: Likewise.
470         * modules/rijndael-tests: Likewise.
471         * modules/stdint-tests: Likewise.
472         * modules/tls-tests: Likewise.
473
474 2007-02-24  Bruno Haible  <bruno@clisp.org>
475
476         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
477         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
478         function; instead check whether isnan with a double argument links.
479         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
480         function; instead check whether isnan with a 'long double' argument
481         links.
482         Reported by Eric Blake <ebb9@byu.net>.
483
484 2007-02-24  Bruno Haible  <bruno@clisp.org>
485
486         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
487         defined.
488         * lib/isnanl.c: Remove all code. Just include isnan.c.
489         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
490
491 2007-02-25  Jim Meyering  <jim@meyering.net>
492
493         Avoid conflicting types for 'unsetenv' on FreeBSD.
494         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
495         conflicting with FreeBSD's (5.0 and 6.1) function declaration
496         in stdlib.h.
497
498 2007-02-24  Bruno Haible  <bruno@clisp.org>
499
500         * modules/isnanl-nolibm-tests: New file.
501         * tests/test-isnanl.c: New file.
502
503         * modules/isnanl-nolibm: New file.
504         * lib/isnanl.h: New file.
505         * lib/isnanl.c: New file.
506         * m4/isnanl.m4: New file.
507
508 2007-02-24  Bruno Haible  <bruno@clisp.org>
509
510         * modules/isnan-nolibm-tests: New file.
511         * tests/test-isnan.c: New file.
512
513         * modules/isnan-nolibm: New file.
514         * lib/isnan.h: New file.
515         * lib/isnan.c: New file.
516         * m4/isnan.m4: New file.
517
518 2007-02-24  Bruno Haible  <bruno@clisp.org>
519
520         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
521         assume that an exponent fits in 20 bits.
522
523 2007-02-24  Jim Meyering  <jim@meyering.net>
524
525         * m4/regex.m4: Update the description of the configure-time option,
526         --without-included-regex, to state accurately what the defaults are,
527         and perhaps to give people an idea why using this option is risky.
528
529 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
530
531         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
532         loops on small arguments.  This attempts to avoid the problem
533         Bruno Haible reported for AIX 4.3.2 in
534         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
535
536 2007-02-23  Bruno Haible  <bruno@clisp.org>
537
538         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
539         Needed for help2man.
540
541 2007-02-23  Karl Berry  <karl@gnu.org>
542
543         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
544         exists, foo.h should be cvs-ignored, not committed.
545
546 2007-02-23  Eric Blake  <ebb9@byu.net>
547
548         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
549         * lib/stat-time.h (includes): Likewise.
550         * lib/utimecmp.c (includes): Likewise.
551         * lib/utimens.h (includes): Likewise.
552         * lib/getdate.y (includes): Also include "timespec.h" for use
553         internal to the module.
554         * modules/utimens (Depends-on): Revert yesterday's patch.
555         * modules/nanosleep (Depends-on): Add missing dependency.
556
557 2007-02-22  Bruno Haible  <bruno@clisp.org>
558
559         * lib/glob.c: Don't include getlogin_r.h.
560
561 2007-02-22  Jim Meyering  <jim@meyering.net>
562
563         * modules/utimens (Depends-on): Add timespec, required for
564         utimens.h's inclusion of timespec.h.
565
566 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
567
568         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
569         long unreadable paths in GNU/Linux.  Problem reported by Andreas
570         Schwab in
571         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
572         I'll try to think of a better way to fix the Solaris problem.
573
574         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
575         like glibc; on Solaris 10, it fails with errno == EINVAL.
576         POSIX says the behavior is unspecified if the first argument is NULL,
577         so play it safe and never pass NULL to the system getcwd.
578
579 2007-02-21  Jim Meyering  <jim@meyering.net>
580
581         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
582         of gettimeofday.  It would conflict with the one now always
583         provided via sys_time_.h.  Reported by Matthew Woehlke, as
584         an IRIX 6.5 build failure.
585
586 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
587
588         Minor fixups to port to Solaris 10 with Sun C 5.8.
589         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
590         * modules/getcwd (Depends-on): Add dirfd.
591         * lib/putenv.c (putenv): #undef it.
592         (rpl_putenv): New decl.
593         (malloc, free): Include <stdlib.h> rather than prototyping separately.
594
595 2007-02-20  Bruno Haible  <bruno@clisp.org>
596
597         * modules/stdio-tests: New file.
598         * tests/test-stdio.c: New file.
599
600         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
601         (Depends-on): Add stdio.
602         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
603         (Include): Use <stdio.h> instead of vsnprintf.h.
604         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
605         HAVE_DECL_VSNPRINTF.
606         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
607
608         * modules/snprintf (Files): Remove lib/snprintf.h.
609         (Depends-on): Add stdio.
610         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
611         (Include): Use <stdio.h> instead of snprintf.h.
612         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
613         HAVE_DECL_SNPRINTF.
614         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
615         * lib/getaddrinfo.c: Likewise.
616
617         * modules/stdio: New file.
618         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
619         * lib/snprintf.h: Remove file.
620         * lib/vsnprintf.h: Remove file.
621         * lib/.cppi-disable: Remove snprintf.h.
622         * m4/stdio_h.m4: New file.
623         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
624
625 2007-02-20  Jim Meyering  <jim@meyering.net>
626
627         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
628         used by e.g., mingw.  From Bruno Haible.
629
630 2007-02-19  Bruno Haible  <bruno@clisp.org>
631
632         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
633         warnings.
634         Reported by Ben Pfaff <blp@cs.stanford.edu>.
635
636 2007-02-19  Bruno Haible  <bruno@clisp.org>
637
638         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
639         from mingw users.
640
641 2007-02-19  Bruno Haible  <bruno@clisp.org>
642
643         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
644         warnings.
645         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
646
647 2007-02-19  Jim Meyering  <jim@meyering.net>
648
649         Don't use FD after a successful "fdopendir (fd)".
650         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
651         Reset it by calling dirfd on the just-obtained DIR*.
652
653         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
654         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
655
656 2007-02-18  Bruno Haible  <bruno@clisp.org>
657
658         * lib/readlink.c: Include <unistd.h>.
659         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
660         HAVE_READLINK.
661         * modules/readlink (Depends-on): Add unistd.
662         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
663         (Include): Add <unistd.h>.
664
665         * lib/getlogin_r.h: Remove file.
666         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
667         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
668         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
669         HAVE_DECL_GETLOGIN_R.
670         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
671         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
672         (Include): Use <unistd.h> instead of getlogin_r.h.
673
674         * lib/getcwd.h: Remove file.
675         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
676         * lib/xgetcwd.c: Likewise.
677         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
678         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
679         * modules/getcwd (Files): Remove lib/getcwd.h.
680         (Depends-on): Add unistd.
681         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
682         (Include): Use <unistd.h> instad of getcwd.h.
683
684         * lib/ftruncate.c: Include <unistd.h> first.
685         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
686         Set HAVE_FTRUNCATE.
687         * modules/ftruncate (Depends-on): Add unistd.
688         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
689
690         * lib/fchdir.c: Include <unistd.h> first.
691         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
692         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
693         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
694         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
695         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
696
697         * lib/dup2.c: Include <unistd.h> first.
698         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
699         HAVE_DUP2.
700         * modules/dup2 (Depends-on): Add unistd.
701         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
702
703         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
704         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
705         REPLACE_CHOWN. Don't define chown as a macro here.
706         * modules/chown (Depends-on): Add unistd.
707         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
708
709         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
710         Add definition for GL_LINK_WARNING.
711         (chown, dup2): New declarations.
712         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
713         link warning.
714         (ftruncate): New declaration.
715         (getcwd): New declaration, taken from old getcwd.h.
716         (getlogin_r): New declaration, taken from old getlogin_r.h.
717         (readlink): New declaration.
718         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
719         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
720         (gl_PREREQ_UNISTD): Remove macro.
721         (gl_UNISTD_MODULE_INDICATOR): New macro.
722         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
723         many new variables. Don't set UNISTD_H.
724         * modules/unistd (Description): Change.
725         (Depends-on): Add link-warning.
726         (configure.ac): Update.
727         (Makefile.am): Create unistd.h always. Substitute many new variables
728         into it.
729
730 2007-02-18  Bruno Haible  <bruno@clisp.org>
731
732         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
733         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
734         HAVE_GETSUBOPT.
735         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
736         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
737         * lib/getsubopt.h: Remove file.
738         * modules/getsubopt (Files): Remove lib/getsubopt.h.
739         (Depends-on): Add stdlib.
740         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
741         (Includes): Use <stdlib.h> instead of getsubopt.h.
742         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
743         Set HAVE_GETSUBOPT.
744         * lib/getsubopt.c: Don't include getsubopt.h.
745
746 2007-02-18  Bruno Haible  <bruno@clisp.org>
747
748         * modules/fchdir (Depends-on): Add dup2.
749
750 2007-02-18  Bruno Haible  <bruno@clisp.org>
751
752         * lib/stdlib_.h: Handle glibc's special invocation convention
753         specially.
754
755 2007-02-18  Bruno Haible  <bruno@clisp.org>
756
757         * modules/stdlib-tests: New file.
758         * tests/test-stdlib.c: New file.
759
760         * modules/mkstemp (Files): Remove lib/mkstemp.h.
761         (Depends-on): Add stdlib.
762         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
763         (Includes): Use <stdlib.h> instead of mkstemp.h.
764         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
765         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
766         * lib/mkstemp.c: Don't include mkstemp.h.
767         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
768         * lib/stdlib--.h: Don't include mkstemp.h.
769
770         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
771         (Depends-on): Add stdlib.
772         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
773         (Includes): Use <stdlib.h> instead of mkdtemp.h.
774         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
775         HAVE_MKDTEMP.
776         * lib/mkdtemp.c: Don't include mkdtemp.h.
777         * lib/clean-temp.c: Don't include mkdtemp.h.
778
779         * modules/exit (Files): Remove lib/exit.h.
780         (Depends-on): Add stdlib.
781         (Makefile.am): Remove lib_SOURCES.
782         (Include): Use <stdlib.h> instead of exit.h.
783         * lib/argmatch.c: Don't include exit.h.
784         * lib/execute.c: Likewise.
785         * lib/pagealign_alloc.c: Likewise.
786         * lib/pipe.c: Likewise.
787         * lib/wait-process.c: Likewise.
788         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
789         * lib/exitfail.c: Likewise.
790         * lib/savewd.c: Likewise.
791         * lib/xsetenv.c: Likewise.
792
793         * modules/stdlib: New file.
794         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
795         and extra comments about mkstemp().
796         * lib/exit.h: Remove file.
797         * lib/mkdtemp.h: Remove file.
798         * lib/mkstemp.h: Remove file.
799         * m4/stdlib_h.m4: New file.
800         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
801
802 2007-02-18  Bruno Haible  <bruno@clisp.org>
803
804         * modules/math-tests: New file.
805         * tests/test-math.c: New file.
806
807         * modules/math: New file.
808         * modules/mathl (Files): Remove lib/mathl.h.
809         (Depends-on): Add math.
810         (Makefile.am): Don't mention mathl.h.
811         (Include): Use <math.h> instead of mathl.h.
812         * lib/math_.h: New file.
813         * lib/mathl.h: Remove file.
814         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
815         mathl.h.
816         * lib/asinl.c: Likewise.
817         * lib/atanl.c: Likewise.
818         * lib/ceill.c: Likewise.
819         * lib/cosl.c: Likewise.
820         * lib/expl.c: Likewise.
821         * lib/floorl.c: Likewise.
822         * lib/frexpl.c: Likewise.
823         * lib/ldexpl.c: Likewise.
824         * lib/logl.c: Likewise.
825         * lib/sincosl.c: Likewise.
826         * lib/sinl.c: Likewise.
827         * lib/sqrtl.c: Likewise.
828         * lib/tanl.c: Likewise.
829         * lib/trigl.c: Likewise.
830         * m4/math_h.m4: New file.
831         * MODULES.html.sh (Mathematics): Add math.
832
833 2007-02-17  Bruno Haible  <bruno@clisp.org>
834
835         * modules/wctype-tests: New file.
836         * tests/test-wctype.c: New file.
837
838         * modules/wchar-tests: New file.
839         * tests/test-wchar.c: New file.
840
841         * modules/unistd-tests: New file.
842         * tests/test-unistd.c: New file.
843
844         * modules/time-tests: New file.
845         * tests/test-time.c: New file.
846
847         * modules/sysexits-tests: New file.
848         * tests/test-sysexits.c: New file.
849
850         * modules/sys_time-tests: New file.
851         * tests/test-sys_time.c: New file.
852
853         * modules/sys_stat-tests: New file.
854         * tests/test-sys_stat.c: New file.
855
856         * modules/sys_socket-tests: New file.
857         * tests/test-sys_socket.c: New file.
858
859         * modules/sys_select-tests: New file.
860         * tests/test-sys_select.c: New file.
861
862         * modules/string-tests: New file.
863         * tests/test-string.c: New file.
864
865         * modules/stdbool-tests: New file.
866         * tests/test-stdbool.c: New file.
867
868         * modules/netinet_in-tests: New file.
869         * tests/test-netinet_in.c: New file.
870
871         * modules/inttypes-tests: New file.
872         * tests/test-inttypes.c: New file.
873
874         * modules/fcntl-tests: New file.
875         * tests/test-fcntl.c: New file.
876
877         * modules/byteswap-tests: New file.
878         * tests/test-byteswap.c: New file.
879
880         * modules/arpa_inet-tests: New file.
881         * tests/test-arpa_inet.c: New file.
882
883 2007-02-17  Bruno Haible  <bruno@clisp.org>
884
885         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
886         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
887         if the corresponding module is not enabled. Emit link warnings if
888         the function is used nevertheless.
889         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
890         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
891         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
892         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
893         * modules/inttypes (Depends-on): Add link-warning.
894         (Makefile.am): Copy the contents of build-aux/link-warning.h into
895         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
896         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
897         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
898         * modules/imaxdiv (configure.ac): Likewise.
899         * modules/strtoimax (configure.ac): Likewise.
900         * modules/strtoumax (configure.ac): Likewise.
901
902 2007-02-17  Bruno Haible  <bruno@clisp.org>
903
904         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
905         gl_STRING_MODULE_INDICATOR_DEFAULTS.
906         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
907         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
908
909 2007-02-17  Bruno Haible  <bruno@clisp.org>
910
911         * modules/link-warning: New file.
912         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
913         * lib/string_.h (GL_LINK_WARNING): Remove definition.
914         * modules/string (Depends-on): Add link-warning.
915         (Makefile.am): Copy the contents of build-aux/link-warning.h into
916         string.h.
917         * MODULES.html.sh (Support for building libraries and executables): Add
918         link-warning.
919
920 2007-02-17  Bruno Haible  <bruno@clisp.org>
921
922         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
923         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
924         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
925         long lines.
926
927 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
928             Bruno Haible  <bruno@clisp.org>
929
930         * modules/tmpfile: New file.
931         * lib/tmpfile.c: New file.
932         * m4/tmpfile.m4: New file.
933         * MODULES.html.sh (func_all_modules): New section "Input/output".
934
935 2007-02-15  Bruno Haible  <bruno@clisp.org>
936
937         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
938         (supports_delete_on_close): New function.
939         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
940
941 2007-02-14  Bruno Haible  <bruno@clisp.org>
942
943         * modules/mbspcasecmp-tests: New file.
944         * tests/test-mbspcasecmp.sh: New file.
945         * tests/test-mbspcasecmp.c: New file.
946
947         New module mbspcasecmp.
948         * modules/mbspcasecmp: New file.
949         * lib/mbspcasecmp.c: New file.
950         * lib/string_.h (strncasecmp): Change warning message.
951         (mbspcasecmp): New declaration.
952         * m4/mbspcasecmp.m4: New file.
953         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
954         GNULIB_MBSPCASECMP.
955         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
956         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
957
958 2007-02-14  Bruno Haible  <bruno@clisp.org>
959
960         * modules/mbsncasecmp-tests: New file.
961         * tests/test-mbsncasecmp.sh: New file.
962         * tests/test-mbsncasecmp.c: New file.
963
964         New module mbsncasecmp.
965         * modules/mbsncasecmp: New file.
966         * lib/mbsncasecmp.c: New file.
967         * lib/string_.h (mbsncasecmp): New declaration.
968         * m4/mbsncasecmp.m4: New file.
969         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
970         GNULIB_MBSNCASECMP.
971         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
972         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
973
974 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
975
976         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
977         Verify that it doesn't overlap with our flags.
978         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
979         do not have the desired effect in multibyte locales; instead, use
980         mbscasecmp.
981         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
982         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
983         we don't require GNU fnmatch ourselves (if our users require it, they
984         should do so explicitly).
985
986         Fix regex code so it doesn't rely on strcasecmp.
987         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
988         Otherwise, include gnulib's langinfo.h.
989         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
990         undesirable behavior in non-C locales.  Instead, rely on localecharset.
991         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
992         * modules/regex (FILES): Remove m4/codeset.m4.
993         (Depends-on): Add localcharset.  Remove strcase.
994
995 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
996
997         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
998         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
999
1000 2007-02-13  Bruno Haible  <bruno@clisp.org>
1001
1002         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
1003         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1004
1005 2007-02-12  Bruno Haible  <bruno@clisp.org>
1006
1007         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1008         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
1009         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
1010         time warning rather than a link error.
1011
1012 2007-02-12  Bruno Haible  <bruno@clisp.org>
1013
1014         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
1015         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
1016         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1017
1018 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1019
1020         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
1021         args, not 2.
1022
1023 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1024
1025         New module 'time', so that apps can include <time.h> as per
1026         POSIX and GNU instead of separate include files like time_r.h
1027         and timegm.h.  This implementation tries out a simpler approach
1028         for replacing decls in standard include files (as compared to
1029         the string module), somewhat as an experiment.
1030
1031         * config/srclist.txt: Comment out mktime.c for now.
1032         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
1033         since it doesn't apply any more.  Use generic wording instead.
1034         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
1035         'time'.
1036         * lib/time_.h, m4/time_h.m4, modules/time: New files.
1037         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
1038         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
1039         Don't include <sys/types.h>; no longer needed since we assume C89.
1040         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
1041         * lib/strftime.c: Likewise.
1042         * lib/time_r.c: Likewise.
1043         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
1044         * lib/nanosleep.c: Include <time.h> first, to check interface.
1045         * lib/strptime.c: Likewise.
1046         * lib/time_r.c: Likewise.
1047         * lib/timegm.c: Likewise.
1048         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
1049         needed.
1050         * lib/timegm.c: Don't include timegm.h; no longer needed.
1051         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
1052         time.h now handles any problems in that area.
1053         (struct timespec, nanosleep): Remove; time.h now arranges for these.
1054         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
1055         that time.h defines struct timespec.
1056         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
1057         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
1058         handles that.
1059         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
1060         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
1061         needed.  Set REPLACE_LOCALTIME.
1062         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
1063         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
1064         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
1065         nanosleep; time_h.m4 now does that.  Don't require
1066         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
1067         module handles this now.
1068         * modules/getdate (Depends-on): Remove timespec.  Add time.
1069         * modules/nanosleep (Depends-on): Likewise.
1070         * modules/stat-time (Depends-on): Likewise.
1071         * modules/nanosleep (Include): Include time.h, not timespec.h.
1072         * modules/strptime (Files): Remove lib/strptime.h.
1073         (Depends-on): Add extensions, time.
1074         (Include): Include time.h, not strptime.h.
1075         * modules/time_r (Files): Remove lib/time_r.h.
1076         (Depends-on): Add time.
1077         (Include): Include time.h, not time_r.h.
1078         * modules/timegm: Likewise.
1079         * modules/timespec (Description): Now does timespec-related decls
1080         of our own, instead of struct timespec itself.
1081         (Depends-on): Add time; remove extensions.
1082         (Maintainer): Add self.
1083         * modules/utimecmp (Depends-on): Add time; remove timespec.
1084         * modules/utimens (Depends-on): Likewise.
1085         * modules/xnanosleep (Depends-on): Likewise.
1086
1087 2007-02-11  Bruno Haible  <bruno@clisp.org>
1088
1089         * lib/c-strstr.c: Include allocsa.h.
1090         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1091         * lib/c-strcasestr.c: Include allocsa.h.
1092         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1093         * lib/strcasestr.c: Include allocsa.h.
1094         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1095         * lib/mbsstr.c: Include allocsa.h.
1096         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1097         allocsa/freesa instead of malloc/free.
1098         * lib/mbscasestr.c: Include allocsa.h.
1099         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1100         allocsa/freesa instead of malloc/free.
1101         * modules/c-strstr (Depends-on): Add allocsa.
1102         * modules/c-strcasestr (Depends-on): Likewise.
1103         * modules/strcasestr (Depends-on): Likewise.
1104         * modules/mbsstr (Depends-on): Likewise.
1105         * modules/mbscasestr (Depends-on): Likewise.
1106
1107 2007-02-11  Bruno Haible  <bruno@clisp.org>
1108
1109         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
1110
1111         * modules/mbsspn-tests: New file.
1112         * tests/test-mbsspn.sh: New file.
1113         * tests/test-mbsspn.c: New file.
1114
1115 2007-02-11  Bruno Haible  <bruno@clisp.org>
1116
1117         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
1118
1119         * modules/mbspbrk-tests: New file.
1120         * tests/test-mbspbrk.sh: New file.
1121         * tests/test-mbspbrk.c: New file.
1122
1123 2007-02-11  Bruno Haible  <bruno@clisp.org>
1124
1125         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
1126         unneeded cast.
1127
1128         * modules/mbscspn-tests: New file.
1129         * tests/test-mbscspn.sh: New file.
1130         * tests/test-mbscspn.c: New file.
1131
1132 2007-02-11  Bruno Haible  <bruno@clisp.org>
1133
1134         * modules/mbscasecmp-tests: New file.
1135         * tests/test-mbscasecmp.sh: New file.
1136         * tests/test-mbscasecmp.c: New file.
1137
1138 2007-02-11  Bruno Haible  <bruno@clisp.org>
1139
1140         Ensure O(n) worst-case complexity of mbscasestr.
1141         * lib/mbscasestr.c: Include stdbool.h.
1142         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1143         functions.
1144         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
1145         the bookkeeping indicates that it's worth it.
1146         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
1147
1148         * modules/mbscasestr-tests: New file.
1149         * tests/test-mbscasestr1.c: New file.
1150         * tests/test-mbscasestr2.sh: New file.
1151         * tests/test-mbscasestr2.c: New file.
1152         * tests/test-mbscasestr3.sh: New file.
1153         * tests/test-mbscasestr3.c: New file.
1154         * tests/test-mbscasestr4.sh: New file.
1155         * tests/test-mbscasestr4.c: New file.
1156         * m4/locale-tr.m4: New file.
1157
1158 2007-02-11  Bruno Haible  <bruno@clisp.org>
1159
1160         Ensure O(n) worst-case complexity of mbsstr.
1161         * lib/mbsstr.c: Include stdbool.h.
1162         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1163         functions.
1164         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
1165         bookkeeping indicates that it's worth it.
1166         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
1167
1168         * modules/mbsstr-tests: New file.
1169         * tests/test-mbsstr1.c: New file.
1170         * tests/test-mbsstr2.sh: New file.
1171         * tests/test-mbsstr2.c: New file.
1172         * tests/test-mbsstr3.sh: New file.
1173         * tests/test-mbsstr3.c: New file.
1174         * m4/locale-fr.m4: New file.
1175
1176 2007-02-11  Bruno Haible  <bruno@clisp.org>
1177
1178         * lib/mbsrchr.c (mbsrchr): Fix bug.
1179
1180         * modules/mbsrchr-tests: New file.
1181         * tests/test-mbsrchr.sh: New file.
1182         * tests/test-mbsrchr.c: New file.
1183
1184 2007-02-11  Bruno Haible  <bruno@clisp.org>
1185
1186         * lib/mbschr.c (mbschr): Fix bug.
1187
1188         * modules/mbschr-tests: New file.
1189         * tests/test-mbschr.sh: New file.
1190         * tests/test-mbschr.c: New file.
1191         * m4/locale-zh.m4: New file.
1192
1193 2007-02-11  Bruno Haible  <bruno@clisp.org>
1194
1195         Support for copying multibyte string iterators.
1196         * lib/mbiter.h: Include <string.h>.
1197         (mbiter_multi_copy): New function.
1198         (mbi_copy): New macro.
1199         * lib/mbuiter.h: Include <string.h>.
1200         (mbuiter_multi_copy): New function.
1201         (mbui_copy): New macro.
1202
1203 2007-02-11  Bruno Haible  <bruno@clisp.org>
1204
1205         New module mbslen.
1206         * modules/mbslen: New file.
1207         * lib/mbslen.c: New file.
1208         * lib/string_.h (mbslen): New declaration.
1209         * m4/mbslen.m4: New file.
1210         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1211         GNULIB_MBSLEN.
1212         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
1213         * MODULES.html.sh (Internationalization functions): Add mbslen.
1214
1215 2007-02-11  Bruno Haible  <bruno@clisp.org>
1216
1217         Ensure O(n) worst-case complexity of strcasestr substitute.
1218         * lib/strcasestr.c: Include stdbool.h.
1219         (knuth_morris_pratt): New function.
1220         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1221         bookkeeping indicates that it's worth it.
1222         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1223
1224         * modules/strcasestr-tests: New file.
1225         * tests/test-strcasestr.c: New file.
1226
1227 2007-02-11  Bruno Haible  <bruno@clisp.org>
1228
1229         Ensure O(n) worst-case complexity of c_strcasestr.
1230         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1231         (knuth_morris_pratt): New function.
1232         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1233         the bookkeeping indicates that it's worth it.
1234         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1235
1236         * modules/c-strcasestr-tests: New file.
1237         * tests/test-c-strcasestr.c: New file.
1238
1239 2007-02-11  Bruno Haible  <bruno@clisp.org>
1240
1241         Ensure O(n) worst-case complexity of c_strstr.
1242         * lib/c-strstr.c: Include stdbool.h, string.h.
1243         (knuth_morris_pratt): New function.
1244         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1245         bookkeeping indicates that it's worth it.
1246         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1247
1248         * lib/c-strstr.c: Complete rewrite for maintainability.
1249
1250         * modules/c-strstr-tests: New file.
1251         * tests/test-c-strstr.c: New file.
1252
1253 2007-02-11  Bruno Haible  <bruno@clisp.org>
1254
1255         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1256         5.2.1 and earlier, whereby \055 was treated just like the range
1257         delimiter '-'.
1258         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1259
1260 2007-02-08  Bruno Haible  <bruno@clisp.org>
1261
1262         * modules/regex (Depends-on): Add stdbool.
1263         Reported by Dalibor Topic <robilad@kaffe.org>.
1264
1265 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1266
1267         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1268         Prefer returning from main to exiting from it.
1269         Remove unnecessary parens after sizeof.
1270
1271 2007-02-05  Bruno Haible  <bruno@clisp.org>
1272
1273         New module mbssep.
1274         * modules/mbssep: New file.
1275         * lib/mbssep.c: New file.
1276         * lib/string_.h (strsep): Add a conditional link warning.
1277         (mbssep): New declaration.
1278         * m4/mbssep.m4: New file.
1279         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1280         GNULIB_MBSSEP.
1281         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1282         * MODULES.html.sh (Internationalization functions): Add mbssep.
1283
1284 2007-02-05  Bruno Haible  <bruno@clisp.org>
1285
1286         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1287         Optimize search in case of 1 delimiter.
1288
1289 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1290
1291         * lib/acl.h: Include sys/types.h before sys/acl.h.
1292
1293 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1294
1295         Merge upstream fix for glibc bugzilla #3957:
1296
1297         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1298
1299         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1300         bit for RE_HAT_LISTS_NOT_NEWLINE.
1301         (build_charclass_op): Remove bogus comment.
1302
1303 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1304
1305         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1306
1307 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1308
1309         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1310         * lib/memmem.c [!defined _LIBC]: Include config.h.
1311
1312 2007-02-04  Bruno Haible  <bruno@clisp.org>
1313
1314         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1315         warning message.
1316
1317 2007-02-04  Bruno Haible  <bruno@clisp.org>
1318
1319         New module mbstok_r.
1320         * modules/mbstok_r: New file.
1321         * lib/mbstok_r.c: New file.
1322         * lib/string_.h (strtok_r): Change argument names to match the
1323         comments. Add a conditional link warning.
1324         (mbstok_r): New declaration.
1325         * m4/mbstok_r.m4: New file.
1326         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1327         GNULIB_MBSTOK_R.
1328         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1329         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1330
1331 2007-02-04  Bruno Haible  <bruno@clisp.org>
1332
1333         New module mbsspn.
1334         * modules/mbsspn: New file.
1335         * lib/mbsspn.c: New file.
1336         * lib/string_.h (strspn): Add a conditional link warning.
1337         (mbsspn): New declaration.
1338         * m4/mbsspn.m4: New file.
1339         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1340         GNULIB_MBSSPN.
1341         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1342         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1343
1344 2007-02-04  Bruno Haible  <bruno@clisp.org>
1345
1346         New module mbspbrk.
1347         * modules/mbspbrk: New file.
1348         * lib/mbspbrk.c: New file.
1349         * lib/string_.h (strpbrk): Add a conditional link warning.
1350         (mbspbrk): New declaration.
1351         * m4/mbspbrk.m4: New file.
1352         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1353         GNULIB_MBSPBRK.
1354         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1355         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1356
1357 2007-02-04  Bruno Haible  <bruno@clisp.org>
1358
1359         New module mbscspn.
1360         * modules/mbscspn: New file.
1361         * lib/mbscspn.c: New file.
1362         * lib/string_.h (strcspn): Add a conditional link warning.
1363         (mbscspn): New declaration.
1364         * m4/mbscspn.m4: New file.
1365         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1366         GNULIB_MBSCSPN.
1367         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1368         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1369
1370 2007-02-04  Bruno Haible  <bruno@clisp.org>
1371
1372         New module mbscasestr, reduced goal of strcasestr.
1373         * modules/mbscasestr: New file.
1374         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1375         (mbscasestr): Renamed from strcasestr.
1376         * lib/strcasestr.c: Don't include mbuiter.h.
1377         (strcasestr): Remove support for multibyte locales.
1378         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1379         Change the conditional link warning.
1380         (mbscasestr): New declaration.
1381         * m4/mbscasestr.m4: New file.
1382         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1383         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1384         REPLACE_STRCASESTR.
1385         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1386         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1387         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1388         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1389         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1390         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1391         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1392         (Depends-on): Remove mbuiter.
1393         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1394
1395 2007-02-04  Bruno Haible  <bruno@clisp.org>
1396
1397         Simplify handling of strncasecmp.
1398         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1399         the conditional link warning.
1400         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1401         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1402         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1403         * modules/strcase (configure.ac): Don't invoke
1404         gl_STRING_MODULE_INDICATOR.
1405         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1406
1407 2007-02-04  Bruno Haible  <bruno@clisp.org>
1408
1409         New module mbscasecmp, reduced goal of strcasecmp.
1410         * modules/mbscasecmp: New file.
1411         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1412         (mbscasecmp): Renamed from strcasecmp.
1413         * lib/strcasecmp.c: Don't include mbuiter.h.
1414         (strcasecmp): Remove support for multibyte locales.
1415         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1416         Change the conditional link warning.
1417         (mbscasecmp): New declaration.
1418         * m4/mbscasecmp.m4: New file.
1419         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1420         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1421         REPLACE_STRCASECMP.
1422         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1423         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1424         GNULIB_MBSCASECMP.
1425         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1426         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1427         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1428         (Depends-on): Remove mbuiter.
1429         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1430
1431 2007-02-04  Bruno Haible  <bruno@clisp.org>
1432
1433         New module mbsstr. Remove module strstr.
1434         * modules/mbsstr: New file.
1435         * modules/strstr: Remove file.
1436         * lib/mbsstr.c: Renamed from lib/strstr.c.
1437         (mbsstr): Renamed from strstr.
1438         * lib/string_.h (strstr): Remove declaration. Change the conditional
1439         link warning.
1440         (mbsstr): New declaration.
1441         * m4/mbsstr.m4: New file.
1442         * m4/strstr.m4: Remove file.
1443         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1444         REPLACE_STRSTR.
1445         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1446         Don't initialize GNULIB_STRSTR.
1447         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1448         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1449         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1450         (Support for systems lacking ANSI C 89): Remove strstr.
1451
1452 2007-02-04  Bruno Haible  <bruno@clisp.org>
1453
1454         New module mbsrchr.
1455         * modules/mbsrchr: New file.
1456         * lib/mbsrchr.c: New file.
1457         * lib/string_.h (strrchr): Add a conditional link warning.
1458         (mbsrchr): New declaration.
1459         * m4/mbsrchr.m4: New file.
1460         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1461         GNULIB_MBSRCHR.
1462         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1463         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1464
1465 2007-02-04  Bruno Haible  <bruno@clisp.org>
1466
1467         New module mbschr.
1468         * modules/mbschr: New file.
1469         * lib/mbschr.c: New file.
1470         * lib/string_.h (strchr): Add a conditional link warning.
1471         (mbschr): New declaration.
1472         * m4/mbschr.m4: New file.
1473         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1474         GNULIB_MBSCHR.
1475         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1476         * MODULES.html.sh (Internationalization functions): Add mbschr.
1477
1478 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1479
1480         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1481
1482         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1483
1484 2007-02-04  Bruno Haible  <bruno@clisp.org>
1485
1486         New module description section 'configure.ac-early'.
1487         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1488         (func_get_autoconf_early_snippet): New function.
1489         (func_import, func_create_testdir): Use it. Remove special cases for
1490         modules 'extensions' and 'lock'.
1491         * modules/extensions (configure.ac-early): Require
1492         gl_USE_SYSTEM_EXTENSIONS.
1493         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1494
1495 2007-02-04  Bruno Haible  <bruno@clisp.org>
1496
1497         Make use of gcj-4.3's -fsource and -ftarget option.
1498         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1499         and if so try the options -fsource and -ftarget.
1500         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1501         source_version, ftarget_option, target_version arguments.
1502         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1503         (is_envjavac_oldgcj_14_14_usable): Renamed from
1504         is_envjavac_gcj_14_14_usable.
1505         (is_envjavac_oldgcj_14_13_usable): Renamed from
1506         is_envjavac_gcj_14_13_usable.
1507         (is_gcj_present): Update.
1508         (is_gcj_43, is_gcj43_usable): New functions.
1509         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1510         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1511         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1512         try the options -fsource and -ftarget.
1513
1514 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1515
1516         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1517         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1518         larger value.
1519
1520 2007-02-03  Jim Meyering  <jim@meyering.net>
1521
1522         Give tools a better chance to allocate space for very large buffers.
1523         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1524
1525         Make pwd and readlink work also when run with an unreadable parent dir
1526         on systems with openat support.
1527         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1528         provided getcwd function, even when we have openat support.
1529         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1530
1531 2007-02-02  Bruno Haible  <bruno@clisp.org>
1532
1533         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1534         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1535         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1536         portability problems if one of these functions is only used on specific
1537         platforms.
1538         Reported by Paul Eggert.
1539
1540 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1541
1542         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1543         is causing more trouble than it's curing.
1544         * lib/regex_internal.h (__mempcpy): Remove.
1545         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1546         (and make the code a tad smaller to boot).
1547         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1548
1549 2007-02-02  Jim Meyering  <jim@meyering.net>
1550
1551         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1552         section, not in the Makefile.am: one.
1553
1554 2007-02-02  Eric Blake  <ebb9@byu.net>
1555
1556         * lib/strchrnul.c: Always include config.h first.
1557
1558         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1559         gnulib strstr is not necessary here.
1560
1561 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1562
1563         * m4/socklen.m4: Fix typo.
1564
1565 2007-02-02  Eric Blake  <ebb9@byu.net>
1566
1567         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1568         * modules/netinet_in (Makefile.am): Likewise.
1569
1570 2007-02-01  Bruno Haible  <bruno@clisp.org>
1571
1572         * lib/string_.h (GL_LINK_WARNING): New macro.
1573         (strcasecmp, strstr, strcasestr): If provided by the system,
1574         conditionally define as a macro that leads to a warning instead of to
1575         an error.
1576         (strncasecmp): Conditionally define as a macro that leads to a warning.
1577
1578 2007-02-01  Karl Berry  <karl@gnu.org>
1579
1580         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1581
1582 2007-02-01  Bruno Haible  <bruno@clisp.org>
1583
1584         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1585         renamings.
1586
1587 2007-02-01  Eric Blake  <ebb9@byu.net>
1588
1589         * modules/regex (Depends-on): Revert dependence on mempcpy.
1590         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1591         module's definition of mempcpy.
1592         Reported by Paul Eggert.
1593
1594 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1595
1596         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1597         the symbol XYZ before redefining it.  This fixes a problem with
1598         programs that don't use XYZ, when compiled on systems that define
1599         XYZ to something else.
1600
1601 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1602
1603         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1604         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1605         writeable to group or other and (2) is intended to have a special
1606         mode bit that is set or cleared.  In such a case, the directory
1607         should be neither group- nor other-writeable until the special
1608         mode bits are right.
1609
1610 2007-01-31  Eric Blake  <ebb9@byu.net>
1611
1612         * modules/mountlist (Depends-on): Add strstr.
1613
1614         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1615         bug.
1616         * modules/string (Makefile.am): Remove redundant replacement.
1617         * modules/regex (Depends-on): Add mempcpy.
1618
1619 2007-01-31  Bruno Haible  <bruno@clisp.org>
1620
1621         New module description field 'Link'.
1622         * gnulib-tool (func_usage): Document --extract-link-directive.
1623         (sed_extract_prog): Recognize 'Link' directive.
1624         (func_get_link_directive): New function.
1625         (func_import): Show summary of link directives.
1626         Handle --extract-link-directive option.
1627         * modules/acl (Link): New section.
1628         * modules/clock-time (Link): New section.
1629         * modules/euidaccess (Link): New section.
1630         * modules/gettext (Link): New section.
1631         * modules/iconv (Link): New section.
1632         * modules/lock (Link): New section.
1633         * modules/nanosleep (Link): New section.
1634         * modules/readline (Link): New section.
1635
1636 2007-01-27  Bruno Haible  <bruno@clisp.org>
1637
1638         Enforce the use of gnulib modules for unportable <string.h> functions.
1639         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1640         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1641         (gl_HEADER_STRING_H_BODY): Require it.
1642         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1643         the symbol XYZ to one that gives a link error.
1644         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1645         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1646         * modules/mempcpy (configure.ac): Likewise.
1647         * modules/memrchr (configure.ac): Likewise.
1648         * modules/stpcpy (configure.ac): Likewise.
1649         * modules/stpncpy (configure.ac): Likewise.
1650         * modules/strcase (configure.ac): Likewise.
1651         * modules/strcasestr (configure.ac): Likewise.
1652         * modules/strchrnul (configure.ac): Likewise.
1653         * modules/strdup (configure.ac): Likewise.
1654         * modules/strndup (configure.ac): Likewise.
1655         * modules/strnlen (configure.ac): Likewise.
1656         * modules/strpbrk (configure.ac): Likewise.
1657         * modules/strsep (configure.ac): Likewise.
1658         * modules/strstr (configure.ac): Likewise.
1659         * modules/strtok_r (configure.ac): Likewise.
1660
1661 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1662
1663         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1664
1665 2007-01-30  Jim Meyering  <jim@meyering.net>
1666
1667         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1668
1669 2007-01-29  Bruno Haible  <bruno@clisp.org>
1670
1671         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1672         * lib/execute.c: Likewise.
1673         * lib/pipe.c: Likewise.
1674         * lib/printf-args.h: Likewise.
1675         * lib/printf-args.c: Likewise.
1676         * lib/printf-parse.c: Likewise.
1677         * lib/vasnprintf.c: Likewise.
1678
1679 2007-01-29  Eric Blake  <ebb9@byu.net>
1680
1681         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1682         declaration.
1683
1684 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1685
1686         * lib/strptime.h (strptime): Use 'restrict' for args where
1687         POSIX requires this.
1688         * lib/strptime.c (strptime): Likewise.
1689         Change license notice from LGPL to GPL, since gnulib-tool will
1690         change this as needed.
1691         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1692         defined.
1693         Include "strptime.h" first, to check interface.
1694         Do not #undef _LIBC and _NL_CURRENT.
1695         Do not include <stdlib.h>; no longer needed.
1696         Include "time_r.h" and declare ptime_locale_status
1697         only if _LIBC is not defined.
1698         (__P): Remove unused macro.
1699         (match_string): Bring back glibc version, but use it only if _LIBC
1700         is defined.
1701         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1702         Remove unnecessary assertion and abort() call.
1703         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1704         * m4/strptime.m4: Fix serial number comment.
1705         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1706         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1707         (Depends-on): Add time_r.
1708
1709 2007-01-29  Bruno Haible  <bruno@clisp.org>
1710
1711         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1712         strptime.
1713         * modules/strptime (Depends-on): Add stdbool.
1714         * lib/strptime.h: Include <time.h> always. Add comments.
1715
1716 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1717
1718         * modules/strptime: New file.
1719         * lib/strptime.h: New file.
1720         * lib/strptime.c: New file.
1721         * m4/strptime.m4: New file.
1722
1723 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1724
1725         * MODULES.html.sh: New module mpsort.
1726         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1727
1728         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1729         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1730         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1731         All uses changed.
1732         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1733         All uses changed.
1734         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1735         to _Restrict_.
1736         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1737         the parameter matches the prototype.
1738
1739 2007-01-28  Jim Meyering  <jim@meyering.net>
1740
1741         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1742         sys/time.h here, reverting that part of the previous patch:
1743         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1744
1745 2007-01-28  Bruno Haible  <bruno@clisp.org>
1746
1747         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1748         value of $(SYS_TIME_H).
1749         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1750         remove it conditionally, too. [added by Jim Meyering]
1751         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1752         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1753         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1754         GETTIMEOFDAY_REPLACEMENT to 1.
1755
1756 2007-01-28  Bruno Haible  <bruno@clisp.org>
1757
1758         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1759         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1760         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1761         Set UNISTD_H instead of UNISTD_H2.
1762         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1763
1764 2007-01-28  Bruno Haible  <bruno@clisp.org>
1765
1766         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1767         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1768
1769 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1770
1771         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1772         (func_create_testdir): Ensure C locale for `grep' and `tr'
1773         character ranges.
1774         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1775         ACLOCAL_AMFLAGS parsing state machine.
1776
1777 2007-01-27  Bruno Haible  <bruno@clisp.org>
1778
1779         * modules/unistr/base: Update.
1780
1781 2007-01-27  Bruno Haible  <bruno@clisp.org>
1782
1783         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1784         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1785         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1786         modules/unistr/u32-mbtouc.
1787         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1788         * lib/unistr.h: Update.
1789         * lib/linebreak.c: Update.
1790         * modules/unistr/u32-mbtouc: Renamed from
1791         modules/unistr/u32-mbtouc-safe.
1792         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1793         * lib/unistr.h: Update.
1794         * lib/unistr/u32-to-u8.c: Update.
1795         * lib/unistr/u32-to-u16.c: Update.
1796
1797 2007-01-27  Bruno Haible  <bruno@clisp.org>
1798
1799         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1800         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1801         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1802         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1803         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1804         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1805         modules/unistr/u16-mbtouc.
1806         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1807         * lib/unistr.h: Update.
1808         * lib/linebreak.c: Update.
1809         * modules/linebreak: Update.
1810         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1811         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1812         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1813         * modules/unistr/u16-mbtouc: Renamed from
1814         modules/unistr/u16-mbtouc-safe.
1815         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1816         * lib/unistr.h: Update.
1817         * lib/unistr/u16-to-u8.c: Update.
1818         * modules/unistr/u16-to-u8: Update.
1819         * lib/unistr/u16-to-u32.c: Update.
1820         * modules/unistr/u16-to-u32: Update.
1821
1822 2007-01-27  Bruno Haible  <bruno@clisp.org>
1823
1824         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1825         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1826         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1827         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1828         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1829         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1830         modules/unistr/u8-mbtouc.
1831         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1832         * lib/unistr.h: Update.
1833         * lib/striconveh.c: Update.
1834         * modules/striconveh: Update.
1835         * lib/linebreak.c: Update.
1836         * modules/linebreak: Update.
1837         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1838         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1839         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1840         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1841         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1842         * lib/unistr.h: Update.
1843         * lib/striconveh.c: Update.
1844         * modules/striconveh: Update.
1845         * lib/unistr/u8-to-u16.c: Update.
1846         * modules/unistr/u8-to-u16: Update.
1847         * lib/unistr/u8-to-u32.c: Update.
1848         * modules/unistr/u8-to-u32: Update.
1849
1850 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1851
1852         Sync from Libtool.
1853         * lib/argz.c: Do not include strings.h nor memory.h, include
1854         string.h unconditionally.  Patch by Simon Josefsson.
1855
1856 2007-01-27  Bruno Haible  <bruno@clisp.org>
1857
1858         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1859         from gl_HEADER_STRING_H_BODY.
1860         (gl_HEADER_STRING_H_BODY): Require it.
1861         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1862         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1863         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1864         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1865         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1866         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1867         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1868         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1869         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1870         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1871         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1872         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1873         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1874         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1875         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1876
1877 2007-01-27  Bruno Haible  <bruno@clisp.org>
1878
1879         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1880         check_PROGRAMS into noinst_PROGRAMS.
1881         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1882         check_PROGRAMS in this case.
1883         (func_import): Set for_test to false.
1884         (func_create_testdir): Set for_test to true.
1885
1886 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1887             Bruno Haible  <bruno@clisp.org>
1888
1889         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1890         (Depends-on): Add string.
1891         (Includes): Use <string.h> instead of strcasestr.h.
1892         * modules/string (Makefile.am): Also substitute the value of
1893         REPLACE_STRCASESTR.
1894         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1895         assume strcasestr is declared in <string.h> not <strings.h>. Also
1896         set REPLACE_STRCASESTR.
1897         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1898         REPLACE_STRCASESTR.
1899         * lib/strcasestr.h: Remove file.
1900         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1901         * lib/string_.h (strcasestr): New declaration.
1902
1903 2007-01-27  Bruno Haible  <bruno@clisp.org>
1904
1905         * lib/string_.h: Use 'extern'.
1906
1907 2007-01-27  Jim Meyering  <jim@meyering.net>
1908
1909         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1910         of set-but-not-used local, "q".
1911
1912         * lib/mempcpy.c: Include <config.h> before <string.h>.
1913         This fixes a compilation error on HP-UX, due to the system's
1914         "restrict"-using mempcpy prototype.
1915
1916 2007-01-26  Bruno Haible  <bruno@clisp.org>
1917
1918         Small optimization.
1919         * lib/javacomp.c: Include c-strstr.h.
1920          (is_envjavac_gcj): Use c_strstr instead of strstr.
1921         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1922
1923 2007-01-26  Bruno Haible  <bruno@clisp.org>
1924
1925         * MODULES.html.sh (Unicode string functions): Add the new modules.
1926
1927         * modules/uniconv/u32-strconv-to-locale: New file.
1928         * lib/uniconv/u32-strconv-to-locale.c: New file.
1929
1930         * modules/uniconv/u16-strconv-to-locale: New file.
1931         * lib/uniconv/u16-strconv-to-locale.c: New file.
1932
1933         * modules/uniconv/u8-strconv-to-locale: New file.
1934         * lib/uniconv/u8-strconv-to-locale.c: New file.
1935
1936         * modules/uniconv/u32-strconv-from-locale: New file.
1937         * lib/uniconv/u32-strconv-from-locale.c: New file.
1938
1939         * modules/uniconv/u16-strconv-from-locale: New file.
1940         * lib/uniconv/u16-strconv-from-locale.c: New file.
1941
1942         * modules/uniconv/u8-strconv-from-locale: New file.
1943         * lib/uniconv/u8-strconv-from-locale.c: New file.
1944
1945         * modules/uniconv/u32-strconv-to-enc: New file.
1946         * lib/uniconv/u32-strconv-to-enc.c: New file.
1947         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1948         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1949
1950         * modules/uniconv/u16-strconv-to-enc: New file.
1951         * lib/uniconv/u16-strconv-to-enc.c: New file.
1952         * lib/uniconv/u-strconv-to-enc.h: New file.
1953         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1954         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1955
1956         * modules/uniconv/u8-strconv-to-enc: New file.
1957         * lib/uniconv/u8-strconv-to-enc.c: New file.
1958         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1959         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1960
1961         * modules/uniconv/u32-strconv-from-enc: New file.
1962         * lib/uniconv/u32-strconv-from-enc.c: New file.
1963         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1964         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1965
1966         * modules/uniconv/u16-strconv-from-enc: New file.
1967         * lib/uniconv/u16-strconv-from-enc.c: New file.
1968         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1969         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1970
1971         * modules/uniconv/u8-strconv-from-enc: New file.
1972         * lib/uniconv/u8-strconv-from-enc.c: New file.
1973         * lib/uniconv/u-strconv-from-enc.h: New file.
1974         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1975         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1976
1977         * modules/uniconv/u32-conv-from-enc: New file.
1978         * lib/uniconv/u32-conv-from-enc.c: New file.
1979         * modules/uniconv/u32-conv-from-enc-tests: New file.
1980         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1981
1982         * modules/uniconv/u16-conv-from-enc: New file.
1983         * lib/uniconv/u16-conv-from-enc.c: New file.
1984         * lib/uniconv/u-conv-from-enc.h: New file.
1985         * modules/uniconv/u16-conv-from-enc-tests: New file.
1986         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1987
1988         * modules/uniconv/u8-conv-from-enc: New file.
1989         * lib/uniconv/u8-conv-from-enc.c: New file.
1990         * modules/uniconv/u8-conv-from-enc-tests: New file.
1991         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1992
1993         * modules/uniconv/base: New file.
1994         * lib/uniconv.h: New file.
1995
1996 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1997
1998         * doc/gnulib-tool.texi (Initial import): Update to match current
1999         behavior with strdup module.
2000         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
2001         * lib/memmem.h: Remove; all uses removed.  This is now done
2002         by <string.h>.
2003         * lib/mempcpy.h: Likewise.
2004         * lib/memrchr.h: Likewise.
2005         * lib/stpcpy.h: Likewise.
2006         * lib/stpncpy.h: Likewise.
2007         * lib/strcase.h: Likewise.
2008         * lib/strchrnul.h: Likewise.
2009         * lib/strdup.h: Likewise.
2010         * lib/strndup.h: Likewise.
2011         * lib/strnlen.h: Likewise.
2012         * lib/strpbrk.h: Likewise.
2013         * lib/strsep.h: Likewise.
2014         * lib/strstr.h: Likewise.
2015         * lib/strtok_r.h: Likewise.
2016         * lib/string_.h: New file.
2017         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
2018         Rely on <string.h> instead.
2019         * lib/canon-host.c: Likewise.
2020         * lib/chdir-long.c: Likewise.
2021         * lib/concatpath.c: Likewise.
2022         * lib/exclude.c: Likewise.
2023         * lib/fchdir.c: Likewise.
2024         * lib/getaddrinfo.c: Likewise.
2025         * lib/getcwd.c: Likewise.
2026         * lib/getsubopt.c: Likewise.
2027         * lib/glob.c: Likewise.
2028         * lib/hard-locale.c: Likewise.
2029         * lib/iconvme.c: Likewise.
2030         * lib/javacomp.c: Likewise.
2031         * lib/mempcpy.c: Likewise.
2032         * lib/memrchr.c: Likewise.
2033         * lib/regex_internal.h: Likewise.
2034         * lib/stpncpy.c: Likewise.
2035         * lib/strcasecmp.c: Likewise.
2036         * lib/strchrnul.c: Likewise.
2037         * lib/strdup.c: Likewise.
2038         * lib/striconv.c: Likewise.
2039         * lib/striconveh.c: Likewise.
2040         * lib/striconveha.c: Likewise.
2041         * lib/strncasecmp.c: Likewise.
2042         * lib/strndup.c: Likewise.
2043         * lib/strnlen.c: Likewise.
2044         * lib/strsep.c: Likewise.
2045         * lib/strstr.c: Likewise.
2046         * lib/strtok_r.c: Likewise.
2047         * lib/userspec.c: Likewise.
2048         * lib/w32spawn.h: Likewise.
2049         * lib/xstrndup.c: Likewise.
2050         * lib/mountlist.c (strstr): Remove decl.
2051         * m4/string_h.m4: New file.
2052         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
2053         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
2054         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
2055         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
2056         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
2057         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
2058         Set REPLACE_STRCASECMP if necessary.
2059         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
2060         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
2061         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
2062         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
2063         HAVE_DECL_STRDUP if necessary.
2064         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
2065         since gl_FUNC_STRNDUP does that now.
2066         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
2067         Check for decl here...
2068         (gl_PREREQ_STRNLEN): ... not here.
2069         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
2070         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
2071         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
2072         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
2073         necessary.
2074         * modules/string: New file.
2075         * modules/memmem (Files): Remove special-purpose include file.
2076         (Depends-on): Add string.
2077         (Include): Include <string.h>, not the removed file.
2078         * modules/mempcpy: Likewise.
2079         * modules/memrchr: Likewise.
2080         * modules/stpcpy: Likewise.
2081         * modules/stpncpy: Likewise.
2082         * modules/strcase: Likewise.
2083         * modules/strchrnul: Likewise.
2084         * modules/strdup: Likewise.
2085         * modules/strndup: Likewise.
2086         * modules/strnlen: Likewise.
2087         * modules/strpbrk: Likewise.
2088         * modules/strsep: Likewise.
2089         * modules/strstr: Likewise.
2090         * modules/strtok_r: Likewise.
2091         * tests/test-dirname.c: Don't include "strdup.h", since
2092         <string.h> now suffices.
2093         * tests/test-memmem.c: Don't include "memmem.h", since
2094         <string.h> now suffices.
2095
2096 2007-01-25  Bruno Haible  <bruno@clisp.org>
2097
2098         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
2099         *resultp is 0.
2100
2101         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
2102         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
2103         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
2104         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
2105
2106         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
2107         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
2108         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
2109         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
2110         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
2111         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
2112
2113 2007-01-24  Bruno Haible  <bruno@clisp.org>
2114
2115         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
2116         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
2117         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
2118         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
2119         gl_FUNC_FTS_CORE.
2120         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
2121         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
2122         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2123         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
2124         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
2125         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
2126         gl_FUNC_FCHOWNAT.
2127         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
2128         gl_FUNC_STRFTIME.
2129         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
2130         Reported by Ralf Wildenhues.
2131
2132 2007-01-24  Bruno Haible  <bruno@clisp.org>
2133
2134         Drop AC_REQUIRE calls that are redundant with the module dependencies.
2135         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
2136         gl_GETADDRINFO.
2137         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
2138         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
2139         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
2140
2141 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2142
2143         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
2144         Don't use 'exit'; just return from 'main'.
2145         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
2146
2147         * lib/fnmatch_.h: Readjust white space and comments to match
2148         glibc, to avoid spurious diffs.
2149
2150 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2151
2152         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
2153         2004-12-01 change by Jakub Jelinek, since this code won't compile
2154         if !LIBC.  Problem reported by Bob Proulx.
2155
2156 2007-01-23  Bruno Haible  <bruno@clisp.org>
2157
2158         * lib/striconveh.c: Include c-strcaseeq.h.
2159         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
2160         * modules/striconveh (Depends-on): Add c-strcaseeq.
2161
2162 2007-01-23  Bruno Haible  <bruno@clisp.org>
2163
2164         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
2165
2166         * modules/c-strcaseeq: New file.
2167         * lib/c-strcaseeq.h: New file.
2168
2169         * modules/streq: New file.
2170         * lib/streq.h: New file.
2171
2172 2007-01-23  Bruno Haible  <bruno@clisp.org>
2173
2174         * modules/striconveha-tests: New file.
2175         * tests/test-striconveha.c: New file.
2176
2177         * lib/striconveha.h: Include <stdbool.h>.
2178         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
2179         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
2180         (mem_iconveha_notranslit): Renamed from mem_iconveha.
2181         (mem_iconveha): New function.
2182         (str_iconveha_notranslit): Renamed from str_iconveha.
2183         (str_iconveha): New function.
2184         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
2185         c-strcase.
2186
2187 2007-01-23  Bruno Haible  <bruno@clisp.org>
2188
2189         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
2190         encodings without forgiving before trying any encoding with handler.
2191         (str_iconveha): Try all encodings without forgiving before trying any
2192         encoding with handler.
2193
2194 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2195
2196         Import the following changes from libc.
2197
2198         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
2199
2200         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2201
2202         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
2203
2204         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
2205         normal_bracket label.
2206
2207         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2208
2209         [BZ #361]
2210         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
2211         to normal_bracket after fetching the next character.
2212
2213 2007-01-22  Bruno Haible  <bruno@clisp.org>
2214
2215         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
2216         argument.
2217         * lib/striconveh.c (iconv_carefully_1): New function.
2218         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2219         argument.
2220         (str_cd_iconveh): Update.
2221         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2222         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2223         * tests/test-striconveh.c (MAGIC): New macro.
2224         (new_offsets): New function.
2225         (main): Test call with and without offsets.
2226
2227 2007-01-22  Bruno Haible  <bruno@clisp.org>
2228
2229         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2230         * modules/sys_select (Makefile.am): Likewise.
2231         * modules/sys_socket (Makefile.am): Likewise.
2232         * modules/sys_time (Makefile.am): Likewise.
2233
2234 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2235
2236         * modules/gettimeofday (License): Change from GPL to LGPL, since
2237         gettimeofday is a library function.
2238
2239 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2240
2241         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2242
2243 2007-01-21  Bruno Haible  <bruno@clisp.org>
2244
2245         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2246
2247 2007-01-21  Bruno Haible  <bruno@clisp.org>
2248
2249         * modules/striconveha: New file.
2250         * lib/striconveha.h: New file.
2251         * lib/striconveha.c: New file.
2252         * MODULES.html.sh (Internationalization functions): Add striconveha.
2253         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2254         string.
2255         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2256
2257 2007-01-21  Bruno Haible  <bruno@clisp.org>
2258
2259         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2260         * lib/striconveh.c (str_iconveh): Likewise.
2261
2262 2007-01-21  Bruno Haible  <bruno@clisp.org>
2263
2264         * lib/striconveh.h (mem_iconveh): New declaration.
2265         * lib/striconveh.c (mem_iconveh): New function.
2266         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2267
2268 2007-01-21  Bruno Haible  <bruno@clisp.org>
2269
2270         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2271
2272         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2273         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2274         original result buffer.
2275         (str_cd_iconveh): Update.
2276         * tests/test-striconveh.c (main): Update.
2277
2278         * lib/striconv.h (mem_cd_iconv): Change specification.
2279         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2280         result buffer.
2281         (str_cd_iconv): Update.
2282         * tests/test-striconv.c (main): Update.
2283
2284 2007-01-21  Bruno Haible  <bruno@clisp.org>
2285
2286         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2287
2288 2007-01-20  Jim Meyering  <jim@meyering.net>
2289
2290         * lib/userspec.c (parse_with_separator): If a user or group string
2291         starts with "+", skip the corresponding name-to-ID look-up, since
2292         such a look-up must fail: user and group names may not include "+".
2293
2294 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2295
2296         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2297         since we now assume the sys_time module.
2298         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2299         check for sys/time.h; no longer needed.
2300         * modules/poll (Depends-on): Depend on sys_time.
2301
2302 2007-01-18  Bruno Haible  <bruno@clisp.org>
2303
2304         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2305         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2306
2307         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2308         gettimeofday.
2309
2310         * tests/test-gettimeofday.c: Include <time.h>.
2311         (dummy): Remove variable.
2312
2313         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2314         gl_HEADER_SYS_TIME_H.
2315         (gl_HEADER_SYS_TIME_H): New macro.
2316
2317         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2318         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2319         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2320         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2321         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2322         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2323         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2324         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2325         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2326         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2327         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2328
2329         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2330         last change; it caused a compilation error when cross-compiling to
2331         Cygwin.
2332
2333 2007-01-18  Jim Meyering  <jim@meyering.net>
2334
2335         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2336         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2337         than the race-prone "test -d sys || mkdir sys".
2338         (configure.ac): Use AC_PROG_MKDIR_P.
2339         * modules/sys_select: Likewise.
2340         * modules/sys_socket: Likewise.
2341         * modules/sys_time: Likewise.
2342
2343 2007-01-18  Eric Blake  <ebb9@byu.net>
2344
2345         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2346         replace gettimeofday.
2347         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2348         name, to avoid infinite recursion.
2349
2350 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2351
2352         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2353         module sys_time.
2354         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2355         assume timespec.h defines struct timeval.
2356         * lib/settime.c: Likewise.
2357         * lib/utimens.c: Likewise.
2358         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2359         since we now assume the gettimeofday module.
2360         * lib/tempname.c (__gen_tempname): Likewise.
2361         * lib/gettimeofday.h: Remove.
2362         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2363         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2364         Include <time.h>, for 'time()'.
2365         (localtime_buffer_addr): Also use this workaround if
2366         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2367         to simplify the uses.  All uses changed.
2368         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2369         that #undef is inside {}, and 'const' follows type name consistently.
2370         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2371         (gettimeofday): Do not use the maximum possible value for
2372         tv->tv_usec, since that might break usages other than ls.c.
2373         Instead, we'll leave ls.c alone.  This undoes today's patch
2374         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2375         we've never observed the problem but might as well keep the
2376         canary.
2377         * lib/nanosleep.c: Include timespec.h first, for interface check.
2378         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2379         now assume the sys_time module.
2380         * lib/tempname.c: Likewise.
2381         * lib/timespec.h: Likewise.
2382         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2383         needed.
2384         * lib/strftime.c: Likewise.
2385         * lib/timespec.h: Likewise.
2386         * lib/posixtm.c: Include posixtm.h first, for interface check.
2387         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2388         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2389         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2390         * lib/sys_time_.h: New file.
2391         * lib/timespec.h (struct timespec): Use long int, not long.
2392         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2393         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2394         Remove obsolescent call to AC_HEADER_TIME.
2395         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2396         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2397         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2398         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2399         Likewise.
2400         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2401         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2402         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2403         into the sys_time module.  Check for gettimeofday just once.
2404         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2405         for gettimeofday signature to just check the signature.  Merely
2406         compile it, since linking doesn't test signature.  Improve test for
2407         whether gettimeofday.o is actually needed.
2408         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2409         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2410         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2411         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2412         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2413         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2414         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2415         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2416         than worrying about sys/time.h.
2417         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2418         Don't bother worrying about TIME_WITH_SYS_TIME.
2419         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2420         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2421         * m4/sys_time_h.m4: New file.
2422         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2423         Don't include sys/time.h.  Return from main rather than exiting.
2424         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2425         all uses changed.
2426         * modules/gethrxtime (Depends-on): Add sys_time.
2427         * modules/gettime (Depends-on): Likewise.
2428         * modules/gettimeofday (Depends-on): Likewise.
2429         * modules/nanosleep (Depends-on): Likewise.
2430         * modules/settime (Depends-on): Likewise.
2431         * modules/tempname (Depends-on): Likewise.
2432         * modules/utimens (Depends-on): Likewise.
2433         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2434         (Include:) Change back to <sys/time.h>.
2435         (Maintainer:) Add self.
2436         * modules/sys_time: New file.
2437         * modules/tempname (Depends-on): Add gettimeofday.
2438         * tests/test-gettimeofday.c: Include <sys/time.h>
2439         rather than gettimeofday.h.
2440
2441 2007-01-17  Bruno Haible  <bruno@clisp.org>
2442
2443         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2444         the license default to GPL.
2445         (func_create_testdir): Don't complain if a module is LGPL and its
2446         tests module depends on GPLed modules.
2447
2448 2007-01-17  Bruno Haible  <bruno@clisp.org>
2449
2450         * lib/gettimeofday.c (gettimeofday): Add code for the case
2451         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2452         maximum possible value for tv->tv_usec, rather than the minimum one.
2453
2454 2005-10-08  Martin Lambers  <marlam@marlam.de>
2455 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2456 2007-01-16  Bruno Haible  <bruno@clisp.org>
2457
2458         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2459         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2460         gl_FUNC_GETTIMEOFDAY.
2461         (Include): Add gettimeofday.h.
2462         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2463         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2464         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2465         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2466         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2467         * lib/gettimeofday.h: New file.
2468         * lib/gettimeofday.c: Include <sys/timeb.h>.
2469         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2470         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2471         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2472         fall back on time().
2473
2474         * tests/test-gettimeofday.c: New file.
2475         * modules/gettimeofday-tests: New file.
2476
2477 2007-01-16  Eric Blake  <ebb9@byu.net>
2478
2479         * modules/fnmatch (Depends-on): Depend on wchar.
2480         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2481         * m4/fnmatch.m4: Likewise.
2482         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2483         * m4/mbchar.m4: Likewise.
2484         * modules/mbswidth (Depends-on): Depend on wchar.
2485         * lib/mbswidth.c: Assume <wchar.h>.
2486         * m4/mbswidth.m4: Likewise.
2487         * modules/quotearg (Depends-on): Depend on wchar.
2488         * lib/quotearg.c: Assume <wchar.h>.
2489         * m4/quotearg.m4: Likewise.
2490         * modules/regex (Depends-on): Depend on wchar.
2491         * lib/regex_internal.h: Assume <wchar.h>.
2492         * m4/regex.m4: Likewise.
2493         * modules/stdint (Depends-on): Depend on wchar.
2494         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2495         * m4/stdint.m4: Likewise.
2496         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2497         * modules/strftime (Depends-on): Depend on wchar.
2498         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2499         * modules/strtol (Depends-on): Depend on wchar.
2500         * lib/strtol.c: Assume <wchar.h>.
2501         * modules/wcwidth (Depends-on): Depend on wchar.
2502         * lib/wcwidth.h: Assume <wchar.h>.
2503         * m4/wcwidth.m4: Likewise.
2504
2505 2007-01-16  Bruno Haible  <bruno@clisp.org>
2506
2507         * modules/csharpexec-script: New, created from...
2508         * modules/csharpexec: ... this.
2509
2510 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2511
2512         * modules/javaexec-script: New, created from...
2513         * modules/javaexec: ... this.
2514
2515 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2516
2517         * modules/poll (Dependencies): Add sys_select.
2518
2519 2007-01-15  Jim Meyering  <jim@meyering.net>
2520
2521         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2522         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2523         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2524         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2525
2526 2007-01-15  Bruno Haible  <bruno@clisp.org>
2527
2528         * modules/striconveh: New file.
2529         * lib/striconveh.h: New file.
2530         * lib/striconveh.c: New file.
2531         * MODULES.html.sh (Internationalization functions): Add striconveh.
2532
2533         * modules/striconveh-tests: New file.
2534         * tests/test-striconveh.c: New file.
2535
2536 2007-01-15  Bruno Haible  <bruno@clisp.org>
2537
2538         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2539         not from GNU libiconv or GNU libc.
2540
2541 2007-01-15  Bruno Haible  <bruno@clisp.org>
2542
2543         * doc/gnulib-intro.texi (Copyright): Explain the different license
2544         terms for module descriptions, autoconf macros, tests, documentation.
2545
2546 2007-01-14  Bruno Haible  <bruno@clisp.org>
2547
2548         * modules/striconv-tests: New file.
2549         * tests/test-striconv.c: New file.
2550
2551 2007-01-14  Bruno Haible  <bruno@clisp.org>
2552
2553         * modules/iconv-tests: New file.
2554         * tests/test-iconv.c: New file.
2555
2556 2007-01-14  Bruno Haible  <bruno@clisp.org>
2557
2558         * gnulib-tool (func_get_license): For test modules, use the license of
2559         the main module.
2560
2561 2007-01-14  Bruno Haible  <bruno@clisp.org>
2562
2563         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2564         if iconv is found to exist.
2565
2566 2007-01-14  Bruno Haible  <bruno@clisp.org>
2567
2568         * modules/c-ctype-tests: New file.
2569         * tests/test-c-ctype.c: New file.
2570
2571 2007-01-14  Bruno Haible  <bruno@clisp.org>
2572
2573         * modules/binary-io-tests: New file.
2574         * tests/test-binary-io.sh: New file.
2575         * tests/test-binary-io.c: New file.
2576
2577 2007-01-14  Bruno Haible  <bruno@clisp.org>
2578
2579         * modules/array-oset-tests: New file.
2580         * tests/test-array_oset.c: New file.
2581
2582 2007-01-14  Bruno Haible  <bruno@clisp.org>
2583
2584         * modules/array-list-tests: New file.
2585         * tests/test-array_list.c: New file.
2586
2587 2007-01-14  Bruno Haible  <bruno@clisp.org>
2588
2589         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2590         and make.
2591         Reported by Simon Josefsson in
2592         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2593
2594 2007-01-14  Bruno Haible  <bruno@clisp.org>
2595
2596         * modules/allocsa-tests: New file.
2597         * tests/test-allocsa.c: New file.
2598
2599 2007-01-14  Bruno Haible  <bruno@clisp.org>
2600
2601         * modules/fchdir (Depends-on): Add absolute-header.
2602         * modules/unistd (Depends-on): Likewise.
2603
2604 2006-12-30  Bruno Haible  <bruno@clisp.org>
2605
2606         * modules/fchdir: New file.
2607         * modules/unistd (Files): Add lib/unistd_.h.
2608         (Makefile.am): Generate unistd.h from unistd_.h.
2609         * lib/fchdir.c: New file.
2610         * lib/dirent_.h: New file.
2611         * lib/unistd_.h: New file.
2612         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2613         * m4/fchdir.m4: New file.
2614         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2615         (gl_HEADER_UNISTD): Invoke it.
2616         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2617         function.
2618         * lib/backupfile.c (opendir, closedir): Undefine.
2619         * lib/chown.c (open, close): Undefine.
2620         * lib/clean-temp.c (open, close): Undefine.
2621         * lib/copy-file.c (open, close): Undefine.
2622         * lib/execute.c (open, close): Undefine.
2623         * lib/fsusage.c (open, close): Undefine.
2624         * lib/gc-gnulib.c (open, close): Undefine.
2625         * lib/getcwd.c (opendir, closedir): Undefine.
2626         * lib/glob.c (opendir, closedir): Undefine.
2627         * lib/javacomp.c (open, close): Undefine.
2628         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2629         * lib/openat-proc.c (open, close): Undefine.
2630         * lib/pagealign_alloc.c (open, close): Undefine.
2631         * lib/pipe.c (open, close): Undefine.
2632         * lib/progreloc.c (open, close): Undefine.
2633         * lib/savedir.c (opendir, closedir): Undefine.
2634         * lib/utime.c (open, close): Undefine.
2635         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2636
2637 2007-01-10  Bruno Haible  <bruno@clisp.org>
2638
2639         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2640
2641 2007-01-12  Eric Blake  <ebb9@byu.net>
2642
2643         Provide a robust <wchar.h>.  Further simplifications are now
2644         possible in other modules, but not included here.
2645         * modules/wchar: New module.
2646         * m4/wchar.m4: New file.
2647         * lib/wchar_.h: Likewise.
2648         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2649         of the new module.
2650         * MODULES.html.sh (Extended multibyte and wide character utilities):
2651         New section.
2652
2653 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2654
2655         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2656         to a reasonable default for memory allocation.
2657         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2658         file system that reports garbage st_size values for symlinks.
2659         Problem reported by Liyang Hu.
2660
2661 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2662
2663         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2664         Emacs .#* auto-save files).
2665
2666 2007-01-11  Bruno Haible  <bruno@clisp.org>
2667
2668         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2669         directory.
2670
2671 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2672
2673         Use @...@ consistently in lib/wctype_.h.
2674         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2675         on it being set to 1 or 0.
2676         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2677         go back to AC_SUBSTing it.
2678         * modules/wctype (Makefile.am): Undo previous change.
2679
2680 2007-01-10  Eric Blake  <ebb9@byu.net>
2681
2682         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2683         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2684         * modules/wctype (Makefile.am): Likewise.
2685         Reported by Chris McGuire.
2686
2687 2007-01-10  Jim Meyering  <jim@meyering.net>
2688
2689         fts.c: a small readability/maintainability improvement
2690         * lib/fts.c (fts_read): Make this code slightly more readable and
2691         maintainable by hoisting the "sp->fts_cur = p" assignments to
2692         immediately follow the statements that set P.  Derived from
2693         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2694
2695 2007-01-10  Eric Blake  <ebb9@byu.net>
2696
2697         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2698         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2699         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2700         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2701         Reported by Chris McGuire.
2702
2703 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2704
2705         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2706         in sed script.
2707
2708 2007-01-09  Bruno Haible  <bruno@clisp.org>
2709
2710         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2711         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2712         variables.
2713         (func_module): Use them.
2714
2715 2007-01-09  Bruno Haible  <bruno@clisp.org>
2716
2717         * modules/unistr/base: New file.
2718         * lib/unistr.h: New file.
2719
2720         * modules/unistr/u8-to-u16: New file.
2721         * lib/unistr/u8-to-u16.c: New file.
2722
2723         * modules/unistr/u8-to-u32: New file.
2724         * lib/unistr/u8-to-u32.c: New file.
2725
2726         * modules/unistr/u16-to-u8: New file.
2727         * lib/unistr/u16-to-u8.c: New file.
2728
2729         * modules/unistr/u16-to-u32: New file.
2730         * lib/unistr/u16-to-u32.c: New file.
2731
2732         * modules/unistr/u32-to-u8: New file.
2733         * lib/unistr/u32-to-u8.c: New file.
2734
2735         * modules/unistr/u32-to-u16: New file.
2736         * lib/unistr/u32-to-u16.c: New file.
2737
2738         * modules/unistr/u8-check: New file.
2739         * modules/unistr/u16-check: New file.
2740         * modules/unistr/u32-check: New file.
2741         * lib/unistr/u8-check.c: New file.
2742         * lib/unistr/u16-check.c: New file.
2743         * lib/unistr/u32-check.c: New file.
2744
2745         * modules/unistr/u8-chr: New file.
2746         * modules/unistr/u16-chr: New file.
2747         * modules/unistr/u32-chr: New file.
2748         * lib/unistr/u8-chr.c: New file.
2749         * lib/unistr/u16-chr.c: New file.
2750         * lib/unistr/u32-chr.c: New file.
2751
2752         * modules/unistr/u8-cmp: New file.
2753         * modules/unistr/u16-cmp: New file.
2754         * modules/unistr/u32-cmp: New file.
2755         * lib/unistr/u8-cmp.c: New file.
2756         * lib/unistr/u16-cmp.c: New file.
2757         * lib/unistr/u32-cmp.c: New file.
2758
2759         * modules/unistr/u8-cpy: New file.
2760         * modules/unistr/u16-cpy: New file.
2761         * modules/unistr/u32-cpy: New file.
2762         * lib/unistr/u8-cpy.c: New file.
2763         * lib/unistr/u16-cpy.c: New file.
2764         * lib/unistr/u32-cpy.c: New file.
2765         * lib/unistr/u-cpy.h: New file.
2766
2767         * modules/unistr/u8-cpy-alloc: New file.
2768         * modules/unistr/u16-cpy-alloc: New file.
2769         * modules/unistr/u32-cpy-alloc: New file.
2770         * lib/unistr/u8-cpy-alloc.c: New file.
2771         * lib/unistr/u16-cpy-alloc.c: New file.
2772         * lib/unistr/u32-cpy-alloc.c: New file.
2773         * lib/unistr/u-cpy-alloc.h: New file.
2774
2775         * modules/unistr/u8-endswith: New file.
2776         * modules/unistr/u16-endswith: New file.
2777         * modules/unistr/u32-endswith: New file.
2778         * lib/unistr/u8-endswith.c: New file.
2779         * lib/unistr/u16-endswith.c: New file.
2780         * lib/unistr/u32-endswith.c: New file.
2781         * lib/unistr/u-endswith.h: New file.
2782
2783         * modules/unistr/u8-mblen: New file.
2784         * modules/unistr/u16-mblen: New file.
2785         * modules/unistr/u32-mblen: New file.
2786         * lib/unistr/u8-mblen.c: New file.
2787         * lib/unistr/u16-mblen.c: New file.
2788         * lib/unistr/u32-mblen.c: New file.
2789
2790         * modules/unistr/u8-mbtouc: New file.
2791         * modules/unistr/u16-mbtouc: New file.
2792         * modules/unistr/u32-mbtouc: New file.
2793         * lib/unistr/u8-mbtouc.c: New file.
2794         * lib/unistr/u16-mbtouc.c: New file.
2795         * lib/unistr/u32-mbtouc.c: New file.
2796
2797         * modules/unistr/u8-mbtouc-safe: New file.
2798         * modules/unistr/u16-mbtouc-safe: New file.
2799         * modules/unistr/u32-mbtouc-safe: New file.
2800         * lib/unistr/u8-mbtouc-safe.c: New file.
2801         * lib/unistr/u16-mbtouc-safe.c: New file.
2802         * lib/unistr/u32-mbtouc-safe.c: New file.
2803
2804         * modules/unistr/u8-move: New file.
2805         * modules/unistr/u16-move: New file.
2806         * modules/unistr/u32-move: New file.
2807         * lib/unistr/u8-move.c: New file.
2808         * lib/unistr/u16-move.c: New file.
2809         * lib/unistr/u32-move.c: New file.
2810         * lib/unistr/u-move.h: New file.
2811
2812         * modules/unistr/u8-next: New file.
2813         * modules/unistr/u16-next: New file.
2814         * modules/unistr/u32-next: New file.
2815         * lib/unistr/u8-next.c: New file.
2816         * lib/unistr/u16-next.c: New file.
2817         * lib/unistr/u32-next.c: New file.
2818
2819         * modules/unistr/u8-prev: New file.
2820         * modules/unistr/u16-prev: New file.
2821         * modules/unistr/u32-prev: New file.
2822         * lib/unistr/u8-prev.c: New file.
2823         * lib/unistr/u16-prev.c: New file.
2824         * lib/unistr/u32-prev.c: New file.
2825
2826         * modules/unistr/u8-set: New file.
2827         * modules/unistr/u16-set: New file.
2828         * modules/unistr/u32-set: New file.
2829         * lib/unistr/u8-set.c: New file.
2830         * lib/unistr/u16-set.c: New file.
2831         * lib/unistr/u32-set.c: New file.
2832         * lib/unistr/u-set.h: New file.
2833
2834         * modules/unistr/u8-startswith: New file.
2835         * modules/unistr/u16-startswith: New file.
2836         * modules/unistr/u32-startswith: New file.
2837         * lib/unistr/u8-startswith.c: New file.
2838         * lib/unistr/u16-startswith.c: New file.
2839         * lib/unistr/u32-startswith.c: New file.
2840         * lib/unistr/u-startswith.h: New file.
2841
2842         * modules/unistr/u8-stpcpy: New file.
2843         * modules/unistr/u16-stpcpy: New file.
2844         * modules/unistr/u32-stpcpy: New file.
2845         * lib/unistr/u8-stpcpy.c: New file.
2846         * lib/unistr/u16-stpcpy.c: New file.
2847         * lib/unistr/u32-stpcpy.c: New file.
2848         * lib/unistr/u-stpcpy.h: New file.
2849
2850         * modules/unistr/u8-stpncpy: New file.
2851         * modules/unistr/u16-stpncpy: New file.
2852         * modules/unistr/u32-stpncpy: New file.
2853         * lib/unistr/u8-stpncpy.c: New file.
2854         * lib/unistr/u16-stpncpy.c: New file.
2855         * lib/unistr/u32-stpncpy.c: New file.
2856         * lib/unistr/u-stpncpy.h: New file.
2857
2858         * modules/unistr/u8-strcat: New file.
2859         * modules/unistr/u16-strcat: New file.
2860         * modules/unistr/u32-strcat: New file.
2861         * lib/unistr/u8-strcat.c: New file.
2862         * lib/unistr/u16-strcat.c: New file.
2863         * lib/unistr/u32-strcat.c: New file.
2864         * lib/unistr/u-strcat.h: New file.
2865
2866         * modules/unistr/u8-strchr: New file.
2867         * modules/unistr/u16-strchr: New file.
2868         * modules/unistr/u32-strchr: New file.
2869         * lib/unistr/u8-strchr.c: New file.
2870         * lib/unistr/u16-strchr.c: New file.
2871         * lib/unistr/u32-strchr.c: New file.
2872
2873         * modules/unistr/u8-strcmp: New file.
2874         * modules/unistr/u16-strcmp: New file.
2875         * modules/unistr/u32-strcmp: New file.
2876         * lib/unistr/u8-strcmp.c: New file.
2877         * lib/unistr/u16-strcmp.c: New file.
2878         * lib/unistr/u32-strcmp.c: New file.
2879
2880         * modules/unistr/u8-strcpy: New file.
2881         * modules/unistr/u16-strcpy: New file.
2882         * modules/unistr/u32-strcpy: New file.
2883         * lib/unistr/u8-strcpy.c: New file.
2884         * lib/unistr/u16-strcpy.c: New file.
2885         * lib/unistr/u32-strcpy.c: New file.
2886         * lib/unistr/u-strcpy.h: New file.
2887
2888         * modules/unistr/u8-strcspn: New file.
2889         * modules/unistr/u16-strcspn: New file.
2890         * modules/unistr/u32-strcspn: New file.
2891         * lib/unistr/u8-strcspn.c: New file.
2892         * lib/unistr/u16-strcspn.c: New file.
2893         * lib/unistr/u32-strcspn.c: New file.
2894         * lib/unistr/u-strcspn.h: New file.
2895
2896         * modules/unistr/u8-strdup: New file.
2897         * modules/unistr/u16-strdup: New file.
2898         * modules/unistr/u32-strdup: New file.
2899         * lib/unistr/u8-strdup.c: New file.
2900         * lib/unistr/u16-strdup.c: New file.
2901         * lib/unistr/u32-strdup.c: New file.
2902         * lib/unistr/u-strdup.h: New file.
2903
2904         * modules/unistr/u8-strlen: New file.
2905         * modules/unistr/u16-strlen: New file.
2906         * modules/unistr/u32-strlen: New file.
2907         * lib/unistr/u8-strlen.c: New file.
2908         * lib/unistr/u16-strlen.c: New file.
2909         * lib/unistr/u32-strlen.c: New file.
2910         * lib/unistr/u-strlen.h: New file.
2911
2912         * modules/unistr/u8-strmblen: New file.
2913         * modules/unistr/u16-strmblen: New file.
2914         * modules/unistr/u32-strmblen: New file.
2915         * lib/unistr/u8-strmblen.c: New file.
2916         * lib/unistr/u16-strmblen.c: New file.
2917         * lib/unistr/u32-strmblen.c: New file.
2918
2919         * modules/unistr/u8-strmbtouc: New file.
2920         * modules/unistr/u16-strmbtouc: New file.
2921         * modules/unistr/u32-strmbtouc: New file.
2922         * lib/unistr/u8-strmbtouc.c: New file.
2923         * lib/unistr/u16-strmbtouc.c: New file.
2924         * lib/unistr/u32-strmbtouc.c: New file.
2925
2926         * modules/unistr/u8-strncat: New file.
2927         * modules/unistr/u16-strncat: New file.
2928         * modules/unistr/u32-strncat: New file.
2929         * lib/unistr/u8-strncat.c: New file.
2930         * lib/unistr/u16-strncat.c: New file.
2931         * lib/unistr/u32-strncat.c: New file.
2932         * lib/unistr/u-strncat.h: New file.
2933
2934         * modules/unistr/u8-strncmp: New file.
2935         * modules/unistr/u16-strncmp: New file.
2936         * modules/unistr/u32-strncmp: New file.
2937         * lib/unistr/u8-strncmp.c: New file.
2938         * lib/unistr/u16-strncmp.c: New file.
2939         * lib/unistr/u32-strncmp.c: New file.
2940
2941         * modules/unistr/u8-strncpy: New file.
2942         * modules/unistr/u16-strncpy: New file.
2943         * modules/unistr/u32-strncpy: New file.
2944         * lib/unistr/u8-strncpy.c: New file.
2945         * lib/unistr/u16-strncpy.c: New file.
2946         * lib/unistr/u32-strncpy.c: New file.
2947         * lib/unistr/u-strncpy.h: New file.
2948
2949         * modules/unistr/u8-strnlen: New file.
2950         * modules/unistr/u16-strnlen: New file.
2951         * modules/unistr/u32-strnlen: New file.
2952         * lib/unistr/u8-strnlen.c: New file.
2953         * lib/unistr/u16-strnlen.c: New file.
2954         * lib/unistr/u32-strnlen.c: New file.
2955         * lib/unistr/u-strnlen.h: New file.
2956
2957         * modules/unistr/u8-strpbrk: New file.
2958         * modules/unistr/u16-strpbrk: New file.
2959         * modules/unistr/u32-strpbrk: New file.
2960         * lib/unistr/u8-strpbrk.c: New file.
2961         * lib/unistr/u16-strpbrk.c: New file.
2962         * lib/unistr/u32-strpbrk.c: New file.
2963         * lib/unistr/u-strpbrk.h: New file.
2964
2965         * modules/unistr/u8-strrchr: New file.
2966         * modules/unistr/u16-strrchr: New file.
2967         * modules/unistr/u32-strrchr: New file.
2968         * lib/unistr/u8-strrchr.c: New file.
2969         * lib/unistr/u16-strrchr.c: New file.
2970         * lib/unistr/u32-strrchr.c: New file.
2971
2972         * modules/unistr/u8-strspn: New file.
2973         * modules/unistr/u16-strspn: New file.
2974         * modules/unistr/u32-strspn: New file.
2975         * lib/unistr/u8-strspn.c: New file.
2976         * lib/unistr/u16-strspn.c: New file.
2977         * lib/unistr/u32-strspn.c: New file.
2978         * lib/unistr/u-strspn.h: New file.
2979
2980         * modules/unistr/u8-strstr: New file.
2981         * modules/unistr/u16-strstr: New file.
2982         * modules/unistr/u32-strstr: New file.
2983         * lib/unistr/u8-strstr.c: New file.
2984         * lib/unistr/u16-strstr.c: New file.
2985         * lib/unistr/u32-strstr.c: New file.
2986         * lib/unistr/u-strstr.h: New file.
2987
2988         * modules/unistr/u8-strtok: New file.
2989         * modules/unistr/u16-strtok: New file.
2990         * modules/unistr/u32-strtok: New file.
2991         * lib/unistr/u8-strtok.c: New file.
2992         * lib/unistr/u16-strtok.c: New file.
2993         * lib/unistr/u32-strtok.c: New file.
2994         * lib/unistr/u-strtok.h: New file.
2995
2996         * modules/unistr/u8-uctomb: New file.
2997         * modules/unistr/u16-uctomb: New file.
2998         * modules/unistr/u32-uctomb: New file.
2999         * lib/unistr/u8-uctomb.c: New file.
3000         * lib/unistr/u16-uctomb.c: New file.
3001         * lib/unistr/u32-uctomb.c: New file.
3002
3003         * MODULES.html.sh (Unicode string functions): Add the new modules.
3004
3005 2007-01-08  Bruno Haible  <bruno@clisp.org>
3006
3007         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
3008         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
3009         subdirectories.
3010
3011 2007-01-08  Karl Berry  <karl@gnu.org>
3012
3013         * doc/error.texi: mention that main() fns must set program_name
3014         when progname is used.
3015
3016 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
3017
3018         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
3019         WCTYPE_H is empty, for the benefit of builds from non-distclean
3020         directories.  Problem reported by Eric Blake in
3021         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
3022
3023 2007-01-08  Bruno Haible  <bruno@clisp.org>
3024
3025         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
3026         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
3027         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
3028         PROVIDE_CANONICALIZE_FILENAME_MODE.
3029         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
3030
3031 2007-01-08  Bruno Haible  <bruno@clisp.org>
3032
3033         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
3034         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
3035         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
3036         * lib/fts.c: Likewise.
3037         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
3038
3039 2006-12-25  Bruno Haible  <bruno@clisp.org>
3040
3041         * modules/utf8-ucs4-safe: New file.
3042         * lib/utf8-ucs4-safe.h: New file.
3043         * lib/unistr/utf8-ucs4-safe.c: New file.
3044
3045         * modules/utf16-ucs4-safe: New file.
3046         * lib/utf16-ucs4-safe.h: New file.
3047         * lib/unistr/utf16-ucs4-safe.c: New file.
3048
3049         * MODULES.html.sh (Unicode string functions): Add the new modules.
3050
3051 2007-01-08  Bruno Haible  <bruno@clisp.org>
3052
3053         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
3054         (Depends-on): Add unitypes.
3055         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3056         (u8_mbtouc_aux): Move out to separate file.
3057         (u8_mbtouc): Use ucs4_t, uint8_t types.
3058         * lib/unistr/utf8-ucs4.c: New file.
3059
3060         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
3061         (Depends-on): Add unitypes.
3062         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3063         (u16_mbtouc_aux): Move out to separate file.
3064         (u16_mbtouc): Use ucs4_t, uint16_t types.
3065         * lib/unistr/utf16-ucs4.c: New file.
3066
3067         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
3068         (Depends-on): Add unitypes.
3069         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
3070         (u8_uctomb_aux): Move out to separate file.
3071         (u8_uctomb): Use ucs4_t, uint8_t types.
3072         * lib/unistr/ucs4-utf8.c: New file.
3073
3074         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
3075         (Depends-on): Add unitypes.
3076         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
3077         (u16_uctomb_aux): Move out to separate file.
3078         (u16_uctomb): Use ucs4_t, uint16_t types.
3079         * lib/unistr/ucs4-utf16.c: New file.
3080
3081 2006-12-25  Bruno Haible  <bruno@clisp.org>
3082
3083         * modules/unitypes: New file.
3084         * lib/unitypes.h: New file.
3085         * MODULES.html.sh (func_all_modules): New section "Unicode string
3086         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
3087         this section. Add unitypes.
3088
3089 2007-01-08  Bruno Haible  <bruno@clisp.org>
3090
3091         Avoid variable names that conflict with those from libtool.
3092         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
3093         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
3094         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
3095         library_names_spec to acl_library_names_spec, hardcode_* to
3096         acl_hardcode_*.
3097         Reported by Ralf Wildenhues.
3098
3099 2007-01-08  Bruno Haible  <bruno@clisp.org>
3100
3101         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
3102         definition.
3103         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
3104         definition.
3105         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
3106         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
3107         definition.
3108         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
3109         definition.
3110         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
3111         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
3112         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
3113         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
3114         definition.
3115         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
3116         definition.
3117         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
3118         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
3119         GC_USE_<algorithm>.
3120         * lib/gc-libgcrypt.c: Likewise.
3121         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
3122         * modules/gc-arctwo (configure.ac): Likewise.
3123         * modules/gc-des (configure.ac): Likewise.
3124         * modules/gc-hmac-md5 (configure.ac): Likewise.
3125         * modules/gc-hmac-sha1 (configure.ac): Likewise.
3126         * modules/gc-md2 (configure.ac): Likewise.
3127         * modules/gc-md4 (configure.ac): Likewise.
3128         * modules/gc-md5 (configure.ac): Likewise.
3129         * modules/gc-random (configure.ac): Likewise.
3130         * modules/gc-rijndael (configure.ac): Likewise.
3131         * modules/gc-sha1 (configure.ac): Likewise.
3132
3133 2007-01-08  Bruno Haible  <bruno@clisp.org>
3134
3135         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
3136         macro definition.
3137         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
3138         definition.
3139         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
3140         definition.
3141         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
3142         * modules/fcntl-safer (configure.ac): Likewise.
3143         * modules/fopen-safer (configure.ac): Likewise.
3144         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
3145         GNULIB_FWRITEERROR macro definition.
3146
3147 2007-01-08  Bruno Haible  <bruno@clisp.org>
3148
3149         * m4/gnulib-common.m4: New file.
3150         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
3151         (func_get_filelist): Add m4/gnulib-common.m4.
3152
3153 2007-01-08  Bruno Haible  <bruno@clisp.org>
3154
3155         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
3156         command.
3157
3158 2007-01-08  Jim Meyering  <jim@meyering.net>
3159
3160         Use a more robust test for a "can't happen" condition.
3161         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
3162         narrowed the st_size value.  Presuming the "can't happen" condition
3163         is true, that narrowing could conceivably convert an invalid st_size
3164         value into a valid one.  Instead, use a change based on Matthew
3165         Woehlke's original patch.
3166
3167         Slight readability improvement: use an assert-like macro
3168         in place of literal "abort ()" uses.
3169         * lib/fts.c (fts_assert): Define.
3170         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
3171         Use this macro instead of a bare 'abort'.
3172
3173 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3174
3175         Don't worry about using IRIX 5.3's wctype.h broken definitions;
3176         simply work around them.
3177         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
3178         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
3179         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
3180         declaring.
3181         Don't bother to define as macros, since the standard doesn't require it.
3182         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
3183         longer worry about IRIX 5.3.
3184         (HAVE_WCTYPE_CTMP_BUG): Remove.
3185
3186 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3187
3188         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
3189         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
3190         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3191         Problems reported by Georg Schwarz for IRIX 5.3.
3192
3193         * gnulib-tool (autoconf_minversion): Take the maximum version number
3194         found, not the minimum.  Problem reported by James Youngman.
3195
3196 2007-01-03  Karl Berry  <karl@gnu.org>
3197
3198         * doc/error.texi: new file, explaining interaction with progname.
3199         * doc/gnulib.texi: include it.  Update copyright.
3200
3201 2007-01-03  Simon Josefsson  <simon@josefsson.org>
3202
3203         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
3204         AC_CANONICAL_HOST, to improve autobuild outputs.
3205
3206 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
3207             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3208
3209         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
3210         sockets, server sockets, and other file descriptors.  Count errors
3211         to compute the return value.  Reorder the code a bit to be easier
3212         to follow.  Don't set event bits that were not requested (except
3213         POLLERR and POLLHUP).
3214
3215 2007-01-01  Bruno Haible  <bruno@clisp.org>
3216
3217         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3218
3219 2007-01-03  Jim Meyering  <jim@meyering.net>
3220
3221         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3222
3223 2007-01-02  Bruno Haible  <bruno@clisp.org>
3224
3225         * modules/settime (Include): Require timespec.h.
3226         * modules/nanosleep (Include): Likewise.
3227
3228 2007-01-01  Bruno Haible  <bruno@clisp.org>
3229
3230         * gnulib-tool (func_emit_copyright_notice): Bump year.
3231         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3232
3233 2007-01-01  Bruno Haible  <bruno@clisp.org>
3234
3235         Improve support for OpenBSD.
3236         * build-aux/config.rpath (libname_spec): Export.
3237         (library_names_spec): New variable. Export.
3238         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3239         library_names_spec from the config.rpath output. Locate shared library
3240         through the name pattern in library_names_spec.
3241
3242 2007-01-01  Eric Blake  <ebb9@byu.net>
3243
3244         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3245
3246 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3247
3248         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3249         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3250         assume the C locale, and avoid an "eval" that could cause trouble.
3251         Problem with SORT reported by Bob Proulx.
3252
3253         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3254         Define.  Trivial patch from Henning Nielsen Lund, originally
3255         sent to bug-grep@gnu.org today.
3256
3257 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3258
3259         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3260         struct stat.  Problem reported by Henning Nielsen Lund.
3261         * lib/acl.c: Include acl.h first, to check interface.  Don't
3262         bother to include sys/types.h and sys/stat.h again.
3263
3264 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3265
3266         Import the following change from libc; problem reported by
3267         Sven Verdoolaege.
3268
3269         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3270
3271         [BZ #1373]
3272         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3273
3274 2006-12-28  Jim Meyering  <jim@meyering.net>
3275
3276         * build-aux/announce-gen: Do not assume that the package
3277         builds any of tar.gz, tar.bz2, and .xdelta files.
3278         Suggestion from Simon Josefsson.
3279
3280 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3281
3282         * modules/announce-gen: New file.
3283
3284 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3285
3286         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3287         handles its gotchas now.
3288         * lib/mbswidth.c: Likewise.
3289         * lib/wcwidth.h: Likewise.
3290         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3291         and iswcntrl; the wctype module does this stuff now.
3292         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3293         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3294         * modules/mbchar (Depends-on): Add wctype.
3295         * modules/mbswidth (Depends-on): Likewise.
3296         * modules/wcwidth (Depends-on): Likewise.
3297
3298 2006-12-27  Eric Blake  <ebb9@byu.net>
3299
3300         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3301         module uses more than what <wctype.h> is required to provide.
3302
3303 2006-12-26  Eric Blake  <ebb9@byu.net>
3304
3305         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3306
3307 2006-12-26  Eric Blake  <ebb9@byu.net>
3308
3309         * modules/absolute-header: New module.
3310         * modules/fcntl (Depends-on): Depend on it.
3311         * modules/inttypes (Depends-on): Likewise.
3312         * modules/stdint (Depends-on): Likewise.
3313         * modules/sys_stat (Depends-on): Likewise.
3314         * modules/wctype (Depends-on): Likewise.
3315         * MODULES.html.sh (Support for building libraries and
3316         executables): Document it.
3317
3318 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3319
3320         * gnulib-tool (SED): Remove, undoing previous change.
3321         The problem was that it broke coreutils on Solaris, because
3322         "sed --posix" leaked into a makefile.
3323         (sed): New alias, if 'alias' and GNU sed.
3324
3325 2006-12-24  Jim Meyering  <jim@meyering.net>
3326
3327         Work around an fchownat bug in glibc-2.4:
3328         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3329         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3330         in spite of the -P option.
3331         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3332         New macros.
3333         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3334         * modules/openat (Files): Add lib/fchownat.c.
3335         * lib/openat.c (fchownat): Don't define here.  Move to...
3336         * lib/fchownat.c: ...this new file.
3337
3338 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3339
3340         Fix bug reported by Bruno Haible in
3341         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3342         where quotearg.c didn't compile on Mac OS X 10.2 because it
3343         lacks <wchar.h> and wint_t.
3344         * lib/wctype_.h (__wctype_wint_t): New type.
3345         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3346         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3347         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3348         Arg is now of type __wctype_wint_t, not wint_t.
3349         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3350         substitute HAVE_WINT_T.
3351         * modules/wctype (Files): Add m4/wint_t.m4.
3352         (wctype.h): Substitute HAVE_WINT_T.
3353
3354 2006-12-23  Bruno Haible  <bruno@clisp.org>
3355
3356         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3357
3358 2006-12-23  Bruno Haible  <bruno@clisp.org>
3359
3360         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3361         S_ISLNK.
3362         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3363         mingw.
3364
3365 2006-12-22  Bruno Haible  <bruno@clisp.org>
3366
3367         * lib/copy-file.c: Include acl.h.
3368         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3369         Close the file descriptors only after being done with copy_acl.
3370         * modules/copy-file (Depends-on): Add acl.
3371
3372 2006-12-22  Bruno Haible  <bruno@clisp.org>
3373
3374         * gnulib-tool (SED): New variable.
3375         Use $SED instead of sed everywhere.
3376
3377 2006-12-22  Bruno Haible  <bruno@clisp.org>
3378
3379         * modules/no-c++: New file.
3380         * m4/no-c++.m4: New file.
3381         * MODULES.html.sh (Support for building libraries and executables):
3382         Add no-c++.
3383
3384 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3385
3386         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3387         Include <limits.h>, and use its INT_MAX to rewrite the
3388         j loop so that it does not overflow 'int'.  Problem reported by
3389         Ralf Wildenhues in
3390         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3391         Play it safe by shifting left by 1 rather than multiplying by 2,
3392         as GCC is less likely to optimize this away when the value
3393         is signed (when it assumes overflow leads to undefined behavior).
3394         Also, don't assume time_t uses two's complement.
3395
3396 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3397
3398         * MODULES.html.sh: New module wctype.
3399         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3400         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3401         <wctype.h>, since the new wctype module should fix this.
3402         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3403         the wctype module should arrange for it.
3404         * lib/regex_internal.h: Likewise.
3405         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3406         since the wctype module should handle this now.
3407         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3408         * modules/fnmatch (Depends-on): Add wctype.
3409         * modules/quotearg (Depends-on): Likewise.
3410         * modules/regex (Depends-on): Likewise.
3411
3412 2006-12-19  Bruno Haible  <bruno@clisp.org>
3413
3414         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3415         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3416
3417 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3418
3419         * modules/savewd (Depends-on): Fix dependency on fcntl.
3420
3421 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3422
3423         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3424         conforms to C99, rather than relying on the user's environment
3425         setting of STDINT_H.
3426
3427 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3428         and Eric Blake  <ebb9@byu.net>
3429
3430         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3431         This is more consistent with the other defines here.
3432         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3433         Port to z/OS.  Problem reported by Paul Gilmartin.
3434         Change local vars to use gl_ prefix rather than ac_.
3435         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3436         with other defines.
3437         * modules/double-slash-root: New module.
3438         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3439         (Depends-on): Add double-slash-root.
3440         * MODULES.html.sh (File system functions): Mention new module.
3441
3442 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3443
3444         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3445         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3446         This is for the benefit of gzip, which doesn't do i18n.
3447
3448 2006-12-12  Jim Meyering  <jim@meyering.net>
3449
3450         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3451         Reported by Andreas Schwab <schwab@suse.de>.
3452
3453 2006-12-12  Bruno Haible  <bruno@clisp.org>
3454
3455         Merge these changes.
3456         2006-09-05  Bruno Haible  <bruno@clisp.org>
3457         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3458         iconv_alloc succeeded.
3459         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3460         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3461         test for " && dest " at the end - dest is always != NULL there. Call
3462         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3463         with 2xNULL arguments, also to flush the state storage. Handle the
3464         IRIX iconv behaviour. Realloc the final result, to throw away unused
3465         memory.
3466
3467 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3468
3469         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3470         and fchmodat unconditionally, since glibc 2.4 has them.
3471         Problem reported by Arkadiusz Miskiewicz.
3472
3473 2006-12-10  Bruno Haible  <bruno@clisp.org>
3474
3475         * gnulib-tool (func_import): Show the include files only for those
3476         modules that are copied and specified.
3477         Reported by Karl Berry.
3478
3479 2006-12-08  Jim Meyering  <jim@meyering.net>
3480
3481         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3482         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3483
3484         * build-aux/announce-gen: Add two new options, both optional:
3485         --bootstrap-tools=TOOL_LIST
3486               a comma-separated list of tools, e.g.,
3487               autoconf,automake,bison,gnulib
3488         --gnulib-snapshot-date=DATE
3489               if gnulib is in the bootstrap tool list,
3490               then report this as the snapshot date.
3491               If not specified, use the current date/time.
3492               If you specify a date here, be sure it's UTC.
3493
3494 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3495
3496         * tests/test-argp-2.sh: Fix test to match actual output.
3497         (func_compare): Fix sed script to be portable.
3498
3499 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3500
3501         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3502         workaround for this case.  It is not autoconfigured now; offhand
3503         it's hard to see how to autoconfigure it.
3504
3505 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3506
3507         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3508         a directory that is about to be chowned.  Such a directory's
3509         initial file permissions should permit the owner only and this
3510         should not be changed until after the chown, since the group and
3511         other bits would be incorrect if they granted permission before
3512         the chown.
3513
3514         Fix porting problem for iswctype reported by Georg Schwarz in:
3515         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3516         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3517         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3518         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3519         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3520
3521 2006-12-03  Jim Meyering  <jim@meyering.net>
3522
3523         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3524         p->fts_statp may not yet be defined.
3525         (fts_read): Instead, set it in the caller, once p->fts_statp is
3526         sure to be defined, and corresponds to a top-level directory.
3527         This bug made du -x fail.  Here's the coreutils test case:
3528         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3529         Reported by Mike Frysinger.
3530
3531 2006-12-01  Jim Meyering  <jim@meyering.net>
3532
3533         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3534         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3535         Reported by Simon Josefsson.
3536
3537 2006-11-30  Jim Meyering  <jim@meyering.net>
3538
3539         * m4/warning.m4: Use the all-permissive copyright notice
3540         recommended by RMS (rather than LGPL).
3541         * m4/vararrays.m4: Likewise.
3542         * m4/flexmember.m4: Likewise.
3543
3544 2006-11-29  Bruno Haible  <bruno@clisp.org>
3545
3546         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3547         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3548         using +=.
3549         Reported by Simon Josefsson <simon@josefsson.org>.
3550
3551 2006-11-28  James Youngman <jay@gnu.org>
3552
3553         * README: Advise users that they might find the bug-gnulib@gnu.org
3554         and autotools-announce@gnu.org mailing lists useful.
3555
3556 2006-11-28  Bruno Haible  <bruno@clisp.org>
3557
3558         * m4/ptrdiff_max.m4: Remove file.
3559
3560 2006-11-21  Bruno Haible  <bruno@clisp.org>
3561
3562         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3563         _AC_COMPUTE_INT.
3564         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3565         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3566         _AC_COMPUTE_INT.
3567         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3568         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3569         _AC_COMPUTE_INT.
3570         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3571
3572 2006-11-28  Jim Meyering  <jim@meyering.net>
3573
3574         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3575         warning from "gcc -Wshadow" about shadowing the builtin.
3576
3577 2006-11-27  Bruno Haible  <bruno@clisp.org>
3578
3579         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3580         _AC_COMPUTE_INT.
3581         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3582
3583 2006-11-27  Bruno Haible  <bruno@clisp.org>
3584             Paul Eggert  <eggert@cs.ucla.edu>
3585
3586         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3587
3588 2006-11-26  Bruno Haible  <bruno@clisp.org>
3589
3590         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3591         noinst_LTLIBRARIES.
3592
3593 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3594             Bruno Haible  <bruno@clisp.org>
3595
3596         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3597         if compiling with "gcc -ansi".
3598
3599 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3600
3601         Fix some incompatibilities with gcc -ansi -pedantic.
3602         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3603         if compiling pedantically with GCC, unless it's C99 or later.
3604         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3605         it mishandles gcc -ansi -pedantic as well.
3606         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3607         if gcc -pedantic.
3608         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3609         initializers for struct if -pedantic, unless it's C99 or later.
3610
3611 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3612
3613         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3614         Don't close an fd more than once. Identical atimes indicate
3615         success, not failure.
3616
3617 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3618
3619         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3620
3621 2006-11-23  Jim Meyering  <jim@meyering.net>
3622
3623         * build-aux/announce-gen: New file.  From coreutils.
3624
3625 2006-11-22  Jim Meyering  <jim@meyering.net>
3626
3627         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3628         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3629         (fts_read): Use a temporary to narrow the overused st_size member
3630         before using it in a switch statement.  Reported by Matthew Woehlke.
3631
3632         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3633         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3634
3635 2006-11-20  Bruno Haible  <bruno@clisp.org>
3636
3637         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3638         changequote instead of pairs of brackets.
3639         Reported by Andreas Schwab <schwab@suse.de>.
3640
3641 2006-11-21  Jim Meyering  <jim@meyering.net>
3642
3643         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3644         so as to remain compatible with older compilers.
3645         Patch from Michael Deutschmann.
3646
3647 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3648
3649         * MODULES.html.sh (File system functions): Add openat.
3650
3651         * lib/openat.h (rpl_fstatat): New macro, if
3652         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3653         (fstatat): Define to rpl_fstatat under the same conditions,
3654         unless COMPILING_FSTATAT.
3655         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3656         seems to have the bug.
3657         * lib/fstatat.c: New file.
3658         * modules/openat (Files): Add it.
3659
3660 2006-11-20  Bruno Haible  <bruno@clisp.org>
3661
3662         * Makefile: New file.
3663
3664 2006-11-20  Jim Meyering  <jim@meyering.net>
3665
3666         The beginnings of syntax-related checks for gnulib.
3667         * lib/Makefile: New file.
3668         * lib/t-idcache: New script.  Ensure that the two halves of
3669         idcache.c stay in sync.
3670
3671         * lib/idcache.c: Adjust comments in user- and group- portions to
3672         be more accurate, and to be consistent with one another.
3673
3674 2006-11-20  Jim Meyering  <jim@meyering.net>
3675
3676         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3677         continue using the flexible array member (thus, this module performs
3678         half as many malloc calls), with the addition that...
3679         (getgroup, getuser): Consistently record a non-match via an empty
3680         "name" string, and map an empty string match to a NULL return value.
3681         * modules/idcache (Depends-on): Re-add flexmember.
3682
3683         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3684         (getuidbyname, getgroup, getgidbyname): Likewise.
3685
3686         Use cleaner syntax: NULL rather than 0.
3687         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3688
3689 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3690
3691         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3692         It mishandled the case where the group was missing.
3693         Problem reported by Greg Schafer.
3694         * modules/idcache: Likewise.
3695
3696 2006-11-18  Jim Meyering  <jim@meyering.net>
3697
3698         * check-module (%exempt_header): Add exception for some
3699         conditionally-included headers.
3700
3701         * modules/i-ring (Depends-on): Add verify.
3702         (License): Change to LGPL.
3703
3704 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3705
3706         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3707         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3708         and inttostr.h.  Use snprintf rather than uinttostr, so that
3709         LGPLed code doesn't depend on GPLed.
3710
3711 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3712
3713         * modules/inline (License): Change from GPL to LGPL.
3714
3715 2006-11-17  Jim Meyering  <jim@meyering.net>
3716
3717         * modules/d-type (License): Switch to LGPL.
3718
3719 2006-11-15  Bruno Haible  <bruno@clisp.org>
3720
3721         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3722
3723 2006-11-15  Eric Blake  <ebb9@byu.net>
3724
3725         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3726         the module dependency.
3727
3728 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3729             Bruno Haible  <bruno@clisp.org>
3730
3731         * gnulib-tool (func_create_testdir): Add license consistency check.
3732
3733 2006-11-15  Eric Blake  <ebb9@byu.net>
3734
3735         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3736         random "(cached)" in configure output.
3737
3738 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3739
3740         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3741         test for conforming inttypes.h is both announced and cached.
3742
3743         * MODULES.html.sh (seen_modules, seen_files): New variables.
3744         (func_module): Rewrite to use a few less gnulib-tool and sed
3745         invocations.  Avoid a couple of quadratic algorithms for ...
3746         (missed_modules, missed_files): ... these, with ...
3747         (func_append, func_tmpdir): ... these new functions, from
3748         gnulib-tool.  Analogously, install traps for cleanup.
3749
3750         * tests/test-gc.c (main): Remove unused variables.
3751         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3752
3753 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3754
3755         * modules/inttostr (License): Change to LGPL.
3756
3757 2006-11-14  Eric Blake  <ebb9@byu.net>
3758
3759         * modules/tempname (License): Change to LGPL.
3760
3761 2006-11-14  Eric Blake  <ebb9@byu.net>
3762
3763         * doc/functions.texi (Function Portability): *printf functions on
3764         Cygwin now understand all POSIX size specifiers.
3765
3766 2006-11-14  Bruno Haible  <bruno@clisp.org>
3767
3768         * modules/c-ctype (License): Change to LGPL.
3769
3770 2006-11-12  Bruno Haible  <bruno@clisp.org>
3771
3772         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3773         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3774         for GNOME libraries, for which the include files are installed in
3775         subdirectories of $prefix/include.
3776
3777 2006-11-12  Bruno Haible  <bruno@clisp.org>
3778
3779         * m4/lib-link.m4: Require at least autoconf-2.54.
3780         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3781         name to underscores for the --with option.
3782
3783 2006-11-13  Bruno Haible  <bruno@clisp.org>
3784
3785         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3786         the tests directory.
3787         Reported by Ralf Wildenhues.
3788
3789 2006-11-13  Bruno Haible  <bruno@clisp.org>
3790
3791         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3792         (func_emit_initmacro_end): Undo the override here.
3793         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3794         Works around the famous automake error in coreutils.
3795
3796 2006-11-13  Eric Blake  <ebb9@byu.net>
3797
3798         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3799         element, not its node.
3800
3801 2006-11-12  Bruno Haible  <bruno@clisp.org>
3802
3803         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3804         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3805
3806 2006-11-12  Bruno Haible  <bruno@clisp.org>
3807
3808         * gnulib-tool: New option --local-symlink.
3809         (func_usage): Document it.
3810         (lsymbolic): New variable.
3811         (func_import, func_create_testdir): If --symlink was not specified,
3812         test whether --local-symlink was specified and the file comes from
3813         the local_gnulib_dir.
3814
3815 2006-11-12  Bruno Haible  <bruno@clisp.org>
3816
3817         * gnulib-tool (func_ln): New function.
3818         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3819
3820 2006-11-12  Bruno Haible  <bruno@clisp.org>
3821
3822         Finish support for source files in subdirectories.
3823         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3824         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3825         AUTOMAKE_OPTIONS.
3826         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3827
3828 2006-11-12  Bruno Haible  <bruno@clisp.org>
3829
3830         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3831         EXTRA_lib_SOURCES augmentation.
3832         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3833
3834 2006-11-12  Jim Meyering  <jim@meyering.net>
3835
3836         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3837         file descriptors.  This also averts a failure on systems with
3838         native openat support when a traversed directory lacks "x" access.
3839         * lib/fts_.h: Include "i-ring.h"
3840         (struct FTS) [fts_fd_ring]: New member.
3841         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3842         (FCHDIR): Add parentheses.
3843         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3844         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3845         When descending, rather than simply closing the previous
3846         fts_cwd_fd value, push that file descriptor onto the ring.
3847         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3848         (fts_open): Initialize the new fd_ring member.
3849         (fts_close): Clear the ring.
3850         (fts_safe_changedir): When possible, use our new fd_ring to skip
3851         the diropen and fstat and dev/ino comparison that would normally
3852         accompany a virtual `chdir ("..")'.
3853
3854         * modules/fts (Depends-on): Add i-ring.
3855         * modules/i-ring: New module.
3856         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3857         * m4/i-ring.m4: New file.
3858
3859 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3860
3861         * gnulib-tool (func_create_testdir): Fix replacement of
3862         `build-aux' in configure.ac.  Run autotools in gltests
3863         subdirectory.
3864         (func_create_testdir, func_create_megatestdir, test): There is
3865         no need for '--force' in most autotool invocations in a new
3866         tree.  Actually fail the whole test if any of the tools, or the
3867         configure or make stages fail.
3868
3869         Sync from Automake.
3870         * build-aux/gnupload: Revert last change.  Add pointer to upload
3871         instructions of the GNU Maintenance Instructions.
3872         Suggestion by Karl Berry.
3873
3874 2006-11-10  Jim Meyering  <jim@meyering.net>
3875
3876         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3877
3878 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3879
3880         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3881         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3882         (bind_textdomain_codeset) [! ENABLE_NLS]:
3883         Evaluate all the arguments.  That way, callers get compatible behavior
3884         if the arguments have side effects.  Also, it avoids some GCC
3885         diagnostics in some cases; Joel E. Denny reported problems when Bison
3886         was configured with --enable-gcc-warnigs.
3887
3888 2006-11-10  Jim Meyering  <jim@meyering.net>
3889
3890         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3891         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3892         account.
3893
3894 2006-11-10  Jim Meyering  <jim@meyering.net>
3895
3896         * modules/inline: New file/module.
3897         * modules/xalloc (Files): Remove m4/inline.m4.
3898         (Depends-on): Add inline, instead.
3899         * modules/oset: Likewise.
3900         * modules/list: Likewise.
3901
3902 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3903
3904         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3905         Problem reported by Matthew Woehlke.
3906
3907 2006-11-09  Bruno Haible  <bruno@clisp.org>
3908
3909         * lib/tempname.c (gen_tempname): Remove variant that invokes
3910         __gen_tempname.
3911         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3912         __gen_tempname.
3913
3914 2006-11-08  Bruno Haible  <bruno@clisp.org>
3915
3916         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3917         to 'yes' instead of 'cross-compiling'.
3918
3919 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3920
3921         * lib/quotearg.h (quotearg_free): New decl.
3922         * lib/quotearg.c (quotearg_free): New function.
3923         (slot0, nslots, slotvec0, slotvec):
3924         Now file-scope so that quotearg_free can get at them.
3925
3926 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3927
3928         Sync from Automake.
3929         * build-aux/gnupload: Add missing 'gnu' to example URL.
3930         Report by Karl Berry.
3931
3932 2006-11-08  Bruno Haible  <bruno@clisp.org>
3933
3934         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3935         Suggested by Paul Eggert.
3936
3937 2006-11-08  Jim Meyering  <jim@meyering.net>
3938
3939         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3940         It's already included if !_LIBC.
3941         (fts_safe_changedir): Add a comment.
3942
3943 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3944
3945         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3946         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3947         Matthew Woehlke.
3948
3949         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3950         definitions up, to avoid colliding with change below.
3951         (static_inline) [HAVE_INLINE]: New macro.
3952         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3953         Provide extern decls when !HAVE_INLINE.  Do not define unless
3954         static_inline is defined, either by us or by xmalloc.c.  Use
3955         static_inline rather than static inline.
3956         (XCALLOC): Optimize sizeof(T) = 1 case.
3957         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3958
3959 2006-11-07  Bruno Haible  <bruno@clisp.org>
3960
3961         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3962         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3963         AC_C_INLINE.
3964         * modules/xalloc (Files): Add m4/inline.m4.
3965
3966 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3967
3968         * README: Fix typo.
3969         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3970         (Miscellanous Notes): ...from this.
3971
3972 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3973
3974         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3975         Mention that offsetof should be used instead of sizeof.
3976         From Bruno Haible.
3977
3978 2006-11-07  Bruno Haible  <bruno@clisp.org>
3979
3980         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3981
3982 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3983
3984         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3985         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3986         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3987         (gl_tree_add_before, gl_tree_add_after):
3988         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3989         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3990         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3991         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3992         (gl_linked_add_after, gl_linked_add_at): Likewise.
3993         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3994         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3995         (gl_tree_add_before, gl_tree_add_after): Likewise.
3996         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3997         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3998         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3999
4000 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4001
4002         * lib/gl_oset.h: Use C comment style, not C++ comment style.
4003
4004 2006-11-06  Bruno Haible  <bruno@clisp.org>
4005
4006         * m4/inline.m4: New file.
4007         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
4008         * modules/list (Files): Add m4/inline.m4.
4009         * modules/oset (Files): Likewise.
4010
4011 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4012
4013         * lib/idcache.c: Include <stddef.h>, for offsetof.
4014         (struct userid.name): Change from char * to a flexible array member.
4015         All uses changed.
4016         * modules/idcache (Depends-on): Add flexmember.
4017
4018         * MODULES.html.sh (Core language properties): New module flexmember.
4019         * modules/flexmember, m4/flexmember.m4: New files.
4020
4021         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
4022         inline functions that are identical with the old xnmalloc_inline,
4023         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
4024         that we can avoid some unnecessary integer multiplications and
4025         divisions in the common case where the element size is known at
4026         compile time.
4027         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
4028         needed.
4029         (xnboundedmalloc): Remove.
4030         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
4031         arguments, for consistency with rest of this header.
4032         (xcharalloc): Rewrite using XNMALLOC.
4033         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
4034         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
4035         versions have been moved to lib/xalloc.h and renamed to be the
4036         non-*_inline versions.
4037         (xmalloc, xrealloc): Implement without reference to the xnmalloc
4038         and xnrealloc functions, since those functions are now inline and
4039         now call us.
4040         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
4041         renaming described above.
4042         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
4043         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
4044         captures the dependency in AC_C_INLINE.
4045
4046         New module canonicalize-lgpl, proposed by Charles Wilson in
4047         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
4048         with a few small changes afterwards.
4049         * MODULES.html.sh (File system functions): New module
4050         canonicalize-lgpl.
4051         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
4052         and canonicalize_file_name.
4053         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
4054         * modules/canonicalize-lgpl: New files.
4055
4056 2006-11-05  Bruno Haible  <bruno@clisp.org>
4057
4058         * gnulib-tool (func_import, func_create_testdir): Create directories
4059         also for files in subdirectories of lib/.
4060
4061 2006-11-05  Bruno Haible  <bruno@clisp.org>
4062
4063         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
4064         ANSI C compliant.
4065
4066 2006-11-03  Bruno Haible  <bruno@clisp.org>
4067
4068         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
4069         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
4070         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
4071         (xnboundedmalloc): New inline function.
4072         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
4073         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
4074         xmalloc.
4075         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
4076         xmalloc.
4077         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
4078         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
4079         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
4080         xmalloc.
4081         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4082         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
4083         xmalloc.
4084         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
4085         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4086         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
4087         xmalloc.
4088         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4089         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
4090         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4091         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
4092         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
4093         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
4094         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
4095
4096 2006-11-03  Bruno Haible  <bruno@clisp.org>
4097
4098         * lib/c-ctype.h [C++]: Define functions without name mangling.
4099         * lib/fwriteerror.h [C++]: Likewise.
4100         * lib/gcd.h [C++]: Likewise.
4101         * lib/linebreak.h [C++]: Likewise.
4102
4103 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
4104
4105         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
4106         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
4107         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
4108         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4109         Check for functions and headers just once.
4110         Check for declaration of canonicalize_file_name.
4111         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
4112
4113 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4114
4115         * gnulib-tool (func_import): Fix typo in actioncmd.
4116
4117 2006-11-02  Bruno Haible  <bruno@clisp.org>
4118
4119         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
4120         newline sequence in the Makefile.am snippet as a space, like "make"
4121         does.
4122         Reported by Roger Persson <perrog@gmail.com>.
4123
4124 2006-11-01  Bruno Haible  <bruno@clisp.org>
4125
4126         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
4127         already declared in <string.h>.
4128         * lib/strcase.h (strncasecmp): Don't declare it if yes.
4129
4130 2006-11-01  Bruno Haible  <bruno@clisp.org>
4131
4132         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
4133         * lib/strcase.h: Include <string.h>.
4134         (strcasecmp): Define to rpl_strcasecmp here.
4135
4136 2006-11-01  Bruno Haible  <bruno@clisp.org>
4137
4138         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
4139
4140 2006-11-01  Eric Blake  <ebb9@byu.net>
4141
4142         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
4143
4144         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
4145
4146 2006-10-29  Bruno Haible  <bruno@clisp.org>
4147
4148         Make it compile in C++ mode.
4149         * lib/full-write.c (full_rw): Add a cast.
4150
4151 2006-11-01  Bruno Haible  <bruno@clisp.org>
4152
4153         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
4154         be POSIX compliant.
4155         Reported by Roger Persson <perrog@gmail.com>.
4156
4157 2006-11-01  Eric Blake  <ebb9@byu.net>
4158
4159         * lib/getopt_.h: Fix comments.
4160
4161 2006-10-31  Eric Blake  <ebb9@byu.net>
4162
4163         * modules/tmpdir (Depends-on): Add sys_stat.
4164         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
4165         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
4166         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
4167         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
4168         tempname.
4169
4170 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
4171
4172         Avoid some C++ diagnostics reported by Bruno Haible.
4173         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
4174         xmalloc.
4175         (quotearg_alloc): Use xcharalloc rather than xmalloc.
4176         (struct slotvec): Move to top level.
4177         (quotearg_n_options): Rewrite to avoid xmalloc.
4178         * lib/xalloc.h (xcharalloc): New function.
4179         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
4180         [defined __cplusplus]: Add function template that provides result
4181         type propagation.  This part of the change is from Bruno Haible.
4182
4183 2006-10-29  Bruno Haible  <bruno@clisp.org>
4184
4185         Make it compile in C++ mode.
4186         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
4187         * lib/strnlen1.c (strnlen1): Cast memchr result.
4188         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
4189         * lib/clean-temp.c (string_equals, string_hash): Add casts.
4190         (create_temp_dir): Rename local variable 'template'.
4191         (compile_csharp_using_sscli): Add cast.
4192         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
4193         * lib/findprog.c (find_in_path): Likewise.
4194         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
4195         * lib/wait-process.c (register_slave_subprocess): Likewise.
4196
4197 2006-10-22  Bruno Haible  <bruno@clisp.org>
4198
4199         * modules/tsearch: New file.
4200         * lib/tsearch.h: New file.
4201         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
4202         * m4/tsearch.m4: New file.
4203         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
4204
4205 2006-10-29  Eric Blake  <ebb9@byu.net>
4206
4207         * lib/arcfour.c: Assume config.h.
4208         * lib/arctwo.c: Likewise.
4209         * lib/base64.c: Likewise.
4210         * lib/check-version.c: Likewise.
4211         * lib/crc.c: Likewise.
4212         * lib/des.c: Likewise.
4213         * lib/gc-gnulib.c: Likewise.
4214         * lib/gc-libgcrypt.c: Likewise.
4215         * lib/gc-pbkdf2-sha1.c: Likewise.
4216         * lib/getaddrinfo.c: Likewise.
4217         * lib/getdelim.c: Likewise.
4218         * lib/getline.c: Likewise.
4219         * lib/hmac-md5.c: Likewise.
4220         * lib/hmac-sha1.c: Likewise.
4221         * lib/iconvme.c: Likewise.
4222         * lib/md2.c: Likewise.
4223         * lib/md4.c: Likewise.
4224         * lib/memxor.c: Likewise.
4225         * lib/read-file.c: Likewise.
4226         * lib/readline.c: Likewise.
4227         * lib/rijndael-alg-fst.c: Likewise.
4228         * lib/rijndael-api-fst.c: Likewise.
4229         * lib/xgetdomainname.c: Likewise.
4230
4231 2006-10-28  Eric Blake  <ebb9@byu.net>
4232
4233         * lib/xstrndup.c: Assume config.h.
4234
4235 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4236
4237         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4238         stat-macros.h is now for our own macros, whereas stat_h is for
4239         macros in the <sys/stat.h> name space.
4240         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4241         (STAT_MACROS_H): Remove.
4242         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4243         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4244         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4245         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4246         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4247         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4248         Move these macros to ...
4249         * lib/stat_.h: here.  Don't include stat-macros.h.
4250         * lib/canonicalize.c: Don't include stat-macros.h.
4251         * lib/chown.c: Likewise.
4252         * lib/euidaccess.c: Likewise.
4253         * lib/file-type.c: Likewise.
4254         * lib/filemode.c: Likewise.
4255         * lib/glob.c: Likewise.
4256         * lib/isapipe.c: Likewise.
4257         * lib/lchown.c: Likewise.
4258         * lib/lstat.c: Likewise.
4259         * lib/mkdir-p.c: Likewise.
4260         * lib/rmdir.c: Likewise.
4261         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4262         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4263         unless mkdir isn't declared, to speed up 'configure'.
4264         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4265         would define all the S_* symbols.
4266         * modules/canonicalize (Depends-on):
4267         Depend on sys_stat, not stat-macros.
4268         * modules/chown: Likewise.
4269         * modules/euidaccess: Likewise.
4270         * modules/filemode: Likewise.
4271         * modules/file-type: Likewise.
4272         * modules/glob: Likewise.
4273         * modules/isapipe: Likewise.
4274         * modules/lchown: Likewise.
4275         * modules/lstat: Likewise.
4276         * modules/mkancesdirs: Likewise.
4277         * modules/rmdir: Likewise.
4278         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4279         * modules/modechange: Likewise.
4280         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4281         (configure.ac): Remove gl_STAT_MACROS.
4282         * modules/sys_stat (Depends-on): Remove stat-macros.
4283
4284 2006-10-27  Bruno Haible  <bruno@clisp.org>
4285
4286         * m4/signed.m4: Remove file.
4287         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4288         invocation.
4289         * modules/vasnprintf (Files): Remove m4/signed.m4.
4290
4291 2006-10-27  Bruno Haible  <bruno@clisp.org>
4292
4293         Update to GNU gettext 0.16.
4294         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4295         m4/inttypes-h.m4, m4/signed.m4.
4296         * m4/gettext.m4: Update to GNU gettext 0.16.
4297         * m4/intl.m4: New file, from GNU gettext.
4298         * m4/intldir.m4: New file, from GNU gettext.
4299         * config/srclist.txt: Update
4300
4301 2006-10-27  Eric Blake  <ebb9@byu.net>
4302
4303         * MODULES.html.sh: Document tempname.
4304         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4305         dependencies.
4306         (Files): Move lib/tempname.c...
4307         * modules/tempname: ...to this new module.
4308         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4309         (gl_PREREQ_TEMPNAME): Move...
4310         * m4/tempname.m4: ...to this new file.
4311         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4312         * modules/sys_stat (Depends-on): Add stat-macros.
4313         * lib/stat_.h (includes): Pick up stat macros.
4314         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4315         if stat macros are broken.
4316         * lib/tempname.c (includes): No need to include "stat-macros.h".
4317         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4318         (direxists, __path_search) [!_LIBC]: Don't compile these in
4319         gnulib; the tmpdir module covers that.
4320         * lib/tempname.h: New file.
4321
4322 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4323
4324         * COPYING: Explain how gnulib-tool converts licence headers.
4325         Almost all wording by Eric Blake.
4326
4327 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4328
4329         * lib/mbchar.h (is_basic_table): Make read-only.
4330         * lib/mbchar.c (is_basic_table): Likewise.
4331         Reported by John Darrington.
4332
4333 2006-10-25  Bruno Haible  <bruno@clisp.org>
4334
4335         * lib/progname.h (set_program_name): Undefine before defining.
4336
4337 2006-10-25  Bruno Haible  <bruno@clisp.org>
4338
4339         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4340         false for non-gcc C++ compilers.
4341         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4342
4343 2006-10-24  Bruno Haible  <bruno@clisp.org>
4344
4345         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4346         iconv implementations like Irix iconv.
4347
4348 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4349
4350         * modules/vararrays: New file.
4351         * m4/vararrays.m4: New file, taken from diffutils.
4352         * MODULES.html.sh: New module vararrays.
4353
4354 2006-10-24  Karl Berry  <karl@gnu.org>
4355
4356         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4357         Don't call GNU Unix.
4358
4359 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4360
4361         * users.txt: Add Libtool.
4362
4363         Sync from Libtool:
4364
4365         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4366
4367         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4368         to gnulib's policy of including config.h unconditionally.
4369
4370 2006-10-24  Bruno Haible  <bruno@clisp.org>
4371
4372         * modules/wcwidth (Files): Add m4/wint_t.m4.
4373         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4374         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4375
4376 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4377
4378         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4379         to pacify GCC with some -W flags enabled.  Problem reported by
4380         Bruno Haible.
4381
4382 2006-10-24  Jim Meyering  <jim@meyering.net>
4383
4384         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4385         Reported by Karl Berry.
4386
4387 2006-10-23  Bruno Haible  <bruno@clisp.org>
4388
4389         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4390
4391 2006-10-24  Bruno Haible  <bruno@clisp.org>
4392
4393         * lib/gl_list.h: Use C comment style, not C++ comment style.
4394
4395 2006-10-23  Eric Blake  <ebb9@byu.net>
4396
4397         * lib/getaddrinfo.c (includes): Add missing include.
4398
4399 2006-10-23  Bruno Haible  <bruno@clisp.org>
4400             Paul Eggert  <eggert@cs.ucla.edu>
4401
4402         Ability to rename obstack_free.
4403         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4404         obstack_free.
4405         (obstack_free): Invoke the __obstack_free macro.
4406         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4407
4408 2006-10-23  Bruno Haible  <bruno@clisp.org>
4409             Paul Eggert  <eggert@cs.ucla.edu>
4410
4411         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4412         __argc, __argv from the declaration. (They are defined as macros on
4413         mingw.)
4414
4415 2006-10-22  Bruno Haible  <bruno@clisp.org>
4416
4417         * doc/gnulib-intro.texi: New file.
4418         * doc/gnulib.texi: Include it.
4419
4420 2006-10-21  Bruno Haible  <bruno@clisp.org>
4421
4422         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4423         "Introduction", "Miscellanous Notes", "Particular Modules".
4424
4425 2006-10-21  Bruno Haible  <bruno@clisp.org>
4426
4427         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4428         Change mostlyclean-local rule to avoid sh syntax error from bash
4429         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4430
4431 2006-10-23  Jim Meyering  <jim@meyering.net>
4432
4433         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4434         in place of snprintf.
4435
4436         * modules/inttostr (Files): Add lib/uinttostr.c.
4437         * lib/uinttostr.c (inttostr): New file/function.
4438         * lib/inttostr.h (uinttostr): Declare.
4439         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4440         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4441         Add uinttostr.
4442         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4443
4444 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4445
4446         * lib/canonicalize.c (ELOOP): Define if not already defined.
4447         Problem reported by Bruno Haible in
4448         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4449
4450 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4451
4452         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4453         Problem reported by Perry Smith and Ville Laurikari.
4454
4455         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4456         uses.
4457
4458 2006-10-19  Bruno Haible  <bruno@clisp.org>
4459
4460         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4461         for mingw.
4462
4463 2006-10-19  Bruno Haible  <bruno@clisp.org>
4464
4465         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4466         Needed for mingw.
4467
4468 2006-10-19  Bruno Haible  <bruno@clisp.org>
4469
4470         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4471
4472 2006-10-19  Bruno Haible  <bruno@clisp.org>
4473
4474         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4475         it.
4476
4477 2006-10-19  Bruno Haible  <bruno@clisp.org>
4478
4479         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4480         invocation.
4481
4482 2006-10-19  Bruno Haible  <bruno@clisp.org>
4483
4484         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4485         mountlist by default.
4486
4487 2006-10-16  Bruno Haible  <bruno@clisp.org>
4488
4489         * lib/c-strstr.c: Include c-strstr.h.
4490
4491 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4492
4493         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4494         in a slash.
4495
4496 2006-10-18  Bruno Haible  <bruno@clisp.org>
4497
4498         * lib/lock.h [C++]: Wrap definitions in extern "C".
4499
4500 2006-10-18  Bruno Haible  <bruno@clisp.org>
4501
4502         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4503         gl_LIBOBJS list.
4504
4505 2006-10-18  Bruno Haible  <bruno@clisp.org>
4506
4507         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4508
4509 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4510
4511         * lib/xstrtol.h: Include gettext.h.
4512         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4513         Problem reported by Eric Blake.
4514         * modules/xstrtol (Depends-on): Add gettext-h.
4515
4516 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4517
4518         * lib/strftime.c (advance): New macro.
4519         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4520         incomplete type, so you can't add 0 to it.  Problem and patch
4521         reported by Eelco Dolstra for dietlibc.
4522
4523 2006-10-18  Jim Meyering  <jim@meyering.net>
4524
4525         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4526         type for a local, and rename it: s/up/user_proc/.
4527
4528 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4529
4530         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4531         READ_UTMP_USER_PROCESS.
4532         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4533
4534 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4535
4536         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4537         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4538
4539 2006-10-17  Eric Blake  <ebb9@byu.net>
4540
4541         * lib/sigprocmask.c (sigprocmask): Fix typo.
4542
4543         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4544
4545         * modules/clean-temp (Makefile.am): Don't add to make output...
4546         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4547         config.h.
4548
4549 2006-10-17  Bruno Haible  <bruno@clisp.org>
4550
4551         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4552         differently if DEFAULT_TEXT_DOMAIN is set.
4553
4554 2006-10-16  Bruno Haible  <bruno@clisp.org>
4555
4556         * lib/clean-temp.c: Include fwriteerror.h.
4557
4558 2006-10-16  Bruno Haible  <bruno@clisp.org>
4559
4560         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4561
4562 2006-10-16  Bruno Haible  <bruno@clisp.org>
4563
4564         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4565         * lib/sigprocmask.h: Include <sys/types.h>.
4566         (sigset_t): Use the system's definition if present.
4567
4568 2006-10-17  Eric Blake  <ebb9@byu.net>
4569
4570         * lib/xvasprintf.c (includes): Assume config.h.
4571         * lib/xasprintf.c (includes): Likewise.
4572
4573 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4574
4575         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4576         at least as wide as intmax_t.
4577
4578 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4579
4580         (Imported from Automake.)
4581         * build-aux/gnupload: Update to version 1.1 of directive file.
4582
4583 2006-10-16  Eric Blake  <ebb9@byu.net>
4584
4585         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4586         match Automake 1.10a.
4587
4588 2006-10-14  Bruno Haible  <bruno@clisp.org>
4589
4590         * modules/sigprocmask: New file.
4591         * lib/sigprocmask.h: New file.
4592         * lib/sigprocmask.c: New file.
4593         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4594         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4595         request sigprocmask.o.
4596         (gl_PREREQ_SIGPROCMASK): New macro.
4597         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4598         (Depends-on): Add sigprocmask.
4599         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4600         gt_SIGNALBLOCKING. Test for 'raise' only once.
4601         * lib/fatal-signal.c: Include sigprocmask.h.
4602         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4603         unblock_fatal_signals): Define always.
4604         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4605         sigprocmask.
4606
4607 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4608
4609         Sync from Automake.
4610         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4611         which incorrectly sets the mode of an existing destination
4612         directory.  In some cases the unpatched install-sh could do the
4613         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4614         system.  We hope this is rare in practice, but it's clearly worth
4615         fixing.  Problem reported by Alex Unleashed in
4616         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4617         Also, don't bother to check for -m bugs unless we're using -m;
4618         suggested by Stepan Kasal.
4619
4620 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4621
4622         Sync from Automake.
4623         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4624         `-c' flag, so they appear at the same position as in %FASTDEP%
4625         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4626         which ignores unknown options only after the first non-option.
4627         Bug report against M4 by Nelson H. F. Beebe.
4628
4629 2006-10-13  Jim Meyering  <jim@meyering.net>
4630
4631         Fix a bug in yesterday's change.
4632         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4633         p->fts_statp->st_dev would be used uninitialized.
4634         Ensures that we always call fts_stat on the very first entry.
4635         Miklos Szeredi reported that find -xdev stopped working.
4636
4637 2006-10-12  Bruno Haible  <bruno@clisp.org>
4638
4639         * gnulib-tool (func_get_automake_snippet): Append an automatically
4640         computed EXTRA_DIST augmentation.
4641         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4642         * modules/alloca-opt (Makefile.am): Likewise.
4643         * modules/allocsa (Makefile.am): Likewise.
4644         * modules/arcfour (Makefile.am): Likewise.
4645         * modules/arctwo (Makefile.am): Likewise.
4646         * modules/argmatch (Makefile.am): Likewise.
4647         * modules/argz (Makefile.am): Likewise.
4648         * modules/atexit (Makefile.am): Likewise.
4649         * modules/backupfile (Makefile.am): Likewise.
4650         * modules/byteswap (Makefile.am): Likewise.
4651         * modules/c-strtod (Makefile.am): Likewise.
4652         * modules/c-strtold (Makefile.am): Likewise.
4653         * modules/calloc (Makefile.am): Likewise.
4654         * modules/canon-host (Makefile.am): Likewise.
4655         * modules/canonicalize (Makefile.am): Likewise.
4656         * modules/chdir-long (Makefile.am): Likewise.
4657         * modules/chdir-safer (Makefile.am): Likewise.
4658         * modules/check-version (Makefile.am): Likewise.
4659         * modules/chown (Makefile.am): Likewise.
4660         * modules/cloexec (Makefile.am): Likewise.
4661         * modules/close-stream (Makefile.am): Likewise.
4662         * modules/closeout (Makefile.am): Likewise.
4663         * modules/crc (Makefile.am): Likewise.
4664         * modules/csharpexec (Makefile.am): Likewise.
4665         * modules/cycle-check (Makefile.am): Likewise.
4666         * modules/des (Makefile.am): Likewise.
4667         * modules/dev-ino (Makefile.am): Likewise.
4668         * modules/dirfd (Makefile.am): Likewise.
4669         * modules/dirname (Makefile.am): Likewise.
4670         * modules/dup2 (Makefile.am): Likewise.
4671         * modules/eealloc (Makefile.am): Likewise.
4672         * modules/error (Makefile.am): Likewise.
4673         * modules/euidaccess (Makefile.am): Likewise.
4674         * modules/exclude (Makefile.am): Likewise.
4675         * modules/exitfail (Makefile.am): Likewise.
4676         * modules/fcntl-safer (Makefile.am): Likewise.
4677         * modules/fcntl (Makefile.am): Likewise.
4678         * modules/file-type (Makefile.am): Likewise.
4679         * modules/fileblocks (Makefile.am): Likewise.
4680         * modules/filemode (Makefile.am): Likewise.
4681         * modules/filenamecat (Makefile.am): Likewise.
4682         * modules/fnmatch (Makefile.am): Likewise.
4683         * modules/fopen-safer (Makefile.am): Likewise.
4684         * modules/fpending (Makefile.am): Likewise.
4685         * modules/fprintftime (Makefile.am): Likewise.
4686         * modules/free (Makefile.am): Likewise.
4687         * modules/fsusage (Makefile.am): Likewise.
4688         * modules/ftruncate (Makefile.am): Likewise.
4689         * modules/fts (Makefile.am): Likewise.
4690         * modules/gc-arcfour (Makefile.am): Likewise.
4691         * modules/gc-des (Makefile.am): Likewise.
4692         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4693         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4694         * modules/gc-md4 (Makefile.am): Likewise.
4695         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4696         * modules/gc-sha1 (Makefile.am): Likewise.
4697         * modules/gc (Makefile.am): Likewise.
4698         * modules/getaddrinfo (Makefile.am): Likewise.
4699         * modules/getcwd (Makefile.am): Likewise.
4700         * modules/getdelim (Makefile.am): Likewise.
4701         * modules/getdomainname (Makefile.am): Likewise.
4702         * modules/getgroups (Makefile.am): Likewise.
4703         * modules/gethostname (Makefile.am): Likewise.
4704         * modules/gethrxtime (Makefile.am): Likewise.
4705         * modules/getline (Makefile.am): Likewise.
4706         * modules/getloadavg (Makefile.am): Likewise.
4707         * modules/getlogin_r (Makefile.am): Likewise.
4708         * modules/getndelim2 (Makefile.am): Likewise.
4709         * modules/getopt (Makefile.am): Likewise.
4710         * modules/getpagesize (Makefile.am): Likewise.
4711         * modules/getpass-gnu (Makefile.am): Likewise.
4712         * modules/getpass (Makefile.am): Likewise.
4713         * modules/getsubopt (Makefile.am): Likewise.
4714         * modules/gettime (Makefile.am): Likewise.
4715         * modules/gettimeofday (Makefile.am): Likewise.
4716         * modules/getugroups (Makefile.am): Likewise.
4717         * modules/getusershell (Makefile.am): Likewise.
4718         * modules/glob (Makefile.am): Likewise.
4719         * modules/group-member (Makefile.am): Likewise.
4720         * modules/hard-locale (Makefile.am): Likewise.
4721         * modules/hash (Makefile.am): Likewise.
4722         * modules/hmac-md5 (Makefile.am): Likewise.
4723         * modules/hmac-sha1 (Makefile.am): Likewise.
4724         * modules/human (Makefile.am): Likewise.
4725         * modules/idcache (Makefile.am): Likewise.
4726         * modules/imaxabs (Makefile.am): Likewise.
4727         * modules/imaxdiv (Makefile.am): Likewise.
4728         * modules/inet_ntop (Makefile.am): Likewise.
4729         * modules/inet_pton (Makefile.am): Likewise.
4730         * modules/intprops (Makefile.am): Likewise.
4731         * modules/inttostr (Makefile.am): Likewise.
4732         * modules/inttypes (Makefile.am): Likewise.
4733         * modules/isapipe (Makefile.am): Likewise.
4734         * modules/javaversion (Makefile.am): Likewise.
4735         * modules/lchmod (Makefile.am): Likewise.
4736         * modules/lchown (Makefile.am): Likewise.
4737         * modules/localcharset (Makefile.am): Likewise.
4738         * modules/long-options (Makefile.am): Likewise.
4739         * modules/lstat (Makefile.am): Likewise.
4740         * modules/malloc (Makefile.am): Likewise.
4741         * modules/mathl (Makefile.am): Likewise.
4742         * modules/mbchar (Makefile.am): Likewise.
4743         * modules/md2 (Makefile.am): Likewise.
4744         * modules/md4 (Makefile.am): Likewise.
4745         * modules/md5 (Makefile.am): Likewise.
4746         * modules/memcasecmp (Makefile.am): Likewise.
4747         * modules/memchr (Makefile.am): Likewise.
4748         * modules/memcmp (Makefile.am): Likewise.
4749         * modules/memcoll (Makefile.am): Likewise.
4750         * modules/memcpy (Makefile.am): Likewise.
4751         * modules/memmem (Makefile.am): Likewise.
4752         * modules/memmove (Makefile.am): Likewise.
4753         * modules/mempcpy (Makefile.am): Likewise.
4754         * modules/memrchr (Makefile.am): Likewise.
4755         * modules/memset (Makefile.am): Likewise.
4756         * modules/memxor (Makefile.am): Likewise.
4757         * modules/mkancesdirs (Makefile.am): Likewise.
4758         * modules/mkdir-p (Makefile.am): Likewise.
4759         * modules/mkdir (Makefile.am): Likewise.
4760         * modules/mkdtemp (Makefile.am): Likewise.
4761         * modules/mkstemp (Makefile.am): Likewise.
4762         * modules/mktime (Makefile.am): Likewise.
4763         * modules/modechange (Makefile.am): Likewise.
4764         * modules/mountlist (Makefile.am): Likewise.
4765         * modules/nanosleep (Makefile.am): Likewise.
4766         * modules/obstack (Makefile.am): Likewise.
4767         * modules/openat (Makefile.am): Likewise.
4768         * modules/pagealign_alloc (Makefile.am): Likewise.
4769         * modules/pathmax (Makefile.am): Likewise.
4770         * modules/physmem (Makefile.am): Likewise.
4771         * modules/poll (Makefile.am): Likewise.
4772         * modules/posixtm (Makefile.am): Likewise.
4773         * modules/posixver (Makefile.am): Likewise.
4774         * modules/putenv (Makefile.am): Likewise.
4775         * modules/quote (Makefile.am): Likewise.
4776         * modules/quotearg (Makefile.am): Likewise.
4777         * modules/raise (Makefile.am): Likewise.
4778         * modules/read-file (Makefile.am): Likewise.
4779         * modules/readline (Makefile.am): Likewise.
4780         * modules/readlink (Makefile.am): Likewise.
4781         * modules/readtokens (Makefile.am): Likewise.
4782         * modules/readutmp (Makefile.am): Likewise.
4783         * modules/realloc (Makefile.am): Likewise.
4784         * modules/regex (Makefile.am): Likewise.
4785         * modules/rename-dest-slash (Makefile.am): Likewise.
4786         * modules/rename (Makefile.am): Likewise.
4787         * modules/rijndael (Makefile.am): Likewise.
4788         * modules/rmdir (Makefile.am): Likewise.
4789         * modules/rpmatch (Makefile.am): Likewise.
4790         * modules/safe-read (Makefile.am): Likewise.
4791         * modules/safe-write (Makefile.am): Likewise.
4792         * modules/same-inode (Makefile.am): Likewise.
4793         * modules/same (Makefile.am): Likewise.
4794         * modules/save-cwd (Makefile.am): Likewise.
4795         * modules/savedir (Makefile.am): Likewise.
4796         * modules/setenv (Makefile.am): Likewise.
4797         * modules/settime (Makefile.am): Likewise.
4798         * modules/sha1 (Makefile.am): Likewise.
4799         * modules/sig2str (Makefile.am): Likewise.
4800         * modules/snprintf (Makefile.am): Likewise.
4801         * modules/stat-macros (Makefile.am): Likewise.
4802         * modules/stat-time (Makefile.am): Likewise.
4803         * modules/stdbool (Makefile.am): Likewise.
4804         * modules/stdint (Makefile.am): Likewise.
4805         * modules/stdlib-safer (Makefile.am): Likewise.
4806         * modules/stpcpy (Makefile.am): Likewise.
4807         * modules/stpncpy (Makefile.am): Likewise.
4808         * modules/strcase (Makefile.am): Likewise.
4809         * modules/strcasestr (Makefile.am): Likewise.
4810         * modules/strchrnul (Makefile.am): Likewise.
4811         * modules/strcspn (Makefile.am): Likewise.
4812         * modules/strdup (Makefile.am): Likewise.
4813         * modules/strerror (Makefile.am): Likewise.
4814         * modules/strftime (Makefile.am): Likewise.
4815         * modules/strndup (Makefile.am): Likewise.
4816         * modules/strnlen (Makefile.am): Likewise.
4817         * modules/strpbrk (Makefile.am): Likewise.
4818         * modules/strsep (Makefile.am): Likewise.
4819         * modules/strstr (Makefile.am): Likewise.
4820         * modules/strtod (Makefile.am): Likewise.
4821         * modules/strtoimax (Makefile.am): Likewise.
4822         * modules/strtok_r (Makefile.am): Likewise.
4823         * modules/strtol (Makefile.am): Likewise.
4824         * modules/strtoll (Makefile.am): Likewise.
4825         * modules/strtoul (Makefile.am): Likewise.
4826         * modules/strtoull (Makefile.am): Likewise.
4827         * modules/strtoumax (Makefile.am): Likewise.
4828         * modules/strverscmp (Makefile.am): Likewise.
4829         * modules/sys_socket (Makefile.am): Likewise.
4830         * modules/sys_stat (Makefile.am): Likewise.
4831         * modules/sysexits (Makefile.am): Likewise.
4832         * modules/time_r (Makefile.am): Likewise.
4833         * modules/timegm (Makefile.am): Likewise.
4834         * modules/timespec (Makefile.am): Likewise.
4835         * modules/tmpfile-safer (Makefile.am): Likewise.
4836         * modules/trim (Makefile.am): Likewise.
4837         * modules/unistd-safer (Makefile.am): Likewise.
4838         * modules/unlinkdir (Makefile.am): Likewise.
4839         * modules/unlocked-io (Makefile.am): Likewise.
4840         * modules/userspec (Makefile.am): Likewise.
4841         * modules/utime (Makefile.am): Likewise.
4842         * modules/utimecmp (Makefile.am): Likewise.
4843         * modules/utimens (Makefile.am): Likewise.
4844         * modules/vasnprintf (Makefile.am): Likewise.
4845         * modules/vasprintf (Makefile.am): Likewise.
4846         * modules/vsnprintf (Makefile.am): Likewise.
4847         * modules/xalloc (Makefile.am): Likewise.
4848         * modules/xgetcwd (Makefile.am): Likewise.
4849         * modules/xnanosleep (Makefile.am): Likewise.
4850         * modules/xreadlink (Makefile.am): Likewise.
4851         * modules/xstrtod (Makefile.am): Likewise.
4852         * modules/xstrtol (Makefile.am): Likewise.
4853         * modules/xstrtold (Makefile.am): Likewise.
4854         * modules/yesno (Makefile.am): Likewise.
4855         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4856
4857 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4858
4859         * modules/error (Makefile.am): Distribute files through
4860         EXTRA_DIST, not lib_SOURCES.
4861
4862 2006-10-12  Eric Blake  <ebb9@byu.net>
4863
4864         * modules/error (Makefile.am): Distribute files in /lib.
4865         * modules/obstack (Makefile.am): Likewise.
4866
4867 2006-10-12  Bruno Haible  <bruno@clisp.org>
4868
4869         * modules/acl (Makefile.am): Distribute all files in lib/ through
4870         EXTRA_DIST.
4871         * modules/arcfour (Makefile.am): Likewise.
4872         * modules/arctwo (Makefile.am): Likewise.
4873         * modules/argmatch (Makefile.am): Likewise.
4874         * modules/argz (Makefile.am): Likewise.
4875         * modules/atexit (Makefile.am): Likewise.
4876         * modules/backupfile (Makefile.am): Likewise.
4877         * modules/c-strtod (Makefile.am): Likewise.
4878         * modules/c-strtold (Makefile.am): Likewise.
4879         * modules/calloc (Makefile.am): Likewise.
4880         * modules/canon-host (Makefile.am): Likewise.
4881         * modules/canonicalize (Makefile.am): Likewise.
4882         * modules/chdir-long (Makefile.am): Likewise.
4883         * modules/chdir-safer (Makefile.am): Likewise.
4884         * modules/check-version (Makefile.am): Likewise.
4885         * modules/chown (Makefile.am): Likewise.
4886         * modules/cloexec (Makefile.am): Likewise.
4887         * modules/close-stream (Makefile.am): Likewise.
4888         * modules/closeout (Makefile.am): Likewise.
4889         * modules/crc (Makefile.am): Likewise.
4890         * modules/cycle-check (Makefile.am): Likewise.
4891         * modules/des (Makefile.am): Likewise.
4892         * modules/dirfd (Makefile.am): Likewise.
4893         * modules/dirname (Makefile.am): Likewise.
4894         * modules/dup2 (Makefile.am): Likewise.
4895         * modules/euidaccess (Makefile.am): Likewise.
4896         * modules/exclude (Makefile.am): Likewise.
4897         * modules/exitfail (Makefile.am): Likewise.
4898         * modules/fcntl-safer (Makefile.am): Likewise.
4899         * modules/file-type (Makefile.am): Likewise.
4900         * modules/fileblocks (Makefile.am): Likewise.
4901         * modules/filemode (Makefile.am): Likewise.
4902         * modules/filenamecat (Makefile.am): Likewise.
4903         * modules/fnmatch (Makefile.am): Likewise.
4904         * modules/fopen-safer (Makefile.am): Likewise.
4905         * modules/fpending (Makefile.am): Likewise.
4906         * modules/fprintftime (Makefile.am): Likewise.
4907         * modules/free (Makefile.am): Likewise.
4908         * modules/fsusage (Makefile.am): Likewise.
4909         * modules/ftruncate (Makefile.am): Likewise.
4910         * modules/fts (Makefile.am): Likewise.
4911         * modules/gc (Makefile.am): Likewise.
4912         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4913         * modules/getaddrinfo (Makefile.am): Likewise.
4914         * modules/getcwd (Makefile.am): Likewise.
4915         * modules/getdelim (Makefile.am): Likewise.
4916         * modules/getdomainname (Makefile.am): Likewise.
4917         * modules/getgroups (Makefile.am): Likewise.
4918         * modules/gethostname (Makefile.am): Likewise.
4919         * modules/gethrxtime (Makefile.am): Likewise.
4920         * modules/getline (Makefile.am): Likewise.
4921         * modules/getloadavg (Makefile.am): Likewise.
4922         * modules/getlogin_r (Makefile.am): Likewise.
4923         * modules/getopt (Makefile.am): Likewise.
4924         * modules/getpass (Makefile.am): Likewise.
4925         * modules/getpass-gnu (Makefile.am): Likewise.
4926         * modules/getsubopt (Makefile.am): Likewise.
4927         * modules/gettime (Makefile.am): Likewise.
4928         * modules/gettimeofday (Makefile.am): Likewise.
4929         * modules/getugroups (Makefile.am): Likewise.
4930         * modules/getusershell (Makefile.am): Likewise.
4931         * modules/glob (Makefile.am): Likewise.
4932         * modules/group-member (Makefile.am): Likewise.
4933         * modules/hard-locale (Makefile.am): Likewise.
4934         * modules/hash (Makefile.am): Likewise.
4935         * modules/hmac-md5 (Makefile.am): Likewise.
4936         * modules/hmac-sha1 (Makefile.am): Likewise.
4937         * modules/human (Makefile.am): Likewise.
4938         * modules/idcache (Makefile.am): Likewise.
4939         * modules/imaxabs (Makefile.am): Likewise.
4940         * modules/imaxdiv (Makefile.am): Likewise.
4941         * modules/inet_ntop (Makefile.am): Likewise.
4942         * modules/inet_pton (Makefile.am): Likewise.
4943         * modules/inttostr (Makefile.am): Likewise.
4944         * modules/isapipe (Makefile.am): Likewise.
4945         * modules/lchown (Makefile.am): Likewise.
4946         * modules/long-options (Makefile.am): Likewise.
4947         * modules/lstat (Makefile.am): Likewise.
4948         * modules/malloc (Makefile.am): Likewise.
4949         * modules/mathl (Makefile.am): Likewise.
4950         * modules/mbchar (Makefile.am): Likewise.
4951         * modules/md2 (Makefile.am): Likewise.
4952         * modules/md4 (Makefile.am): Likewise.
4953         * modules/md5 (Makefile.am): Likewise.
4954         * modules/memcasecmp (Makefile.am): Likewise.
4955         * modules/memchr (Makefile.am): Likewise.
4956         * modules/memcmp (Makefile.am): Likewise.
4957         * modules/memcoll (Makefile.am): Likewise.
4958         * modules/memcpy (Makefile.am): Likewise.
4959         * modules/memmem (Makefile.am): Likewise.
4960         * modules/memmove (Makefile.am): Likewise.
4961         * modules/mempcpy (Makefile.am): Likewise.
4962         * modules/memrchr (Makefile.am): Likewise.
4963         * modules/memset (Makefile.am): Likewise.
4964         * modules/memxor (Makefile.am): Likewise.
4965         * modules/mkancesdirs (Makefile.am): Likewise.
4966         * modules/mkdir (Makefile.am): Likewise.
4967         * modules/mkdir-p (Makefile.am): Likewise.
4968         * modules/mkdtemp (Makefile.am): Likewise.
4969         * modules/mkstemp (Makefile.am): Likewise.
4970         * modules/mktime (Makefile.am): Likewise.
4971         * modules/modechange (Makefile.am): Likewise.
4972         * modules/mountlist (Makefile.am): Likewise.
4973         * modules/nanosleep (Makefile.am): Likewise.
4974         * modules/openat (Makefile.am): Likewise.
4975         * modules/pagealign_alloc (Makefile.am): Likewise.
4976         * modules/physmem (Makefile.am): Likewise.
4977         * modules/poll (Makefile.am): Likewise.
4978         * modules/posixtm (Makefile.am): Likewise.
4979         * modules/posixver (Makefile.am): Likewise.
4980         * modules/putenv (Makefile.am): Likewise.
4981         * modules/quote (Makefile.am): Likewise.
4982         * modules/quotearg (Makefile.am): Likewise.
4983         * modules/raise (Makefile.am): Likewise.
4984         * modules/read-file (Makefile.am): Likewise.
4985         * modules/readline (Makefile.am): Likewise.
4986         * modules/readlink (Makefile.am): Likewise.
4987         * modules/readtokens (Makefile.am): Likewise.
4988         * modules/readutmp (Makefile.am): Likewise.
4989         * modules/realloc (Makefile.am): Likewise.
4990         * modules/regex (Makefile.am): Likewise.
4991         * modules/rename (Makefile.am): Likewise.
4992         * modules/rename-dest-slash (Makefile.am): Likewise.
4993         * modules/rijndael (Makefile.am): Likewise.
4994         * modules/rmdir (Makefile.am): Likewise.
4995         * modules/rpmatch (Makefile.am): Likewise.
4996         * modules/safe-read (Makefile.am): Likewise.
4997         * modules/safe-write (Makefile.am): Likewise.
4998         * modules/same (Makefile.am): Likewise.
4999         * modules/save-cwd (Makefile.am): Likewise.
5000         * modules/savedir (Makefile.am): Likewise.
5001         * modules/setenv (Makefile.am): Likewise.
5002         * modules/settime (Makefile.am): Likewise.
5003         * modules/sha1 (Makefile.am): Likewise.
5004         * modules/sig2str (Makefile.am): Likewise.
5005         * modules/snprintf (Makefile.am): Likewise.
5006         * modules/stdlib-safer (Makefile.am): Likewise.
5007         * modules/stpcpy (Makefile.am): Likewise.
5008         * modules/stpncpy (Makefile.am): Likewise.
5009         * modules/strcase (Makefile.am): Likewise.
5010         * modules/strcasestr (Makefile.am): Likewise.
5011         * modules/strchrnul (Makefile.am): Likewise.
5012         * modules/strcspn (Makefile.am): Likewise.
5013         * modules/strdup (Makefile.am): Likewise.
5014         * modules/strerror (Makefile.am): Likewise.
5015         * modules/strftime (Makefile.am): Likewise.
5016         * modules/strndup (Makefile.am): Likewise.
5017         * modules/strnlen (Makefile.am): Likewise.
5018         * modules/strpbrk (Makefile.am): Likewise.
5019         * modules/strsep (Makefile.am): Likewise.
5020         * modules/strstr (Makefile.am): Likewise.
5021         * modules/strtod (Makefile.am): Likewise.
5022         * modules/strtoimax (Makefile.am): Likewise.
5023         * modules/strtok_r (Makefile.am): Likewise.
5024         * modules/strtol (Makefile.am): Likewise.
5025         * modules/strtoll (Makefile.am): Likewise.
5026         * modules/strtoul (Makefile.am): Likewise.
5027         * modules/strtoull (Makefile.am): Likewise.
5028         * modules/strtoumax (Makefile.am): Likewise.
5029         * modules/strverscmp (Makefile.am): Likewise.
5030         * modules/time_r (Makefile.am): Likewise.
5031         * modules/timegm (Makefile.am): Likewise.
5032         * modules/tmpfile-safer (Makefile.am): Likewise.
5033         * modules/unistd-safer (Makefile.am): Likewise.
5034         * modules/unlinkdir (Makefile.am): Likewise.
5035         * modules/userspec (Makefile.am): Likewise.
5036         * modules/utime (Makefile.am): Likewise.
5037         * modules/utimecmp (Makefile.am): Likewise.
5038         * modules/utimens (Makefile.am): Likewise.
5039         * modules/vasnprintf (Makefile.am): Likewise.
5040         * modules/vasprintf (Makefile.am): Likewise.
5041         * modules/vsnprintf (Makefile.am): Likewise.
5042         * modules/xalloc (Makefile.am): Likewise.
5043         * modules/xgetcwd (Makefile.am): Likewise.
5044         * modules/xnanosleep (Makefile.am): Likewise.
5045         * modules/xreadlink (Makefile.am): Likewise.
5046         * modules/xstrtod (Makefile.am): Likewise.
5047         * modules/xstrtol (Makefile.am): Likewise.
5048         * modules/xstrtold (Makefile.am): Likewise.
5049         * modules/yesno (Makefile.am): Likewise.
5050
5051 2006-10-12  Jim Meyering  <jim@meyering.net>
5052
5053         * m4/getloadavg.m4: Revert the change below.
5054
5055         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
5056         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
5057         fail with a symlink, which is what coreutils' ./bootstrap now
5058         creates by default.
5059
5060 2006-10-12  Bruno Haible  <bruno@clisp.org>
5061
5062         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
5063         mingw.
5064         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
5065         MSVC and mingw explicitly.
5066
5067 2006-10-11  Simon Josefsson  <jas@extundo.com>
5068             Bruno Haible  <bruno@clisp.org>
5069
5070         Add support for multiple gnulib-tool invocations in the scope of a
5071         single configure.ac file.
5072         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
5073         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
5074         with the same contents as the _LIBADD variable.
5075         (func_emit_initmacro_start, func_emit_initmacro_end,
5076         func_emit_initmacro_done): New functions.
5077         (func_import, func_create_testdir): Invoke them. Allow the identifiers
5078         gl_LIBOBJS and gl_LTLIBOBJS.
5079
5080 2006-10-11  Bruno Haible  <bruno@clisp.org>
5081
5082         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
5083         (func_create_testdir): Don't create po/Makefile.am, don't invoke
5084         autoreconf. Instead, invoke autopoint explicitly but move back the
5085         *.m4 files from gnulib.
5086
5087 2006-10-11  Bruno Haible  <bruno@clisp.org>
5088
5089         * gnulib-tool (func_usage): Make module names after --create-testdir
5090         optional.
5091         (func_create_testdir): If no module was specified, use nearly all
5092         modules.
5093
5094 2006-10-12  Jim Meyering  <jim@meyering.net>
5095
5096         Big performance improvement for fts-based tools that use FTS_NOSTAT.
5097         Avoid spurious inode-mismatch problems on non-POSIX file systems.
5098         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
5099         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
5100         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
5101         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
5102         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
5103         (fts_set_stat_required): New function.
5104         (fts_open): Defer the calls to fts_stat, if possible or requested.
5105         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
5106         into fts_stat itself.
5107         (fts_read): Perform any required (deferred) fts_stat call.
5108         (fts_build): Likewise, for the directory we're about to open and read.
5109         In the readdir loop, carefully decide whether each entry will require
5110         an eventual call to fts_stat, using dirent.d_type info if available.
5111         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
5112         a command line argument into this function.  Update all callers.
5113         Map a return value of FTS_DOT to FTS_D for a command line argument.
5114         * modules/fts (Depends-on): Add d-type.  Alphabetize.
5115         Thanks to Miklos Szeredi for his tenacity and for the initial
5116         bug report about "find" failing on a FUSE-based file system.
5117
5118         * lib/fts.c (fts_open): Use consistent indentation.
5119
5120 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5121
5122         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
5123         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
5124         reported by Jim Meyering.  All uses of cache variables renamed
5125         to match Autoconf's.
5126         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
5127         the other one.
5128
5129         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
5130         Fix misspelling in diagnostic.
5131
5132 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5133
5134         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
5135         defined.  Problem reported by Matthew Woehlke.
5136
5137         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
5138         Add support for Tandem NonStop R series.
5139         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
5140         Use new macro.
5141
5142         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
5143         (has_trailing_slash): Omit size arg; all callers changed.
5144         Omit 'inline', since it doesn't help performance and we'd
5145         need to configure it.
5146         Don't count //, ///, etc. as having a trailing slash.
5147         As a side effect, this removes a C99ism reported by Matthew Woehlke.
5148         (rpl_rename_dest_slash): On failure, use rename's errno rather
5149         than (in some cases) an incorrect or junk errno.
5150         Simplify code by removing need to compute length; this does
5151         cause it to make two passes instead of one over the file name,
5152         but it's worth it.
5153
5154         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
5155         change, since Autoconf's version may no longer be appropriate now
5156         that we are using CVS Autoconf's version.  Add support for Tandem.
5157
5158 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5159             Bruno Haible  <bruno@clisp.org>
5160
5161         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
5162         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
5163         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
5164         gl_AC_TYPE_LONG_LONG.
5165
5166         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
5167         instead of HAVE_LONG_LONG.
5168         * lib/printf-args.c (printf_fetchargs): Likewise.
5169         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
5170         * lib/vasnprintf.c (VASNPRINTF): Likewise.
5171         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
5172         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
5173         gl_AC_TYPE_LONG_LONG.
5174
5175 2006-10-11  Bruno Haible  <bruno@clisp.org>
5176
5177         * m4/longlong.m4: Add comments.
5178         * m4/ulonglong.m4: Likewise.
5179
5180 2006-10-10  Bruno Haible  <bruno@clisp.org>
5181
5182         Make it possible to #define stpcpy, strdup to aliases.
5183         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
5184         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
5185
5186 2006-10-10  Bruno Haible  <bruno@clisp.org>
5187
5188         Make it possible to #define gcd to an alias.
5189         * lib/gcd.c: Include config.h.
5190
5191 2006-10-10  Bruno Haible  <bruno@clisp.org>
5192
5193         Make it possible to #define c_isascii to an alias.
5194         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
5195         defined. Undefine the macros before defining them, to avoid gcc
5196         warnings.
5197         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
5198         define NO_C_CTYPE_MACROS early.
5199
5200 2006-10-10  Bruno Haible  <bruno@clisp.org>
5201
5202         Make it possible to #define set_program_name to an alias.
5203         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5204         ENABLE_RELOCATABLE early.
5205
5206 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
5207
5208         Port to Tandem NSK OSS, which has 64-bit signed int but at most
5209         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
5210         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
5211         More generally, don't assume that 64-bit signed int is available
5212         if unsigned int is, and vice versa.
5213         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
5214         unsigned symbols, not on their signed counterparts.
5215         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
5216         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5217         (UINT64_C, UINTMAX_C):
5218         Likewise.
5219         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5220         unsigned counterparts.
5221         (Have_long_long, Unsigned): New macros.
5222         (Int): Renamed from INT.
5223         (strtoimax): Use the new macros.
5224         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5225         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5226         * modules/inttypes (inttypes.h): Substitute
5227         HAVE_UNSIGNED_LONG_LONG_INT.
5228         * modules/stdint (stdint.h): Likewise.
5229         (Files): Add m4/ulonglong.m4.
5230
5231 2006-10-10  Bruno Haible  <bruno@clisp.org>
5232
5233         Fix a gcc -Wshadow warning.
5234         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5235         to 'bucket'.
5236         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5237         gl_linked_indexof_from_to): Likewise.
5238         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5239         Likewise.
5240         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5241         Likewise.
5242         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5243         Reported by Eric Blake.
5244
5245 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5246
5247         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5248         for NetBSD.  Problem reported by Bruno Haible.
5249
5250 2006-10-09  Jim Meyering  <jim@meyering.net>
5251
5252         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5253         Patch from Bruno Haible.
5254
5255 2006-10-09  Jim Meyering  <jim@meyering.net>
5256
5257         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5258         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5259         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5260
5261 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5262
5263         Don't include <config.h> twice; this doesn't work in some cases,
5264         e.g., when config.h has "#define intmax_t long long int" and
5265         we include <config.h>, <inttypes.h>, <config.h> in that order.
5266         Problem reported by Matthew Woehlke in:
5267         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5268         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5269         * lib/fts-cycle.c: Don't include config.h.
5270         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5271         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5272         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5273         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5274         inttypes.h.
5275         * lib/xstrtoumax.c: Likewise.
5276         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5277         __strtol and the like, so that this module is more like its siblings.
5278         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5279         Remove; no longer needed now that we assume gnulib inttypes.h.
5280
5281 2006-10-08  Bruno Haible  <bruno@clisp.org>
5282
5283         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5284         option.
5285
5286 2006-10-07  Jim Meyering  <jim@meyering.net>
5287
5288         * modules/inttypes (inttypes.h): Revert what seems to have been
5289         an inadvertent part of today's change: use "|", not "/" in the
5290         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5291
5292 2006-10-07  Bruno Haible  <bruno@clisp.org>
5293
5294         * modules/sublist: New file.
5295
5296 2006-10-07  Bruno Haible  <bruno@clisp.org>
5297
5298         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5299         * modules/argz (argz.h): Likewise.
5300         * modules/arpa_inet (arpa/inet.h): Likewise.
5301         * modules/byteswap (byteswap.h): Likewise.
5302         * modules/configmake (configmake.h): Likewise.
5303         * modules/fcntl (fcntl.h): Likewise.
5304         * modules/fnmatch (fnmatch.h): Likewise.
5305         * modules/getopt (getopt.h): Likewise.
5306         * modules/glob (glob.h): Likewise.
5307         * modules/inttypes (inttypes.h): Likewise.
5308         * modules/netinet_in (netinet/in.h): Likewise.
5309         * modules/poll (poll.h): Likewise.
5310         * modules/stdbool (stdbool.h): Likewise.
5311         * modules/stdint (stdint.h): Likewise.
5312         * modules/sys_select (sys/select.h): Likewise.
5313         * modules/sys_socket (sys/socket.h): Likewise.
5314         * modules/sys_stat (sys/stat.h): Likewise.
5315         * modules/sysexits (sysexits.h): Likewise.
5316         * modules/unistd (unistd.h): Likewise.
5317         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5318         Add a "DO NOT EDIT" comment to the generated file.
5319         (func_import): Likewise for gnulib-comp.m4.
5320
5321 2006-10-07  Bruno Haible  <bruno@clisp.org>
5322
5323         * lib/gl_sublist.h: New file.
5324         * lib/gl_sublist.c: New file.
5325
5326 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5327
5328         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5329         name (relative to the original working directory) and the file
5330         name component (relative to the temporary working directory).  All
5331         callers changed.
5332         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5333         * lib/mkdir-p.c (make_dir_parents): Likewise.
5334         * lib/mkdir-p.h (make_dir_parents): Likewise.
5335
5336 2006-10-06  Eric Blake  <ebb9@byu.net>
5337
5338         Define several macros for use by the clean-temp module.
5339         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5340         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5341         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5342
5343         * lib/clean-temp.h (close_stream_temp): New declaration.
5344         * lib/clean-temp.c (includes): Pull in headers according to what
5345         other modules are in use.
5346         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5347
5348 2006-10-06  Bruno Haible  <bruno@clisp.org>
5349
5350         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5351         instead of fopen, fwriteerror.
5352
5353 2006-10-06  Bruno Haible  <bruno@clisp.org>
5354
5355         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5356         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5357         int.
5358         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5359         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5360         Return an error indicator.
5361         Suggested by Eric Blake.
5362
5363 2006-10-06  Bruno Haible  <bruno@clisp.org>
5364
5365         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5366         Reported by Eric Blake.
5367
5368 2006-10-06  Bruno Haible  <bruno@clisp.org>
5369
5370         * modules/closeout (Description): Mention stderr too.
5371
5372 2006-10-06  Bruno Haible  <bruno@clisp.org>
5373         and Paul Eggert  <eggert@cs.ucla.edu>
5374
5375         * lib/closeout.c (close_stdout): Also close stderr.
5376         * lib/closeout.h: Update comment.
5377
5378 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5379
5380         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5381         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5382         * lib/dirchownmod.c: Include lchown.h.
5383         * lib/lchown.c: Don't include files that lchown.h now includes.
5384         Don't declare chown, since lchown.h now does that.
5385         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5386         (lchown): Define to rpl_chown if lchown is declared but
5387         does not exist.  Declare using a prototype if lchown is not
5388         declared.  Add a copyright notice.
5389         * lib/mkstemp.h: Include <unistd.h>.
5390         * lib/openat.c: Include lchown.h.
5391
5392         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5393         we now test for that separately.
5394         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5395         rather than O_NOFOLLOW, when testing whether it's possible to
5396         avoid a race condition reliably.
5397         * lib/savewd.c (savewd_chdir): Likewise.
5398
5399         Remove macros that are no longer needed now that stdint.h is
5400         reliable.
5401         * lib/fsusage.c (UINTMAX_MAX): Remove.
5402         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5403         * lib/utimecmp.c (SIZE_MAX): Remove.
5404
5405         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5406
5407         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5408         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5409         O_NOATIME works.
5410
5411 2006-10-05  Bruno Haible  <bruno@clisp.org>
5412
5413         * lib/gl_list.h (gl_sortedlist_search_from_to,
5414         gl_sortedlist_indexof_from_to): New declarations.
5415         (gl_list_implementation): New fields sortedlist_search_from_to,
5416         sortedlist_indexof_from_to.
5417         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5418         inline functions.
5419         * lib/gl_list.c (gl_sortedlist_search_from_to,
5420         gl_sortedlist_indexof_from_to): New functions.
5421         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5422         function.
5423         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5424         (gl_array_sortedlist_search_from_to): New function.
5425         (gl_array_list_implementation): Update.
5426         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5427         function.
5428         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5429         (gl_carray_sortedlist_search_from_to): New function.
5430         (gl_carray_list_implementation): Update.
5431         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5432         gl_linked_sortedlist_indexof_from_to): New functions.
5433         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5434         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5435         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5436         gl_tree_sortedlist_indexof_from_to): New functions.
5437         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5438         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5439         Update.
5440         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5441         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5442         Update.
5443
5444 2006-10-05  Bruno Haible  <bruno@clisp.org>
5445
5446         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5447         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5448         (struct gl_list_implementation): Add fields search_from_to,
5449         indexof_from_to. Remove fields search, indexof.
5450         (gl_list_search): Use the search_from_to method.
5451         (gl_list_search_from, gl_list_search_from_to): New functions.
5452         (gl_list_indexof): Use the indexof_from_to method.
5453         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5454         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
5455         (gl_list_search_from, gl_list_search_from_to): New functions.
5456         (gl_list_indexof): Use the indexof_from_to method.
5457         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5458         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5459         gl_array_indexof. Add start_index, end_index arguments.
5460         (gl_array_search_from_to): Renamed from gl_array_search. Add
5461         start_index, end_index arguments.
5462         (gl_array_remove, gl_array_list_implementation): Update.
5463         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5464         gl_carray_indexof. Add start_index, end_index arguments.
5465         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5466         start_index, end_index arguments.
5467         (gl_carray_remove, gl_carray_list_implementation): Update.
5468         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5469         gl_linked_search. Add start_index, end_index arguments.
5470         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5471         start_index, end_index arguments.
5472         (gl_linked_remove): Update.
5473         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5474         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5475         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5476         field to 'size_t'.
5477         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5478         gl_tree_search. Add start_index, end_index arguments.
5479         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5480         start_index, end_index arguments.
5481         (gl_tree_remove): Update.
5482         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5483         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5484         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5485         function.
5486         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5487         gl_tree_search. Add start_index, end_index arguments.
5488         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5489         start_index, end_index arguments.
5490         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5491         Update.
5492         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5493
5494 2006-10-05  Bruno Haible  <bruno@clisp.org>
5495
5496         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5497
5498         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5499         fwriteerror_temp): New declarations.
5500         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5501         (descriptors): New variable.
5502         (cleanup): First, close the descriptors.
5503         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5504         fclose_temp, fwriteerror_temp): New functions.
5505
5506 2006-10-04  Jim Meyering  <jim@meyering.net>
5507
5508         * lib/fts.c (fts_open): Tiny comment change.
5509
5510 2006-10-04  Bruno Haible  <bruno@clisp.org>
5511
5512         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5513         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5514         gl_LOCK_BODY.
5515         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5516         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5517         gl_LOCK_EARLY_BODY.
5518         (gl_LOCK): Require gl_LOCK_BODY.
5519
5520 2006-10-04  Bruno Haible  <bruno@clisp.org>
5521
5522         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5523         (gl_oset_search_atleast): New declaration.
5524         (struct gl_oset_implementation): Add field 'search_atleast'.
5525         (gl_oset_search_atleast): New inline function.
5526         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5527         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5528         (gl_array_oset_implementation): Update.
5529         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5530         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5531         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5532
5533 2006-10-04  Bruno Haible  <bruno@clisp.org>
5534
5535         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5536
5537 2006-10-03  Bruno Haible  <bruno@clisp.org>
5538
5539         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5540         from gl_avltreehash_list_implementation.
5541
5542 2006-10-03  Bruno Haible  <bruno@clisp.org>
5543
5544         * lib/gl_oset.c (gl_oset_add): Fix return type.
5545
5546 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5547
5548         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5549
5550 2006-10-02  Eric Blake  <ebb9@byu.net>
5551
5552         * modules/strnlen (Depends-on): Add extensions.
5553
5554 2006-10-02  Eric Blake  <ebb9@byu.net>
5555
5556         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5557         definition in 2.60+.
5558
5559 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5560
5561         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5562         checks.
5563
5564 2006-10-02  Bruno Haible  <bruno@clisp.org>
5565
5566         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5567         to the AUTOMAKE_OPTIONS.
5568         Reported by Jim Meyering.
5569
5570 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5571
5572         Work around bug in Solaris 10 /proc file system:
5573         /proc/self/fd/NNN/.. isn't the parent directory of
5574         the directory whose file descriptor is NNN.  This needs to
5575         be worked around at run time, not compile time, since a
5576         program might be built on Solaris 8, where things work, and
5577         run on Solaris 10.
5578         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5579         to use the following interface instead:
5580         (OPENAT_BUFFER_SIZE): New macro.
5581         (openat_proc_name): New function.
5582         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5583         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5584         Likewise.
5585         * lib/openat-proc.c: New file.
5586         * modules/openat (Files): Add lib/openat-proc.c.
5587         (Depends-on): Add same-inode, stdbool.
5588         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5589
5590 2006-09-29  Bruno Haible  <bruno@clisp.org>
5591
5592         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5593         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5594         argument. Set stdout_closed before testing for ferror, not after.
5595         (fwriteerror, fwriteerror_no_ebadf): New functions.
5596
5597 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5598
5599         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5600
5601 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5602
5603         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5604         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5605
5606 2006-09-28  Jim Meyering  <jim@meyering.net>
5607
5608         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5609         Include <unistd.h>.
5610
5611 2006-09-28  Bruno Haible  <bruno@clisp.org>
5612
5613         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5614         * modules/linkedhash-list (Depends-on): Likewise.
5615         * modules/rbtreehash-list (Depends-on): Likewise.
5616
5617 2006-09-28  Bruno Haible  <bruno@clisp.org>
5618
5619         * lib/strndup.h: Simplify the redefinition of strndup.
5620         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5621         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5622
5623 2006-09-28  Bruno Haible  <bruno@clisp.org>
5624
5625         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5626         * lib/gl_linkedhash_list.c: Likewise.
5627         * lib/gl_rbtreehash_list.c: Likewise.
5628
5629 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5630
5631         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5632         getaddrinfo.
5633
5634         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5635         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5636         it causes <stdio_ext.h> to cause a compile-time error.
5637         Problem reported by Nelson H. F. Beebe.
5638         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5639         of HAVE_DECL___PENDING.
5640
5641         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5642         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5643         declaration.
5644
5645 2006-09-27  Jim Meyering  <jim@meyering.net>
5646
5647         This file could end up with a definition for a function
5648         named __strndup, rather than rpl_strndup on a system with
5649         incomplete weak_alias support.
5650         * lib/strndup.c (strndup): Rename from __strndup.
5651         Remove #defines that used to map __strndup to strndup.
5652         Don't use K&R prototypes.
5653         Remove LIBC-related code, since this file is not sync'd with glibc.
5654         * lib/strndup.h: Revamp, accordingly.
5655         * m4/strndup.m4: Modernize.
5656
5657 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5658
5659         * modules/savewd (Depends-on): Add 'raise'.
5660         * lib/savewd.c: Include <signal.h>, for 'raise'.
5661
5662 2006-09-26  Jim Meyering  <jim@meyering.net>
5663
5664         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5665         when we detect Darwin 8.7.0's acl_get_file bug.
5666         Rearrange to perform the new (below) run-test while $LIBS
5667         contains any acl-related library.  Set USE_ACL at the end.
5668         (gl_ACL_GET_FILE): New function.
5669
5670 2006-09-26  Eric Blake  <ebb9@byu.net>
5671
5672         * lib/verror.c: Include <config.h> unconditionally.
5673
5674 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5675
5676         * modules/clock-time (Maintainer): Add self.
5677         * modules/getlogin_r (Depends-on): Add extensions.
5678
5679 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5680
5681         * modules/clock-time: New module.
5682         * modules/nanosleep (Depends-on): Add clock-time.
5683         * modules/gethrxtime (Depends-on): Likewise.
5684         * modules/gettime (Depends-on): Likewise.
5685         * modules/settime (Depends-on): Likewise.
5686
5687         * modules/fts-lgpl: Depend on openat.
5688         * modules/mkancesdirs: Depend on savewd.
5689         * modules/mkdir-p: Likewise.
5690
5691 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5692
5693         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5694
5695         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5696         `gl_have_arbitrary_file_name_length_limit' to
5697         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5698         actually works between configure runs.
5699
5700 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5701             Bruno Haible  <bruno@clisp.org>
5702
5703         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5704
5705 2006-09-25  Jim Meyering  <jim@meyering.net>
5706
5707         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5708         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5709
5710 2006-09-25  Eric Blake  <ebb9@byu.net>
5711
5712         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5713         exec's in 2006-09-18 patch when shuffling fds.
5714
5715 2006-09-25  Bruno Haible  <bruno@clisp.org>
5716
5717         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5718         Reported by Jim Meyering.
5719
5720 2006-09-24  Jim Meyering  <jim@meyering.net>
5721
5722         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5723         compare a pointer against a literal "0".  That caused failures with
5724         at least HP-UX's hpcc.
5725
5726 2006-09-22  Simon Josefsson  <jas@extundo.com>
5727
5728         * modules/gc-sha1:
5729         * modules/gc-md4:
5730         * modules/gc-hmac-sha1:
5731         * modules/gc-hmac-md5:
5732         * modules/gc-des:
5733         * modules/gc-arcfour: Distribute more files.
5734
5735 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5736
5737         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5738         (gl_linked_iterator_from_to): Initialize struct completely.
5739         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5740         (gl_tree_iterator_from_to): Likewise
5741         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5742         * lib/gl_array_list.c [lint] (gl_array_iterator)
5743         (gl_array_iterator_from_to): Likewise.
5744         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5745         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5746         (gl_carray_iterator_from_to): Likewise.
5747
5748         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5749         * lib/md4.c (md4_process_block): Remove unused variable.
5750         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5751         parentheses for clarity.
5752
5753 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5754
5755         * modules/bison-i18n (Depends-on): Add gettext.
5756
5757 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5758
5759         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5760         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5761         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5762         also add missing comma that caused broken test.
5763         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5764         stdlib.h, for `abort'.
5765         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5766         variables.
5767         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5768         include unistd.h if present, for `rmdir'.
5769         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5770         variables.
5771         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5772         in the process include standard headers for prototypes.
5773         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5774         gets declared on GNU/Linux.
5775         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5776         unistd.h, for `rmdir'.
5777         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5778
5779         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5780         always true.
5781         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5782
5783         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5784
5785 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5786
5787         * gnulib-tool (func_version): Create output all at once.  This
5788         may help avoid triggering unnecessary SIGPIPEs, and at any
5789         rate it doesn't hurt.
5790
5791 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5792             Bruno Haible  <bruno@clisp.org>
5793
5794         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5795         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5796         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5797
5798         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5799         (gl_FUNC_VASPRINTF): Invoke it.
5800
5801 2006-09-22  Bruno Haible  <bruno@clisp.org>
5802
5803         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5804         getloadavg.c as first argument.
5805
5806 2006-09-22  Bruno Haible  <bruno@clisp.org>
5807
5808         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5809         at the beginning of the gl_INIT macro.
5810         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5811         gl_GETLOADAVG.
5812
5813 2006-09-22  Bruno Haible  <bruno@clisp.org>
5814
5815         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5816         module.
5817         Suggested by Ralf Wildenhues.
5818
5819 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5820
5821         Import this patch from libc:
5822
5823         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5824
5825         * lib/regex_internal.c (re_string_reconstruct): Handle
5826         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5827         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5828         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5829         re_string_context_at.
5830
5831         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5832         now requires it.
5833         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5834         gl_REGEX now does it for us.
5835         (gl_REGEX): Add test taken from
5836         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5837
5838         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5839         Check that large offsets work.  Modernize Autoconf usages.
5840         Prefer "yes" to mean a good thing rather than a bad.
5841         Don't put "#define mkstemp" in config.h, as this might interfere
5842         with standard system headers that "#define mkstemp mkstemp64".
5843
5844         * modules/mkstemp (Depends-on): Add extensions, so that
5845         mkstemp is visible on some platforms.
5846         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5847         (Include): Change to "mkstemp.h" from <stdlib.h>.
5848         (Files): Add mkstemp.h.
5849
5850         * lib/mkstemp.h: New file, since some standard headers
5851         #define mkstemp.
5852         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5853         Include "mkstemp.h".
5854         Make the _LIBC code resemble glibc original more,
5855         e.g., use K&R style.
5856         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5857         (mkstemp): Remove, since mkstemp.h does this for us.
5858         * lib/stdlib--.h: Include mkstemp.h.
5859
5860         Import this patch from libc:
5861
5862         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5863
5864         * lib/tempname.c (__gen_tempname): Change attempts_min
5865         into a macro.  Use preprocessor to decide how to initialize
5866         attempts [Coverity CID 67].
5867
5868 2006-09-20  Bruno Haible  <bruno@clisp.org>
5869
5870         * lib/mkdtemp.c: Import from libc.
5871         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5872                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5873                 attempts_min into a macro.  Use preprocessor to decide how to
5874                 initialize attempts [Coverity CID 67].
5875         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5876                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5877                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5878
5879 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5880
5881         * gnulib-tool (func_exit): New function, to allow to pass the
5882         exit status portably through the trap.  Use everywhere.
5883         (--help, --version): Signal a write error.
5884         (trap): catch SIGPIPE, for write errors.
5885         Exit at the end of the trap, with the correct exit status.
5886
5887 2006-09-19  Karl Berry  <karl@gnu.org>
5888
5889         * doc/gnulib.texi: note about the license texinfo files.
5890
5891 2006-09-19  Eric Blake  <ebb9@byu.net>
5892
5893         * gnulib-tool: Avoid space-tab.
5894
5895 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5896
5897         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5898         that prevented coreutils 6.1 from building.  Problem reported
5899         by Petter Reinholdtsen.
5900
5901 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5902
5903         * gnulib-tool (avoidlist): Fix typo that broke options like
5904         --avoid=lock that are used by coreutils bootstrap.
5905
5906 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5907
5908         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5909         more systematically.
5910
5911 2006-09-18  Jim Meyering  <jim@meyering.net>
5912
5913         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5914
5915 2006-09-18  Bruno Haible  <bruno@clisp.org>
5916
5917         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5918
5919 2006-09-18  Bruno Haible  <bruno@clisp.org>
5920
5921         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5922         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5923         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5924         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5925         * m4/gettext.m4: Require autoconf >= 2.52.
5926         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5927         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5928         of gl_cv_header_inttypes_h.
5929
5930 2006-09-18  Bruno Haible  <bruno@clisp.org>
5931
5932         * lib/javaversion.c: Include configmake.h.
5933
5934 2006-09-18  Bruno Haible  <bruno@clisp.org>
5935
5936         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5937         avoid that the while loops be executed in a subshell.
5938
5939 2006-09-18  Bruno Haible  <bruno@clisp.org>
5940
5941         * MODULES.html.sh (func_module): Break long lines.
5942         Suggested by Bruce Korb <bkorb@gnu.org>.
5943
5944 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5945
5946         Speed up by a factor of 1.12.
5947         * gnulib-tool (nl): New variable.
5948         (func_import): Rewrite include directive extraction to only read each
5949         directive once.
5950
5951 2006-09-17  Bruno Haible  <bruno@clisp.org>
5952
5953         * modules/javaversion (Makefile.am): Remove DEFS setting.
5954         (Depends-on): Add configmake, for PKGDATADIR definition.
5955
5956 2006-09-17  Bruno Haible  <bruno@clisp.org>
5957
5958         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5959
5960 2006-09-17  Bruno Haible  <bruno@clisp.org>
5961
5962         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5963         (func_modules_transitive_closure, func_modules_add_dummy,
5964         func_modules_to_filelist, func_import, func_create_testdir,
5965         func_create_megatestdir, ...): Use it wherever possible.
5966         Suggested by Ralf Wildenhues.
5967
5968 2006-09-16  Karl Berry  <karl@gnu.org>
5969
5970         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5971         to avoid sectioning errors.
5972         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5973         [ifinfo]: blank line after @center-ed titles.
5974         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5975         Spell FSF address consistently with others.
5976         (These changes approved by rms.)
5977
5978 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5979
5980         Speed up by a factor of 1.61.
5981         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5982         already checked module names again.
5983
5984 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5985
5986         Speed up by a factor of 1.13.
5987         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5988         for new_files, and the input to func_add_or_update.
5989
5990 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5991
5992         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5993         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5994
5995 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5996
5997         * modules/mkancesdirs (Depends-on): Add fcntl.
5998         * modules/savewd: New file.
5999         * MODULES.html.sh (File system functions): Add savewd.
6000
6001         * modules/configmake (Makefile.am): Add support for the
6002         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
6003
6004 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6005
6006         * m4/savewd.m4: New file.
6007
6008 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6009
6010         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
6011         (dirchownmod): New arg FD.  All callers changed.
6012         Use FD rather than opening the directory ourself, as opening is
6013         now the caller's responsibility.
6014         * lib/dirchownmod.h: Likewise.
6015         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
6016         hosts that require <sys/types.h> before <sys/stat.h>.  Include
6017         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
6018         (test_dir): Remove.
6019         (mkancesdirs): Return length of prefix of FILE that has already
6020         been made, or -2 if there is a child doing the work.  Redo
6021         algorithm so that it is O(N) rather than O(N**2).  Optimize away
6022         ".", and treat ".." specially since it might stray back into
6023         already-created areas.  Use a subprocess if necessary.  New arg
6024         WD; all users changed.  MAKE_DIR function should now return 1
6025         if it creates a directory that is not readable.  Return -2 if
6026         a child process is spun off.
6027         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
6028         Adjust signature to match code.
6029         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
6030         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
6031         all users changed.
6032         * lib/savewd.c, lib/savewd.h: New files.
6033
6034 2006-09-15  Jim Meyering  <jim@meyering.net>
6035
6036         * modules/rename-dest-slash: New module.
6037         * MODULES.html.sh (posix_compat): Add it here.
6038
6039         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
6040
6041 2006-09-15  Jim Meyering  <jim@meyering.net>
6042
6043         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
6044         file.
6045
6046         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
6047
6048 2006-09-15  Jim Meyering  <jim@meyering.net>
6049
6050         * lib/rename-dest-slash.c (has_trailing_slash): Use
6051         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
6052         (rpl_rename_dest_slash): Perform the cheaper trailing slash
6053         test before testing whether SRC is a directory.
6054         Suggestions from Bruno Haible.
6055
6056         Avoid a warning about an unused variable.
6057         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
6058         into the #ifdef block where it's used.
6059
6060         * lib/rename-dest-slash.c: New file.
6061
6062 2006-09-14  Bruno Haible  <bruno@clisp.org>
6063
6064         * lib/allocsa.c: Include <config.h> unconditionally.
6065         * lib/asnprintf.c: Likewise.
6066         * lib/asprintf.c: Likewise.
6067         * lib/c-strcasecmp.c: Likewise.
6068         * lib/c-strcasestr.c: Likewise.
6069         * lib/c-strncasecmp.c: Likewise.
6070         * lib/c-strstr.c: Likewise.
6071         * lib/classpath.c: Likewise.
6072         * lib/clean-temp.c: Likewise.
6073         * lib/concatpath.c: Likewise.
6074         * lib/copy-file.c: Likewise.
6075         * lib/csharpcomp.c: Likewise.
6076         * lib/csharpexec.c: Likewise.
6077         * lib/execute.c: Likewise.
6078         * lib/fatal-signal.c: Likewise.
6079         * lib/findprog.c: Likewise.
6080         * lib/fwriteerror.c: Likewise.
6081         * lib/gl_array_list.c: Likewise.
6082         * lib/gl_array_oset.c: Likewise.
6083         * lib/gl_avltree_list.c: Likewise.
6084         * lib/gl_avltree_oset.c: Likewise.
6085         * lib/gl_avltreehash_list.c: Likewise.
6086         * lib/gl_carray_list.c: Likewise.
6087         * lib/gl_linked_list.c: Likewise.
6088         * lib/gl_linkedhash_list.c: Likewise.
6089         * lib/gl_list.c: Likewise.
6090         * lib/gl_oset.c: Likewise.
6091         * lib/gl_rbtree_list.c: Likewise.
6092         * lib/gl_rbtree_oset.c: Likewise.
6093         * lib/gl_rbtreehash_list.c: Likewise.
6094         * lib/imaxabs.c: Likewise.
6095         * lib/imaxdiv.c: Likewise.
6096         * lib/javacomp.c: Likewise.
6097         * lib/javaexec.c: Likewise.
6098         * lib/javaversion.c: Likewise.
6099         * lib/linebreak.c: Likewise.
6100         * lib/localcharset.c: Likewise.
6101         * lib/lock.c: Likewise.
6102         * lib/mbchar.c: Likewise.
6103         * lib/mbswidth.c: Likewise.
6104         * lib/mkdtemp.c: Likewise.
6105         * lib/pipe.c: Likewise.
6106         * lib/printf-args.c: Likewise.
6107         * lib/printf-parse.c: Likewise.
6108         * lib/progname.c: Likewise.
6109         * lib/progreloc.c: Likewise.
6110         * lib/readlink.c: Likewise.
6111         * lib/sh-quote.c: Likewise.
6112         * lib/stpcpy.c: Likewise.
6113         * lib/stpncpy.c: Likewise.
6114         * lib/strcasecmp.c: Likewise.
6115         * lib/strcasestr.c: Likewise.
6116         * lib/strcspn.c: Likewise.
6117         * lib/striconv.c: Likewise.
6118         * lib/strncasecmp.c: Likewise.
6119         * lib/strnlen1.c: Likewise.
6120         * lib/strstr.c: Likewise.
6121         * lib/strtok_r.c: Likewise.
6122         * lib/tls.c: Likewise.
6123         * lib/tmpdir.c: Likewise.
6124         * lib/unicodeio.c: Likewise.
6125         * lib/unsetenv.c: Likewise.
6126         * lib/vasnprintf.c: Likewise.
6127         * lib/vasprintf.c: Likewise.
6128         * lib/wait-process.c: Likewise.
6129         * lib/xallocsa.c: Likewise.
6130         * lib/xsetenv.c: Likewise.
6131         * lib/xstriconv.c: Likewise.
6132
6133 2006-09-13  Simon Josefsson  <jas@extundo.com>
6134
6135         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
6136         that internally, suggested by Ralf Wildenhues
6137         <Ralf.Wildenhues@gmx.de>.
6138
6139 2006-09-13  Simon Josefsson  <jas@extundo.com>
6140
6141         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
6142         @LIBOBJS@.
6143         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6144
6145 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6146
6147         * lib/_fpending.c: Include <config.h> unconditionally, since we no
6148         longer worry about uses that don't define HAVE_CONFIG_H.
6149         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
6150         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
6151         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
6152         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
6153         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
6154         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
6155         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
6156         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
6157         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
6158         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
6159         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
6160         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
6161         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
6162         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
6163         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
6164         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
6165         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
6166         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
6167         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
6168         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
6169         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
6170         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
6171         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
6172         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
6173         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
6174         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
6175         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
6176         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
6177         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
6178         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
6179         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
6180         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
6181         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
6182         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
6183         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
6184         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
6185         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
6186         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
6187         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
6188         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
6189         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
6190         Likewise.
6191
6192 2006-09-13  Eric Blake  <ebb9@byu.net>
6193
6194         * lib/getopt.c: Fix typo in last commit.
6195
6196 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6197
6198         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
6199         dgettext.
6200
6201 2006-09-12  Jim Meyering  <jim@meyering.net>
6202
6203         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
6204         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
6205         Reported by Nelson H. F. Beebe.
6206
6207 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6208
6209         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
6210         program_invocation_name and program_invocation_short_name are
6211         initialized.
6212         * lib/argp-namefrob.h: Move declarations of program_invocation_name
6213         and program_invocation_short_name to argp.h, so they are visible
6214         to user programs.
6215         * lib/argp.h: Likewise
6216
6217 2006-09-10  Bruno Haible  <bruno@clisp.org>
6218
6219         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6220         m4/inttypes_h.m4, m4/uintmax_t.m4.
6221
6222 2006-09-10  Bruno Haible  <bruno@clisp.org>
6223
6224         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6225         gl_AC_TYPE_UINTMAX_T.
6226
6227 2006-09-10  Bruno Haible  <bruno@clisp.org>
6228
6229         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6230
6231 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6232
6233         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6234         convention.  Text proposed by Bruno Haible.
6235         (struct argp_option): Document the use of N_() wrappers.
6236
6237         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6238         '\v', and translate the two parts separately, instead of feeding
6239         the whole string to gettext.  This allows to exclude
6240         '\v' from the strings visible to the translator by writing doc
6241         strings as N_("..") "\v" N_("..").
6242
6243 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6244
6245         * config/srclist.txt: Undo latest change; the bug was fixed.
6246
6247 2006-09-09  Bruno Haible  <bruno@clisp.org>
6248
6249         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6250         assignments if building a library without libtool.
6251         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6252         in func_emit_lib_Makefile_am.
6253         (func_import): When building a static library libfoo.a, arrange to
6254         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6255         (func_create_testdir): Likewise.
6256         * modules/gc (configure.ac, Makefile.am): If building statically,
6257         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6258         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6259         * modules/striconv (configure.ac, Makefile.am): Likewise.
6260         Based on a suggestion by Ralf Wildenhues.
6261
6262 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6263
6264         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6265         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6266         Also:
6267
6268         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6269         Add year_2050_test to catch glibc bug 2821
6270         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6271
6272         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6273         Prefer #ifdef to #if.
6274
6275         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6276         Return from 'main' instead of calling 'exit'.
6277
6278 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6279
6280         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6281         returned the maximum time_t value rather than (time_t) -1.
6282         Problem originally reported by William Bardwell
6283         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6284
6285         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6286         Moved to here ...
6287         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6288         ... from here.
6289
6290 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6291
6292         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6293         2821 is fixed.
6294
6295 2006-09-08  Jim Meyering  <jim@meyering.net>
6296
6297         Don't make generated files read-only.  That would bother too many
6298         people.  However, do retain the ability to work when targets are
6299         read-only: remove the destination and temporary files before writing
6300         them (when generated via sed or echo), or by using the -f option for
6301         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6302         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6303         * modules/byteswap, modules/configmake, modules/fcntl:
6304         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6305         * modules/localcharset, modules/netinet_in, modules/poll:
6306         * modules/stdbool, modules/stdint, modules/sys_select:
6307         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6308
6309 2006-09-08  Jim Meyering  <jim@meyering.net>
6310
6311         Avoid new build failure on FreeBSD 6.0.
6312         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6313         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6314         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6315
6316 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6317
6318         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6319
6320 2006-09-07  Jim Meyering  <jim@meyering.net>
6321
6322         Fix global typo in last change: use chmod u-w, not chmod u-x.
6323         Spotted by Paul Eggert and Bruce Korb.
6324         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6325         * modules/byteswap, modules/configmake, modules/fcntl:
6326         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6327         * modules/localcharset, modules/netinet_in, modules/poll:
6328         * modules/stdbool, modules/stdint, modules/sys_select:
6329         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6330
6331 2006-09-06  Jim Meyering  <jim@meyering.net>
6332
6333         Make generated files be read-only.
6334         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6335         Ensure that each generated file is now read-only.
6336         * modules/argz: Likewise.
6337         * modules/arpa_inet: Likewise.
6338         * modules/byteswap: Likewise.
6339         * modules/configmake: Likewise.
6340         * modules/fcntl: Likewise.
6341         * modules/fnmatch: Likewise.
6342         * modules/getopt: Likewise.
6343         * modules/glob: Likewise.
6344         * modules/inttypes: Likewise.
6345         * modules/netinet_in: Likewise.
6346         * modules/poll: Likewise.
6347         * modules/stdbool: Likewise.
6348         * modules/stdint: Likewise.
6349         * modules/sys_select: Likewise.
6350         * modules/sys_socket: Likewise.
6351         * modules/sys_stat: Likewise.
6352         * modules/sysexits: Likewise.
6353         * modules/localcharset: Same as above, but continue using temporary
6354         file named "t-$@" (why different?) rather than the "$@-t" used
6355         everywhere else.
6356
6357         * modules/sysexits (Makefile.am): Replace literal occurrences
6358         of "sysexit.h" more readable, and more consistent, "$@".
6359
6360 2006-09-06  Bruno Haible  <bruno@clisp.org>
6361
6362         * modules/striconv: New file.
6363         * modules/xstriconv: New file.
6364         * MODULES.html.sh (Internationalization functions): Add striconv,
6365         xstriconv.
6366
6367 2006-09-06  Bruno Haible  <bruno@clisp.org>
6368
6369         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6370         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6371         not using libtool correctly.
6372
6373 2006-09-06  Bruno Haible  <bruno@clisp.org>
6374
6375         * lib/striconv.h: New file.
6376         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6377         iconvstring.c.
6378         * lib/xstriconv.h: New file.
6379         * lib/xstriconv.c: New file.
6380
6381 2006-09-06  Bruno Haible  <bruno@clisp.org>
6382
6383         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6384         lib_..._LDFLAGS.
6385
6386 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6387
6388         * lib/argz_.h: Sync from Libtool.
6389
6390         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6391                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6392
6393         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6394
6395 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6396
6397         * modules/trim: New file.
6398
6399 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6400
6401         * lib/trim.h: New file.
6402         * lib/trim.c: New file.
6403
6404 2006-09-05  Bruno Haible  <bruno@clisp.org>
6405
6406         * MODULES.html.sh (String handling): Add trim.
6407
6408 2006-09-04  Karl Berry  <karl@gnu.org>
6409
6410         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6411         until next release.
6412
6413 2006-09-03  Bruno Haible  <bruno@clisp.org>
6414
6415         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6416         correctly.
6417
6418 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6419
6420         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6421         not gl_GETLOADAVG.  Omit unneeded semicolons.
6422         Problems reported by Ralf Wildenhues in
6423         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6424         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6425         at the end, which is the usual gnulib style.
6426
6427         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6428         of doing all the work ourselves.
6429         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6430         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6431
6432 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6433
6434         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6435         Problem reported by Ralf Wildenhues in
6436         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6437
6438         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6439         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6440
6441 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6442
6443         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6444         yesterday's patch by changing test -n to test -z.
6445
6446 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6447
6448         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6449         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6450         the former is now obsolescent.
6451
6452         * modules/chdir-long (Depends-on): Add fcntl.
6453
6454 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6455
6456         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6457         obsolescent, and programs should use gnulib instead.
6458         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6459         but with prefixes changed.
6460
6461 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6462
6463         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6464         or stdbool.h, because they might not exist while configuring.
6465
6466         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6467         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6468         does that for us.
6469         (O_DIRECTORY): Remove.
6470
6471 2006-08-31  Eric Blake  <ebb9@byu.net>
6472
6473         * gnulib-tool: Don't let emacs change spaces to TAB.
6474
6475 2006-08-31  Bruno Haible  <bruno@clisp.org>
6476
6477         * gnulib-tool: When calling func_import more than once, do it in a
6478         subshell.
6479         Reported by Eric Blake <ebb9@byu.net>.
6480
6481 2006-08-31  Bruno Haible  <bruno@clisp.org>
6482
6483         * gnulib-tool (nl): Remove variable.
6484         (sed_transform_lib_file): Use more robust test for config-h module.
6485         (func_import): Fix typo in 2006-08-25 patch.
6486
6487 2006-08-31  Bruno Haible  <bruno@clisp.org>
6488
6489         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6490         specified, augment Makefile.am variables instead of assigning them.
6491
6492 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6493
6494         Work around a bug in both the Linux and SunOS 64-bit kernels:
6495         nanosleep mishandles sleeps for longer than 2**31 seconds.
6496         Problem reported by Frank v Waveren in
6497         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6498         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6499         Check for nanosleep bug.
6500         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6501
6502 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6503
6504         Work around a bug in both the Linux and SunOS 64-bit kernels:
6505         nanosleep mishandles sleeps for longer than 2**31 seconds.
6506         Problem reported by Frank v Waveren in
6507         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6508         * lib/nanosleep.c (BILLION): New constant.
6509         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6510         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6511         implementation.
6512
6513 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6514
6515         * modules/nanosleep (Depends-on): Add gettime.
6516
6517 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6518         and Simon Josefsson  <jas@extundo.com>
6519         and Oskar Liljeblad  <oskar@osk.mine.nu>
6520
6521         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6522         * gnulib-tool (func_import): New license type 'unmodifiable license
6523         text'.
6524         * modules/fdl: Use it.  Longer description.
6525         * module/gpl, module/lgpl: New files.
6526
6527 2006-08-30  Jim Meyering  <jim@meyering.net>
6528
6529         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6530         shadowing the parameter.
6531
6532 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6533
6534         Sync from Libtool:
6535
6536         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6537
6538         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6539         sharing with gnulib.  Report by Eric Blake.
6540
6541 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6542
6543         * modules/isapipe: New file.
6544         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6545
6546 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6547
6548         * modules/configmake (Makefile.am): Add a comment, and omit
6549         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6550         by Bruno Haible.
6551
6552 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6553
6554         * m4/isapipe.m4: New file.
6555
6556 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6557
6558         * lib/isapipe.c, lib/isapipe.h: New files.
6559
6560 2006-08-29  Jim Meyering  <jim@meyering.net>
6561
6562         * modules/configmake (Makefile.am): Make configmake.h depend on
6563         Makefile.  Otherwise, a stale configmake.h could hang around.
6564
6565 2006-08-29  Eric Blake  <ebb9@byu.net>
6566
6567         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6568         resolution of upstream bug 3044.
6569
6570 2006-08-29  Bruno Haible  <bruno@clisp.org>
6571
6572         * modules/localcharset (Depends-on): Add configmake.
6573         (Makefile.am): Remove setting of LIBDIR through DEFS.
6574
6575 2006-08-29  Bruno Haible  <bruno@clisp.org>
6576
6577         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6578         defined.
6579
6580 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6581
6582         * modules/fcntl: New file.
6583         * modules/chdir-safer (Depends-on): Add fcntl.
6584         * modules/fts: Likewise.
6585         * modules/mkdir-p: Likewise.
6586
6587         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6588         This undoes the most recent change, since we're now addressing the
6589         problem in a different way.
6590
6591         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6592         into output, since the output might be called Makefile.am even
6593         if $makefile_name is something different.
6594         (func_import): Use $makefile_am rather than
6595         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6596         empty.
6597
6598         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6599
6600 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6601
6602         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6603         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6604         recent change to stdint.m4, since we're now addressing the problem in a
6605         different way.
6606
6607 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6608
6609         * m4/fcntl_h.m4: New file.
6610
6611 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6612
6613         * lib/fcntl_.h: New file.
6614         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6615         the fcntl module.
6616         * lib/dirchownmod.c: Likewise.
6617         * lib/fts.c: Likewise.
6618
6619         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6620         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6621         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6622         just before including <inttypes.h>, to avoid circular inclusion.
6623
6624 2006-08-28  Jim Meyering  <jim@meyering.net>
6625
6626         * doc/visibility.texi: Actually read and correct the grammar of the
6627         sentence affected by yesterday's change.
6628
6629 2006-08-28  Eric Blake  <ebb9@byu.net>
6630
6631         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6632         needs wrapper.
6633
6634 2006-08-28  Eric Blake  <ebb9@byu.net>
6635
6636         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6637
6638 2006-08-28  Eric Blake  <ebb9@byu.net>
6639
6640         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6641
6642 2006-08-28  Bruno Haible  <bruno@clisp.org>
6643
6644         * modules/c-strstr: New file, from GNU gettext.
6645         * MODULES.html.sh (String handling): Add c-strstr.
6646
6647 2006-08-28  Bruno Haible  <bruno@clisp.org>
6648
6649         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6650         macros.
6651         Reported by Eric Blake.
6652
6653 2006-08-28  Bruno Haible  <bruno@clisp.org>
6654
6655         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6656         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6657         * lib/vasprintf.c: Include errno.h, limits.h.
6658         (EOVERFLOW): New fallback definition.
6659         (vasprintf): Test here whether the string length is > INT_MAX.
6660         * lib/vsnprintf.c: Include errno.h, limits.h.
6661         (EOVERFLOW): New fallback definition.
6662         (vsnprintf): Fix bug when generated string was too long for the buffer.
6663         Test here whether the string length is > INT_MAX.
6664
6665 2006-08-28  Bruno Haible  <bruno@clisp.org>
6666
6667         * lib/inttypes_.h (SCNX*): Remove definitions.
6668         Reported by Eric Blake.
6669
6670 2006-08-28  Bruno Haible  <bruno@clisp.org>
6671
6672         * lib/c-strstr.h: New file, from GNU gettext.
6673         * lib/c-strstr.c: New file, from GNU gettext.
6674
6675 2006-08-28  Bruno Haible  <bruno@clisp.org>
6676
6677         * gnulib-tool: Reorder some statements.
6678
6679 2006-08-28  Bruno Haible  <bruno@clisp.org>
6680
6681         * gnulib-tool: New option --makefile-name.
6682         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6683         $makefile_name.
6684         (func_import): Write $makefile_name to the cache file, and read it from
6685         there unless explicitly specified. Use $makefile_name as file name
6686         instead of Makefile.am. Adjust the recommendations accordingly.
6687
6688 2006-08-28  Bruno Haible  <bruno@clisp.org>
6689
6690         * gnulib-tool (func_verify_module): Check against misapplying patch.
6691
6692 2006-08-28  Bruno Haible  <bruno@clisp.org>
6693
6694         * gnulib-tool (func_relativize, func_relconcat): New functions.
6695         Give an error if --local-dir is given with --update.
6696         Remove trailing slashes from $local_gnulib_dir.
6697         (func_import): Store the relativized $local_gnulib_dir in
6698         gnulib-cache.m4, and read it from there if not specified explicitly.
6699
6700 2006-08-28  Bruno Haible  <bruno@clisp.org>
6701
6702         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6703         is the current directory. Respect also $local_gnulib_dir.
6704
6705 2006-08-28  Bruno Haible  <bruno@clisp.org>
6706             Simon Josefsson  <jas@extundo.com>
6707
6708         BeOS portability.
6709         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6710
6711 2006-08-27  Jim Meyering  <jim@meyering.net>
6712
6713         * doc/visibility.texi: Remove duplicate word: "pointer".
6714
6715 2006-08-26  Bruno Haible  <bruno@clisp.org>
6716
6717         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6718         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6719         (Makefile.am): Create inttypes.h from inttypes_.h.
6720         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6721
6722         * modules/imaxabs: New file.
6723
6724         * modules/imaxdiv: New file.
6725
6726 2006-08-26  Bruno Haible  <bruno@clisp.org>
6727
6728         * m4/inttypes.m4: New file.
6729         * m4/_inttypes_h.m4: Remove file.
6730         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6731         PRI_MACROS_BROKEN.
6732         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6733
6734         * m4/imaxabs.m4: New file.
6735
6736         * m4/imaxdiv.m4: New file.
6737
6738 2006-08-26  Bruno Haible  <bruno@clisp.org>
6739
6740         * lib/inttypes_.h: New file.
6741         * lib/inttypes.h: Remove file.
6742         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6743
6744         * lib/imaxabs.c: New file.
6745
6746         * lib/imaxdiv.c: New file.
6747
6748 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6749
6750         New config-h module, so that "make" output needn't be cluttered
6751         by -DHAVE_CONFIG_H.
6752         * MODULES.html.sh (Support for building libraries and executables):
6753         Add config-h.
6754         * modules/config-h: New file.
6755         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6756         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6757         the config-h module is used.
6758
6759         New configmake module, so that "make" output needn't be cluttered
6760         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6761         * MODULES.html.sh (Support for building libraries and executables):
6762         Add configmake.
6763         * modules/configmake: New file.
6764
6765 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6766
6767         * m4/config-h.m4: New file.
6768
6769 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6770
6771         * config/srclist.txt: Add elisp-comp.
6772
6773 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6774
6775         * MODULES.html.sh (Support for building libraries and executables):
6776         Add elisp-comp.
6777         * build-aux/elisp-comp: New file.
6778         * modules/elisp-comp: New file.
6779
6780 2006-08-24  Bruno Haible  <bruno@clisp.org>
6781
6782         * gnulib-tool (func_create_testdir): Use non-default values of
6783         sourcebase and m4base.
6784
6785 2006-08-24  Bruno Haible  <bruno@clisp.org>
6786
6787         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6788         HTML structure.
6789
6790 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6791
6792         * modules/openat (Depends-on): Add lchown.
6793
6794 2006-08-23  Bruno Haible  <bruno@clisp.org>
6795
6796         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6797         of gl_LOCK_EARLY instead of gl_LOCK.
6798
6799 2006-08-23  Bruno Haible  <bruno@clisp.org>
6800
6801         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6802         on OSF/1 to no.
6803         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6804
6805 2006-08-23  Bruno Haible  <bruno@clisp.org>
6806
6807         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6808         as unusable.
6809
6810         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6811         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6812         (gl_LOCK): New macro.
6813
6814 2006-08-22  Simon Josefsson  <jas@extundo.com>
6815
6816         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6817         to md5 module.
6818
6819 2006-08-22  Simon Josefsson  <jas@extundo.com>
6820
6821         * MODULES.html.sh: Add "Support for maintaining and release
6822         projects".
6823
6824         * build-aux/gnupload: New file, from coreutils.
6825
6826 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6827
6828         Avoid the need for AC_LIBSOURCES in m4 macros.
6829         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6830         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6831         * modules/check-version (EXTRA_DIST): Add check-version.h.
6832         * modules/crc (EXTRA_DIST): Add crc.h.
6833         * modules/des (EXTRA_DIST): Add des.h.
6834         * modules/gc (EXTRA_DIST): Add gc.h.
6835         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6836         * modules/getline (EXTRA_DIST): Add getline.h.
6837         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6838         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6839         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6840         * modules/md2 (EXTRA_DIST): Add md2.h.
6841         * modules/md4 (EXTRA_DIST): Add md4.h.
6842         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6843         * modules/read-file (EXTRA_DIST): Add read-file.h.
6844         * modules/readline (EXTRA_DIST): Add readline.h.
6845         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6846         rijndael-api-fst.h.
6847
6848 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6849
6850         * m4/rijndael.m4 (gl_ARCFOUR):
6851         * m4/arctwo.m4 (gl_ARCTWO):
6852         * m4/check-version.m4 (gl_CHECK_VERSION):
6853         * m4/crc.m4 (gl_CRC):
6854         * m4/des.m4 (gl_DES):
6855         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6856         * m4/gc.m4 (gl_GC):
6857         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6858         * m4/getline.m4 (gl_FUNC_GETLINE):
6859         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6860         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6861         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6862         * m4/md2.m4 (gl_MD2):
6863         * m4/md4.m4 (gl_MD4):
6864         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6865         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6866         * m4/readline.m4 (gl_FUNC_READLINE):
6867         * m4/rijndael.m4 (gl_RIJNDAEL):
6868         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6869         to get the necessary .h files and whatnot.
6870
6871 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6872
6873         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6874         gnulib rather than the other way around.
6875         * config/srclistvars.sh (COREUTILS): Remove.
6876
6877 2006-08-22  Jim Meyering  <jim@meyering.net>
6878
6879         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6880
6881         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6882
6883 2006-08-22  Eric Blake  <ebb9@byu.net>
6884
6885         * modules/regexprops-generic: New file.
6886         * MODULES.html.sh (Support for building documentation): List it.
6887
6888 2006-08-22  Eric Blake  <ebb9@byu.net>
6889
6890         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6891         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6892         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6893         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6894
6895 2006-08-22  Bruno Haible  <bruno@clisp.org>
6896
6897         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6898         and lib_LTLIBRARIES like the other lib_* variables.
6899
6900 2006-08-22  Bruno Haible  <bruno@clisp.org>
6901
6902         * build-aux/x-to-1.in: New file, from GNU gettext.
6903
6904 2006-08-22  Bruno Haible  <bruno@clisp.org>
6905
6906         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6907         <utmpx.h> exists.
6908
6909 2006-08-22  Bruno Haible  <bruno@clisp.org>
6910
6911         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6912         <utmpx.h> exists.
6913
6914 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6915
6916         BeOS portability.
6917         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6918         exist.
6919         Problem reported by Bruno Haible.
6920
6921 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6922
6923         Avoid the need for AC_LIBSOURCES in m4 macros.
6924         * modules/acl (EXTRA_DIST): Add acl.h.
6925         * modules/argmatch (Files): Add m4/argmatch.m4.
6926         (configure.ac): Add gl_ARGMATCH.
6927         (EXTRA_DIST): Renamed from lib_SOURCES, for
6928         consistency with the other modules.  Remove argmatch.c.
6929         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6930         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6931         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6932         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6933         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6934         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6935         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6936         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6937         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6938         * modules/closeout (EXTRA_DIST): Add closeout.h.
6939         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6940         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6941         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6942         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6943         dirname.h; remove basename.c and stripslash.c.
6944         * modules/exclude (EXTRA_DIST): Add exclude.h.
6945         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6946         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6947         * modules/file-type (EXTRA_DIST): Add file-type.h.
6948         * modules/filemode (EXTRA_DIST): Add filemode.h.
6949         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6950         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6951         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6952         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6953         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6954         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6955         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6956         * modules/getdate (EXTRA_DIST): Add getdate.c.
6957         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6958         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6959         * modules/getpass (EXTRA_DIST): Add getpass.h.
6960         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6961         * modules/group-member (EXTRA_DIST): Add group-member.h.
6962         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6963         * modules/hash (EXTRA_DIST): Add hash.h.
6964         * modules/human (EXTRA_DIST): Add human.h.
6965         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6966         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6967         * modules/lchown (EXTRA_DIST): Add lchown.h.
6968         * modules/long-options (EXTRA_DIST): Add long-options.h.
6969         * modules/lstat (EXTRA_DIST): Add lstat.h.
6970         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6971         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6972         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6973         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6974         * modules/memxor (EXTRA_DIST): Add memxor.h.
6975         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6976         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6977         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6978         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6979         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6980         * modules/physmem (EXTRA_DIST): Add physmem.h.
6981         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6982         * modules/posixver (EXTRA_DIST): Add posixver.h.
6983         * modules/quote (EXTRA_DIST): Add quote.h.
6984         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6985         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6986         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6987         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6988         regex_internal.h regexec.c.
6989         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6990         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6991         * modules/same (EXTRA_DIST): Add same.h.
6992         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6993         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6994         * modules/savedir (EXTRA_DIST): Add savedir.h.
6995         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6996         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6997         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6998         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6999         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
7000         * modules/strdup (EXTRA_DIST): Add strdup.h.
7001         * modules/strftime (EXTRA_DIST): Add strftime.h.
7002         * modules/strndup (EXTRA_DIST): Add strndup.h.
7003         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
7004         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
7005         * modules/time_r (EXTRA_DIST): Add time_r.h.
7006         * modules/timespec (EXTRA_DIST): Add timespec.h.
7007         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7008         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
7009         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
7010         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
7011         * modules/userspec (EXTRA_DIST): Add userspec.h.
7012         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
7013         * modules/utimens (EXTRA_DIST): Add utimens.h.
7014         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
7015         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
7016         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
7017         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
7018         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
7019         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
7020         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
7021         * modules/yesno (EXTRA_DIST): Add yesno.h.
7022
7023 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7024
7025         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
7026
7027         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
7028         * m4/dev-ino.m4, same-inode.m4: Remove.
7029
7030         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
7031         * m4/acl.m4 (AC_FUNC_ACL):
7032         * m4/backupfile.m4 (gl_BACKUPFILE):
7033         * m4/c-strtod.m4 (gl_C99_STRTOLD):
7034         * m4/canon-host.m4 (gl_CANON_HOST):
7035         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
7036         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
7037         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
7038         * m4/cloexec.m4 (gl_CLOEXEC):
7039         * m4/close-stream.m4 (gl_CLOSE_STREAM):
7040         * m4/closeout.m4 (gl_CLOSEOUT):
7041         * m4/dirfd.m4 (gl_FUNC_DIRFD):
7042         * m4/dirname.m4 (gl_DIRNAME):
7043         * m4/exclude.m4 (gl_EXCLUDE):
7044         * m4/exitfail.m4 (gl_EXITFAIL):
7045         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
7046         * m4/file-type.m4 (gl_FILE_TYPE):
7047         * m4/filemode.m4 (gl_FILEMODE):
7048         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
7049         * m4/fpending.m4 (gl_FUNC_FPENDING):
7050         * m4/fprintftime.m4 (gl_FPRINTFTIME):
7051         * m4/fts.m4 (gl_FUNC_FTS):
7052         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
7053         * m4/getdate.m4 (gl_GETDATE):
7054         * m4/gethrxtime.m4 (gl_GETHRXTIME):
7055         * m4/getpagesize.m4 (gl_GETPAGESIZE):
7056         * m4/getpass.m4 (gl_FUNC_GETPASS):
7057         * m4/gettime.m4 (gl_GETTIME):
7058         * m4/getugroups.m4 (gl_GETUGROUPS):
7059         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
7060         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
7061         * m4/hard-locale.m4 (gl_HARD_LOCALE):
7062         * m4/hash.m4 (gl_HASH):
7063         * m4/idcache.m4 (gl_IDCACHE):
7064         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
7065         * m4/lchown.m4 (gl_FUNC_LCHOWN):
7066         * m4/long-options.m4 (gl_LONG_OPTIONS):
7067         * m4/lstat.m4 (gl_FUNC_LSTAT):
7068         * m4/md5.m4 (gl_MD5):
7069         * m4/memcasecmp.m4 (gl_MEMCASECMP):
7070         * m4/memcoll.m4 (gl_MEMCOLL):
7071         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
7072         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
7073         * m4/memxor.m4 (gl_MEMXOR):
7074         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
7075         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
7076         * m4/modechange.m4 (gl_MODECHANGE):
7077         * m4/mountlist.m4 (gl_MOUNTLIST):
7078         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7079         * m4/openat.m4 (gl_FUNC_OPENAT):
7080         * m4/pathmax.m4 (gl_PATHMAX):
7081         * m4/physmem.m4 (gl_PHYSMEM):
7082         * m4/posixtm.m4 (gl_POSIXTM):
7083         * m4/posixver.m4 (gl_POSIXVER):
7084         * m4/quote.m4 (gl_QUOTE):
7085         * m4/quotearg.m4 (gl_QUOTEARG):
7086         * m4/readtokens.m4 (gl_READTOKENS):
7087         * m4/readutmp.m4 (gl_READUTMP):
7088         * m4/regex.m4 (gl_REGEX):
7089         * m4/safe-read.m4 (gl_SAFE_READ):
7090         * m4/safe-write.m4 (gl_SAFE_WRITE):
7091         * m4/same.m4 (gl_SAME):
7092         * m4/save-cwd.m4 (gl_SAVE_CWD):
7093         * m4/savedir.m4 (gl_SAVEDIR):
7094         * m4/settime.m4 (gl_SETTIME):
7095         * m4/sha1.m4 (gl_SHA1):
7096         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
7097         * m4/stat-macros.m4 (gl_STAT_MACROS):
7098         * m4/stat-time.m4 (gl_STAT_TIME):
7099         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
7100         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
7101         * m4/strdup.m4 (gl_FUNC_STRDUP):
7102         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
7103         * m4/strndup.m4 (gl_FUNC_STRNDUP):
7104         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
7105         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
7106         * m4/time_r.m4 (gl_TIME_R):
7107         * m4/timespec.m4 (gl_TIMESPEC):
7108         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
7109         * m4/unlinkdir.m4 (gl_UNLINKDIR):
7110         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
7111         * m4/userspec.m4 (gl_USERSPEC):
7112         * m4/utimecmp.m4 (gl_UTIMECMP):
7113         * m4/utimens.m4 (gl_UTIMENS):
7114         * m4/xalloc.m4 (gl_XALLOC):
7115         * m4/xgetcwd.m4 (gl_XGETCWD):
7116         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
7117         * m4/xreadlink.m4 (gl_XREADLINK):
7118         * m4/xstrtod.m4 (gl_XSTRTOD):
7119         * m4/yesno.m4 (gl_YESNO):
7120         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7121         to get the necessary .h files and whatnot.
7122
7123 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
7124             Bruno Haible  <bruno@clisp.org>
7125
7126         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
7127         /bin/sh understanding of '!' conditional negation.
7128
7129 2006-08-21  Jim Meyering  <jim@meyering.net>
7130
7131         * modules/openat (Depends-on): Really alphabetize.
7132
7133         * modules/acl (Depends-on): Add error and quote.
7134
7135         * check-module (find_included_lib_files): Add at-func.c to the
7136         ok-to-include-more-than-once white list.
7137
7138         * modules/openat (Depends-on): Add lstat.  Alphabetize.
7139
7140 2006-08-21  Bruno Haible  <bruno@clisp.org>
7141
7142         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7143         Emit a pkgdata_DATA variable only if some snippets add contents to it.
7144         Reported by Martin Lambers <marlam@marlam.de>.
7145
7146 2006-08-21  Bruno Haible  <bruno@clisp.org>
7147
7148         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
7149         specify an installation location, don't emit a noinst_LIBRARIES or
7150         noinst_LTLIBRARIES assignment.
7151
7152 2006-08-21  Bruno Haible  <bruno@clisp.org>
7153
7154         BeOS portability.
7155         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
7156         BeOS has mbrtowc() but no <wctype.h>.
7157
7158 2006-08-21  Bruno Haible  <bruno@clisp.org>
7159
7160         BeOS portability.
7161         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
7162         exist.
7163
7164 2006-08-21  Bruno Haible  <bruno@clisp.org>
7165
7166         BeOS portability.
7167         * lib/mbchar.h: Include <wctype.h> only if it exists.
7168
7169 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7170
7171         Remove files that are no longer needed by their respective modules.
7172         * m4/obstack.m4: Remove.
7173         * m4/strerror_r.m4: Remove.
7174         * m4/uint32_t.m4: Remove.
7175         * m4/uintptr_t.m4: Remove.
7176         * m4/ullong_max.m4: Remove.
7177         * m4/xstrtoimax.m4: Remove.
7178         * m4/xstrtoumax.m4: Remove.
7179
7180         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
7181         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
7182         dependencies now capture this.
7183
7184         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
7185         Do not use AC_LIBSOURCES, since gnulib modules now do this.
7186         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
7187         * m4/human.m4 (gl_HUMAN): Likewise.
7188         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
7189         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
7190
7191         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
7192
7193         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
7194         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
7195         stdint.
7196         * m4/human.m4 (gl_HUMAN): Likewise.
7197         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
7198         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
7199         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7200         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7201         * m4/xstrtol (gl_XSTRTOL): Likewise.
7202
7203         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
7204         AC_TYPE_LONG_LONG_INT.
7205         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7206         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
7207         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
7208         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7209
7210         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
7211         on stdbool.
7212
7213         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
7214         (gl_PREREQ_XSTRTOUL): Remove.
7215
7216         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7217
7218         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7219         mode.
7220
7221 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7222
7223         Add and change modules to make it easier for coreutils to use
7224         gnulib-tool.
7225         * modules/backupfile (Files): Remove m4/d-ino.m4.
7226         (Depends-on): Add d-ino.
7227         * modules/cycle-check (Depends-on): Add stdint.
7228         (lib_SOURCES): Add cycle-check.h.
7229         * modules/d-ino: New module.
7230         * modules/d-type: New module.
7231         * modules/error (Files): Remove m4/strerror_r.m4.
7232         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7233         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7234         m4/inttypes_h.m4, m4/uintmax_t.m4.
7235         (Depends-on): Add stdint.
7236         (lib_SOURCES): Add fsusage.h.
7237         * modules/getcwd (Files): Remove d-ino.m4.
7238         (Depends-on): Add d-ino.
7239         * modules/getndelim2 (Depends-on): Add stdint.
7240         * modules/glob (Files): Remove m4/d-type.m4.
7241         (Depends-on): Add d-type.
7242         * modules/host-os: New module.
7243         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7244         m4/inttypes_h.m4, m4/uintmax_t.m4.
7245         * Depends-on: Add stdint.
7246         (lib_SOURCES): Add human.h.
7247         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7248         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7249         m4/uintmax_t.m4, m4/ulonglong.m4.
7250         (Depends-on): Add stdint.
7251         (EXTRA_DIST): Add inttostr.h.
7252         * modules/lchmod: New module.
7253         * modules/link-follow: New module.
7254         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7255         (Depends-on): Add lchmod.
7256         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7257         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7258         (Depends-on): Add stdint.
7259         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7260         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7261         (Depends-on): Add stdint.
7262         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7263         * modules/perl: New module.
7264         * modules/regex (Depends-on): Add stdint.
7265         * modules/rmdir-errno: New module.
7266         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7267         m4/intmax_t.m4.
7268         (Depends-on): Add stdint.
7269         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7270         m4/uintmax_t.m4.
7271         (Depends-on): Add stdint.
7272         * modules/unlink-busy: New module.
7273         * modules/utimecmp (Depends-on): Add stdint.
7274         * modules/uptime: New module.
7275         * modules/winsz-ioctl: New module.
7276         * modules/winsz-termios: New module.
7277         * modules/xnanosleep (Depends-on): Add nanosleep.
7278         * modules/ullong_max: Remove.
7279         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7280         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7281         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7282         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7283         (Depends-on): Add inttypes.
7284         (lib_SOURCES): Add xstrtol.h.
7285         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7286         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7287         * MODULES.html.sh: Move 'assert' into the assert section.
7288         Move 'dummy' into the linking section.
7289         Remove ullong_max.
7290         Add section for compatibility checks for POSIX:2001 functions,
7291         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7292         winsz-ioctl, and winsz-termios into it.
7293         Add lchmod.
7294         Add top-level Misc section and put host-os, perl, and uptime
7295         into it.
7296
7297 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7298
7299         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7300         now assume the stdint module.  Do not include inttypes.h.
7301         * lib/fsusage.h: Likewise.
7302         * lib/getndelim2.c: Likewise.
7303         * lib/human.h: Likewise.
7304         * lib/inttostr.h: Likewise.
7305         * lib/obstack.c: Likewise.
7306         * lib/regex_internal.h: Likewise.
7307         * lib/tempname.c: Likewise.
7308         * lib/utimecmp.c: Likewise.
7309         * lib/xstrtol.h: Likewise.
7310
7311         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7312
7313         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7314         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7315         * lib/xtime.h: Likewise.
7316
7317 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7318
7319         * modules/openat (Files): Add lib/fchmodat.c.
7320         Fixes problem reported by Jay Youngman.
7321
7322 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7323
7324         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7325         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7326
7327 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7328             Bruno Haible  <bruno@clisp.org>
7329
7330         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7331         and is a script that invokes bison. Tighten the code. Add comments.
7332
7333 2006-08-18  Jim Meyering  <jim@meyering.net>
7334
7335         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7336         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7337         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7338         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7339
7340 2006-08-18  Bruno Haible  <bruno@clisp.org>
7341
7342         * modules/bison-i18n: New file.
7343         * MODULES.html.sh (Internationalization functions): Add it.
7344
7345 2006-08-18  Bruno Haible  <bruno@clisp.org>
7346
7347         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7348         sys/statvfs.h. When getmntinfo was found, check its declaration and
7349         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7350
7351 2006-08-18  Bruno Haible  <bruno@clisp.org>
7352
7353         * m4/bison-i18n.m4: New file, from bison.
7354
7355 2006-08-18  Bruno Haible  <bruno@clisp.org>
7356
7357         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7358         (ME_DUMMY): Treat "kernfs" as a dummy.
7359         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7360
7361 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7362
7363         Update from coreutils.
7364
7365         2006-08-15  Jim Meyering  <jim@meyering.net>
7366
7367         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7368
7369         2006-01-17  Jim Meyering  <jim@meyering.net>
7370
7371         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7372
7373         2006-01-11  Jim Meyering  <jim@meyering.net>
7374
7375         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7376         Check for the lchmod function.
7377
7378 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7379
7380         Update from coreutils.
7381
7382         * lib/__fpending.h: Add copyright notice.
7383         * lib/fprintftime.h: Likewise.
7384         * lib/savedir.c: Use (C) in copyright notice.
7385         * lib/savedir.h: Likewise.
7386
7387         2006-08-15  Jim Meyering  <jim@meyering.net>
7388
7389         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7390         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7391         in support of the EXPECTED_ERRNO macro.
7392         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7393         definitions.  Instead, define the appropriate symbols and include
7394         "at-func.c".
7395         * lib/mkdirat.c (mkdirat): Likewise.
7396         * lib/fchmodat.c (fchmodat): Likewise.
7397         (ENOSYS): Remove definition.
7398         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7399         it.  Don't include "unistd--.h" -- it wasn't ever used.
7400
7401         2006-01-17  Jim Meyering  <jim@meyering.net>
7402
7403         Rewrite fts.c not to change the current working directory,
7404         by using openat, fstatat, fdopendir, etc..
7405
7406         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7407         (HAVE_OPENAT_SUPPORT): Define.
7408         [_LIBC] (fchdir): Don't undef or define; no longer used.
7409         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7410         Now, this `function' always succeeds, and consumes its file descriptor
7411         parameter -- so callers must not close such FDs.  Update callers.
7412         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7413         (diropen): Add parameter, SP.  Adjust all callers.
7414         Implement using diropen_fd, rather than open.
7415         (fts_open): Initialize new member, fts_cwd_fd.
7416         Remove fts_rft-setting code.
7417         (fts_close): Close fts_cwd_fd, if necessary.
7418         (__opendir2): Define in terms of opendir or opendirat,
7419         depending on whether the FST_NOCHDIR flag is set.
7420         (fts_build): Since fts_safe_changedir consumes its FD, and since
7421         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7422         and close the dup'd file descriptor upon failure.
7423         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7424         (fts_safe_changedir): Tweak semantics to reflect that this function
7425         now calls cwd_advance_fd and hence consumes its FD argument.
7426         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7427         [struct FTS] (fts_rft): Remove now-unused member.
7428         [struct FTS] (fts_cycle.state): Improve comment.
7429
7430         * lib/openat.c (openat_needs_fchdir): New function.
7431         * lib/openat.h (openat_needs_fchdir): Declare it.
7432
7433 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7434
7435         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7436         Problem and fix reported by Pádraig Brady in
7437         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7438
7439 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7440
7441         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7442
7443 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7444
7445         * lib/memcoll.c (memcoll): Optimize for the common case where the
7446         arguments are bytewise equal.
7447
7448 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7449
7450         * doc/regexprops-generic.texi: Add a copyright notice.
7451
7452 2006-08-15  Bruno Haible  <bruno@clisp.org>
7453
7454         * modules/tmpdir (License): Change to LGPL.
7455
7456 2006-08-15  Bruno Haible  <bruno@clisp.org>
7457
7458         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7459         module.
7460
7461 2006-08-14  Simon Josefsson  <jas@extundo.com>
7462
7463         * config/srclist.txt: Add gnupload.
7464
7465 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7466
7467         Change copyright notice from LGPL 2 to GPL 2, since that's the
7468         standard form used in the gnulib repository.
7469         * tests/test-lock.c: Likewise.
7470         * tests/test-stdint.c: Likewise.
7471         * tests/test-tls.c: Likewise.
7472
7473         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7474         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7475         Add copyright notice.
7476
7477         * check-module: Add copyright notice.  Output a copyright
7478         notice if "--version" is specified.
7479         * modules/COPYING: New file.
7480         * tests/test-getaddrinfo.c: Add copyright notice.
7481         * tests/test-verify.c: Likewise.
7482
7483 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7484
7485         Change copyright notice from LGPL 2 to GPL 2, since that's the
7486         standard form used in the gnulib repository.
7487         * lib/lock.c: LGPL -> GPL.
7488         * lib/lock.h: Likewise.
7489         * lib/strnlen1.c: Likewise.
7490         * lib/strnlen1.h: Likewise.
7491         * lib/tls.c: Likewise.
7492         * lib/tls.h: Likewise.
7493         * lib/tmpdir.c: Likewise.
7494
7495         * lib/TODO: Remove; this belongs only in coreutils.
7496
7497 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7498
7499         Add copyright notices to long-enough files that lack them, since
7500         otherwise the files aren't clearly free.  Use the same notice that
7501         getdate.texi already uses.
7502         * doc/alloca-opt.texi: Add copyright notice.
7503         * doc/alloca.texi: Likewise.
7504         * doc/ctime.texi: Likewise.
7505         * doc/functions.texi: Likewise.
7506         * doc/gcd.texi: Likewise.
7507         * doc/gnulib-tool.texi: Likewise.
7508         * doc/inet_ntoa.texi: Likewise.
7509         * doc/visibility.texi: Likewise.
7510
7511         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7512         * doc/quote.texi: Add copyright notice.
7513
7514         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7515         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7516         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7517         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7518         is now obsolete, and give a pointer to the Sun list.
7519         Add copyright notice.
7520
7521 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7522
7523         * config/srclistvars.sh: Add copyright notice.
7524
7525 2006-08-14  Eric Blake  <ebb9@byu.net>
7526
7527         Import the following change from libc:
7528
7529         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7530
7531         Upstream bug 2997.
7532         * lib/misc/error.c: Add space between program name and message if file
7533         name is missing.
7534
7535 2006-08-12  Karl Berry  <karl@gnu.org>
7536
7537         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7538         remove, these originate in gnulib now.
7539
7540 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7541
7542         * doc/Makefile (standards.info standards.html standards.dvi):
7543         Also depend on make-stds.texi.
7544
7545 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7546
7547         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7548         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7549
7550         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7551         in wchar_t.  Problem reported by Eric Blake.
7552
7553         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7554         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7555         Also, help the compiler to keep LEN in a register.
7556
7557 2006-08-11  Eric Blake  <ebb9@byu.net>
7558
7559         * users.txt: Sort.  Add tar.
7560
7561 2006-08-11  Bruno Haible  <bruno@clisp.org>
7562
7563         * users.txt: New file.
7564
7565 2006-08-11  Bruno Haible  <bruno@clisp.org>
7566
7567         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7568         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7569
7570 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7571
7572         * modules/snprintf (Depends-on): Remove minmax.
7573         (Maintainer): Add self and Bruno.
7574
7575 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7576
7577         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7578         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7579         (EOVERFLOW): Define if the system does not.
7580         Do not include "minmax.h"; it wasn't used.
7581         (snprintf): Don't assume size_t promotes to an unsigned type.
7582         Fix bug when generated string was too long for the buffer: the
7583         buffer's contents are supposed to be the initial prefix of the
7584         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7585         exceeds INT_MAX; do the check ourselves.
7586
7587         Import the following changes from libc:
7588
7589         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7590
7591         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7592         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7593         set wc to the byte which couldn't be converted.
7594         (re_string_reconstruct): Don't clear valid_raw_len before calling
7595         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7596         tip_context using re_string_context_at.
7597
7598         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7599
7600         * lib/posix/regex.h: g++ still cannot handled [restrict].
7601
7602         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7603
7604         * lib/posix/regex.h: Remove special handling for VMS.
7605
7606 2006-08-10  Jim Meyering  <jim@meyering.net>
7607
7608         * modules/same-inode: New module.
7609         * modules/dev-ino: New module.
7610         * modules/cycle-check: Depend on these modules, rather than simply
7611         including their .h files.
7612         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7613         required via m4/cycle-check.m4.
7614         * modules/same: Depend on new same-inode module, rather than
7615         including same-inode.h.
7616         * modules/chdir-safer: New file.
7617
7618         * modules/chown (Depends-on): Add stat-macros.
7619
7620 2006-08-10  Jim Meyering  <jim@meyering.net>
7621
7622         * m4/cycle-check.m4: New file.
7623         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7624         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7625
7626 2006-08-10  Eric Blake  <ebb9@byu.net>
7627
7628         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7629         in from original proposal.
7630
7631 2006-08-10  Eric Blake  <ebb9@byu.net>
7632         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7633
7634         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7635         namespace.
7636
7637 2006-08-10  Bruno Haible  <bruno@clisp.org>
7638
7639         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7640         as well.
7641
7642 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7643
7644         Sync from coreutils.
7645
7646         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7647
7648         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7649         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7650
7651 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7652
7653         * modules/restrict: Remove; no longer needed now that we assume
7654         Autoconf 2.59 or later.
7655         * MODULES.html.sh: Remove 'restrict'.
7656         * modules/argp (Depends-on): Remove 'restrict'.
7657         * modules/base64 (Depends-on): Likewise.
7658         * modules/gc (Depends-on): Likewise.
7659         * modules/getaddrinfo (Depends-on): Likewise.
7660         * modules/glob (Depends-on): Likewise.
7661         * modules/inet_ntop (Depends-on): Likewise.
7662         * modules/inet_pton (Depends-on): Likewise.
7663         * modules/memxor (Depends-on): Likewise.
7664         * modules/regex (Depends-on): Likewise.
7665         * modules/strtok_r (Depends-on): Likewise.
7666         * modules/time_r (Depends-on): Likewise.
7667
7668 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7669
7670         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7671         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7672         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7673         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7674         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7675         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7676         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7677         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7678
7679         Merge from coreutils.
7680         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7681         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7682         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7683         * m4/time_r.m4 (gl_TIME_R): Likewise.
7684
7685 2006-08-09  Karl Berry  <karl@gnu.org>
7686
7687         * config/srclist.txt: no more gettext-tools, per Bruno.
7688
7689 2006-08-08  Eric Blake  <ebb9@byu.net>
7690
7691         * modules/verror: New module.
7692         * MODULES.html.sh: Document it.
7693
7694 2006-08-08  Eric Blake  <ebb9@byu.net>
7695
7696         * lib/verror.h, lib/verror.c: New files.
7697
7698 2006-08-08  Eric Blake  <ebb9@byu.net>
7699
7700         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7701         verror_at_line output complies with GNU Coding Standards even when
7702         file is NULL.
7703
7704 2006-08-07  Bruno Haible  <bruno@clisp.org>
7705
7706         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7707         versions of AIX.
7708         Reported by Ralf Wildenhues.
7709
7710 2006-08-07  Bruno Haible  <bruno@clisp.org>
7711
7712         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7713         in an AC_DEFUN. Needed so that the autoconf snippets can use
7714         AC_REQUIRE.
7715
7716 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7717
7718         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7719         Initialize pkgdata_DATA.
7720         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7721         overriding it.
7722
7723 2006-08-06  Eric Blake  <ebb9@byu.net>
7724
7725         * lib/error.h: Fold in some upstream changes from glibc.
7726         * lib/error.c: Likewise.
7727
7728 2006-08-04  Bruno Haible  <bruno@clisp.org>
7729
7730         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7731         Make the mostlyclean-local rule depend on mostlyclean-generic.
7732         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7733
7734 2006-07-31  Bruno Haible  <bruno@clisp.org>
7735
7736         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7737         <stdlib.h>, <string.h>.
7738
7739 2006-07-30  Bruno Haible  <bruno@clisp.org>
7740
7741         * modules/readlink (License): Change to LGPL.
7742
7743 2006-07-30  Bruno Haible  <bruno@clisp.org>
7744
7745         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7746         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7747         set PKGDATADIR to point to it.
7748
7749 2006-07-30  Bruno Haible  <bruno@clisp.org>
7750
7751         * modules/csharpexec (configure.ac): Comment out macro invocation.
7752         * modules/javaexec (configure.ac): Likewise.
7753         * modules/javacomp-script (configure.ac): Likewise.
7754
7755         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7756
7757 2006-07-30  Bruno Haible  <bruno@clisp.org>
7758
7759         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7760         linked-list.
7761
7762 2006-07-30  Bruno Haible  <bruno@clisp.org>
7763
7764         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7765
7766 2006-07-30  Bruno Haible  <bruno@clisp.org>
7767
7768         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7769         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7770         get removed.
7771
7772 2006-07-29  Bruno Haible  <bruno@clisp.org>
7773
7774         Make it possible for gnulib-tool to work with locally modified or
7775         augmented gnulib repositories.
7776         * gnulib-tool (func_usage): Document --local-dir option.
7777         (local_gnulib_dir): New variable.
7778         Handle --local-dir option.
7779         (func_lookup_file): New function.
7780         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7781         (func_get_description, func_get_filelist, func_get_description,
7782         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7783         func_get_automake_snippet, func_get_include_directive,
7784         func_get_license, func_get_maintainer): Use func_lookup_file.
7785         (func_import, func_create_testdir): Use func_lookup_file.
7786
7787 2006-07-29  Bruno Haible  <bruno@clisp.org>
7788
7789         * modules/setenv (Depends-on): Add unistd.
7790
7791 2006-07-29  Bruno Haible  <bruno@clisp.org>
7792
7793         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7794
7795 2006-07-29  Bruno Haible  <bruno@clisp.org>
7796
7797         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7798
7799 2006-07-29  Bruno Haible  <bruno@clisp.org>
7800
7801         * gnulib-tool (import, update): If there is no Makefile.am, look at
7802         aclocal.m4, instead of bailing out.
7803
7804 2006-07-29  Bruno Haible  <bruno@clisp.org>
7805
7806         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7807         Categorize the options by when they are useful.
7808
7809 2006-07-29  Bruno Haible  <bruno@clisp.org>
7810
7811         * gnulib-tool (func_usage): Document option --no-libtool.
7812         Handle option --no-libtool.
7813         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7814         for changed semantics of $libtool variable.
7815         (func_import): Likewise. If libtool is not used, show this through
7816         an option --no-libtool.
7817         (func_create_testdir): Update.
7818
7819 2006-07-29  Bruno Haible  <bruno@clisp.org>
7820
7821         * gnulib-tool (func_import): Extend error message about missing
7822         --doc-base.
7823
7824 2006-07-29  Bruno Haible  <bruno@clisp.org>
7825
7826         * gnulib-tool (func_import): Don't create the $docbase directory if
7827         there is no file to store there.
7828
7829 2006-07-29  Bruno Haible  <bruno@clisp.org>
7830
7831         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7832         relevant, look for configure.ac there, not in the current directory.
7833         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7834
7835 2006-07-29  Bruno Haible  <bruno@clisp.org>
7836
7837         * gnulib-tool (SORT): New variable.
7838         (func_usage): Undocument --assume-autoconf option.
7839         Remove --assume-autoconf option handling.
7840         (autoconf_minversion): Determine from the contents of configure.ac.
7841         (func_import): Remove autoconf_minversion handling.
7842         Suggested by Eric Blake.
7843
7844 2006-07-29  Bruno Haible  <bruno@clisp.org>
7845
7846         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7847
7848 2006-07-29  Bruno Haible  <bruno@clisp.org>
7849
7850         * config/srclist.txt (*setenv.[ch]): Remove rules.
7851
7852 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7853
7854         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7855
7856 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7857
7858         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7859         arpa/inet.h.
7860
7861 2006-07-28  Simon Josefsson  <jas@extundo.com>
7862
7863         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7864         * modules/inet_pton (Depends-on): Likewise.
7865
7866 2006-07-28  Simon Josefsson  <jas@extundo.com>
7867
7868         * m4/netinet_in_h.m4: New file.
7869
7870 2006-07-28  Simon Josefsson  <jas@extundo.com>
7871
7872         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7873         #include's.
7874
7875 2006-07-28  Simon Josefsson  <jas@extundo.com>
7876
7877         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7878         #include's.
7879
7880 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7881
7882         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7883         setgid on directories only if they set these bits.
7884         * lib/modechange.h: Remove obsolete comment about masks.
7885
7886 2006-07-28  Eric Blake  <ebb9@byu.net>
7887
7888         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7889         macro expansion.
7890
7891 2006-07-28  Bruno Haible  <bruno@clisp.org>
7892
7893         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7894
7895 2006-07-28  Bruno Haible  <bruno@clisp.org>
7896
7897         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7898
7899 2006-07-28  Bruno Haible  <bruno@clisp.org>
7900
7901         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7902         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7903         Define fallbacks.
7904         Avoids link error on FreeBSD 4.x.
7905         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7906
7907         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7908         encoding.
7909         * lib/mbswidth.c (iswcntrl): Likewise.
7910
7911 2006-07-27  Bruno Haible  <bruno@clisp.org>
7912
7913         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7914         test.
7915
7916 2006-07-27  Bruno Haible  <bruno@clisp.org>
7917
7918         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7919         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7920         defined.
7921
7922 2006-07-26  Eric Blake  <ebb9@byu.net>
7923
7924         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7925
7926 2006-07-26  Eric Blake  <ebb9@byu.net>
7927
7928         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7929         like mingw that lack mkstemp.
7930         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7931         avoid compilation warning on mingw.
7932
7933 2006-07-26  Bruno Haible  <bruno@clisp.org>
7934
7935         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7936         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7937         INT_FAST*_MIN, INTPTR_MIN.
7938
7939 2006-07-25  Bruno Haible  <bruno@clisp.org>
7940
7941         * modules/version-etc (Depends-on): Add stdarg.
7942
7943 2006-07-25  Bruno Haible  <bruno@clisp.org>
7944
7945         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7946         complex commands.
7947
7948 2006-07-25  Bruno Haible  <bruno@clisp.org>
7949
7950         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7951         defined in <stdarg.h> or config.h.
7952
7953 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7954
7955         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7956         (gl_STDIO_SAFER): Remove.
7957
7958 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7959
7960         * MODULES.html.sh (File stream based Input/Output):
7961         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7962         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7963         * modules/fopen-safer, modules/tmpfile-safer: New files.
7964         * modules/stdio-safer: Remove.
7965
7966 2006-07-24  Bruno Haible  <bruno@clisp.org>
7967
7968         * modules/tmpdir: New file.
7969         * MODULES.html.sh (File system functions): Add it.
7970
7971 2006-07-24  Bruno Haible  <bruno@clisp.org>
7972
7973         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7974         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7975
7976 2006-07-24  Bruno Haible  <bruno@clisp.org>
7977
7978         * modules/clean-temp: New file.
7979
7980 2006-07-24  Bruno Haible  <bruno@clisp.org>
7981
7982         * m4/tmpdir.m4: New file, from GNU gettext.
7983
7984 2006-07-24  Bruno Haible  <bruno@clisp.org>
7985
7986         * lib/tmpdir.h: New file, from GNU gettext.
7987         * lib/tmpdir.c: New file, from GNU gettext.
7988
7989 2006-07-24  Bruno Haible  <bruno@clisp.org>
7990
7991         * lib/clean-temp.h: New file, from GNU gettext.
7992         * lib/clean-temp.c: New file, from GNU gettext.
7993
7994 2006-07-23  Eric Blake  <ebb9@byu.net>
7995
7996         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7997         (Depends-on): Add binary-io.
7998
7999 2006-07-23  Eric Blake  <ebb9@byu.net>
8000
8001         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
8002
8003 2006-07-23  Eric Blake  <ebb9@byu.net>
8004
8005         * lib/tmpfile-safer.c: New file.
8006         * lib/stdio-safer.h (fopen_safer): Add prototype.
8007         * lib/stdio--.h (tmpfile): Make safer.
8008
8009 2006-07-23  Bruno Haible  <bruno@clisp.org>
8010
8011         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
8012         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
8013         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
8014         gl_linked_remove_at): Use it.
8015
8016 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8017         and Simon Josefsson <jas@extundo.com>
8018
8019         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
8020
8021         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
8022
8023 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8024
8025         * modules/close-stream: New file.
8026         * modules/closeout (Description): Make it clear that it exits
8027         with a diagnostic on error.
8028         (Depends-on): Add close-stream.  Remove fpending, stdbool.
8029         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
8030
8031 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8032
8033         * m4/close-stream.m4: New file.
8034
8035 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8036
8037         * lib/close-stream.c, lib/close-stream.h: New files.
8038
8039 2006-07-22  Bruno Haible  <bruno@clisp.org>
8040
8041         Merge from GNU gettext 0.15.
8042
8043         2006-05-01  Bruno Haible  <bruno@clisp.org>
8044
8045                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
8046
8047         2006-07-22  Bruno Haible  <bruno@clisp.org>
8048
8049                 * modules/javaversion: New file.
8050                 * MODULES.html.sh (Java): Add javaversion.
8051
8052         2006-03-12  Bruno Haible  <bruno@clisp.org>
8053
8054                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
8055
8056         2005-12-04  Bruno Haible  <bruno@clisp.org>
8057
8058                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
8059                 (untested).
8060
8061         2006-06-21  Bruno Haible  <bruno@clisp.org>
8062
8063                 Avoid warnings from recent versions of mcs.
8064                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
8065                 -o, -L, -r any more. Use options documented since mcs-1.0
8066                 instead. Similarly for -g.
8067
8068         2005-12-04  Bruno Haible  <bruno@clisp.org>
8069
8070                 * build-aux/csharpcomp.sh.in: Suffix for resources is
8071                 .resources, not .resource.
8072
8073         2005-07-09  Bruno Haible  <bruno@clisp.org>
8074
8075                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
8076                 add a .dll suffix.
8077                 Reported by Mark Junker <mjscod@gmx.de>.
8078
8079         2006-07-22  Bruno Haible  <bruno@clisp.org>
8080
8081                 * modules/gettext: Upgrade to gettext-0.15.
8082                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
8083                 m4/visibility.m4.
8084                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
8085
8086 2006-07-22  Bruno Haible  <bruno@clisp.org>
8087
8088         Merge from GNU gettext 0.15.
8089
8090         2006-03-25  Bruno Haible  <bruno@clisp.org>
8091
8092                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
8093
8094         2006-07-21  Bruno Haible  <bruno@clisp.org>
8095
8096                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
8097                 "1.1".
8098
8099         2006-05-09  Bruno Haible  <bruno@clisp.org>
8100
8101                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
8102                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
8103                 for the conftestver execution.
8104
8105         2006-05-01  Bruno Haible  <bruno@clisp.org>
8106
8107                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
8108                 optional target-version argument. Verify that the compiler
8109                 groks source of the specified source-version, or add -source
8110                 option as necessary. Verify that the compiler produces
8111                 bytecode in the specified target-version, or add -target and
8112                 -source options as necessary. Make the result of the test
8113                 available as variable CONF_JAVAC. Also log error output in
8114                 config.log.
8115
8116         2006-03-11  Bruno Haible  <bruno@clisp.org>
8117
8118                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
8119
8120         2006-05-09  Bruno Haible  <bruno@clisp.org>
8121
8122                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
8123                 CLASSPATH_SEPARATOR to a semicolon.
8124
8125         2006-03-12  Bruno Haible  <bruno@clisp.org>
8126
8127                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
8128                 available as variable CONF_JAVA, for subsequent autoconf
8129                 tests. Also log error output in config.log.
8130
8131         2006-07-19  Bruno Haible  <bruno@clisp.org>
8132
8133                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
8134                 that getline works on glibc2 systems. Needed to avoid trouble
8135                 in relocatable.c.
8136                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
8137
8138         2005-12-04  Bruno Haible  <bruno@clisp.org>
8139
8140                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
8141                 launcher (untested).
8142
8143         2005-12-04  Bruno Haible  <bruno@clisp.org>
8144
8145                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
8146
8147         2006-07-22  Bruno Haible  <bruno@clisp.org>
8148
8149                 * gettext.m4: Update from GNU gettext-0.15.
8150                 * nls.m4: Likewise.
8151                 * po.m4: Likewise.
8152                 * inttypes-pri.m4: Likewise.
8153                 * inttypes-h.m4: Renamed from inttypes.m4.
8154                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
8155
8156 2006-07-22  Bruno Haible  <bruno@clisp.org>
8157
8158         Merge from GNU gettext 0.15.
8159
8160         2005-07-05  Bruno Haible  <bruno@clisp.org>
8161
8162                 * printf-args.c (printf_fetchargs): Work around broken
8163                 definition of wint_t on mingw.
8164
8165         2005-02-12  Bruno Haible  <bruno@clisp.org>
8166
8167                 * xallocsa.h: Add extern "C" for C++.
8168
8169         2006-05-17  Bruno Haible  <bruno@clisp.org>
8170
8171                 Cygwin portability.
8172                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
8173
8174         2006-04-30  Bruno Haible  <bruno@clisp.org>
8175
8176                 * progreloc.c: Include <mach-o/dyld.h> if available.
8177                 (find_executable): Use _NSGetExecutablePath when possible.
8178
8179         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8180
8181                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
8182                 function.
8183
8184         2005-12-29  Bruno Haible  <bruno@clisp.org>
8185
8186                 * progreloc.c (set_program_name_and_installdir): Fix
8187                 compilation error.
8188
8189         2005-12-04  Bruno Haible  <bruno@clisp.org>
8190
8191                 Cygwin portability.
8192                 * progreloc.c: Include <windows.h> also on Cygwin.
8193                 (find_executable): Add support for Cygwin.
8194                 (set_program_name_and_installdir): Handle also platforms with
8195                 nonempty EXEEXT.
8196
8197         2006-07-11  Bruno Haible  <bruno@clisp.org>
8198
8199                 * javacomp.c: Fix a comment.
8200                 Reported by Jim Meyering.
8201
8202         2006-04-30  Bruno Haible  <bruno@clisp.org>
8203
8204                 * javacomp.h (compile_java_class): Add source_version,
8205                 target_version arguments.
8206                 * javacomp.c: Rewritten to choose only a compiler that
8207                 respects the specified source_version and target_version.
8208
8209         2006-06-27  Bruno Haible  <bruno@clisp.org>
8210
8211                 Assume correct S_ISDIR macro.
8212                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
8213
8214         2006-07-22  Bruno Haible  <bruno@clisp.org>
8215
8216                 * javaversion.h: New file, from GNU gettext.
8217                 * javaversion.c: New file, from GNU gettext.
8218                 * javaversion.java: New file, from GNU gettext.
8219                 * javaversion.class: New file, from GNU gettext.
8220
8221         2006-05-17  Bruno Haible  <bruno@clisp.org>
8222
8223                 Cygwin portability.
8224                 * javaexec.c (execute_java_class): Test for jview program
8225                 also on Cygwin.
8226
8227         2006-04-09  Bruno Haible  <bruno@clisp.org>
8228
8229                 * fatal-signal.c: Don't include string.h.
8230                 (at_fatal_signal): Use a copying loop instead of memcpy.
8231
8232         2005-12-04  Bruno Haible  <bruno@clisp.org>
8233
8234                 * csharpexec.c: Add support for 'clix' launcher (untested).
8235                 (execute_csharp_using_sscli): New function.
8236                 (execute_csharp_program): Call it.
8237
8238         2006-06-21  Bruno Haible  <bruno@clisp.org>
8239
8240                 Avoid warnings from recent versions of mcs.
8241                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8242                 -o, -L, -r any more. Use options documented since mcs-1.0
8243                 instead. Similarly for -g.
8244
8245         2005-07-09  Bruno Haible  <bruno@clisp.org>
8246
8247                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8248                 add a .dll suffix.
8249                 Reported by Mark Junker <mjscod@gmx.de>.
8250
8251         2006-06-17  Bruno Haible  <bruno@clisp.org>
8252
8253                 * config.charset: Update for NetBSD 3.0.
8254
8255         2006-05-17  Bruno Haible  <bruno@clisp.org>
8256
8257                 Cygwin portability.
8258                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8259
8260         2006-05-16  Bruno Haible  <bruno@clisp.org>
8261
8262                 * localcharset.c [CYGWIN]: Include <windows.h>.
8263                 (get_charset_aliases): For Cygwin, return the same CPxxx
8264                 aliases list as under WIN32.
8265                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8266                 the environment variables. Fall back to GetACP().
8267
8268         2006-04-05  Bruno Haible  <bruno@clisp.org>
8269
8270                 * config.charset: Update Juan Manuel Guerrero's address.
8271
8272         2005-02-12  Bruno Haible  <bruno@clisp.org>
8273
8274                 * allocsa.h: Add extern "C" for C++.
8275
8276         2005-02-10  Bruno Haible  <bruno@clisp.org>
8277
8278                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8279                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8280
8281         2006-07-22  Bruno Haible  <bruno@clisp.org>
8282
8283                 * gettext.h: Update to GNU gettext-0.15.
8284
8285 2006-07-22  Bruno Haible  <bruno@clisp.org>
8286
8287         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8288         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8289         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8290
8291 2006-07-21  Eric Blake  <ebb9@byu.net>
8292
8293         * modules/stdlib-safer: New file.
8294         * MODULES.html.sh (File stream based Input/Output): Add
8295         stdlib-safer.
8296
8297 2006-07-21  Eric Blake  <ebb9@byu.net>
8298
8299         * lib/stdlib-safer.h: New file from coreutils, required by
8300         stdlib--.h.
8301
8302 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8303
8304         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8305
8306 2006-07-20  Bruno Haible  <bruno@clisp.org>
8307
8308         * gnulib-tool: Recognize new option --assume-autoconf.
8309         (autoconf_minversion): New variable.
8310         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8311
8312 2006-07-20  Bruno Haible  <bruno@clisp.org>
8313
8314         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8315
8316 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8317
8318         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8319         Reindent and repaginate.
8320
8321 2006-07-19  Derek Price  <derek@ximbiot.com>
8322
8323         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8324         Correct grammar.
8325
8326 2006-07-17  Bruno Haible  <bruno@clisp.org>
8327
8328         * modules/list: New file.
8329         * modules/array-list: New file.
8330         * modules/carray-list, modules/carray-list-tests: New files.
8331         * modules/linked-list, modules/linked-list-tests: New files.
8332         * modules/avltree-list, modules/avltree-list-tests: New files.
8333         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8334         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8335         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8336         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8337         * modules/oset: New file.
8338         * modules/array-oset: New file.
8339         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8340         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8341         * tests/test-carray_list.c: New file.
8342         * tests/test-linked_list.c: New file.
8343         * tests/test-avltree_list.c: New file.
8344         * tests/test-rbtree_list.c: New file.
8345         * tests/test-linkedhash_list.c: New file.
8346         * tests/test-avltreehash_list.c: New file.
8347         * tests/test-rbtreehash_list.c: New file.
8348         * tests/test-avltree_oset.c: New file.
8349         * tests/test-rbtree_oset.c: New file.
8350         * MODULES.html.sh (Container data structures): New section.
8351
8352 2006-07-17  Bruno Haible  <bruno@clisp.org>
8353
8354         * m4/gl_list.m4: New file.
8355
8356 2006-07-17  Bruno Haible  <bruno@clisp.org>
8357
8358         * lib/gl_list.h: New file.
8359         * lib/gl_list.c: New file.
8360         * lib/gl_array_list.h: New file.
8361         * lib/gl_array_list.c: New file.
8362         * lib/gl_carray_list.h: New file.
8363         * lib/gl_carray_list.c: New file.
8364         * lib/gl_linked_list.h: New file.
8365         * lib/gl_linked_list.c: New file.
8366         * lib/gl_anylinked_list1.h: New file.
8367         * lib/gl_anylinked_list2.h: New file.
8368         * lib/gl_avltree_list.h: New file.
8369         * lib/gl_avltree_list.c: New file.
8370         * lib/gl_anyavltree_list1.h: New file.
8371         * lib/gl_anyavltree_list2.h: New file.
8372         * lib/gl_rbtree_list.h: New file.
8373         * lib/gl_rbtree_list.c: New file.
8374         * lib/gl_anyrbtree_list1.h: New file.
8375         * lib/gl_anyrbtree_list2.h: New file.
8376         * lib/gl_anytree_list1.h: New file.
8377         * lib/gl_anytree_list2.h: New file.
8378         * lib/gl_linkedhash_list.h: New file.
8379         * lib/gl_linkedhash_list.c: New file.
8380         * lib/gl_anyhash_list1.h: New file.
8381         * lib/gl_anyhash_list2.h: New file.
8382         * lib/gl_avltreehash_list.h: New file.
8383         * lib/gl_avltreehash_list.c: New file.
8384         * lib/gl_rbtreehash_list.h: New file.
8385         * lib/gl_rbtreehash_list.c: New file.
8386         * lib/gl_anytreehash_list1.h: New file.
8387         * lib/gl_anytreehash_list2.h: New file.
8388
8389         * lib/gl_oset.h: New file.
8390         * lib/gl_oset.c: New file.
8391         * lib/gl_array_oset.h: New file.
8392         * lib/gl_array_oset.c: New file.
8393         * lib/gl_avltree_oset.h: New file.
8394         * lib/gl_avltree_oset.c: New file.
8395         * lib/gl_rbtree_oset.h: New file.
8396         * lib/gl_rbtree_oset.c: New file.
8397         * lib/gl_anytree_oset.h: New file.
8398
8399 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8400
8401         * m4/mkancesdirs.m4: New file.
8402         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8403         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8404         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8405         it.
8406
8407 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8408
8409         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8410         * lib/mkancesdirs.h: New files.
8411         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8412         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8413         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8414         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8415         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8416         callers changed.  Revamp internals significantly, by not
8417         attempting to create directories that are temporarily more
8418         permissive than the final results.  Do not attempt to use
8419         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8420         This removes some race conditions, fixes some bugs, and simplifies
8421         things.  Use new dirchownmod function to do owner and mode changes.
8422         * lib/mkdir-p.h: Likewise.
8423         * lib/modechange.c (octal_to_mode): New function.
8424         (struct mode_change): New member mentioned.
8425         (make_node_op_equals): New arg mentioned.  All callers changed.
8426         (mode_compile): Keep track of which mode bits the user has explicitly
8427         mentioned.
8428         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8429         New arg PMODE_BITS, to keep track of which mode bits the user
8430         mentioned; it treats S_ISUID and S_ISGID speciall.
8431         All callers changed.
8432         * lib/modechange.h: Likewise.
8433
8434 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8435
8436         * MODULES.html.sh: Add mkancestors.
8437         * modules/mkancesdirs: New module.
8438         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8439         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8440         The chdir-safer and afs files are now orphans; I'll remove them
8441         unless someone speaks up.
8442         Add lib/dirchownmod.c, lib/dirchownmod.h.
8443         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8444         Add lchown, mkancesdirs.
8445         (Maintainer): Add self.
8446
8447 2006-07-15  Karl Berry  <karl@gnu.org>
8448
8449         * gnulib-tool: help message wording/arrangement.
8450
8451 2006-07-14  Simon Josefsson  <jas@extundo.com>
8452
8453         * doc/gnulib.texi (Libtool and Windows): New section.
8454
8455 2006-07-12  Simon Josefsson  <jas@extundo.com>
8456
8457         * modules/gendocs (License): Fix license, approved by Karl.
8458
8459 2006-07-12  Eric Blake  <ebb9@byu.net>
8460
8461         * MODULES.html.sh: Add gendocs.
8462
8463 2006-07-11  Eric Blake  <ebb9@byu.net>
8464
8465         * modules/fdl: New module, to install doc/fdl.texi.
8466         * MODULES.html.sh: Add new section for documentation modules.
8467         * gnulib-tool: Avoid space-tab.
8468         (--doc-base): New option, to manage files from doc.
8469
8470 2006-07-11  Eric Blake  <ebb9@byu.net>
8471
8472         * m4/absolute-header.m4: Fix comments to match recent change.
8473
8474 2006-07-11  Eric Blake  <ebb9@byu.net>
8475
8476         * gnulib-tool: List --doc-base before --tests-base.
8477
8478 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8479
8480         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8481
8482 2006-07-11  Bruno Haible  <bruno@clisp.org>
8483
8484         * README: Mention where to put documentation.
8485
8486 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8487
8488         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8489
8490 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8491
8492         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8493         to stdint.m4.
8494
8495 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8496
8497         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8498         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8499         "no/such/file/stdint.h" when there is no such file, so that
8500         the resulting C code can be parsed by dodgy compilers.
8501         Problems reported by Bob Proulx.
8502
8503 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8504
8505         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8506         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8507         macros into the GNU _D_EXACT_NAMLEN.
8508         * lib/savedir.c:  Likewise.
8509         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8510
8511 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8512         and Paul Eggert  <eggert@cs.ucla.edu>
8513
8514         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8515         * m4/savedir.m4:
8516         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8517         macros into the GNU _D_EXACT_NAMLEN.
8518
8519 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8520
8521         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8522         around the absolute name, to work around a problem with the HP-UX
8523         11.23 native C compiler, reported by Bob Proulx.
8524
8525 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8526
8527         * doc/maintain.texi, make-stds.texi: Sync from
8528         <http://savannah.gnu.org/projects/gnustandards>.
8529
8530 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8531
8532         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8533
8534 2006-07-09  Jim Meyering  <jim@meyering.net>
8535
8536         * m4/glob.m4: Remove a doubled word in a comment.
8537
8538 2006-07-09  Jim Meyering  <jim@meyering.net>
8539
8540         * lib/argp-pv.c: Remove a doubled word in a comment.
8541         * lib/check-version.c (check_version): Likewise.
8542         * lib/javacomp.c (compile_java_class): Likewise.
8543
8544 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8545
8546         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8547         for the benefit of people using Autoconf 2.60.  If you want to
8548         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8549         (or m4/onceonly.m4, if pre-2.57) manually.
8550
8551 2006-07-08  Jim Meyering  <jim@meyering.net>
8552
8553         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8554         comment.
8555         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8556         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8557         comment.
8558
8559 2006-07-08  Jim Meyering  <jim@meyering.net>
8560
8561         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8562
8563 2006-07-07  Simon Josefsson  <jas@extundo.com>
8564
8565         * tests/test-crc.c: Change expected crc value, the test vector
8566         were probably computed using the old broken crc.c?
8567
8568 2006-07-06  Simon Josefsson  <jas@extundo.com>
8569
8570         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8571         now the canonical place for the M4 file).
8572
8573         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8574         from the sys_socket dependency now.
8575
8576         * modules/inet_pton (Files): Ditto.
8577
8578         * modules/inet_ntop (Files): Ditto.
8579
8580 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8581
8582         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8583         not gl_PREREQ_GETUSERSHELL.
8584
8585 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8586
8587         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8588         with only one argument, for Autoconf 2.60.
8589         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8590         expand to nothing, so add a shell command to avoid syntax error.
8591         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8592
8593 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8594
8595         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8596
8597 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8598
8599         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8600         no longer needed.  Check for isblank decl.
8601         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8602         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8603         of existence.
8604
8605 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8606
8607         * lib/getloadavg.c: Use __VMS, not VMS.
8608         * lib/getopt.c: Likewise.
8609         * lib/getpagesize.h: Likewise.
8610         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8611         and probably does not work.
8612
8613 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8614
8615         * lib/.cppi-disable: Add wcwidth.
8616         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8617         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8618         (ISGRAPH): Remove.  All uses changed to isgraph.
8619         (FOLD) [!defined _LIBC]: Remove special case.
8620         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8621         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8622         HAVE_ISBLANK.
8623         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8624         case.
8625
8626 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8627
8628         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8629         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8630         brackets.  Other minor changes to suppress some compiler
8631         warnings.
8632
8633 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8634         and Paul Eggert  <eggert@cs.ucla.edu>
8635
8636         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8637         of invoking obsolescent AC_HEADER_DIRENT macro.
8638         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8639         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8640         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8641         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8642         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8643         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8644         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8645         * m4/readdir.m4: Remove; no longer needed.
8646
8647 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8648         and Paul Eggert  <eggert@cs.ucla.edu>
8649
8650         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8651         Don't worry about this obsolete case any more.
8652         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8653         directories.
8654         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8655         worry about this obsolete case any more.
8656         * lib/fts.c: Likewise.
8657         * lib/getcwd.c: Likewise.
8658         * lib/glob.h: Likewise.
8659         * lib/savedir.c: Likewise.
8660
8661 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8662
8663         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8664         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8665         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8666         needed.
8667         All uses removed.
8668         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8669         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8670         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8671         needed.
8672         * m4/getdate.m4 (gl_GETDATE): Likewise.
8673         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8674         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8675         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8676         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8677         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8678         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8679         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8680         needed.
8681
8682 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8683
8684         * lib/memcasecmp.c: Include <limits.h>.
8685         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8686         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8687         Don't assume isdigit succeeds only on '0' through '9'.
8688
8689 2006-07-05  Eric Blake  <ebb9@byu.net>
8690
8691         * modules/getaddrinfo (Depends-on): Add snprintf.
8692
8693 2006-07-05  Eric Blake  <ebb9@byu.net>
8694
8695         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8696         to avoid 'header present but could not be compiled' on cygwin.
8697
8698 2006-07-05  Eric Blake  <ebb9@byu.net>
8699
8700         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8701         missing from netdb.h.
8702         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8703
8704 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8705
8706         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8707         no longer needed.
8708         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8709         * m4/getdate.m4 (gl_GETDATE): Likewise.
8710         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8711         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8712         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8713         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8714         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8715
8716 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8717
8718         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8719         All uses of is_space replaced by isspace.
8720         * lib/exit.h: Don't talk about STDC_HEADERS.
8721         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8722         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8723         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8724         replaced by isprint etc.
8725         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8726         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8727         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8728         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8729         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8730         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8731
8732 2006-07-05  Bruno Haible  <bruno@clisp.org>
8733
8734         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8735         the function exists, before testing against AIX.
8736         Reported by Martin Lambers <marlam@marlam.de>.
8737
8738 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8739
8740         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8741         From Mark D. Baushke.
8742
8743 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8744
8745         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8746         to the absolute name, not just one, to bypass Sun C 5.8's
8747         "warning: #include of /usr/include/... may be non-portable".
8748
8749 2006-07-04  Eric Blake  <ebb9@byu.net>
8750
8751         * modules/dirname-tests: New test module.
8752         * tests/test-dirname.c: New file, replacing dirname.c
8753         TEST_DIRNAME section that was recently deleted.
8754
8755 2006-07-04  Bruno Haible  <bruno@clisp.org>
8756
8757         Assume ANSI C header files and <ctype.h> functions.
8758         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8759         (mbsnwidth): Use isprint, iscntrl instead.
8760
8761 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8762
8763         Merge from coreutils.
8764         * MODULES.html.sh: Add xstrtold.
8765         * modules/xstrtold: New file.
8766         * modules/cycle-check (Files): Add lib/same-inode.h.
8767         * modules/dirname (Files): Add m4/double-slash-root.m4.
8768         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8769         * modules/mkdir-p (Files): Add lib/same-inode.h.
8770         * modules/same (Files): Add lib/same-inode.h.
8771
8772 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8773
8774         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8775         This is to keep the terminology clean; POSIX talks about
8776         "absolute pathnames", not "full pathnames", but the GNU
8777         Coding Standards say to use "path" for something else;
8778         so use "absolute" to keep both sides happy.
8779         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8780         Set gl_absolute_header, not gl_full_header_path.
8781         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8782         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8783         All uses changed.
8784
8785         Merge from coreutils.
8786
8787         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8788
8789         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8790         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8791         want to require the building of c-strtod.o.
8792         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8793         needs -lm directly.
8794         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8795
8796         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8797
8798         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8799         --as-needed option if available.  Problem reported by Albert Chin in
8800         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8801         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8802         cc merely issues a bunch of annoying warnings for --as-needed
8803         (this problem was reported by Bob Proulx).  Also, try linking with
8804         -lm to detect a bug in binutils 2.16 (this problem was reported
8805         by Ralf Wildenhues).
8806
8807         2006-06-18  Jim Meyering  <jim@meyering.net>
8808
8809         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8810         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8811         macro.
8812         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8813         also check for glibc-2.4's abort-inducing bug.
8814
8815         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8816         Low-probability clean-up should be to use rmdir to get rid of
8817         the just-created directory, not unlink.
8818
8819         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8820         configure fail, and request a bug report to inform us about it.
8821         Add a comment that, barring reports to the contrary, in 2007 we'll
8822         assume ftruncate is universally available.
8823
8824         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8825
8826         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8827
8828         2006-03-12  Jim Meyering  <jim@meyering.net>
8829
8830         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8831         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8832         * m4/same.m4 (gl_SAME): Likewise.
8833         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8834
8835         2006-03-11  Eric Blake  <ebb9@byu.net>
8836
8837         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8838         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8839         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8840         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8841
8842 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8843
8844         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8845         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8846         reported by Mark D. Baushke, one in
8847         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8848
8849         Merge from coreutils.
8850
8851         * lib/.cppi-disable: Add stdint_.h.
8852         * lib/.cvsignore: Add stdint.h.
8853
8854         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8855
8856         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8857         both double and long double versions.
8858         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8859         * lib/xstrtold.c: New file.
8860         * lib/xstrtod.h (xstrtold): New decl.
8861
8862         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8863
8864         * lib/filemode.c (setst): Remove.
8865         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8866         (arguably) clearer, and the generated code is a bit smaller on my
8867         Debian GNU/Linux stable x86 host.
8868
8869         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8870
8871         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8872         Assume that filemode.h includes sys/types.h and sys/stat.h.
8873         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8874         (ftypelet): Reorder to put common cases first, for efficiency.
8875         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8876         to do 'M'.
8877         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8878         of 10, for compatibility with FreeBSD.  All callers changed.
8879         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8880         types that can't be deduced solely from st_mode.  First arg is now a
8881         const pointer.
8882         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8883         (strmode): Renamed from mode_string.
8884         (filemodestring): New decl.
8885         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8886         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8887         needed.
8888         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8889
8890         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8891
8892         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8893         fsusage.h now does that.  Include fsusage.h first, to test interface.
8894         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8895         at most one method (the old code could have generated decls that
8896         didn't conform to C89, not that this was ever exercised).
8897         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8898
8899         2006-03-19  Jim Meyering  <jim@meyering.net>
8900
8901         Work even in a chroot where d_ino values for entries in "/"
8902         don't match the stat.st_ino values for the same names.
8903         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8904         number, iterate through all entries again, using lstat instead.
8905         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8906         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8907
8908         * lib/getcwd.c (__getcwd): Clarify a comment.
8909         Use memcpy in place of a call to strcpy.
8910
8911         2006-03-12  Jim Meyering  <jim@meyering.net>
8912
8913         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8914         matches that of the current directory (which we're about to chdir ".."
8915         out of), then save the dev-ino of the parent, instead.
8916
8917         * lib/same-inode.h (SAME_INODE): New file/macro.
8918         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8919         Include "same-inode.h", instead.
8920         * lib/same.c: Likewise.
8921         * lib/cycle-check.h: Include "same-inode.h".
8922         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8923         * lib/cycle-check.c (SAME_INODE): Remove definition.
8924         * lib/root-dev-ino.h: Include "same-inode.h".
8925
8926         2006-03-11  Eric Blake  <ebb9@byu.net>
8927
8928         * lib/same.c (same_name): s/base_name/last_component/
8929         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8930         * lib/filenamecat.c (file_name_concat): Likewise.
8931
8932         2006-03-11  Eric Blake  <ebb9@byu.net>,
8933                     Paul Eggert  <eggert@cs.ucla.edu>
8934
8935         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8936         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8937         drive prefix.
8938         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8939         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8940         (last_component): New method.
8941         * lib/dirname.c (dir_len): Determine when drive letters need a
8942         subsequent slash.  Preserve // when it is special.
8943         (dir_name): Don't append dot when drive letter is absolute.
8944         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8945         * lib/basename.c (base_name): New semantics - malloc the result.
8946         Preserve // when it is special.  Preserve relative files that look
8947         like drive letters.
8948         (base_len): Preserve // when it is special.
8949         (last_component): New method, similar to old base_name semantics.
8950         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8951         base_name.  Strip redundant slashes from ///.
8952
8953 2006-07-03  Jim Meyering  <jim@meyering.net>
8954
8955         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8956         macro is used before the first cycle_check call.
8957
8958 2006-07-03  Eric Blake  <ebb9@byu.net>
8959
8960         * modules/dirname (Depends-on): Add xstrndup.
8961
8962 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8963
8964         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8965         test cases, so that config.log is a bit easier to follow.
8966
8967 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8968
8969         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8970         both are 64 bits, since this seems to be the tradition, and this
8971         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8972         we ever run into a host that prefers long long to long in this
8973         case, we'll need another configure-time test.  Problem reported by
8974         Jim Meyering.
8975
8976 2006-07-02  Eric Blake  <ebb9@byu.net>
8977
8978         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8979
8980 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8981
8982         * modules/inttypes (Depends-on): No longer depends on stdint.
8983         * modules/stdint (Description): Say more about assumptions.
8984         Say that the fast types might differ.  Say macros are used.
8985         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8986         (Makefile.am): Revise list of substituted symbols to match
8987         new stdint.m4.
8988         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8989         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8990         * tests/test-stdint.c (verify_same_types)
8991         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8992         the code conforms to C99/C89.
8993         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8994         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8995
8996 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8997
8998         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8999         but fix a bug, by requiring at least 64 bits.
9000         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
9001         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
9002         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
9003         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
9004
9005         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
9006         changes.  Make 2.59 a prerequisite.  Check and substitute for
9007         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
9008         inttypes.h.  Do not use special include files; just use the
9009         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
9010         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
9011         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
9012         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
9013         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
9014         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
9015         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
9016         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
9017         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
9018         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
9019         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
9020         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
9021         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
9022         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
9023         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
9024         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
9025         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
9026         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
9027         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
9028         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
9029         WINT_MAX.  Check for C99 conformance more strictly, by detecting
9030         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
9031         not check for things that C99 does not require, e.g., int8_t.  If
9032         a test isn't needed unless <stdint.h> isn't working, and is
9033         unlikely to be needed for any other reason, then don't do it
9034         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
9035         size_t, since we assume C89 freestanding at least.  Do not check
9036         for sig_atomic_t, wchar_t, or wint_t, since the code now does
9037         the right thing even if the types are not defined.  Instead use:
9038         (gl_STDINT_TYPE_PROPERTIES): New macro.
9039         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
9040         testing whether <sys/types.h> clashes, as Autoconf does this for
9041         us now.  All uses removed.
9042         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
9043         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
9044         (gl_CHECK_TYPE_SAME):
9045         Remove; no longer needed.
9046         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
9047         exists, since we'll return 0 anyway in that case.
9048         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
9049
9050 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9051
9052         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
9053         possible collision with system files.
9054         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
9055         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
9056         WCHAR_MIN and WCHAR_MAX in this case.
9057         (<stddef.h>): Do not include; no longer needed.
9058         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
9059         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
9060         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
9061         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
9062         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
9063         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
9064         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
9065         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
9066         !defined(__c99))]: Include in this case too, since it's harmless
9067         now.
9068         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
9069         dangerous to do so.
9070         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
9071         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
9072         (_STDINT_MIN, _STDINT_MAX): New macros.
9073         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
9074         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
9075         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
9076         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
9077         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
9078         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
9079         macros, not typedefs; this simplifies things quite a bit.
9080         Use long int for all types narrower than int64_t.
9081         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
9082         Define in terms of long long int or int64_t or long int,
9083         not int64_t or int32_t.  This saves some compile-time testing.
9084         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
9085         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
9086         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
9087         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
9088         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
9089         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
9090         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
9091         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
9092         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
9093         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
9094         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9095         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9096         undef any previous version and define our own version, for
9097         simplicity and consistency with the new macros for types.
9098         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9099         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9100         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
9101         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
9102         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
9103         @WINT_T_SUFFIX@ to keep things simple here.
9104         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
9105         Simplify by assuming typical 8/16/32/64 host, since we're
9106         already doing that elsewhere anyway.
9107         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
9108         and assume long long int is 64 bits if available.  This
9109         speeds up 'configure'.
9110
9111 2006-07-01  Eric Blake  <ebb9@byu.net>
9112
9113         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
9114         Reported by Andreas Buening.
9115
9116 2006-07-01  Eric Blake  <ebb9@byu.net>
9117
9118         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
9119
9120 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9121
9122         * lib/getaddrinfo.c: fixed typo
9123
9124 2006-06-29  Jim Meyering  <jim@meyering.net>
9125
9126         * modules/strftime (Maintainer): Add my name, since with the
9127         FPRINTFTIME changes strftime.c has forked from glibc.
9128
9129 2006-06-29  Eric Blake  <ebb9@byu.net>
9130
9131         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
9132
9133 2006-06-29  Eric Blake  <ebb9@byu.net>
9134
9135         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
9136
9137 2006-06-29  Eric Blake  <ebb9@byu.net>
9138
9139         * lib/stat_.h: New file.
9140
9141 2006-06-29  Eric Blake  <ebb9@byu.net>
9142
9143         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
9144         unused static function.
9145
9146 2006-06-29  Eric Blake  <ebb9@byu.net>
9147
9148         * doc/functions.texi (Function Portability): Document missing lstat
9149         on mingw.
9150
9151 2006-06-29  Eric Blake  <ebb9@byu.net>
9152
9153         * MODULES.html.sh: Add sys_stat.
9154         * modules/sys_stat: New module.
9155         * modules/mkstemp (Depends-on): Add sys_stat.
9156
9157 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9158
9159         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
9160
9161 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9162
9163         * m4/c-bs-a.m4: Removed.
9164
9165 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9166
9167         * lib/strftime.c: Assume strftime() exists.
9168
9169 2006-06-29  Derek Price  <derek@ximbiot.com>
9170
9171         * modules/c-bs-a: Removed - \a is C89.
9172         * MODULES.html.sh: Remove c-bs-a.
9173
9174 2006-06-29  Bruno Haible  <bruno@clisp.org>
9175
9176         * modules/wcwidth (License): Change to LGPL.
9177
9178 2006-06-28  Simon Josefsson  <jas@extundo.com>
9179
9180         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
9181         on _WIN32.
9182
9183         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
9184         getnameinfo.
9185
9186 2006-06-28  Simon Josefsson  <jas@extundo.com>
9187
9188         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
9189
9190 2006-06-28  Simon Josefsson  <jas@extundo.com>
9191
9192         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
9193         functions there.  It will succeed on Windows XP, but on Windows
9194         2000 and (presumably) earlier, it will fail, and use the internal
9195         re-implementation.
9196         (use_win32_p): New function.
9197         (getaddrinfo): Use strtoul on servname, to support numeric ports.
9198         Support AI_NUMERICSERV to disable getservbyname.
9199         (getnameinfo): New function, only supports
9200         NI_NUMERICHOST|NI_NUMERICSERV for now.
9201
9202         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
9203         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
9204         getnameinfo.
9205
9206 2006-06-28  Eric Blake  <ebb9@byu.net>
9207
9208         * modules/wcwidth: New file.
9209         * modules/mbchar (Depends-on): Add wcwidth.
9210         * modules/mbswidth (Depends-on): Add wcwidth.
9211         * MODULES.html.sh: Add wcwidth.
9212
9213 2006-06-28  Eric Blake  <ebb9@byu.net>
9214
9215         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
9216         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9217
9218 2006-06-28  Eric Blake  <ebb9@byu.net>
9219
9220         * lib/xvasprintf.h: Fix comments.
9221
9222 2006-06-28  Eric Blake  <ebb9@byu.net>
9223
9224         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9225         * lib/mbswidth.c (wcwidth): Move from here...
9226         * lib/wcwidth.h: ...to this new file.
9227
9228 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9229
9230         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9231
9232         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9233         it's obsolete.
9234         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9235
9236 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9237
9238         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9239         Autoconf 2.60 says this stuff was obsolete.
9240
9241 2006-06-28  Bruno Haible  <bruno@clisp.org>
9242
9243         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9244
9245 2006-06-28  Bruno Haible  <bruno@clisp.org>
9246
9247         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9248         gt_TYPE_WCHAR_T.
9249
9250 2006-06-28  Bruno Haible  <bruno@clisp.org>
9251
9252         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9253         declaration for wcwidth.
9254         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9255
9256 2006-06-28  Bruno Haible  <bruno@clisp.org>
9257
9258         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9259         (mkdir): Define using _mkdir.
9260
9261 2006-06-28  Bruno Haible  <bruno@clisp.org>
9262
9263         * lib/getaddrinfo.h: Fix POSIX URL.
9264         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9265         _WIN32.
9266         (use_win32_p): Make static.
9267         (getaddrinfo): Reject service name if it is empty or does not consist
9268         solely of decimal digits, or if its value is > 65535.
9269         (getnameinfo): Remove useless casts.
9270
9271 2006-06-27  Simon Josefsson  <jas@extundo.com>
9272
9273         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9274         Eggert and Martin Lambers.
9275
9276 2006-06-27  Simon Josefsson  <jas@extundo.com>
9277
9278         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9279         Eggert and Martin Lambers.
9280
9281 2006-06-27  Bruno Haible  <bruno@clisp.org>
9282
9283         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9284         result to 0, not to empty.
9285         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9286
9287 2006-06-27  Bruno Haible  <bruno@clisp.org>
9288
9289         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9290
9291 2006-06-26  Simon Josefsson  <jas@extundo.com>
9292
9293         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9294         present.
9295
9296 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9297
9298         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9299         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9300         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9301
9302 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9303
9304         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9305
9306 2006-06-26  Bruno Haible  <bruno@clisp.org>
9307
9308         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9309
9310 2006-06-26  Bruno Haible  <bruno@clisp.org>
9311
9312         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9313
9314 2006-06-26  Bruno Haible  <bruno@clisp.org>
9315
9316         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9317         SGI C compiler in pre-C99 mode.
9318         Suggested by Mark D. Baushke and Larry Jones.
9319
9320 2006-06-26  Bruno Haible  <bruno@clisp.org>
9321
9322         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9323         WCHAR_MAX.
9324         Reported by Mark D. Baushke and Larry Jones.
9325
9326 2006-06-26  Bruno Haible  <bruno@clisp.org>
9327
9328         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9329         in pre-C99 mode.
9330         Suggested by Mark D. Baushke and Larry Jones.
9331
9332 2006-06-23  Simon Josefsson  <jas@extundo.com>
9333             Bruno Haible  <bruno@clisp.org>
9334
9335         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9336         Emit mostlyclean-local rule.
9337         (func_emit_tests_Makefile_am): Likewise.
9338         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9339
9340 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9341
9342         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9343
9344 2006-06-23  Bruno Haible  <bruno@clisp.org>
9345
9346         * tests/test-stdint.c: Update to match ISO C 99 Technical
9347         Corrigendum 1.
9348
9349 2006-06-23  Bruno Haible  <bruno@clisp.org>
9350
9351         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9352
9353 2006-06-23  Bruno Haible  <bruno@clisp.org>
9354
9355         * lib/stdint_.h: Treat IRIX like OpenBSD.
9356
9357 2006-06-23  Bruno Haible  <bruno@clisp.org>
9358
9359         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9360         ISO C 99 Technical Corrigendum 1.
9361
9362 2006-06-22  Simon Josefsson  <jas@extundo.com>
9363
9364         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9365         MinGW.
9366
9367 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9368
9369         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9370         needed.  Some compiler complained about some of them.  Problem reported
9371         by Larry Jones in
9372         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9373
9374 2006-06-21  Simon Josefsson  <jas@extundo.com>
9375
9376         * tests/test-getaddrinfo.c: New file.
9377
9378         * modules/getaddrinfo-tests: New file.
9379
9380         * MODULES.html.sh: Add inet_pton.
9381
9382         * modules/inet_pton: New file.
9383
9384 2006-06-21  Simon Josefsson  <jas@extundo.com>
9385
9386         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9387         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9388         of using the (limited) gnulib implementation on Windows XP.
9389
9390         * m4/inet_pton.m4: New file.
9391
9392 2006-06-21  Simon Josefsson  <jas@extundo.com>
9393
9394         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9395         variable.
9396
9397         * lib/socket_.h: Don't define WINVER.
9398
9399         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9400         slightly modified to work in gnulib.
9401
9402 2006-06-21  Simon Josefsson  <jas@extundo.com>
9403
9404         * doc/gnulib.texi (Windows sockets): Add.
9405
9406 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9407
9408         * lib/read-file.c (fread_file): Start with buffer allocation of
9409         0 bytes rather than 1 byte; this simplifies the code.
9410         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9411         code to free buffer and save/restore errno.
9412         (internal_read_file): Remove unused local.
9413
9414 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9415
9416         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9417         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9418         Problem reported by Denis Excoffier in
9419         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9420
9421 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9422
9423         * modules/sys_socket, modules/socklen: Include sys/types since
9424         FreeBSD 4.x's sys/socket.h needs it.
9425
9426 2006-06-19  Simon Josefsson  <jas@extundo.com>
9427
9428         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9429
9430 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9431
9432         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9433
9434 2006-06-19  Bruno Haible  <bruno@clisp.org>
9435
9436         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9437         and FULL_PATH_INTTYPES_H in angle brackets.
9438         Reported by Mark D. Baushke <mdb@gnu.org>.
9439
9440 2006-06-17  Eric Blake  <ebb9@byu.net>
9441
9442         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9443         errno.
9444
9445 2006-06-17  Bruno Haible  <bruno@clisp.org>
9446
9447         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9448         <sys/inttypes.h>.
9449
9450 2006-06-17  Bruno Haible  <bruno@clisp.org>
9451
9452         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9453         whether errno is declared. Assume <errno.h> declares errno.
9454
9455 2006-06-17  Bruno Haible  <bruno@clisp.org>
9456
9457         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9458
9459 2006-06-17  Bruno Haible  <bruno@clisp.org>
9460
9461         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9462         problem on Solaris 2.5.1.
9463
9464 2006-06-16  Eric Blake  <ebb9@byu.net>
9465
9466         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9467         * lib/unicodeio.c [!defined errno]: Likewise.
9468         * lib/strtol.c [!defined errno]: Likewise.
9469         * lib/strtod.c [!defined errno]: Likewise.
9470
9471 2006-06-15  Eric Blake  <ebb9@byu.net>
9472
9473         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9474
9475 2006-06-15  Eric Blake  <ebb9@byu.net>
9476
9477         * config/srclist.txt (ssize_t.m4): Lose sync.
9478
9479 2006-06-15  Bruno Haible  <bruno@clisp.org>
9480
9481         * modules/stdint (Files): Include m4/full-header-path.m4,
9482         m4/size_max.m4, m4/wchar_t.m4.
9483         (Makefile.am): Many more substitutions.
9484         * modules/stdint-tests: New file.
9485         * tests/test-stdint.c: New file.
9486
9487 2006-06-15  Bruno Haible  <bruno@clisp.org>
9488
9489         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9490         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9491         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9492         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9493         gl_CHECK_TYPE_SAME): New macros.
9494
9495 2006-06-15  Bruno Haible  <bruno@clisp.org>
9496
9497         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9498
9499 2006-06-15  Bruno Haible  <bruno@clisp.org>
9500
9501         * lib/stdint_.h: Rewritten to be fully auto-configured.
9502         Fixes bug on HP-UX/IA64.
9503
9504 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9505
9506         * lib/getdate.y (__attribute__): Don't define if already defined.
9507         Problem reported by Larry Jones.
9508         * lib/utimens.c (__attribute__): Likewise.
9509
9510 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9511
9512         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9513         reported by Andreas Schwab.
9514
9515 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9516             Bruno Haible  <bruno@clisp.org>
9517
9518         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9519         check for the declaration of strnlen and a run test that exposes the
9520         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9521         rpl_strndup.
9522
9523 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9524             Bruno Haible  <bruno@clisp.org>
9525
9526         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9527
9528 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9529
9530         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9531         compile test, for Tru64 4.0D.
9532
9533 2006-05-28  Karl Berry  <karl@gnu.org>
9534
9535         * config/srclist.txt (printf-args.c): lose sync.
9536
9537 2006-05-26  Martin Lambers  <marlam@marlam.de>
9538
9539         * lib/getpass.c: Updates the test for the native W32 API, and adds
9540         missing includes, thus fixing compilation warnings.
9541
9542 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9543
9544         * lib/exclude.c (exclude_fnmatch): New function.
9545         (excluded_file_name): Call exclude_fnmatch.
9546         * lib/exclude.h (excluded_file_name): New prototype
9547
9548 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9549
9550         * lib/tempname.c (small_open, large_open): New macros.
9551         (__open, __open64) [!_LIBC]: Remove.
9552         (__gen_tempname): Use small_open and large_open instead of __open
9553         and __open64.  This fixes a portability bug on HP-UX 11.11i
9554         reported by Simon Wing-Tang in
9555         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9556
9557 2006-05-24  Bruno Haible  <bruno@clisp.org>
9558
9559         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9560         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9561         Reported by Thorsten Maerz <torte@netztorte.de> via
9562         Aaron Stone <aaron@serendipity.cx>.
9563
9564 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9565
9566         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9567         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9568         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9569         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9570         not really conditional on the cache.
9571         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9572
9573 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9574
9575         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9576         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9577         (my_usleep): Don't mishandle maximum value.
9578
9579 2006-05-19  Jim Meyering  <jim@meyering.net>
9580
9581         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9582
9583 2006-05-17  Bruno Haible  <bruno@clisp.org>
9584
9585         Cygwin portability.
9586         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9587
9588 2006-05-17  Bruno Haible  <bruno@clisp.org>
9589
9590         * lib/stdint_.h: Fix recognition of Cygwin.
9591
9592 2006-05-15  Bruno Haible  <bruno@clisp.org>
9593
9594         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9595         on libtool patch by Ralf Wildenhues.
9596
9597 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9598
9599         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9600         test for C99 conformance; (bool) 0.5 is an integer constant
9601         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9602         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9603
9604 2006-05-11  Simon Josefsson  <jas@extundo.com>
9605
9606         * m4/xvasprintf.m4: Fix obvious typo.
9607
9608 2006-05-11  Jim Meyering  <jim@meyering.net>
9609
9610         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9611         James Lemley.
9612
9613 2006-05-10  Simon Josefsson  <jas@extundo.com>
9614
9615         * lib/md4.c: Typo fix, update copyright years.
9616         (K1, K2): Don't use L because it turn computations into 64-bit on
9617         64-bit platforms.
9618
9619 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9620
9621         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9622         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9623         unwanted sign propagation, e.g., on hosts with 64-bit int.
9624         There still are some problems with reeelly weird theoretical hosts
9625         (e.g., 33-bit int) but it's not worth worrying about now.
9626         * lib/sha1.c (rol): Likewise.
9627         (K1, K2, K3, K4): Remove unnecessary L suffix.
9628
9629 2006-05-10  Bruno Haible  <bruno@clisp.org>
9630
9631         * lib/des.c: Cast to avoid warnings.
9632
9633 2006-05-09  Bruno Haible  <bruno@clisp.org>
9634
9635         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9636         (Depends-on): Depend also on xsize, stdarg.
9637         (configure.ac): Add gl_XVASPRINTF.
9638
9639 2006-05-09  Bruno Haible  <bruno@clisp.org>
9640
9641         * m4/xvasprintf.m4: New file.
9642
9643 2006-05-09  Bruno Haible  <bruno@clisp.org>
9644
9645         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9646         (EOVERFLOW): Define fallback value.
9647         (xstrcat): New function.
9648         (xvasprintf): Recognize the special case of a string concatenation.
9649
9650 2006-05-08  Eric Blake  <ebb9@byu.net>
9651
9652         * gnulib-tool (func_version): Base copyright year on CVS date.
9653         (func_emit_copyright_notice): New function.
9654         (func_emit_lib_Makefile_am): Use it.
9655         (func_emit_tests_Makefile_am): Likewise.
9656         (func_import): Likewise.
9657
9658 2006-05-08  Bruno Haible  <bruno@clisp.org>
9659
9660         * modules/stdarg: New file.
9661         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9662
9663 2006-05-08  Bruno Haible  <bruno@clisp.org>
9664
9665         * m4/stdarg.m4: New file, from GNU gettext.
9666
9667 2006-05-08  Bruno Haible  <bruno@clisp.org>
9668
9669         * config/srclist.txt (build-aux/config.rpath): different from latest
9670         release.
9671
9672 2006-05-08  Bruno Haible  <bruno@clisp.org>
9673
9674         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9675
9676 2006-05-05  Jim Meyering  <jim@meyering.net>
9677
9678         * m4/warning.m4: New file, derived from bison's file by the same name.
9679
9680 2006-05-03  Bruno Haible  <bruno@clisp.org>
9681
9682         * lib/stdint_.h: Shorter URL.
9683         * lib/inttypes.h: Likewise.
9684
9685 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9686
9687         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9688
9689 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9690
9691         * lib/verify.h: Document the internals better.  Most of this change
9692         was written by Bruno Haible.
9693
9694 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9695
9696         * doc/verify.texi: New file, partly based on a proposal by
9697         Bruno Haible.
9698
9699 2006-05-02  Bruno Haible  <bruno@clisp.org>
9700
9701         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9702         test from here...
9703         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9704
9705 2006-04-29  Bruno Haible  <bruno@clisp.org>
9706
9707         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9708         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9709
9710 2006-04-29  Bruno Haible  <bruno@clisp.org>
9711
9712         * gnulib-tool: Make --update option actually work.
9713
9714 2006-04-29  Bruno Haible  <bruno@clisp.org>
9715
9716         * doc/gcd.texi: New file.
9717         * doc/gnulib.texi: Include it.
9718
9719 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9720
9721         * lib/getdate.y (get_date): When adding relative date, start with the
9722         initial time, not with the result of the first mktime call.
9723
9724 2006-04-25  Bruno Haible  <bruno@clisp.org>
9725
9726         * gnulib-tool (func_import): Output the include directives in three
9727         blocks, sorted separately.
9728         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9729
9730 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9731
9732         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9733         to define main with arguments, for C++.  Reported by Eric Blake.
9734         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9735         Prefer 'int main ()' to 'int main (void)', for C++.
9736         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9737         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9738         for 'main', for C99 and C++.
9739
9740 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9741
9742         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9743         Don't assume that exit status -1 is valid.
9744         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9745         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9746         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9747         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9748         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9749         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9750         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9751         functions can be used without declaring them, or that you can
9752         exit with status -1.
9753         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9754
9755 2006-04-24  Karl Berry  <karl@gnu.org>
9756
9757         * config/srclist.txt (longdouble.m4): sync lost.
9758
9759 2006-04-24  Eric Blake  <ebb9@byu.net>
9760
9761         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9762
9763 2006-04-24  Bruno Haible  <bruno@clisp.org>
9764
9765         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9766         poll() implementation in AIX.
9767         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9768
9769 2006-04-24  Bruno Haible  <bruno@clisp.org>
9770
9771         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9772         assigned exactly once.
9773
9774 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9775             Bruno Haible  <bruno@clisp.org>
9776
9777         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9778         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9779         for AM_CPPFLAGS.
9780
9781 2006-04-23  Bruno Haible  <bruno@clisp.org>
9782
9783         * modules/copy-file: Depend on unistd.
9784         * modules/execute: Likewise.
9785         * modules/fatal-signal: Likewise.
9786         * modules/findprog: Likewise.
9787         * modules/mkdtemp : Likewise.
9788         * modules/pipe: Likewise.
9789         * modules/wait-process: Likewise.
9790
9791 2006-04-23  Bruno Haible  <bruno@clisp.org>
9792
9793         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9794         condition was already detected.
9795         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9796
9797 2006-04-23  Bruno Haible  <bruno@clisp.org>
9798
9799         * lib/copy-file.c: Include <unistd.h> unconditionally.
9800         * lib/execute.c: Likewise.
9801         * lib/fatal-signal.c: Likewise.
9802         * lib/findprog.c: Likewise.
9803         * lib/mkdtemp.c: Likewise.
9804         * lib/pipe.h: Likewise.
9805         * lib/pipe.c: Likewise.
9806         * lib/wait-process.h: Likewise.
9807
9808 2006-04-23  Bruno Haible  <bruno@clisp.org>
9809
9810         * gnulib-tool (func_usage): Fix --import description. Document
9811         --update.
9812         (func_import): Create temporary file in a temporary directory, if
9813         --dry-run is specified. Silence errors from 'grep' when there are no
9814         m4 files in $m4dir.
9815         (func_create_testdir): Silence errors from 'grep' when there are no
9816         m4 files in $m4dir.
9817         Reported by Karl Berry <karl@freefriends.org>.
9818
9819 2006-04-20  Bruno Haible  <bruno@clisp.org>
9820
9821         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9822         one argument, so that the code will be portable to Autoconf 2.60.
9823         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9824         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9825         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9826
9827 2006-04-19  Derek Price  <derek@ximbiot.com>
9828             Eric Blake  <ebb9@byu.net>
9829
9830         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9831         rather than "/full/path.h".  Update comment to match.  Shorten &
9832         generalize m4_translit call via AS_TR_CPP.
9833
9834 2006-04-19  Derek Price  <derek@ximbiot.com>
9835             Eric Blake  <ebb9@byu.net>
9836
9837         * lib/inttypes.h: Correct grammar in comment.
9838
9839 2006-04-18  Derek Price  <derek@ximbiot.com>
9840             Paul Eggert  <eggert@cs.ucla.edu>
9841
9842         * modules/inttypes: New file.
9843         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9844
9845 2006-04-18  Derek Price  <derek@ximbiot.com>
9846             Paul Eggert  <eggert@cs.ucla.edu>
9847
9848         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9849         New files.
9850
9851 2006-04-18  Derek Price  <derek@ximbiot.com>
9852             Paul Eggert  <eggert@cs.ucla.edu>
9853
9854         * lib/inttypes.h: New file.
9855         * lib/strtoimax.c: Assume <inttypes.h>.
9856
9857 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9858
9859         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9860         isn't mounted.  Problem reported by Kir Kolyshkin.
9861
9862 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9863
9864         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9865         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9866         Derek R. Price.
9867         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9868         implementation.
9869
9870 2006-04-12  Eric Blake  <ebb9@byu.net>
9871
9872         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9873         is now done automatically by the corresponding Autoconf macro.
9874
9875 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9876
9877         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9878         time_r.h.
9879
9880 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9881
9882         Merge regex changes from libc, removing some of our
9883         POSIX-conformance changes that were rejected and redoing them in a
9884         less-intrusive way.
9885
9886         * lib/regcomp.c (re_compile_internal, init_dfa):
9887         Length arg is now size_t, not Idx.  All uses changed.
9888         (peek_token): Forward decl now says internal_function.
9889         (__re_error_msgid, __re_error_msgid_idx):
9890         Now static rather than extern with attribute_hidden.
9891         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9892         For some reason libc prefers K&R style defns for external functions.
9893         (regerror) [!defined _LIBC]: Likewise.
9894         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9895         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9896         (build_range_exp, build_collating_symbol):
9897         Use K&R-style defn.
9898         (re_compile_fastmap): Use '\0' to memset, not 0.
9899         (utf8_sb_map): Make the calculations more obvious.
9900         (init_dfa, parse_bracket_exp, build_charclass_op):
9901         Call calloc and cast result, as glibc does.
9902         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9903         (build_range_exp, build_collating_symbol):
9904         Now internal functions.
9905
9906         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9907
9908         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9909         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9910         Don't depend on VMS; depend on __VMS instead, for POSIX
9911         namespace cleanness.
9912         (regoff_t): Define to ssize_t, not long int.
9913
9914         Remove the REG_ macros named below.  Instead, make the old names
9915         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9916         __USE_GNU_REGEX.
9917         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9918         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9919         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9920         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9921         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9922         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9923         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9924         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9925         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9926         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9927         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9928         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9929         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9930         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9931         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9932         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9933         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9934         (REG_NREGS):
9935         Remove.  All uses replaced by the old RE_* names.
9936         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9937         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9938         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9939         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9940         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9941         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9942         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9943         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9944         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9945         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9946         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9947         Don't bother having these macros be independent of each others'
9948         values, since they no longer exist in the POSIX name space.
9949
9950         Rename the following member names back to their old names,
9951         unless !__USE_GNU_REGEX.  All uses changed back.
9952         (buffer): Renamed from re_buffer.
9953         (allocated): Renamed from re_allocated.
9954         (used): Renamed from re_used.
9955         (syntax): Renamed from re_syntax.
9956         (fastmap): Renamed from re_fastmap.
9957         (translate): Renamed from re_translate.
9958         (can_be_null): Renamed from re_can_be_null.
9959         (regs_allocated): Renamed from re_regs_allocated.
9960         (fastmap_accurate): Renamed from re_fastmap_accurate.
9961         (no_sub): Renamed from re_no_sub.
9962         (not_bol): Renamed from re_not_bol.
9963         (not_eol): Renamed from re_not_eol.
9964         (newline_anchor): Renamed from re_newline_anchor.
9965         (num_regs): Renamed from rm_num_regs.
9966         (start): Renamed from rm_start.
9967         (end): Renamed from rm_end.
9968
9969         (free_state): Move up a bit.
9970
9971         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9972         #define to be empty.
9973         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9974         when that is what is intended.
9975         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9976         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9977         (MAX): New macro.
9978         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9979         All uses changed back to re_malloc, etc.  It's now the caller's
9980         responsibility to check for overflow; all callers changed.
9981         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9982         (re_x2nrealloc): Remove.
9983         (free_state): Remove decl.
9984
9985         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9986         (re_set_registers, re_exec):
9987         Use K&R-style defn.
9988
9989         2006-01-31  Roland McGrath  <roland@redhat.com>
9990
9991         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9992         Reported by Mike Frysinger <vapier@gentoo.org>.
9993
9994         2006-01-15  Andreas Jaeger  <aj@suse.de>
9995
9996         [BZ #1950]
9997         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9998         build_wcs_upper_buffer change.
9999         (build_wcs_upper_buffer): Change return type.
10000
10001         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
10002
10003         * lib/regex_internal.h: Include <stdint.h> if available.
10004
10005         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
10006
10007         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
10008
10009         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
10010
10011         * lib/regcomp.c: Adjust for changed secondary hash function.
10012
10013         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
10014
10015         * lib/regex.h: Pretty printing.
10016         Clean up namespace a bit.
10017
10018         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
10019
10020         * lib/regexec.c (update_cur_sifted_state, check_arrival,
10021         check_arrival_add_next_nodes): Avoid using uninitialized variable.
10022
10023         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10024                     Ulrich Drepper  <drepper@redhat.com>
10025
10026         [BZ #1302]
10027         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
10028         changed.
10029         (bitset_word_t): Renamed from bitset_word.  All uses changed.
10030
10031         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
10032
10033         [BZ #281]
10034         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
10035         * lib/regcomp.c: Remove unnecessary uses of
10036         unsigned RE_TRANSLATE_TYPE.
10037         * lib/regex_internal.h: Likewise.
10038         * lib/regex_internal.c: Likewise.
10039         * lib/regexec.c: Likewise.
10040         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
10041
10042         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
10043
10044         * lib/regexec.c (find_recover_state): Remove unnecessary
10045         initialization.
10046         (transit_state_bkref): Make DFA a const pointer.
10047         (get_subexp): Likewise.
10048         (check_arrival): Likewise.
10049         (update_cur_sifted_state): Likewise.
10050         (re_search_internal): Likewise.
10051         (prune_impossible_nodes): Likewise.
10052         (acquire_init_state_context): Likewise.
10053         (proceed_next_node): Likewise.
10054         (set_regs): Likewise.
10055         (free_fail_stack_return): Likewise.
10056         (check_arrival_expand_ecl): Mark DFA parameter as const.
10057         (check_arrival_expand_ecl_sub): Likewise.
10058         (check_subexp_limits): Likewise.
10059         (sub_epsilon_src_nodes):  Likewise.
10060         (add_epsilon_src_nodes):  Likewise.
10061         (merge_state_array): Likewise.
10062         (update_regs): Likewise.
10063         (build_trtable): Likewise.
10064         (sift_states_backward): Mark MCTX parameter as const.
10065         (build_sifted_states): Likewise.
10066         (update_cur_sifted_state): Likewise.
10067         (sift_states_mkref): Likewise.
10068         (check_arrival_expand_ecl): Mark eclosure as const.
10069         (check_dst_limits_calc_pos_1): Likewise.
10070         * lib/regex_internal.h (re_match_context_t): Make dfa a const
10071         pointer.
10072
10073         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
10074
10075         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
10076         (transit_state_sb): Likewise.
10077         (transit_state_mb): Likewise.
10078         (sift_states_iter_mb): Likewise.
10079         (check_arrival_add_next_nodes): Likewise.
10080         (check_node_accept_bytes): Change first parameter to pointer-to-const.
10081         [_LIBC] (re_search_2_stub): Use mempcpy.
10082
10083         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
10084         mbrtowc for very simple UTF-8 case.
10085
10086         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
10087         a pointer-to-const.
10088         (re_acquire_state_context): Likewise.
10089         * lib/regex_internal.h: Adjust prototypes.
10090
10091         * lib/regex.c: Prevent using C++ compilers.
10092
10093         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
10094         (re_acquire_state_context): Likewise.
10095
10096 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10097
10098         * modules/regex (Depends-on): Add ssize_t.
10099
10100 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10101
10102         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
10103         translation table.
10104
10105 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10106
10107         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
10108
10109 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
10110             Bruno Haible  <bruno@clisp.org>
10111
10112         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
10113         <sys/types.h> and <inttypes.h>.
10114
10115 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10116
10117         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
10118         `__error_t_defined', so argp.h will not typedef the former.
10119
10120 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10121
10122         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
10123         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
10124         glibc names.  Even if glibc is changed to conform to POSIX, the
10125         traditional names will be available anyway, since regex depends on
10126         the extensions module.  Also, fix a longstanding typo in the
10127         implementation of Spencer ERE test #75 from grep 2.3.  Problems
10128         reported by Emanuele Giaquinta.  Also, change sense of cached
10129         variable, so that the message makes sense.
10130
10131 2006-03-24  Simon Josefsson  <jas@extundo.com>
10132
10133         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
10134         including some doc fixes.
10135         (base64_encode_alloc): Fix +1 bug on allocation failures.
10136
10137 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10138
10139         * lib/base64.c (base64_encode): Do not read past end of array with
10140         unsanitized input on systems with CHAR_BIT > 8.
10141
10142 2006-03-24  Eric Blake  <ebb9@byu.net>
10143
10144         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
10145
10146 2006-03-22  Karl Berry  <karl@gnu.org>
10147
10148         * config/srclist.txt (*setenv.[ch]): get from coreutils.
10149         * config/srclistvars.sh (COREUTILS): new var.
10150
10151 2006-03-17  Jim Meyering  <jim@meyering.net>
10152
10153         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
10154         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
10155
10156 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10157
10158         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
10159         no longer needs it.  Instead, check that regoff_t is as least
10160         as wide as ptrdiff_t.
10161
10162         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
10163         so that our regex.h stays compatible with the installed regex.
10164         This is helpful for installers who configure --without-included-regex.
10165         Problem reported by Emanuele Giaquinta.
10166
10167 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10168
10169         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
10170         Typedef to long int, not to off_, as POSIX will likely change
10171         in that direction.
10172
10173 2006-03-15  Eric Blake  <ebb9@byu.net>
10174
10175         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
10176
10177 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10178
10179         * lib/argp-help.c (validate_uparams): Fix typo
10180         * lib/argp-parse.c (argp_default_options): Consistently begin help
10181         messages with a lowercase letter.
10182
10183 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
10184
10185         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
10186         overrun buffers and shouldn't be used (much as gets shouldn't be
10187         used).
10188         * lib/time_r.c (asctime_r, ctime_r): Likewise.
10189
10190 2006-03-08  Simon Josefsson  <jas@extundo.com>
10191
10192         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
10193         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10194
10195 2006-03-08  Simon Josefsson  <jas@extundo.com>
10196
10197         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
10198         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10199
10200 2006-03-08  Simon Josefsson  <jas@extundo.com>
10201
10202         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
10203         signal that configure disabled the device.
10204
10205 2006-03-08  Simon Josefsson  <jas@extundo.com>
10206
10207         * build-aux/maint.mk: Fix refresh-po, to handle no translated
10208         languages.
10209
10210 2006-03-07  Simon Josefsson  <jas@extundo.com>
10211
10212         * modules/getopt (Depends-on): Add unistd.
10213
10214         * modules/unistd: New file.
10215
10216 2006-03-07  Simon Josefsson  <jas@extundo.com>
10217
10218         * modules/gc-random: New file.
10219
10220 2006-03-07  Simon Josefsson  <jas@extundo.com>
10221
10222         * m4/unistd_h.m4: New file.
10223
10224 2006-03-07  Simon Josefsson  <jas@extundo.com>
10225
10226         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10227         test to be side-effect free by storing the result in the cache
10228         variable gl_cv_lib_readline, and moving the assignment of
10229         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10230         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10231
10232 2006-03-07  Simon Josefsson  <jas@extundo.com>
10233
10234         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10235         error on missing devices (the functions will return an error).
10236
10237         * m4/gc.m4: Move random stuff to gc-random.m4
10238
10239 2006-03-07  Simon Josefsson  <jas@extundo.com>
10240
10241         * lib/unistd_.h: New file.
10242
10243 2006-03-07  Simon Josefsson  <jas@extundo.com>
10244
10245         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10246
10247 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10248
10249         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10250         Problem reported by Juan Manuel Guerrero.
10251
10252 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10253
10254         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10255         the unistd module.
10256         * lib/getlogin_r.c: Likewise.
10257         * lib/getlogin_r.h: Likewise.
10258         * lib/glob.c: Likewise.
10259         * lib/pagealign_alloc.c: Likewise.
10260         * lib/unistd_.h: Remove; no longer needed.
10261
10262 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10263
10264         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10265         Add unistd.
10266         * modules/c-stack (Depends-on): Add unistd.
10267         * modules/getlogin_r: Likewise.
10268         * modules/glob: Likewise.
10269         * modules/pagealign_alloc: Likewise.
10270         * modules/unistd (Files): Remove lib/unistd_.h.
10271         (EXTRA_DIST): Remove.
10272         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10273         need unistd_.h.
10274         (MOSTLYCLEANFILES): Remove unistd.h-t.
10275
10276 2006-03-03  Simon Josefsson  <jas@extundo.com>
10277
10278         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10279
10280 2006-03-03  Simon Josefsson  <jas@extundo.com>
10281
10282         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10283         libidn and bison.
10284
10285 2006-03-03  Simon Josefsson  <jas@extundo.com>
10286
10287         * build-aux/maint.mk: Add indent target.
10288
10289 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10290
10291         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10292         our replacement poll.h in any case, to avoid a differing
10293         declaration from a system header.  Seen on AIX.
10294
10295 2006-03-01  Simon Josefsson  <jas@extundo.com>
10296
10297         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10298         <kasal@ucw.cz>.
10299
10300 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10301
10302         * modules/gettime (Depends-on): Add extensions module.
10303         * modules/nanosleep (Depends-on): Likewise.
10304         * modules/settime (Depends-on): Likewise.
10305
10306 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10307
10308         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10309         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10310         pedantically.
10311         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10312         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10313
10314         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10315         not "==".  Reported by Ralf Wildenhues.
10316
10317 2006-03-01  Karl Berry  <karl@gnu.org>
10318
10319         * doc/Copyright/request-*: new files, synced from gnuorg.
10320
10321 2006-03-01  Karl Berry  <karl@gnu.org>
10322
10323         * config/srclist.txt (Copyright/*): new entries.
10324
10325 2006-02-28  Simon Josefsson  <jas@extundo.com>
10326
10327         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10328
10329 2006-02-27  Simon Josefsson  <jas@extundo.com>
10330
10331         * lib/base64.h: Indent #define's.  From Jim Meyering
10332         <jim@meyering.net>.
10333
10334 2006-02-27  Jim Meyering  <jim@meyering.net>
10335
10336         Revert the change of 2006-02-24, so these files can continue
10337         to be sync'd from gettext.
10338         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10339         of `config.h'.
10340
10341 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10342
10343         * modules/intprops: New file.
10344         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10345         Add intprops.
10346         * modules/getloadavg (Files): Remove lib/intprops.h.
10347         (Depends-on): Add intprops.
10348         * modules/human: Likewise.
10349         * modules/inttostr: Likewise.
10350         * modules/openat: Likewise.
10351         * modules/sig2str: Likewise.
10352         * modules/userspec: Likewise.
10353         * modules/utimecmp: Likewise.
10354         * modules/xnanosleep: Likewise.
10355         * modules/xstrtol: Likewise.
10356
10357 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10358
10359         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10360         * modules/lock-tests (TESTS): Use $(EXEEXT).
10361         * modules/tls-tests: Likewise.
10362         * modules/argp-tests: Likewise.
10363         (check_PROGRAMS): New var, replacing...
10364         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10365
10366 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10367
10368         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10369         `config.h'.
10370
10371 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10372
10373         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10374
10375 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10376
10377         Sync from coreutils.
10378         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10379         gl_CHDIR_SAFER.
10380
10381 2006-02-22  Jim Meyering  <jim@meyering.net>
10382
10383         Sync from coreutils.
10384         * m4/chdir-safer.m4: New file.
10385
10386 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10387
10388         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10389         AT_FDCWD exceeds INT_MAX.
10390         * lib/openat.h (AT_FDCWD): Likewise.
10391
10392 2006-02-17  Eric Blake  <address@hidden>
10393
10394         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10395
10396 2006-02-16  Simon Josefsson  <jas@extundo.com>
10397
10398         * modules/getaddrinfo (Depends-on): Add sys_socket.
10399
10400 2006-02-15  Simon Josefsson  <jas@extundo.com>
10401
10402         * build-aux/maint.mk: Add dsyntax-check rule.
10403
10404 2006-02-15  Eric Blake  <ebb9@byu.net>
10405
10406         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10407         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10408         'present but cannot compile' warnings on cygwin.
10409         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10410         use ws2tcpip.h if sys/socket.h works.
10411         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10412         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10413
10414 2006-02-14  Simon Josefsson  <jas@extundo.com>
10415
10416         * modules/maintainer-makefile (Files): Rename.
10417
10418         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10419         and (the local) Makefile.cfg to maint-cfg.mk.
10420
10421         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10422         to the latter.
10423
10424         * modules/maintainer-makefile: New module.
10425
10426         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10427         severaly stripped to make it possible to build it up from scratch
10428         with reliable tests.
10429
10430         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10431         fixes to permit overriding the default actions when configure and
10432         makefile are not available.
10433
10434 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10435
10436         Sync from coreutils.
10437         * modules/lstat (Depends-on): Don't depend on xalloc.
10438         (License): Change from GPL to LGPL, since this is now simply a
10439         replacement for a libc function.
10440
10441 2006-02-14  Jim Meyering  <jim@meyering.net>
10442
10443         Sync from coreutils.
10444
10445         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10446         failure on deficient systems, and simplify gnulib lgpl dependencies.
10447         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10448         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10449
10450         * lib/xalloc-die.c: Remove unused definition of N_.
10451
10452 2006-02-14  Jim Meyering  <jim@meyering.net>
10453
10454         Sync from coreutils.
10455         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10456         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10457         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10458         double-quote uses of that variable, to accommodate the rare case in
10459         which getmntent is available in none of the libraries checked.  This
10460         happens at least on FreeBSD 5.0.
10461
10462 2006-02-13  Simon Josefsson  <jas@extundo.com>
10463
10464         * gnulib-tool (Usage): Fix --import, from
10465         karl@freefriends.org (Karl Berry).
10466
10467 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10468
10469         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10470
10471 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10472
10473         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10474         "autoupdate" on 2005-12-12.
10475
10476 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10477
10478         * modules/closeout (Depends-on): Remove atexit.
10479
10480 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10481
10482         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10483         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10484
10485 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10486
10487         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10488         __EXTENSIONS__ if this causes compilation to fail.  Problem
10489         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10490         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10491
10492 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10493
10494         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10495         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10496         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10497         All uses changed.
10498
10499 2006-01-26  Simon Josefsson  <jas@extundo.com>
10500
10501         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10502         prototype is visible on mingw32.
10503
10504         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10505         for mingw32.
10506
10507         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10508         mingw32).
10509
10510 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10511
10512         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10513         attempt to open for write; this always fails, at least on POSIX
10514         hosts.  This reinstates the 2006-01-09 change, which was
10515         inadvertently removed.
10516
10517 2006-01-26  Bruno Haible  <bruno@clisp.org>
10518
10519         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10520         Reported by Paul Eggert.
10521
10522 2006-01-26  Bruno Haible  <bruno@clisp.org>
10523             Paul Eggert  <eggert@cs.ucla.edu>
10524
10525         * lib/stdbool_.h (_Bool)
10526         [(! (defined __cplusplus || defined __BEOS__)
10527           && !defined __GNUC__
10528           && !(defined __HP_cc || defined __xlc__
10529                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10530                || defined __sgi))]:
10531         #define to signed char in these cases too; this simplifies
10532         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10533         etc., separately) and makes it more conservative.
10534
10535 2006-01-25  Simon Josefsson  <jas@extundo.com>
10536
10537         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10538         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10539         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10540
10541 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10542
10543         * lib/argp-namefrob.h: Bugfix. Remove stray #
10544
10545 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10546
10547         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10548         so that we test the test.
10549         Check for yet another HP-UX cc bug involving *bool |= bool.
10550
10551 2006-01-25  Karl Berry  <karl@gnu.org>
10552
10553         * config/srclist.txt (vasnprintf.c): sync lost.
10554
10555 2006-01-25  Jim Meyering  <jim@meyering.net>
10556
10557         Sync from the stable (b5) branch of coreutils:
10558
10559         * lib/fts.c (fts_children): Don't let close() clobber errno from
10560         failed fchdir().
10561
10562         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10563         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10564         a dangling symlink.  That can also happen at least for ELOOP.
10565         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10566         FYI, this bug predates the inclusion of fts.c in coreutils.
10567
10568         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10569         in their own block, so pre-c99 compilers don't object.
10570
10571         Avoid the double-free (first in fts_read, second in fts_close) that
10572         would occur when an `active' directory is made inaccessible (e.g.,
10573         via chmod a-x) during a traversal.
10574         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10575         before returning.  Reproduce this failure by
10576         mkdir -p a/b; cd a; chmod a-x . b
10577         Reported by Stavros Passas.
10578
10579 2006-01-25  Jim Meyering  <jim@meyering.net>
10580
10581         * lib/fileblocks.c: Remove more useless parentheses.
10582         * lib/readutmp.h: Likewise.
10583
10584 2006-01-25  Bruno Haible  <bruno@clisp.org>
10585
10586         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10587         warnings.
10588         Reported by Paul Eggert.
10589
10590 2006-01-25  Bruno Haible  <bruno@clisp.org>
10591
10592         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10593         rid of a trap command. For Solaris sh.
10594         Reported by Mark D. Baushke <mdb@gnu.org>.
10595
10596 2006-01-24  Simon Josefsson  <jas@extundo.com>
10597
10598         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10599         Bruno.
10600
10601 2006-01-24  Karl Berry  <karl@gnu.org>
10602
10603         * config/srclist.txt (argp-namefrob.h): sync lost.
10604
10605 2006-01-24  Jim Meyering  <jim@meyering.net>
10606
10607         * modules/openat (Files): Add lib/intprops.h.
10608         From Mark D. Baushke.
10609
10610 2006-01-24  Jim Meyering  <jim@meyering.net>
10611
10612         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10613         Reported by Mark D. Baushke.
10614
10615 2006-01-24  Jim Meyering  <jim@meyering.net>
10616
10617         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10618
10619 2006-01-24  Bruno Haible  <bruno@clisp.org>
10620
10621         * modules/strnlen (Maintainer): Change from glibc to all.
10622
10623 2006-01-24  Bruno Haible  <bruno@clisp.org>
10624
10625         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10626         Patch by Paul Eggert.
10627
10628 2006-01-24  Bruno Haible  <bruno@clisp.org>
10629
10630         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10631         already has it.
10632         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10633         2005-11-26.
10634
10635         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10636         'signed char' to avoid problems with the built-in _Bool type.
10637         Reported by Paul Eggert on 2005-11-26.
10638
10639 2006-01-24  Bruno Haible  <bruno@clisp.org>
10640
10641         * gnulib-tool (func_import): Avoid constructing complicated sed
10642         expressions inside backquote.
10643         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10644
10645 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10646
10647         These changes imported from libc.
10648         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10649         test and two separate function calls.
10650         * lib/strndup.c (__strndup): Add libc_hidden_def.
10651
10652 2006-01-23  Simon Josefsson  <jas@extundo.com>
10653
10654         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10655         Remove the test_*_SOURCES variable: automake infers it by default.
10656         * modules/tls-tests: Likewise.
10657
10658 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10659
10660         Work around porting bugs reported by Dieter in
10661         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10662         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10663         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10664         Include "getopt.h" first, to check interface.
10665         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10666         !HAVE_DECL_GETENV.
10667         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10668         (__strndup): Revert to K&R-style function dfns, the glibc style.
10669         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10670         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10671         Include strnlen.h first, to get prototype properly.
10672         (strnlen): Renamed from __strnlen.
10673         Remove weak alias.
10674
10675 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10676
10677         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10678
10679 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10680
10681         * config/srclist.txt: Adjust to reflect glibc reorganization.
10682         This affects only comments.
10683
10684 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10685
10686          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10687          Reported by Bruce Korb <bkorb@gnu.org>.
10688
10689 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10690
10691         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10692         to pacify gcc -Wswitch-default.
10693
10694 2006-01-22  Bruno Haible  <bruno@clisp.org>
10695
10696         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10697         temporary buffer for sprintf, take into account the precision also
10698         for 'd', 'i', 'u', 'o', 'x', 'X'.
10699
10700 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10701
10702         * modules/argp-tests: New module
10703         * tests/test-argp.c: New file
10704         * tests/test-argp-2.sh: New file
10705
10706 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10707
10708         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10709         (__argp_base_name): Removed
10710         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10711         typo.
10712         (__argp_base_name): Provide macro definition or extern declaration
10713         depending on the configuration
10714
10715 2006-01-20  Simon Josefsson  <jas@extundo.com>
10716
10717         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10718
10719 2006-01-20  Simon Josefsson  <jas@extundo.com>
10720
10721         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10722
10723 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10724
10725         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10726         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10727         Suggested by Bruno Haible.
10728
10729 2006-01-20  Karl Berry  <karl@gnu.org>
10730
10731         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10732         until changes propagate, I guess.
10733
10734 2006-01-19  Simon Josefsson  <jas@extundo.com>
10735
10736         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10737
10738 2006-01-19  Simon Josefsson  <jas@extundo.com>
10739
10740         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10741
10742 2006-01-19  Simon Josefsson  <jas@extundo.com>
10743
10744         * gnulib-tool: Set check_PROGRAMS.
10745
10746         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10747         modules/des-tests, modules/gc-arcfour-tests,
10748         modules/gc-arctwo-tests, modules/gc-des-tests,
10749         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10750         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10751         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10752         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10753         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10754         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10755         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10756         test_*_SOURCES.
10757
10758 2006-01-18  Simon Josefsson  <jas@extundo.com>
10759
10760         * modules/socklen (Depends-on): Depend on sys_socket.
10761
10762 2006-01-18  Simon Josefsson  <jas@extundo.com>
10763
10764         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10765         modules/des-tests, modules/gc-arcfour-tests,
10766         modules/gc-arctwo-tests, modules/gc-des-tests,
10767         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10768         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10769         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10770         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10771         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10772         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10773         $(EXEEXT) to automake TESTS variable, for mingw32.
10774
10775 2006-01-17  Simon Josefsson  <jas@extundo.com>
10776
10777         * modules/socklen (Include): Need sys/socket.h.
10778
10779 2006-01-17  Bruno Haible  <bruno@clisp.org>
10780
10781         * modules/ssize_t (Include): Add <sys/types.h>.
10782
10783 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10784
10785         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10786         it's not portable and it doesn't work with cross-compiles.
10787         Problem reported by Bruno Haible.  Fix missing-$ typo in
10788         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10789         -zignore from being used with Sun's C compiler.
10790
10791 2006-01-12  Simon Josefsson  <jas@extundo.com>
10792
10793         * lib/base64.c: Fix warning, reported by Bruno Haible
10794         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10795
10796 2006-01-12  Bruno Haible  <bruno@clisp.org>
10797
10798         * modules/ldd: New file.
10799         * build-aux/ldd.sh.in: New file.
10800         * MODULES.html.sh (Support for building libraries and executables): Add
10801         ldd.
10802
10803 2006-01-12  Bruno Haible  <bruno@clisp.org>
10804
10805         * m4/ldd.m4: New file.
10806
10807 2006-01-12  Bruno Haible  <bruno@clisp.org>
10808
10809         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10810         endless loop while replacing $auxdir with build-aux.
10811
10812 2006-01-11  Simon Josefsson  <jas@extundo.com>
10813
10814         * lib/stdint_.h (SIZE_MAX): Add missing (.
10815
10816 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10817
10818         Sync from coreutils.
10819         * lib/md5.c: Fix commentary typos.
10820         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10821         * lib/md5.h (__attribute__): Remove; unused.
10822         * lib/sha1.c: Fix commentary to match md5 better.
10823         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10824         so that we don't need to worry about alignment.  All uses changed.
10825         This merges the 2005-10-28 md5 change into sha1.
10826
10827 2006-01-11  Jim Meyering  <jim@meyering.net>
10828
10829         Sync from coreutils.
10830         * lib/md5.c (OP): Fix spacing.
10831
10832 2006-01-11  Bruno Haible  <bruno@clisp.org>
10833
10834         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10835         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10836         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10837
10838 2006-01-11  Bruno Haible  <bruno@clisp.org>
10839
10840         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10841         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10842         the "early" section as well.
10843
10844 2006-01-11  Bruno Haible  <bruno@clisp.org>
10845
10846         Avoid "ar: no archive members specified" error on MacOS X.
10847         * gnulib-tool (func_modules_add_dummy): New function.
10848         (func_import, func_create_testdir): Invoke it.
10849
10850 2006-01-11  Bruno Haible  <bruno@clisp.org>
10851
10852         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10853         with $auxdir in AC_CONFIG_FILES statements.
10854
10855 2006-01-11  Bruno Haible  <bruno@clisp.org>
10856
10857         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10858         Initialize also noinst_HEADERS to empty.
10859
10860 2006-01-11  Bruno Haible  <bruno@clisp.org>
10861
10862         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10863         variables.
10864         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10865         autoreconf.
10866
10867 2006-01-11  Bruno Haible  <bruno@clisp.org>
10868
10869         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10870         overridable by the user.
10871         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10872
10873 2006-01-10  Simon Josefsson  <jas@extundo.com>
10874
10875         * modules/sys_socket: New file.
10876
10877 2006-01-10  Simon Josefsson  <jas@extundo.com>
10878
10879         * m4/sys_socket_h.m4: New file.
10880
10881 2006-01-10  Simon Josefsson  <jas@extundo.com>
10882
10883         * lib/socket_.h: New file.
10884
10885 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10886
10887         * modules/readutmp (Maintainer): Add myself.
10888
10889 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10890
10891         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10892         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10893         People who are still concerned with buggy memcmp implementations
10894         can invoke gl_FUNC_MEMCMP themselves.
10895
10896 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10897
10898         * lib/regex_internal.h (BITSET_WORD_BITS):
10899         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10900         preprocessor mishandles large unsigned values as if they were signed.
10901         Problem reported by Claudio Fontana in
10902         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10903
10904 2006-01-10  Jim Meyering  <jim@meyering.net>
10905
10906         Avoid the double-free (first in fts_read, second in fts_close) that
10907         would occur when an `active' directory is made inaccessible (e.g.,
10908         via chmod a-x) during a traversal.
10909         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10910         before returning.  Reproduce this failure by
10911         mkdir -p a/b; cd a; chmod a-x . b
10912         Reported by Stavros Passas.
10913
10914         Sync from coreutils.
10915         * lib/sha1.c: Tweak grammar in a comment.
10916
10917 2006-01-10  Jim Meyering  <jim@meyering.net>
10918
10919         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10920         Patch by Joerg Sonnenberger.
10921
10922 2006-01-10  Bruno Haible  <bruno@clisp.org>
10923
10924         * modules/readutmp: Depend on module free.
10925         * modules/strtok_r: Depend on module restrict.
10926
10927 2006-01-10  Bruno Haible  <bruno@clisp.org>
10928
10929         * modules/gettext (configure.ac): Add an invocation of
10930         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10931
10932 2006-01-10  Bruno Haible  <bruno@clisp.org>
10933
10934         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10935         Reported by Werner Lemberg <wl@gnu.org>.
10936
10937 2006-01-10  Bruno Haible  <bruno@clisp.org>
10938
10939         * lib/localcharset.c: Update from GNU gettext.
10940
10941 2006-01-10  Bruno Haible  <bruno@clisp.org>
10942
10943         * lib/argp.h (__const): Remove macro. Use const instead.
10944         * lib/argp-fmtstream.h (__const): Likewise.
10945         * lib/glob_.h (__const): Remove macro.
10946         * lib/glob-libc.h: Use const instead of __const.
10947
10948 2006-01-10  Bruno Haible  <bruno@clisp.org>
10949
10950         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10951         variable.
10952         Needed to avoid an automake error regarding the 'gettext' module.
10953
10954 2006-01-09  Simon Josefsson  <jas@extundo.com>
10955
10956         * modules/inet_ntop (Depends-on): Add restrict.
10957
10958 2006-01-09  Simon Josefsson  <jas@extundo.com>
10959
10960         * modules/gc-rijndael-tests (License): Put under LGPL.
10961
10962         * modules/gc-des-tests (License): Likewise.
10963
10964         * modules/gc-arcfour-tests (License): Likewise.
10965
10966         * modules/gc-arctwo-tests (License): Likewise.
10967
10968         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10969
10970         * modules/gc-hmac-sha1-tests (Files): Likewise.
10971
10972         * modules/gc-hmac-md5-tests (License): Likewise.
10973
10974         * modules/gc-sha1-tests (License): Likewise.
10975
10976         * modules/gc-md5-tests (License): Likewise.
10977
10978         * modules/gc-md4-tests (License): Likewise.
10979
10980         * modules/gc-md2-tests (License): Likewise.
10981
10982         * modules/gc-tests (License): Likewise.
10983
10984         * modules/des-tests (License): Likewise.
10985
10986         * modules/md4-tests (License): Likewise.
10987
10988         * modules/md2-tests (License): Likewise.
10989
10990 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10991
10992         Sync from coreutils:
10993
10994         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10995         * modules/lib-ignore: New file.
10996         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10997         chdir-safer.m4, lchmod.m4.
10998         * modules/openat: Add mkdirat.c, openat-priv.h.
10999
11000 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11001
11002         Sync from coreutils.
11003         * m4/lib-ignore.m4: New file.
11004         * m4/lchmod.m4: New file.
11005
11006 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11007
11008         Sync from coreutils.
11009         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
11010         for write access: POSIX says that must fail.
11011         * lib/fts.c (diropen): Likewise.
11012         * lib/save-cwd.c (save_cwd): Likewise.
11013         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
11014         well, for minor improvements on hosts that lack O_DIRECTORY.
11015         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
11016         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
11017         Fall back on chown if open failed with EACCES.
11018
11019         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
11020         Report an error at compile-time if only a 1-second nominal clock
11021         resolution is found.
11022
11023         * lib/lchmod.h: New file.
11024         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
11025         (make_dir_parents): Use lchown rather than chown, and
11026         lchmod rather than chmod.
11027
11028         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
11029         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
11030         "proc" reported by n0dalus.
11031
11032         * lib/mountlist.c: Include <limits.h>.
11033         (dev_from_mount_options)
11034         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
11035         New function.  It no longer assumes "dev=" has the System V meaning
11036         on Linux (since it doesn't).  It also parses "dev=" more carefully.
11037         (read_file_system_list)
11038         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
11039         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
11040         dev= in that case.
11041
11042         * lib/posixtm.h (PDS_PRE_2000): New macro.
11043         * lib/posixtm.c (year): Arg is now syntax_bits rather than
11044         allow_century.  All usages changed.  Reject dates outside the range
11045         1969-1999 if PDS_PRE_2000 is used.
11046
11047 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11048
11049         Sync from coreutils.
11050         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
11051         (Time of day items): Mention the possibility of leap seconds.
11052         Problem reported by Dr. David Alan Gilbert.
11053
11054 2006-01-09  Jim Meyering  <jim@meyering.net>
11055
11056         Sync from coreutils.
11057
11058         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
11059
11060         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
11061
11062         * lib/modechange.c (mode_compile): Reject an invalid mode string
11063         that starts with an octal digit.  From Andreas Gruenbacher.
11064
11065         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
11066         and dup to open_safer and dup_safer, respectively.
11067         (openat_permissive): Fix typo in comment.
11068
11069         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
11070         "gettext.h"; either no longer needed or are guaranteed by openat.h.
11071         (_): Remove; no longer needed.
11072         (openat): Renamed from rpl_openat; no need for rpl_openat
11073         since openat.h renames openat for us.
11074         Replace most of the body with a call to openat_permissive,
11075         to avoid duplicate code.
11076         Port to (probably hypothetical) environments were mode_t is
11077         wider than int.
11078         (openat_permissive): Require mode arg, so that we can check
11079         types better.  Put it just after flags.  Change cwd failure
11080         indicator from pointer-to-bool to pointer-to-errno-value.
11081         All callers changed.
11082         Invoke openat_save_fail and/or openat_restore_fail if
11083         cwd_errno is null, so that openat can call us.
11084         (openat_permissive, fdopendir, fstatat, unlinkat):
11085         Simplify errno handling to avoid some duplicate code,
11086         as it's OK to set errno on success.
11087         * lib/openat.h: Revamp code so that function macros depend on
11088         __OPENAT_PREFIX only, not also on AT_FDCWD.
11089         (openat_ro): Remove.  Caller changed to use openat_permissive.
11090         (openat_permissive): Now a macro, if not a function.
11091         (openat_restore_fail, openat_save_fail): Now always functions,
11092         since mkdirat needs them even if __OPENAT_PREFIX is defined.
11093
11094         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
11095         and openat.c.
11096         * lib/mkdirat.c: Include openat-priv.h.
11097         Remove definitions of macros defined therein.
11098         * lib/openat.c: Likewise.
11099
11100         * lib/mkdirat.c (mkdirat): New file and function.
11101         * lib/openat.h (mkdirat): Declare.
11102
11103         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
11104
11105         * lib/openat.h (openat_permissive): Declare.
11106         (openat_ro): Define.
11107
11108         * lib/openat.c (EXPECTED_ERRNO): New macro.
11109         (openat_permissive): New function -- used in remove.c rewrite.
11110         (all functions): Set errno just before returning, only if there
11111         was an actual failure.
11112         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
11113
11114         Emulate openat-family functions using Linux's procfs, if possible.
11115         Idea and some code based on Ulrich Drepper's glibc changes.
11116
11117         * lib/openat.c: (BUILD_PROC_NAME): New macro.
11118         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
11119         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
11120         before falling back on save_cwd and restore_cwd.
11121         (fdopendir, fstatat, unlinkat): Likewise.
11122
11123         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
11124         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
11125
11126         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
11127         as second argument to va_arg.  Otherwise, some versions of gcc
11128         warn that `if this code is reached, the program will abort'.
11129
11130 2006-01-09  Jim Meyering  <jim@meyering.net>
11131
11132         Sync from coreutils.
11133         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
11134         Require openat-priv.h.
11135
11136 2006-01-09  Bruno Haible  <bruno@clisp.org>
11137
11138         * modules/strnlen (Include): Use strnlen.h.
11139
11140 2006-01-09  Bruno Haible  <bruno@clisp.org>
11141
11142         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
11143
11144 2006-01-09  Bruno Haible  <bruno@clisp.org>
11145
11146         * lib/sysexit_.h (EX_OK): New macro.
11147         Suggested by Martin Lambers <marlam@marlam.de>.
11148
11149 2006-01-09  Bruno Haible  <bruno@clisp.org>
11150
11151         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
11152         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
11153
11154 2006-01-09  Bruno Haible  <bruno@clisp.org>
11155
11156         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
11157         numbers.
11158
11159 2006-01-09  Bruno Haible  <bruno@clisp.org>
11160
11161         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
11162         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
11163         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
11164         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
11165
11166 2006-01-09  Bruno Haible  <bruno@clisp.org>
11167
11168         * build-aux/javacomp.sh.in: New file, moved from lib/.
11169         * modules/javacomp-script (Files): Update.
11170         (configure.ac): Add AC_CONFIG_FILES invocation.
11171         (EXTRA_DIST): Remove variable.
11172
11173         * build-aux/javaexec.sh.in: New file, moved from lib/.
11174         * modules/javaexec (Files): Update.
11175         (configure.ac): Add AC_CONFIG_FILES invocation.
11176         (EXTRA_DIST): Remove javaexec.sh.in.
11177
11178         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
11179         * modules/csharpcomp-script (Files): Update.
11180         (configure.ac): Add AC_CONFIG_FILES invocation.
11181         (EXTRA_DIST): Remove variable.
11182
11183         * build-aux/csharpexec.sh.in: New file, moved from lib/.
11184         * modules/csharpexec (Files): Update.
11185         (configure.ac): Add AC_CONFIG_FILES invocation.
11186         (EXTRA_DIST): Remove csharpexec.sh.in.
11187
11188 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11189
11190         Sync from coreutils.
11191
11192         Add POSIX ACL support
11193         * lib/acl.h (copy_acl, set_acl): Add declarations.
11194         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
11195         systems other than Linux.
11196         (chmod_or_fchmod): New function: use fchmod when possible,
11197         and chmod otherwise.
11198         (file_has_acl): Add a POSIX ACL implementation, with a
11199         Linux-specific subcase.
11200         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
11201         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
11202         acls are unsupported.
11203         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
11204         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
11205         are unsupported.
11206
11207 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11208
11209         Sync from coreutils.
11210         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
11211
11212 2006-01-07  Bruno Haible  <bruno@clisp.org>
11213
11214         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
11215         gl_EARLY.
11216
11217 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11218
11219         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11220         Problem reported for Mingw by Mark Junker.
11221
11222 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11223
11224         * README: Gnulib normally doesn't generate a tarball.
11225
11226 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11227
11228         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11229         long int, not int, for nanosecond counts, so that people who are
11230         used to POSIX struct timespec won't be surprised.  Reported by Jim
11231         Meyering.
11232
11233 2005-12-28  Bruno Haible  <bruno@clisp.org>
11234
11235         * build-aux/config.rpath: Update from GNU gettext.
11236
11237 2005-12-16  Jim Meyering  <jim@meyering.net>
11238
11239         * modules/fprintftime: New module.
11240         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11241
11242 2005-12-16  Jim Meyering  <jim@meyering.net>
11243
11244         * m4/fprintftime.m4: New file.
11245
11246 2005-12-16  Jim Meyering  <jim@meyering.net>
11247
11248         * lib/fprintftime.c, lib/fprintftime.h: New files.
11249
11250 2005-12-15  Simon Josefsson  <jas@extundo.com>
11251
11252         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11253         new m4/socklen.m4.
11254
11255 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11256
11257         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11258         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11259
11260 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11261
11262         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11263         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11264         struct uparams is valid. Fall back to the default values if it is
11265         not.
11266
11267 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11268
11269         * modules/argp (Files): Add argp-pin.c
11270         (Depends-on): dirname
11271         (lib_SOURCES): Add argp-pin.c
11272
11273 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11274
11275         * m4/argp.m4:  Check if program_invocation_name and
11276         program_invocation_short_name are declared and define appropriate
11277         macros if they are not.
11278
11279 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11280
11281         * lib/argp-help.c (__argp_base_name): New function
11282         (__argp_short_program_name): Rewrite using __argp_base_name
11283         * lib/argp-namefrob.h: Define program_invocation_name and
11284         program_invocation_short_name if requested
11285         (__argp_base_name): Add prototype
11286         * lib/argp-parse.c (argp_def): Use gettext wrappers
11287         (argp_default_parser): Use __argp_base_name
11288         * lib/argp-pin.c: New file. Defines program_invocation_name and
11289         program_invocation_short_name on systems that lack them.
11290
11291 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11292
11293         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11294         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11295         porting problem reported by Georg Schwarz in
11296         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11297
11298 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11299
11300         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11301         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11302         porting problem reported by Georg Schwarz in
11303         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11304
11305 2005-12-05  Bruno Haible  <bruno@clisp.org>
11306
11307         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11308         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11309         Reported by Mark Junker <mjscod@gmx.de>.
11310
11311 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11312
11313         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11314         Use implementation from Albert Chin, with some
11315         comments/corrections by Stepan Kasal and myself.
11316
11317 2005-12-02  Bruno Haible  <bruno@clisp.org>
11318
11319         * gnulib-tool (func_import): Accept GPLed build tool modules when
11320         --lgpl is given.
11321         * modules/csharpcomp-script: New file.
11322         * modules/csharpcomp: Depend on it.
11323         * modules/javacomp-script: New file.
11324         * modules/javacomp: Depend on it.
11325         Suggested by Simon Josefsson.
11326
11327 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11328
11329         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11330         statement, to work around an HP-UX 10.20 compiler bug reported by
11331         Peter O'Gorman.
11332
11333 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11334
11335         * modules/savedir (Depends-on): Add openat.
11336
11337 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11338
11339         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11340         (uintmax_t) [defined uintmax_t]: Do not declare.
11341         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11342         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11343         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11344         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11345         sake of portability to weird hosts that C allows (though we don't
11346         know of any practical examples).
11347
11348         * lib/savedir.h (fdsavedir): New decl.
11349         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11350         contains most of the former guts of savedir.
11351         (savedir): Use savedirstream.
11352         Include "openat.h".
11353
11354 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11355
11356         * modules/obstack (Files): Add m4/ulonglong.m4.
11357         Problem reported by Davide Angelocola.
11358
11359 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11360
11361         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11362         coreutils no longer futzes with rounding modes.
11363
11364 2005-11-14  Jim Meyering  <jim@meyering.net>
11365
11366         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11367         replacement of mkstemp.
11368
11369 2005-11-10  Simon Josefsson  <jas@extundo.com>
11370
11371         * lib/readline.c: Remove EOL.
11372
11373 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11374
11375         * modules/gethrxtime (Depends-on): Add gettime.
11376
11377 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11378
11379         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11380         or gettimeofday; no longer needed.
11381
11382 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11383
11384         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11385         time business.
11386         (gethrxtime) [! (HAVE_NANOUPTIME
11387         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11388         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11389         our own approximation.
11390
11391 2005-11-08  Eric Blake  <ebb9@byu.net>
11392
11393         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11394
11395 2005-11-08  Eric Blake  <ebb9@byu.net>
11396
11397         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11398
11399 2005-11-04  Bruno Haible  <bruno@clisp.org>
11400
11401         * gnulib-tool: Implement --update mode.
11402
11403 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11404
11405         Fix porting problem reported by Theodoros V. Kalamatianos.
11406         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11407         Don't assume that futimes failing means we must fail.
11408
11409 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11410
11411         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11412         variables to suggest the intended function of the PATH_MAX check.
11413
11414 2005-10-30  Kean Johnston  <jkj@sco.com>
11415
11416         Trivial changes to support SCO systems.
11417         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11418         as PATH_MAX.
11419         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11420         where __ptr is null when no I/O is pending.
11421
11422 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11423
11424         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11425         leave errno alone.  Problem reported by Dmitry V. Levin.
11426
11427 2005-10-28  Simon Josefsson  <jas@extundo.com>
11428
11429         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11430         Test more.
11431
11432         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11433
11434         * modules/md2, modules/md2-tests: New files.
11435
11436 2005-10-28  Simon Josefsson  <jas@extundo.com>
11437
11438         * m4/inet_ntop.m4: More tests.
11439
11440         * m4/gc-md2.m4, md2.m4: New file.
11441
11442 2005-10-28  Simon Josefsson  <jas@extundo.com>
11443
11444         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11445         "restrict" keywords, as per POSIX.  Protect the function
11446         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11447         Don't use K&R prototypes.  Check the sprintf return values.
11448         Re-define EAFNOSUPPORT if not present.  Indent.
11449
11450         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11451         suggested by Bruno Haible <bruno@clisp.org>.
11452
11453         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11454
11455         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11456
11457         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11458         libgcrypt).
11459
11460         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11461
11462         * lib/md2.h, lib/md2.c: New files.
11463
11464 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11465
11466         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11467         errno alone.  Problem reported by Frederic Jolliton.
11468
11469 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11470
11471         * modules/verify (License): Change from GPL to LGPL.  This is a
11472         tiny module and there are apparently near-equivalents that are
11473         under the BSD license.
11474
11475 2005-10-24  Simon Josefsson  <jas@extundo.com>
11476
11477         * modules/sha1: Relicense to LGPL.
11478
11479 2005-10-24  Simon Josefsson  <jas@extundo.com>
11480
11481         * lib/md4.h: Shrink buffer size, now that we changed the type.
11482
11483 2005-10-23  Simon Josefsson  <jas@extundo.com>
11484
11485         * gnulib-tool (func_import): Fix --tests-base.
11486
11487 2005-10-22  Simon Josefsson  <jas@extundo.com>
11488
11489         * modules/arcfour (Depends-on): Need stdint.
11490
11491 2005-10-22  Simon Josefsson  <jas@extundo.com>
11492
11493         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11494         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11495
11496 2005-10-22  Simon Josefsson  <jas@extundo.com>
11497
11498         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11499         suggested by Bruno Haible <bruno@clisp.org>.
11500
11501 2005-10-22  Simon Josefsson  <jas@extundo.com>
11502
11503         * lib/crc.h: Include stddef.h, for size_t.
11504
11505 2005-10-22  Simon Josefsson  <jas@extundo.com>
11506
11507         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11508         arcfour_context struct (simplify test vector testing in GNU
11509         Shishi).
11510
11511 2005-10-21  Simon Josefsson  <jas@extundo.com>
11512
11513         * modules/des, modules/des-tests: New files.
11514
11515         * modules/gc-des, modules/gc-des-tests: New files.
11516
11517         * tests/test-des.c, tests/test-gc-des.c: New file.
11518
11519 2005-10-21  Simon Josefsson  <jas@extundo.com>
11520
11521         * modules/arctwo, modules/arctwo-tests: New files.
11522
11523         * tests/test-arctwo.c: New file.
11524
11525         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11526
11527         * tests/test-gc-arctwo.c: New file.
11528
11529 2005-10-21  Simon Josefsson  <jas@extundo.com>
11530
11531         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11532         Bruno Haible <bruno@clisp.org>.
11533
11534         * m4/gc-des.m4: New file.
11535
11536 2005-10-21  Simon Josefsson  <jas@extundo.com>
11537
11538         * m4/arctwo.m4: New file.
11539
11540         * m4/gc-arctwo.m4: New file.
11541
11542 2005-10-21  Simon Josefsson  <jas@extundo.com>
11543
11544         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11545         block.
11546
11547 2005-10-21  Simon Josefsson  <jas@extundo.com>
11548
11549         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11550         <bruno@clisp.org>.
11551
11552         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11553
11554         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11555         Bruno Haible <bruno@clisp.org>.
11556
11557         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11558         <bruno@clisp.org>.
11559
11560 2005-10-21  Simon Josefsson  <jas@extundo.com>
11561
11562         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11563
11564 2005-10-21  Simon Josefsson  <jas@extundo.com>
11565
11566         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11567
11568 2005-10-21  Simon Josefsson  <jas@extundo.com>
11569
11570         * lib/des.h, lib/des.c: New files.
11571
11572         * lib/gc-gnulib.c: Support DES.c
11573
11574 2005-10-21  Simon Josefsson  <jas@extundo.com>
11575
11576         * lib/arctwo.h, lib/arctwo.c: New files.
11577
11578         * lib/gc-gnulib.c: Support ARCTWO.
11579
11580 2005-10-21  Simon Josefsson  <jas@extundo.com>
11581
11582         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11583         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11584
11585 2005-10-21  Simon Josefsson  <jas@extundo.com>
11586
11587         * gnulib-tool (func_import, func_create_testdir): Define automake
11588         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11589         Makefile.am snippet),
11590         suggested by Bruno Haible <bruno@clisp.org>.
11591
11592         * modules/gc (Makefile.am): Use it.
11593
11594 2005-10-21  Bruno Haible  <bruno@clisp.org>
11595
11596         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11597         patch.
11598
11599 2005-10-19  Simon Josefsson  <jas@extundo.com>
11600
11601         * tests/test-gc-rijndael.c: New file.
11602
11603         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11604
11605 2005-10-19  Simon Josefsson  <jas@extundo.com>
11606
11607         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11608         interface too.
11609
11610 2005-10-19  Simon Josefsson  <jas@extundo.com>
11611
11612         * tests/test-gc-arcfour.c: New file.
11613
11614         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11615
11616 2005-10-19  Simon Josefsson  <jas@extundo.com>
11617
11618         * modules/gc-md4, modules/gc-md4-tests: New file.
11619
11620         * tests/test-gc-md4.c: New file.
11621
11622 2005-10-19  Simon Josefsson  <jas@extundo.com>
11623
11624         * m4/gc-md4.m4: New file.
11625
11626 2005-10-19  Simon Josefsson  <jas@extundo.com>
11627
11628         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11629         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11630         <kasal@ucw.cz>.
11631
11632 2005-10-19  Simon Josefsson  <jas@extundo.com>
11633
11634         * m4/gc-arcfour.m4: New file.
11635
11636         * m4/gc-rijndael.m4: New file.
11637
11638 2005-10-19  Simon Josefsson  <jas@extundo.com>
11639
11640         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11641
11642 2005-10-19  Simon Josefsson  <jas@extundo.com>
11643
11644         * lib/gc-gnulib.c: Support ARCFOUR.
11645
11646 2005-10-19  Simon Josefsson  <jas@extundo.com>
11647
11648         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11649         support.
11650
11651         * lib/gc.h: Add ECB enum type.
11652
11653         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11654
11655 2005-10-18  Simon Josefsson  <jas@extundo.com>
11656
11657         * tests/test-md5.c: New file.
11658
11659         * modules/md5-tests: New file.
11660
11661 2005-10-18  Simon Josefsson  <jas@extundo.com>
11662
11663         * tests/test-md4.c: New file.
11664
11665         * modules/md4, modules/md4-tests: New files.
11666
11667 2005-10-18  Simon Josefsson  <jas@extundo.com>
11668
11669         * m4/md4.m4: New file.
11670
11671 2005-10-18  Simon Josefsson  <jas@extundo.com>
11672
11673         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11674
11675 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11676
11677         * gnulib-tool (func_create_testdir): Omit the second check whether
11678         BUILT_SOURCES in nonempty.
11679
11680 2005-10-17  Simon Josefsson  <jas@extundo.com>
11681
11682         * tests/test-rijndael.c: New file.
11683
11684 2005-10-17  Simon Josefsson  <jas@extundo.com>
11685
11686         * modules/sha1: Depend on stdint instead of md5.
11687
11688         * modules/md5: Depend on stdint, remove uint32_t.
11689
11690 2005-10-17  Simon Josefsson  <jas@extundo.com>
11691
11692         * modules/gc-sha1-tests: New file.
11693
11694         * tests/test-gc-sha1.c: New file.
11695
11696 2005-10-17  Simon Josefsson  <jas@extundo.com>
11697
11698         * m4/md5.m4: Remove call to uint32_t.m4.
11699
11700 2005-10-17  Simon Josefsson  <jas@extundo.com>
11701
11702         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11703
11704         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11705         md5.h.
11706
11707         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11708
11709         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11710
11711 2005-10-17  Simon Josefsson  <jas@extundo.com>
11712
11713         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11714
11715 2005-10-17  Simon Josefsson  <jas@extundo.com>
11716
11717         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11718
11719 2005-10-17  Simon Josefsson  <jas@extundo.com>
11720
11721         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11722
11723         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11724
11725 2005-10-17  Bruno Haible  <bruno@clisp.org>
11726
11727         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11728         that it can also be used in a test.
11729
11730 2005-10-16  Bruno Haible  <bruno@clisp.org>
11731
11732         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11733         TESTS_ENVIRONMENT, so that individual tests can augment it.
11734
11735         * gnulib-tool (func_create_testdir): Use an intermediate target for
11736         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11737         macros, like $(ALLOCA_H), which cannot be passed through the command
11738         line.
11739
11740 2005-10-15  Simon Josefsson  <jas@extundo.com>
11741
11742         * modules/rijndael-tests: New file.
11743
11744         * modules/rijndael: New file.
11745
11746 2005-10-15  Simon Josefsson  <jas@extundo.com>
11747
11748         * m4/rijndael.m4: New file.
11749
11750 2005-10-15  Simon Josefsson  <jas@extundo.com>
11751
11752         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11753
11754         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11755
11756 2005-10-14  Simon Josefsson  <jas@extundo.com>
11757
11758         * tests/test-arcfour.c: New file.
11759
11760         * modules/arcfour, modules/arcfour-tests: New files.
11761
11762 2005-10-14  Simon Josefsson  <jas@extundo.com>
11763
11764         * m4/arcfour.m4: New file.
11765
11766 2005-10-14  Simon Josefsson  <jas@extundo.com>
11767
11768         * lib/arcfour.h, lib/arcfour.c: New files.
11769
11770 2005-10-14  Roland McGrath  <roland@redhat.com>
11771
11772         Import from libc.  [BZ #1331]
11773         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11774         macro argument.
11775         Reported by Matej Vela <vela@debian.org>.
11776
11777 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11778
11779         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11780         include <wchar.h>; no longer needed.
11781
11782 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11783
11784         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11785
11786 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11787         and  Ulrich Drepper  <drepper@redhat.com>
11788
11789         Import from libc.
11790         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11791         instead of inline stream orientation test and two separate
11792         function calls.  Pay no attention to USE_IN_LIBIO.
11793
11794 2005-10-13  Simon Josefsson  <jas@extundo.com>
11795
11796         * modules/gc-hmac-md5-tests: New file.
11797
11798         * tests/test-gc-hmac-sha1.c: New file.
11799
11800         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11801
11802         * modules/gc-hmac-md5-tests: New file.
11803
11804         * tests/test-gc-md5.c: New file.
11805
11806         * modules/gc-md5-tests: New file.
11807
11808 2005-10-13  Simon Josefsson  <jas@extundo.com>
11809
11810         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11811         Move memory allocation outside of loop.
11812
11813 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11814
11815         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11816         intermediate directory is in a read-only file system.  Problem
11817         reported by Eric Blake.
11818
11819 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11820
11821         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11822
11823 2005-10-12  Simon Josefsson  <jas@extundo.com>
11824
11825         * tests/test-hmac-sha1.c: New file.
11826
11827         * modules/hmac-sha1-tests: New file.
11828
11829         * modules/hmac-sha1: New file.
11830
11831 2005-10-12  Simon Josefsson  <jas@extundo.com>
11832
11833         * modules/gc-sha1: New file.
11834
11835 2005-10-12  Simon Josefsson  <jas@extundo.com>
11836
11837         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11838
11839         * tests/test-gc-pbkdf2-sha1.c: New file.
11840
11841 2005-10-12  Simon Josefsson  <jas@extundo.com>
11842
11843         * modules/gc-md5, modules/gc-hmac-md5: New files.
11844
11845         * modules/gc (Files): Remove md5, memxor and hmac files.
11846
11847 2005-10-12  Simon Josefsson  <jas@extundo.com>
11848
11849         * m4/gc-pbkdf2-sha1.m4: New file.
11850
11851         * m4/gc-hmac-sha1.m4: New file.
11852
11853         * m4/gc-sha1: New file.
11854
11855         * m4/hmac-sha1.m4: New file.
11856
11857 2005-10-12  Simon Josefsson  <jas@extundo.com>
11858
11859         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11860
11861         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11862
11863 2005-10-12  Simon Josefsson  <jas@extundo.com>
11864
11865         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11866         suggested by Bruno Haible <bruno@clisp.org>.
11867
11868 2005-10-12  Simon Josefsson  <jas@extundo.com>
11869
11870         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11871
11872 2005-10-12  Simon Josefsson  <jas@extundo.com>
11873
11874         * lib/gc-pbkdf2-sha1.c: New file.
11875
11876         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11877
11878 2005-10-12  Simon Josefsson  <jas@extundo.com>
11879
11880         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11881
11882         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11883
11884 2005-10-12  Simon Josefsson  <jas@extundo.com>
11885
11886         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11887         GC_USE_HMAC_MD5, respectively.
11888
11889         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11890         (gc_md5): Fix typo.
11891
11892         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11893
11894         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11895
11896         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11897
11898 2005-10-12  Bruno Haible  <bruno@clisp.org>
11899
11900         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11901         Reported by Stepan Kasal <kasal@ucw.cz>.
11902
11903 2005-10-11  Simon Josefsson  <jas@extundo.com>
11904
11905         * tests/test-crc.c: New file.
11906
11907         * modules/crc, modules/crc-tests: New files.
11908
11909 2005-10-11  Simon Josefsson  <jas@extundo.com>
11910
11911         * m4/crc.m4: New file.
11912
11913 2005-10-11  Simon Josefsson  <jas@extundo.com>
11914
11915         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11916
11917         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11918
11919         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11920
11921 2005-10-11  Simon Josefsson  <jas@extundo.com>
11922
11923         * lib/crc.h, lib/crc.c: New files.
11924
11925         * lib/gc.h (gc_hash_buffer): Add doc.
11926
11927 2005-10-11  Bruno Haible  <bruno@clisp.org>
11928
11929         * modules/c-strcasestr: New file.
11930         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11931
11932 2005-10-11  Bruno Haible  <bruno@clisp.org>
11933
11934         * modules/c-strcase: New file.
11935         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11936
11937 2005-10-11  Bruno Haible  <bruno@clisp.org>
11938
11939         * lib/strcasecmp.c: Include limits.h.
11940         (strcasecmp): Avoid integer overflow on exotic platforms.
11941         * lib/strncasecmp.c: Include limits.h.
11942         (strncasecmp): Avoid integer overflow on exotic platforms.
11943         Reported by Paul Eggert.
11944
11945 2005-10-11  Bruno Haible  <bruno@clisp.org>
11946
11947         * lib/c-strcasestr.h: New file, from GNU gettext.
11948         * lib/c-strcasestr.c: New file, from GNU gettext.
11949
11950 2005-10-11  Bruno Haible  <bruno@clisp.org>
11951
11952         * lib/c-strcase.h: New file, from GNU gettext.
11953         * lib/c-strcasecmp.c: New file, from GNU gettext.
11954         * lib/c-strncasecmp.c: New file, from GNU gettext.
11955
11956 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11957
11958         * modules/mempcpy (License): GPL -> LGPL.
11959         * modules/strchrnul (License): Likewise.
11960         * modules/sysexits (License): Likewise.
11961
11962 2005-10-08  Simon Josefsson  <jas@extundo.com>
11963
11964         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11965
11966 2005-10-07  Simon Josefsson  <jas@extundo.com>
11967
11968         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11969
11970 2005-10-06  Simon Josefsson  <jas@extundo.com>
11971
11972         * tests/test-hmac-md5.c: New file.
11973
11974         * modules/hmac-md5-tests: New file.
11975
11976         * modules/hmac-md5: New file.
11977
11978 2005-10-06  Simon Josefsson  <jas@extundo.com>
11979
11980         * m4/hmac-md5.m4: New file.
11981
11982         * m4/memxor.m4: Require gl_C_RESTRICT.
11983
11984 2005-10-06  Simon Josefsson  <jas@extundo.com>
11985
11986         * lib/memxor.c (memxor): Avoid casts and warnings.
11987
11988 2005-10-06  Simon Josefsson  <jas@extundo.com>
11989
11990         * lib/hmac-md5.c: New file.
11991
11992         * lib/hmac.h: New file.
11993
11994 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11995
11996         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11997         promotes to int, not unsigned int, to catch the AIX 5.3
11998         compiler bug.
11999
12000 2005-10-05  Simon Josefsson  <jas@extundo.com>
12001
12002         * modules/memxor: New file.
12003
12004         * modules/iconv (Files): Move config.rpath to havelib, it is used
12005         there.
12006
12007         * modules/havelib (Files): Add config.rpath.
12008
12009 2005-10-05  Simon Josefsson  <jas@extundo.com>
12010
12011         * m4/memxor.m4: New file.
12012
12013 2005-10-05  Simon Josefsson  <jas@extundo.com>
12014
12015         * lib/memxor.c (memxor): Fix compiler error.
12016
12017         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
12018         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
12019
12020         * lib/memxor.h, lib/memxor.c: New files.
12021
12022         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
12023         we assume all systems have it, suggested by Jim Meyering
12024         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
12025         any systems lack sys/socket.h; mingw32 is known to lack it, but we
12026         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
12027         same reasons.
12028
12029 2005-10-05  Simon Josefsson  <jas@extundo.com>
12030
12031         * config/srclist.txt: Add glibc bug 1423 for md5.h.
12032
12033 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12034
12035         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
12036         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
12037         needed, since the source code now assumes these .h files.
12038
12039 2005-10-05  Derek Price  <derek@ximbiot.com>
12040
12041         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
12042
12043 2005-10-05  Bruno Haible  <bruno@clisp.org>
12044
12045         * modules/stdint (License): Change to LGPL.
12046
12047 2005-10-04  Simon Josefsson  <jas@extundo.com>
12048
12049         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
12050         D. Baushke" <mdb@gnu.org>.
12051
12052 2005-10-04  Bruno Haible  <bruno@clisp.org>
12053
12054         * lib/verify.h (verify_true): Provide alternative definition for C++.
12055
12056 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
12057
12058         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
12059         (SSIZE_MAX): New macro, if not already defined.
12060         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
12061         than 2 GiB.
12062
12063 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12064
12065         Sync from coreutils.
12066         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
12067         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
12068         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
12069         ULLONG_MAX doesn't work with 2.7.2.1.
12070
12071 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12072
12073         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
12074         From Ben Pfaff.
12075
12076         * modules/exclude (Depends-on): Depend on verify.
12077         * modules/strtoimax (Depends-on): Likewise.
12078         * modules/utimecmp (Depends-on): Likewise.
12079
12080 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12081
12082         * lib/exclude.c: Include verify.h.
12083         (verify): Remove.  All callers changed to use verify.h's version.
12084         * lib/strtoimax.c: Likewise.
12085         * lib/utimecmp.c: Likewis.e
12086
12087         Sync from coreutils.
12088         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
12089         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
12090         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
12091         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
12092         bother returning ENOSYS if settimeofday or stime fails; just let
12093         them return whatever errno they want to return.
12094         * lib/utimens.c: Include unistd.h, for dup2.
12095         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
12096         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
12097
12098 2005-10-02  Jim Meyering  <jim@meyering.net>
12099
12100         Sync from coreutils.
12101         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
12102         from glibc-2.2.5 that fails for read-only files.
12103
12104 2005-10-02  Jim Meyering  <jim@meyering.net>
12105
12106         Sync from coreutils.
12107         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
12108         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
12109         `#if HAVE_CONFIG_H'.
12110         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
12111         Remove AT_FDCWD test.
12112         Do not consume the fd unless successful.
12113         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
12114         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
12115         block, so that we don't even try to compile it if settimeofday is
12116         available.  This works around a compilation failure on OSF1 V5.1,
12117         due to stime requiring a `long int*' while tv_sec is `int'.
12118
12119 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
12120
12121         Sync from coreutils.
12122         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
12123         against `yes', rather than just testing for nonempty.
12124
12125 2005-10-01  Simon Josefsson  <jas@extundo.com>
12126
12127         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
12128         and Darwin.
12129
12130         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
12131         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
12132         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
12133         freeaddrinfo and gai_strerror are declared by the POSIX headers.
12134         Check if struct addrinfo is declared.
12135
12136 2005-10-01  Simon Josefsson  <jas@extundo.com>
12137
12138         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
12139         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
12140         AI_* and EAI_* definitions.  Protect function declarations.
12141
12142 2005-10-01  Jim Meyering  <jim@meyering.net>
12143
12144         Sync from coreutils.
12145
12146         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
12147         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
12148         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
12149         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12150         in the inet and nsl libraries.  Required on Solaris 5.7.
12151
12152 2005-10-01  Jim Meyering  <jim@meyering.net>
12153
12154         Sync from coreutils.
12155         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12156         in the inet and nsl libraries.  Required on Solaris 5.7.
12157
12158 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
12159
12160         * lib/getdelim.c (getdelim): Remove unused variables.
12161
12162 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12163
12164         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
12165         so that the code works even with ancient cpp.  Portability problem
12166         with GCC 2.7.2.1 reported by Thomas M.Ott.
12167
12168 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12169
12170         * modules/regex (Depends-on): Add strcase.
12171
12172         * modules/gethostname (Licence): Change from GPL to LGPL, since
12173         gethostname.c is a trivial implementation of a standard library
12174         function.
12175         * modules/poll (License): Change from GPL to LGPL, since it's
12176         derived from LGPL code.
12177
12178 2005-09-27  Jim Meyering  <jim@meyering.net>
12179
12180         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
12181         HAVE_CONFIG_H.
12182
12183         * lib/intprops.h (signed_type_or_expr__): Define.
12184         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
12185         for unsigned types.
12186
12187 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12188
12189         * lib/verify.h (verify_expr): Remove, replacing with:
12190         (verify_true): New macro that returns true instead of void.
12191         (verify_type__): Remove.
12192         (verify): Use verify_true rather than verify_type__.
12193
12194 2005-09-26  Bruno Haible  <bruno@clisp.org>
12195
12196         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
12197         is necessary.
12198         (lib_SOURCES): Remove mbchar.c.
12199         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
12200         (Files): Add m4/mbrtowc.m4.
12201         * modules/mbiter: Likewise.
12202         * modules/mbuiter: Likewise.
12203
12204 2005-09-26  Bruno Haible  <bruno@clisp.org>
12205
12206         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
12207         compile mbchar.c if they are not both present.
12208         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
12209         * m4/mbiter.m4 (gl_MBITER): Likewise.
12210         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
12211         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
12212         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
12213
12214 2005-09-25  Jim Meyering  <jim@meyering.net>
12215
12216         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12217         also uses socklen_t.
12218
12219 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12220
12221         * lib/utimens.c (ENOSYS): Define if not already defined.
12222         (futimens): Support having a null PATH if the file descriptor
12223         is nonnegative.
12224
12225         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12226         Remove.
12227         (__attribute): Define to empty unless GCC 3.1 or later.
12228         This works around a core dump on OpenBSD 3.4, which has GCC
12229         2.95.3, which dumps core when given __attribute__(()).  It also
12230         simplifies other tests, since we really don't want to bother with
12231         worrying about which ancient version of GCC supported what.
12232         Original problem reported by Yoann Vandoorselaere, with part of
12233         the fix suggested by Derek Price.
12234
12235 2005-09-24  Jim Meyering  <jim@meyering.net>
12236
12237         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12238         so we can once again use a positive bitfield width of 1 -- now we
12239         don't have to explain why we were using a bitfield width of 2.
12240
12241 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12242
12243         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12244         and similarly for the other external symbols.  Problem reported
12245         by James Gallager.
12246
12247         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12248         bug reported by Jim Meyering.
12249
12250         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12251         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12252         not needed, since socklen is a prerequisite module.
12253
12254 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12255
12256         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12257         Problem reported by Eric Blake.
12258         (getaddrinfo): Initialize se so that it's not garbage.
12259         Redo internal storage allocation so that it doesn't make unportable
12260         assumptions about alignment.
12261         Fix a memory leak.
12262
12263         * lib/utimens.c (futimens): Use futimesat if available.
12264         Prefer it to futimes since it doesn't have the futimes bug.
12265
12266         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12267         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12268         Instead, declare a function that returns a pointer to an array,
12269         and use verify_type__ to declare the size of the array.
12270         Problem and germ of a solution reported by Bruno Haible.
12271         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12272         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12273
12274 2005-09-23  Jim Meyering  <jim@meyering.net>
12275
12276         Sync from coreutils.
12277         Correct build failure (socklen_t not defined) on at least
12278         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12279         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12280
12281 2005-09-23  Jim Meyering  <jim@meyering.net>
12282
12283         * modules/getaddrinfo (Depends-on): Add socklen.
12284
12285 2005-09-23  Bruno Haible  <bruno@clisp.org>
12286
12287         * tests/test-verify.c: New file.
12288
12289 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12290
12291         Sync from coreutils.
12292
12293         * modules/argmatch (Depends-on): Add verify.
12294         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12295         unistd-safer.
12296         * modules/save-cwd (Depends-on): Likewise.
12297
12298         * modules/openat (Files): Add lib/openat-die.c.
12299         (Depends-on): Remove error, exitfail.
12300         Add dirname.
12301
12302         * modules/verify: New file.
12303         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12304         with "verify" module.
12305
12306 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12307
12308         Sync from coreutils.
12309
12310         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12311         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12312         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12313         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12314         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12315         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12316         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12317         Don't bother checking for string.h, stdlib.h, unistd.h.
12318         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12319         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12320         module's job.
12321         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12322         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12323
12324         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12325         (gl_GETDATE): Use it.
12326
12327         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12328
12329 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12330
12331         Sync from coreutils.
12332
12333         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12334         stat-time.h.
12335         * lib/argmatch.h: Include verify.h
12336         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12337         (ARGMATCH_ASSERT): Remove; unused.
12338         * lib/canonicalize.c: Assume STDC_HEADERS.
12339         * lib/exclude.c: Include "strcase.h".
12340         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12341         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12342         and stdio-safer.h.
12343         (getusershell): Call fopen, not fopen_safer.
12344         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12345         Do not include unistd-safer.h.
12346         (save_cwd): Don't call fd_safer; no longer needed
12347         now that we include fcntl--.h.
12348
12349         * lib/getdate.y (relative_time): New type.
12350         (RELATIVE_TIME_0): New constant.
12351         (parser_control): Use relative_time instead of doing it ourselves.
12352         (%union): Add new relative_time rel member.
12353         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12354         Now typeless.
12355         (relunit, relunit_snumber): Now of type rel.
12356         (zone, rel, relunit, get_date): Adjust to above changes.
12357
12358         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12359         Do not include unistd-safer.h.
12360         (getloadavg): Don't call fd_safer; no longer needed
12361         now that we include fcntl--.h.
12362
12363         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12364         (make_dir_parents): Treat ENOSYS like EEXIST.
12365
12366         Improve quality of diagnostics on restore_cwd failure.
12367         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12368         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12369         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12370         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12371         each time through the loop.  Do not diagnose restore_cwd failure;
12372         that is the caller's job (and perhaps the caller does not care).
12373
12374         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12375         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12376         If the file already exists but is not a directory, don't bother
12377         to try to make its parents.
12378         Close potential file descriptor leak if we can't chdir("/") (!).
12379         Don't always return true if chdir($PWD) fails; return true only
12380         if the requested action was done successfully (except for the
12381         chdir($PWD)).
12382         Don't log final directory unless we actually made it.
12383         Refactor to avoid duplicate code to fix up permissions.
12384         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12385
12386         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12387         to make it a bit faster and (I hope) clearer.
12388         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12389         Fix bug in formats like %2N.
12390
12391         * lib/verify.h: New file.
12392
12393 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12394
12395         Sync from coreutils.
12396         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12397
12398 2005-09-22  Jim Meyering  <jim@meyering.net>
12399
12400         Sync from coreutils.
12401
12402         * m4/lstat.m4 (gl_FUNC_LSTAT):
12403         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12404         Remove obsolete comment.
12405         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12406         * m4/xstrtod.m4: Likewise.
12407
12408         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12409
12410 2005-09-22  Jim Meyering  <jim@meyering.net>
12411
12412         Sync from coreutils.
12413
12414         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12415
12416         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12417         the .tm_year member, since otherwise gcc-4.0 would now warn about
12418         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12419
12420         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12421         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12422
12423         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12424         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12425         when run in a time zone for which daylight savings time is in effect
12426         for the starting date.
12427
12428         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12429         stop us from restricting permissions of just-created absolute-named
12430         directories.
12431         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12432         to restore initial working directory.
12433         * lib/mkdir-p.c (make_dir_parents): New parameter:
12434         different_working_dir, to tell caller if/when we change the working
12435         directory and are unable to return to the initial one.
12436         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12437         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12438         `return false'.  This fixes a bug introduced on 2004-07-30.
12439
12440         * lib/openat.c (fdopendir): Be sure to close the supplied
12441         file descriptor before returning.  This makes our replacement
12442         implementation a little closer to Solaris's, where fdopendir
12443         ties the file descriptor to the returned DIR* pointer.
12444         * lib/openat.c (unlinkat): New function.
12445         * lib/openat.h (unlinkat): Add prototype.
12446         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12447         (openat_restore_fail): Rename from openat_restore_die.
12448         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12449
12450         Provide an alternative to exiting immediately upon save_cwd or
12451         restore_cwd failure.  Now, an application can arrange e.g.,
12452         to perform a longjump in that case.
12453         * lib/openat.c: Include dirname.h.
12454         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12455         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12456         and openat_restore_die rather than calling error directly.
12457         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12458
12459         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12460         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12461         define.
12462
12463         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12464         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12465                             int utc, int nanoseconds);
12466         Background:
12467         date should not have to allocate a megabyte of virtual memory to
12468         handle a format argument like +%1048575T.  When implemented with
12469         strftime, it must allocate such a buffer, use strftime to fill it
12470         in, print it, then free it.
12471         With fprintftime, it simply prints everything and exits.
12472         With no need for memory allocation, that's one fewer way to fail.
12473         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12474         optional field width, not before, so we accept %9:z, not %:9z.
12475         (my_strftime): Be sure to use L_('x') for literals.
12476
12477         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12478         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12479         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12480         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12481         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12482         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12483         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12484         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12485         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12486         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12487         * lib/xgethostname.c, lib/xreadlink.c:
12488         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12489
12490         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12491         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12492         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12493         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12494         and don't include <sys/file.h>).
12495
12496 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12497
12498         Sync from coreutils.
12499
12500         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12501         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12502         [!LDAV_DONE]: Avoid unused variable warning.
12503
12504 2005-09-21  Bruno Haible  <bruno@clisp.org>
12505
12506         * lib/unicodeio.h (unicode_to_mb): New declaration.
12507
12508 2005-09-20  Derek Price  <derek@ximbiot.com>
12509
12510         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12511         getaddrinfo.h.
12512
12513 2005-09-20  Bruno Haible  <bruno@clisp.org>
12514
12515         * gnulib-tool: Remove trailing slashes from the values specified for
12516         --source-base, --m4-base, --tests-base, --aux-dir.
12517         Suggested by Simon Josefsson <jas@extundo.com>.
12518
12519 2005-09-20  Bruno Haible  <bruno@clisp.org>
12520
12521         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12522         func_modules_to_filelist, func_import, func_create_testdir): Make all
12523         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12524         change when gnulib-tool is invoked in a different locale.
12525
12526 2005-09-19  Simon Josefsson  <jas@extundo.com>
12527
12528         * m4/socklen.m4: Fix typo.
12529
12530 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12531
12532         Use a consistent style for including <config.h>.
12533         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12534         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12535         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12536         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12537         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12538         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12539         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12540         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12541         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12542         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12543         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12544         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12545         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12546         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12547         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12548         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12549         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12550         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12551         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12552         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12553         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12554         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12555         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12556         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12557         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12558         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12559         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12560         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12561         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12562         lib/xstrtoumax.c, lib/yesno.c:
12563         Standardize inclusion of config.h.
12564         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12565         lib/inttostr.h:  Removed inclusion of config.h from header files.
12566         * lib/inttostr.c:  Adjusted in-tree users.
12567         * lib/timespec.h: Remove superfluous warning to include config.h.
12568         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12569         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12570         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12571         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12572         config.h with HAVE_CONFIG_H.
12573
12574 2005-09-19  Jim Meyering  <jim@meyering.net>
12575
12576         * modules/pathmax (License): Change to LGPL.
12577
12578 2005-09-19  Derek Price  <derek@ximbiot.com>
12579
12580         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12581
12582 2005-09-19  Bruno Haible  <bruno@clisp.org>
12583
12584         * gnulib-tool (import): Provide default for --tests-base.
12585
12586 2005-09-19  Bruno Haible  <bruno@clisp.org>
12587
12588         * doc/quote.texi: New file, extracted from gnulib.texi.
12589         * doc/ctime.texi: New file, extracted from gnulib.texi.
12590         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12591         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12592         * doc/gnulib.texi: Include them.
12593
12594 2005-09-18  Bruno Haible  <bruno@clisp.org>
12595
12596         Portability fix.
12597         * gnulib-tool (func_readlink): New function.
12598         (func_ln_if_changed): Use it.
12599
12600 2005-09-18  Bruno Haible  <bruno@clisp.org>
12601
12602         * gnulib-tool: Support --with-tests also with --import.
12603         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12604         (func_import): Use variables $testsbase and $inctests. Emit a
12605         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12606         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12607         SUBDIRS += $testsdir.
12608         (func_create_testdir): Update.
12609
12610 2005-09-18  Bruno Haible  <bruno@clisp.org>
12611
12612         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12613         instead of $dry_run.
12614         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12615         (func_ln_if_changed): Don't handle dry-run here.
12616         (func_import): In dry-run mode, detect more precisely which actions
12617         would be performed, and don't use "...ing" verbs.
12618
12619 2005-09-18  Bruno Haible  <bruno@clisp.org>
12620
12621         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12622         (func_import): Use join on two temporary files instead of three nested
12623         loops, in order to determine which files are new or old.
12624
12625 2005-09-18  Bruno Haible  <bruno@clisp.org>
12626
12627         * gnulib-tool (func_import): Comment out code that spits out the
12628         new files with --dry-run.
12629
12630 2005-09-18  Bruno Haible  <bruno@clisp.org>
12631
12632         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12633
12634 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12635
12636         * lib/stat-time.h: New file.
12637         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12638         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12639         in a different way.
12640         (timespec_cmp): New function.
12641         * lib/utimecmp.c: Include stat-time.h.
12642         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12643         members exist, not on the obsolescent ST_MTIM_NSEC.
12644         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12645
12646 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12647
12648         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12649
12650 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12651
12652         * MODULES.html.sh (File system functions): Add stat-time.
12653         * modules/stat-time: New file.
12654         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12655         is now done in a different way, by the stat-time module.
12656         * modules/utimecmp (Depends-on): Add stat-time.
12657
12658 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12659
12660         * m4/st_mtim.m4: Remove.  Superseded by...
12661         * m4/stat-time.m4: New file.
12662         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12663         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12664
12665 2005-09-15  Derek Price  <derek@ximbiot.com>
12666
12667         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12668
12669 2005-09-15  Derek Price  <derek@ximbiot.com>
12670
12671         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12672         * lib/regex_internal.c: Ditto, using this...
12673         (__GNUC_PREREQ): ...new macro.
12674         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12675         using...
12676         (__GNUC_PREREQ): ...this new macro.
12677
12678         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12679
12680 2005-09-15  Derek Price  <derek@ximbiot.com>
12681             Paul Eggert  <eggert@cs.ucla.edu>
12682
12683         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12684         changes, consolidating in...
12685         * lib/regex_internal.h: ...this file.
12686
12687 2005-09-13  Jim Meyering  <jim@meyering.net>
12688
12689         * lib/canon-host.c: Filter through gnu indent and reword comments
12690         slightly.
12691         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12692
12693 2005-09-13  Derek Price  <derek@ximbiot.com>
12694
12695         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12696         failure.
12697         Reported by Jim Meyering  <jim@meyering.net>.
12698
12699 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12700
12701         * lib/base64.c: Typo.
12702         (base64_encode): Put b64str in initialized data section.
12703
12704 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12705
12706         Merge glibc and coreutils changes into gnulib, plus a few
12707         extra fixes.
12708         * lib/md5.c: Use #error rather than a string.
12709         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12710         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12711         (__attribute__): Define to empty for non recent-GCC.
12712         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12713         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12714         Renamed from their non-__ counterparts, with new macros replacing
12715         them if not _LIBC.  Add __THROW attribute.
12716         (rol): Remove.
12717         (struct md5_ctx): Align buffer if using GCC.
12718         * lib/sha1.h (struct sha1_ctx): Likewise.
12719         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12720         The old name was backwards.
12721         (NOTSWAP): Remove; not used.
12722         (rol): New macro, moved here from md5.h.
12723         (sha1_process_block): Remove a FIXME that doesn't make sense.
12724
12725 2005-09-12  Derek Price  <derek@ximbiot.com>
12726
12727         Return usable errors from canon-host.
12728         * lib/canon-host.h: New file.
12729         * lib/canon-host.c (canon_host): Wrap...
12730         (canon_host_r): ...this new function, which now relies exclusively on
12731         getaddrinfo.
12732         (ch_strerror): New function.
12733         (last_cherror): New global.
12734         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12735         interface.
12736         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12737         void *.
12738         (freeaddrinfo): Free ai->ai_canonname when set.
12739
12740 2005-09-12  Derek Price  <derek@ximbiot.com>
12741
12742         Make canon-host require getaddrinfo.
12743         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12744         AC_LIBSOURCE canon-host.h.  Call...
12745         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12746         gl_GETADDRINFO.
12747         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12748
12749 2005-09-12  Derek Price  <derek@ximbiot.com>
12750
12751         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12752         LGPL.
12753         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12754
12755 2005-09-12  Derek Price  <derek@ximbiot.com>
12756
12757         * lib/gai_strerror.c: Include config.h when available.  Include
12758         getaddrinfo.h before other headers to test interface.
12759         Reported by Larry Jones <lawrence.jones@ugs.com>.
12760
12761 2005-09-12  Derek Price  <derek@ximbiot.com>
12762             Paul Eggert  <eggert@cs.ucla.edu>
12763
12764         * modules/glob (Files): Add glob-libc.h.
12765
12766 2005-09-12  Derek Price  <derek@ximbiot.com>
12767             Paul Eggert  <eggert@cs.ucla.edu>
12768
12769         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12770         glob_.h, glob-libc.h.
12771         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12772
12773 2005-09-12  Derek Price  <derek@ximbiot.com>
12774             Paul Eggert  <eggert@cs.ucla.edu>
12775
12776         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12777         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12778         protecting things that should be done only in gnulib contexts.
12779         * lib/glob_.h: New file, containing only the glob things needed for
12780         gnulib.
12781         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12782         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12783         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12784         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12785         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12786         and to respect the namespace rules better.
12787
12788 2005-09-08  Simon Josefsson  <jas@extundo.com>
12789
12790         * modules/socklen: New file.
12791
12792 2005-09-08  Simon Josefsson  <jas@extundo.com>
12793
12794         * m4/socklen.m4: New file.
12795
12796 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12797
12798         * modules/utimens (Files): Add m4/utimbuf.m4, since
12799         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12800         Reported by Sergey Poznyakoff.
12801
12802 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12803
12804         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12805         definitions, since that's the preferred style in glibc.
12806         Fix a minor spacing issue, and update copyright notice to match
12807         glibc's.
12808
12809 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12810
12811         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12812
12813 2005-09-06  Simon Josefsson  <jas@extundo.com>
12814
12815         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12816         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12817
12818 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12819
12820         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12821         warning.
12822
12823 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12824
12825         * config/srclist.txt: Add glibc bug 1302.
12826
12827 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12828
12829         Change bitset word type from unsigned int to unsigned long int,
12830         as this has better performance on typical 64-bit hosts.
12831         Port bitset code to hosts with unusual word sizes.
12832         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12833         (build_collating_symbol):
12834         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12835         argument is a bitset.  This is merely a style issue, but it makes
12836         it clearer that an entire array is expected.
12837         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12838         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12839         Port to the case where bitset_word is not the same as unsigned int.
12840         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12841         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12842         Likewise.
12843         * lib/regexec.c (check_dst_limits_calc_pos_1,
12844         check_subexp_matching_top):
12845         (build_trtable, group_nodes_into_DFAstates):
12846         Likewise.
12847         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12848         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12849         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12850         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12851         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12852         * lib/regcomp.c (optimize_subexps, lower_subexp):
12853         Work even if bitset_word has holes in its bitwise representation.
12854         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12855         * lib/regexec.c (check_dst_limits_calc_pos_1,
12856         check_subexp_matching_top):
12857         Likewise.
12858         * lib/regex_internal.c (re_string_reconstruct):
12859         Don't assume UCHAR_MAX == 255.
12860         * lib/regex_internal.h (bitset_set_all): Likewise.
12861         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12862         All uses changed.
12863         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12864         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12865         All uses changed.
12866         (BITSET_WORD_MAX): New macro.
12867         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12868         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12869         (bitset_empty, bitset_copy):
12870         Prefer sizeof (bitset) to multiplying it out ourselves.
12871         (bitset_not_merge): Remove; unused.
12872         (bitset_contain): Return bool, not unsigned int with one bit on.
12873         All callers changed.
12874         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12875         alignment than re_node_set; do this by defining a new internal
12876         type struct dests_alloc and using it to allocate memory.
12877
12878 2005-09-05  Bruno Haible  <bruno@clisp.org>
12879
12880         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12881         links.
12882
12883 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12884
12885         * modules/size_max (Makefile.am): Add size_max.h
12886
12887 2005-09-04  Derek Price  <derek@ximbiot.com>
12888
12889         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12890
12891 2005-09-03  Simon Josefsson  <jas@extundo.com>
12892
12893         * gnulib-tool: Fix typo.
12894
12895 2005-09-03  Simon Josefsson  <jas@extundo.com>
12896
12897         * config/srclist.txt: Add glibc bug 1293.
12898
12899 2005-09-03  Derek Price  <derek@ximbiot.com>
12900
12901         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12902         From Larry Jones <lawrence.jones@ugs.com>.
12903
12904 2005-09-02  Simon Josefsson  <jas@extundo.com>
12905
12906         * modules/socklen: New file.
12907
12908 2005-09-02  Simon Josefsson  <jas@extundo.com>
12909
12910         * modules/havelib: New module.
12911
12912         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12913         Use havelib.
12914
12915 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12916
12917         Check for arithmetic overflow when calculating sizes, to prevent
12918         some buffer-overflow issues.  These patches are conservative, in the
12919         sense that when I couldn't determine whether an overflow was possible,
12920         I inserted a run-time check.
12921         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12922         macros.
12923         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12924         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12925         (re_xnrealloc, re_x2nrealloc): New inline functions.
12926         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12927         parse_bracket_exp):
12928         (build_equiv_class, build_charclass): Check for arithmetic overflow
12929         in size expression calculations.
12930         * lib/regex_internal.c (re_string_realloc_buffers):
12931         (build_wcs_upper_buffer, re_node_set_add_intersect):
12932         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12933         (re_dfa_add_node, register_state): Likewise.
12934         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12935         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12936         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12937         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12938
12939 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12940
12941         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12942         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12943
12944 2005-09-02  Bruno Haible  <bruno@clisp.org>
12945
12946         Support for lib vs. lib64 distinction on biarch platforms.
12947         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12948         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12949         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12950
12951 2005-09-02  Bruno Haible  <bruno@clisp.org>
12952
12953         * gnulib-tool (import): In the other first-use case, provide defaults
12954         as well.
12955
12956 2005-09-02  Bruno Haible  <bruno@clisp.org>
12957
12958         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12959         patches not yet found in the latest gettext release.
12960
12961 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12962
12963         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12964         to avoid a collision with bits/local_lim.h in glibc.
12965         All uses changed.  Problem reported by Dmitry V. Levin in
12966         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12967
12968         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12969         bugs in int versus size_t comparisons.
12970         (re_string_context_at): Fix bug where the code assumed that
12971         Idx is signed.
12972
12973         Use bool where appropriate.
12974         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12975         All callers changed.
12976         (calc_eclosure_iter): Likewise, for ROOT arg.
12977         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12978         (build_charclass_op): Likewise, for NON_MATCH arg.
12979         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12980         (re_string_construct_common): Likewise, for ICASE arg.
12981         * lib/regexec.c (re_search_2_stub, re_search_stub):
12982         Likewise, for RET_LEN arg.
12983         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12984         (set_regs): Likewise, for FL_BACKTRACK arg.
12985         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12986         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12987         (calc_eclosure_iter, parse_bracket_exp):
12988         Use bool for internal variables that are booleans.
12989         * lib/regexec.c (re_search_internal, check_matching,
12990         proceed_next_node):
12991         (set_regs, build_sifted_states, sift_states_bkref):
12992         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12993         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12994         (find_collation_sequence_value):
12995         Likewise.
12996         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12997         (re_node_set_compare):
12998         Return bool, not int. All callers changed.
12999         * lib/regexec.c (check_halt_node_context, check_dst_limits):
13000         (build_trtable, check_node_accept): Likewise.
13001         * lib/regex_internal.h: Include stdbool.h.
13002
13003         Fix bugs uncovered when converting to bool.
13004         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
13005         failure instead of charging ahead blindly.
13006         * lib/regex_internal.c (register_state): Likewise.
13007         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
13008         for freeing internal storage.
13009         (group_nodes_into_DFA_states): Use unsigned int, not int, for
13010         bitset pieces used as boolean, to avoid undefined behavior
13011         on hosts that do int overflow checking.
13012
13013 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13014
13015         * config/srclist.txt: Add glibc bugs 1285-1287.
13016
13017 2005-09-01  Jim Meyering  <jim@meyering.net>
13018
13019         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
13020         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
13021         Require gl_STAT_MACROS, too.
13022
13023 2005-09-01  Bruno Haible  <bruno@clisp.org>
13024
13025         * gnulib-tool (import): In the first-use case, provide defaults.
13026
13027 2005-09-01  Bruno Haible  <bruno@clisp.org>
13028
13029         * gnulib-tool (func_import): Remove the .tmp files.
13030
13031 2005-09-01  Bruno Haible  <bruno@clisp.org>
13032
13033         * gnulib-tool (func_import): Fix handling of symbolic links.
13034
13035 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13036
13037         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
13038         old glibc regex code mishandles strings longer than 2**31 bytes.
13039         This patch fixes this when the regex code is used in gnulib
13040         (i.e., outside glibc).
13041
13042         This patch should not affect the use of the regex code inside
13043         glibc.  No doubt this problem also needs to be handled for glibc
13044         as well, but the result will be an incompatible change to the
13045         glibc ABI, and the old ABI will have to be supported too.  That
13046         can be the the subject for another patch.
13047
13048         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
13049         governing whether the rest of this patch is active.  By default,
13050         the macro is disabled and the patch has no effect.
13051         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
13052         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
13053         (struct re_pattern_buffer, re_search, re_search_2, re_match):
13054         (re_match_2, re_set_registers): Use the new types.
13055         * lib/regex_internal.h (Idx, re_hashval_t): New types.
13056         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
13057         New macros.
13058         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
13059         (re_string_context_at, bin_tree_t, re_dfastate_t):
13060         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
13061         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
13062         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
13063         (re_string_char_size_at, re_string_wchar_at):
13064         (re_string_elem_size_at):
13065         Use the new types and macros to port to 64-bit hosts.
13066         Use unsigned types for internal values, so that the code
13067         mostly works even for arrays larger than SSIZE_MAX.
13068         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
13069         (search_duplicated_node, calc_eclosure_iter, fetch_number):
13070         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
13071         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
13072         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
13073         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
13074         (calc_inveclosure, parse_dup_op, build_range_exp):
13075         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
13076         (fetch_number, create_token_tree, mark_opt_subexp):
13077         Likewise.
13078         * lib/regex_internal.c (re_string_construct_common,
13079         create_ci_newstate):
13080         (create_cd_newstate, re_string_allocate, re_string_construct):
13081         (re_string_realloc_buffers, build_wcs_upper_buffer):
13082         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13083         (re_string_reconstruct, re_string_peek_byte_case):
13084         (re_string_fetch_byte_case, re_string_context_at):
13085         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13086         (re_node_set_init_copy, re_node_set_add_intersect):
13087         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13088         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13089         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13090         (re_acquire_state, re_acquire_state_context, register_state):
13091         Likewise.
13092         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
13093         search_cur_bkref_entry):
13094         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
13095         (re_search_internal, re_search_2_stub, re_search_stub)
13096         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
13097         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
13098         (update_cur_sifted_state, check_dst_limits):
13099         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13100         (check_subexp_limits, sift_states_bkref, merge_state_array):
13101         (check_subexp_matching_top, get_subexp, get_subexp_sub):
13102         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
13103         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13104         (expand_bkref_cache, check_node_accept_bytes):
13105         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
13106         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
13107         (acquire_init_state_context, check_halt_node_context):
13108         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
13109         (sift_states_backward, clean_state_log_if_needed):
13110         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
13111         (find_recover_state, transit_state_sb, transit_state_mb):
13112         (transit_state_bkref, build_trtable, match_ctx_clean):
13113         Likewise.
13114         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
13115         to work around an assumption that REG_MISSING is negative.
13116
13117         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
13118         (seek_collating_symbol_entry) [defined _LIBC]:
13119         (lookup_collation_sequence_value) [defined _LIBC]:
13120         (build_range_exp, build_collating_symbol) [defined _LIBC]:
13121         Use prototypes rather than old-style function definitions.
13122         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
13123         (transit_state_sb) [0]:
13124         (find_collation_sequence_value) [defined _LIBC]: Likewise.
13125
13126         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
13127         rm_eo.
13128
13129         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
13130         (optimize_subexps, lower_subexp):
13131         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
13132         since the signed shift might overflow.  Use 1u<<31 instead.
13133         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13134         Likewise.
13135         * lib/regexec.c (check_dst_limits_calc_pos_1,
13136         check_subexp_matching_top): Likewise.
13137
13138         * lib/regcomp.c (optimize_subexps, lower_subexp):
13139         Use CHAR_BIT rather than 8, for clarity.
13140         * lib/regexec.c (check_dst_limits_calc_pos_1):
13141         (check_subexp_matching_top): Likewise.
13142         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
13143         have to worry about portability issues when shifting it left.
13144         Remove no-longer-needed test for table_size > 0.
13145         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
13146         in a word, as the resulting behavior is undefined.
13147         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
13148         in one case, a <= should have been an <, and in another case the
13149         whole test was missing.
13150         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
13151         the standard name CHAR_BIT.
13152         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
13153         this is not true on one's complement and signed-magnitude hosts.
13154
13155         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
13156         next_last_offset.
13157         (struct re_dfa_t): Remove unused member states_alloc.
13158         * lib/regcomp.c (init_dfa): Don't initialize unused members.
13159
13160 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13161
13162         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
13163         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
13164         and large-file glibc and in 32-bit large-file Solaris.
13165
13166 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13167
13168         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
13169         lengths fit in regoff_t; this isn't true if regoff_t is the same
13170         width as size_t.
13171         * lib/regex.c (re_search_internal): 5th arg is LAST_START
13172         (= START + RANGE) instead of RANGE.  This avoids overflow
13173         problems when regoff_t is the same width as size_t.
13174         All callers changed.
13175         (re_search_2_stub): Check for overflow when adding the
13176         sizes of the two strings.
13177         (re_search_stub): Check for overflow when adding START
13178         to RANGE; if it occurs, substitute the extreme value.
13179
13180 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13181
13182         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
13183
13184 2005-08-31  Jim Meyering  <jim@meyering.net>
13185
13186         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
13187         a pointer-to-const.
13188         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
13189         (register_state): Likewise.
13190         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
13191         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13192         (group_nodes_into_DFAstates): Likewise.
13193
13194 2005-08-31  Jim Meyering  <jim@meyering.net>
13195
13196         * check-module: Add a FIXME comment.
13197
13198 2005-08-31  Eric Blake  <ebb9@byu.net>
13199
13200         * modules/unistd-safer (Files): Add unistd--.h.
13201         * modules/stdio-safer (Files): Add stdio--.h.
13202
13203 2005-08-31  Derek Price  <derek@ximbiot.com>
13204
13205         * lib/getdelim.c (getdelim): Return EOF on EOF.
13206         Reported by Larry Jones <lawrence.jones@ugs.com>.
13207
13208 2005-08-31  Bruno Haible  <bruno@clisp.org>
13209
13210         Avoid unnecessary diffs in the generated lib/Makefile.am.
13211         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
13212         the generated files.
13213         (func_import): Don't set cmd.
13214
13215 2005-08-31  Bruno Haible  <bruno@clisp.org>
13216
13217         * lib/strstr.c: Include <stddef.h>, for NULL.
13218         * lib/strcasestr.c: Likewise.
13219         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13220
13221 2005-08-31  Bruno Haible  <bruno@clisp.org>
13222
13223         * gnulib-tool: New option --macro-prefix.
13224         (func_import): Use macro_prefix.
13225         (import): Handle option --macro-prefix.
13226
13227 2005-08-31  Bruno Haible  <bruno@clisp.org>
13228
13229         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13230         Also use new variables cached_lgpl, cached_libtool.
13231
13232 2005-08-31  Bruno Haible  <bruno@clisp.org>
13233
13234         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13235         always instantiating them.
13236
13237 2005-08-31  Bruno Haible  <bruno@clisp.org>
13238
13239         * gnulib-tool (func_import): Read the previous cached settings
13240         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13241         earlier added by gnulib but are now dropped. Warn when a gnulib file
13242         overwrites a non-gnulib file.
13243
13244 2005-08-31  Bruno Haible  <bruno@clisp.org>
13245
13246         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13247         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13248         projects that don't keep autogenerated files in CVS. Put into
13249         actioncmd only the specified modules, not the transitive closure.
13250
13251 2005-08-31  Bruno Haible  <bruno@clisp.org>
13252
13253         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13254         Create directories that shall be filled.
13255         (import): Don't look for gl_* macros in configure.ac. Recurse across
13256         all directories containing a gnulib-cache.m4 files, if meaningful.
13257
13258 2005-08-31  Bruno Haible  <bruno@clisp.org>
13259
13260         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13261         (import): Set seen_libtool when we see gl_LIBTOOL.
13262
13263 2005-08-31  Bruno Haible  <bruno@clisp.org>
13264
13265         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13266         declaration macro definitions from generated gnulib.m4.
13267
13268 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13269
13270         * lib/iconvme.h: Add prototype for iconv_alloc.
13271
13272 2005-08-29  Simon Josefsson  <jas@extundo.com>
13273
13274         * lib/iconvme.c: Fix errno.
13275
13276 2005-08-29  Bruno Haible  <bruno@clisp.org>
13277
13278         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13279         that it works when the directory contains spaces.
13280
13281 2005-08-29  Bruno Haible  <bruno@clisp.org>
13282
13283         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13284
13285 2005-08-29  Bruno Haible  <bruno@clisp.org>
13286
13287         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13288         Emit more advice.
13289
13290 2005-08-29  Bruno Haible  <bruno@clisp.org>
13291         and Stepan Kasal  <kasal@ucw.cz>
13292
13293         * check-module: If more parameters are given, check each of them
13294         separately; add more exceptions, as noted by Jim Meyering.
13295         (check_module): New procedure.
13296         (%exempt_header): Now contains all exceptions.
13297
13298 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13299
13300         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13301
13302 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13303
13304         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13305
13306 2005-08-28  Bruno Haible  <bruno@clisp.org>
13307
13308         * m4/gnulib-tool.m4: New file.
13309
13310 2005-08-27  Jim Meyering  <jim@meyering.net>
13311
13312         * modules/unistd-safer (Files): Add pipe-safer.c.
13313         * modules/fcntl-safer (Files): Add creat-safer.c.
13314
13315 2005-08-27  Jim Meyering  <jim@meyering.net>
13316
13317         * m4/stdlib-safer.m4: New file.  From coreutils.
13318         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13319         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13320         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13321         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13322         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13323
13324 2005-08-27  Jim Meyering  <jim@meyering.net>
13325
13326         * lib/fopen-safer.c: Merge minor changes from coreutils.
13327         * lib/dup-safer.c: Likewise.
13328         * lib/fd-safer.c: Likewise.
13329
13330         Merge from coreutils.
13331         * lib/stdio--.h: New file.
13332         * lib/stdlib--.h: New file.
13333         * lib/mkstemp-safer.c: New file.
13334
13335         GNU tar needs these.
13336         * lib/pipe-safer.c: New file.
13337         * lib/creat-safer.c: New file.
13338         * lib/fcntl--.h (creat): Define to creat_safer.
13339         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13340         * lib/unistd--.h (pipe): Define to pipe_safer.
13341         * lib/unistd-safer.h: Declare pipe_safer.
13342
13343 2005-08-26  Simon Josefsson  <jas@extundo.com>
13344
13345         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13346         Haible <bruno@clisp.org>.
13347
13348 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13349
13350         * lib/regex_internal.h: Remove all references to
13351         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13352         or better.
13353         (bitset_not, bitset_merge, bitset_not_merge):
13354         (bitset_mask, re_string_allocate, re_string_construct):
13355         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13356         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13357         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13358         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13359         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13360         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13361         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13362         (re_acquire_state_context):
13363         Remove unnecessary forward decls.
13364         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13365         Put __attribute at function definition,
13366         now that the function decl has been removed.
13367         * lib/regex_internal.c (re_string_peek_byte_case):
13368         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13369         Likewise.
13370
13371 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13372
13373         * m4/regex.m4: Add AC_PREREQ(2.50).
13374         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13375
13376 2005-08-25  Simon Josefsson  <jas@extundo.com>
13377
13378         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13379         __fsetlocking.
13380
13381 2005-08-25  Simon Josefsson  <jas@extundo.com>
13382
13383         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13384         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13385         GLIBC specific code.
13386
13387 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13388
13389         Make regex safe for g++.  This fixes one real bug (an "err"
13390         that should have been "*err").  g++ problem reported by
13391         Sam Steingold.
13392         * lib/regex_internal.h (re_calloc): New macro, consistent with
13393         re_malloc etc.  All callers of calloc changed to use re_calloc.
13394         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13395         not int.  All callers changed.
13396         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13397         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13398         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13399         (find_recover_state): Change "err" to "*err"; this fixes what
13400         appears to be a real bug.
13401         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13402         versus int.
13403
13404 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13405
13406         * modules/regex (Depends-on): Add malloc, since the code
13407         assumes that !malloc(0) means failure.
13408
13409 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13410
13411         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13412
13413         alloca modernization/simplification for regex.
13414         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13415         needs to be at the start of the file, and can be moved into
13416         regex_internal.h and simplified.
13417         * lib/regex_internal.h: Include <alloca.h>.
13418         (__libc_use_alloca) [!defined _LIBC]: New macro.
13419         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13420         now works outside glibc.
13421
13422 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13423
13424         * config/srclist.txt: Add glibc bugs 1241, 1245.
13425
13426 2005-08-25  Jim Meyering  <jim@meyering.net>
13427
13428         * lib/open-safer.c: Include <config.h>.
13429         Otherwise, we'd lose LARGEFILE support in any file using
13430         e.g. "fcntl--.h"
13431
13432 2005-08-25  Bruno Haible  <bruno@clisp.org>
13433
13434         * m4/minmax.m4: Require autoconf 2.52.
13435         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13436         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13437         alternatives of translit over the alphabet.
13438         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13439
13440 2005-08-24  Simon Josefsson  <jas@extundo.com>
13441
13442         * tests/test-getpass.c: New file.
13443
13444 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13445
13446         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13447         for GNU regex features.
13448
13449 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13450
13451         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13452         * lib/regex.h (regerror): Likewise.
13453
13454         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13455         requires this.  (The code never needed it.)
13456
13457         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13458         All uses of recently-renamed identifiers changed to use the new,
13459         POSIX-compliant names.  The code will build and run just fine
13460         without these changes, but it's better to eat our own dog food
13461         and use the standard-conforming names.
13462
13463         * lib/regex.h: Fix a multitude of POSIX name space violations.
13464         These changes have an effect only for programs that define
13465         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13466         do not change anything for programs compiled in the normal way.
13467         Also, there is no effect on the ABI.
13468
13469         (_REGEX_SOURCE): New macro.
13470         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13471         defined and _GNU_SOURCE is not; this fixes a name space violation.
13472
13473         Rename the following macros to obey POSIX requirements.
13474         The old names are still visible as macros if _REGEX_SOURCE is defined.
13475         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13476         RE_BACKSLASH_ESCAPE_IN_LISTS.
13477         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13478         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13479         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13480         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13481         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13482         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13483         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13484         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13485         (REG_INTERVALS): renamed from RE_INTERVALS.
13486         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13487         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13488         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13489         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13490         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13491         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13492         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13493         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13494         RE_UNMATCHED_RIGHT_PAREN_ORD.
13495         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13496         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13497         (REG_DEBUG): renamed from RE_DEBUG.
13498         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13499         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13500         unusual, since we can't clash with the POSIX REG_ICASE.
13501         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13502         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13503         (REG_NO_SUB): renamed from RE_NO_SUB.
13504         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13505         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13506         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13507         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13508         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13509         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13510         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13511         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13512         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13513         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13514         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13515         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13516         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13517         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13518         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13519         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13520         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13521         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13522         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13523         (REG_FIXED): Renamed from REGS_FIXED.
13524         (REG_NREGS): Renamed from RE_NREGS.
13525
13526         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13527         of other REG_* macros, since POSIX says the user is allowed to
13528         #undef these macros selectively.
13529
13530         (reg_errcode_t): Update comment stating what other tables need
13531         to be consistent.
13532
13533         Rename the following enum values to obey POSIX requirements.
13534         The old names are still visible as macros.
13535         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13536         is not defined, since GNU is supposed to be a superset of POSIX as
13537         much as possible, and since we want reg_errcode_t to be a signed
13538         type for implementation consistency.
13539         (_REG_NOERROR): Renamed from REG_NOERROR.
13540         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13541         (_REG_BADPAT): Renamed from REG_BADPAT.
13542         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13543         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13544         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13545         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13546         (_REG_EBRACK): Renamed from REG_EBRACK.
13547         (_REG_EPAREN): Renamed from REG_EPAREN.
13548         (_REG_EBRACE): Renamed from REG_EBRACE.
13549         (_REG_BADBR): Renamed from REG_BADBR.
13550         (_REG_ERANGE): Renamed from REG_ERANGE.
13551         (_REG_ESPACE): Renamed from REG_ESPACE.
13552         (_REG_BADRPT): Renamed from REG_BADRPT.
13553         (_REG_EEND): Renamed from REG_EEND.
13554         (_REG_ESIZE): Renamed from REG_ESIZE.
13555         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13556         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13557         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13558         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13559         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13560
13561         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13562         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13563         changed.  But support the old name if the new one is not defined
13564         and if _REGEX_SOURCE.
13565
13566         Change the following member names in struct re_pattern_buffer.
13567         The old names are still supported if !_REGEX_SOURCE.
13568         The new names are always supported, regardless of _REGEX_SOURCE.
13569         (re_buffer): Renamed from buffer.
13570         (re_allocated): Renamed from allocated.
13571         (re_used): Renamed from used.
13572         (re_syntax): Renamed from syntax.
13573         (re_fastmap): Renamed from fastmap.
13574         (re_translate): Renamed from translate.
13575         (re_can_be_null): Renamed from can_be_null.
13576         (re_regs_allocated): Renamed from regs_allocated.
13577         (re_fastmap_accurate): Renamed from fastmap_accurate.
13578         (re_no_sub): Renamed from no_sub.
13579         (re_not_bol): Renamed from not_bol.
13580         (re_not_eol): Renamed from not_eol.
13581         (re_newline_anchor): Renamed from newline_anchor.
13582
13583         Change the following member names in struct re_registers.
13584         The old names are still supported if !_REGEX_SOURCE.
13585         The new names are always supported, regardless of _REGEX_SOURCE.
13586         (rm_num_regs): Renamed from num_regs.
13587         (rm_start): Renamed from start.
13588         (rm_end): Renamed from end.
13589
13590         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13591         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13592         Prepend __ to parameter names.
13593
13594         Undo yesterday's changes.
13595
13596 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13597
13598         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13599         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13600         lib/regex.c.
13601
13602 2005-08-24  Jim Meyering  <jim@meyering.net>
13603
13604         Sync from coreutils.
13605         * m4/fcntl-safer.m4: New file.
13606
13607         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13608         and object files for this module.
13609
13610 2005-08-24  Jim Meyering  <jim@meyering.net>
13611
13612         Sync from coreutils.
13613         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13614
13615 2005-08-24  Jim Meyering  <jim@meyering.net>
13616
13617         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13618         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13619
13620 2005-08-24  Jim Meyering  <jim@meyering.net>
13621
13622         * modules/fcntl-safer: New module.
13623         * modules/fts (Depends-on): Add fcntl-safer.
13624         * MODULES.html.sh (File descriptor based Input/Output):
13625         Add fcntl-safer.
13626
13627 2005-08-24  Bruno Haible  <bruno@clisp.org>
13628
13629         Support for unit test modules.
13630         * modules/README: Mention tests modules.
13631         * modules/TEMPLATE-TESTS: New file.
13632         * gnulib-tool: New options --extract-tests-module, --with-tests and
13633         --tests-base (unused for the moment).
13634         (testsbase, inctests): New variables.
13635         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13636         (func_verify_module): Exclude TEMPLATE-TESTS.
13637         (func_verify_nontests_module, func_verify_tests_module): New functions.
13638         (func_get_dependencies): Add implicit dependency for tests modules.
13639         (func_get_tests_module): New function.
13640         (func_modules_transitive_closure): When --with-tests was specified,
13641         include the unit tests as well, unless explicitly avoided.
13642         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13643         (func_emit_tests_Makefile_am): New function.
13644         (func_create_testdir): When --with-tests was specified, emit a
13645         tests/ directory.
13646         * MODULES.html.sh (Future developments): Update.
13647
13648 2005-08-24  Bruno Haible  <bruno@clisp.org>
13649
13650         * modules/tls-tests: New file.
13651         * tests/test-tls.c: New file, from GNU gettext.
13652
13653 2005-08-24  Bruno Haible  <bruno@clisp.org>
13654
13655         * modules/lock-tests: New file.
13656         * tests/test-lock.c: New file, from GNU gettext.
13657
13658 2005-08-24  Bruno Haible  <bruno@clisp.org>
13659
13660         * lib/lock.h: Add multiple inclusion guard.
13661         * lib/tls.h: Add multiple inclusion guard.
13662
13663 2005-08-24  Bruno Haible  <bruno@clisp.org>
13664
13665         * gnulib-tool: Add support for the --aux-dir option to
13666         --create-testdir, --create-megatestdir, --test, --megatest.
13667         (func_create_testdir, func_create_megatestdir): Optionally emit a
13668         AC_CONFIG_AUX_DIR directive.
13669         (create-testdir, create-megatestdir, test, megatest): Provide a
13670         default value for $auxdir.
13671
13672 2005-08-24  Bruno Haible  <bruno@clisp.org>
13673
13674         * gnulib-tool (import): Use compound statement instead of subshell
13675         where possible.
13676
13677 2005-08-24  Bruno Haible  <bruno@clisp.org>
13678
13679         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13680
13681 2005-08-24  Bruno Haible  <bruno@clisp.org>
13682
13683         * gnulib-tool (func_version): Update.
13684
13685 2005-08-24  Bruno Haible  <bruno@clisp.org>
13686
13687         * gnulib-tool (func_import, func_create_testdir,
13688         func_create_megatestdir): Quote all autoconf macro arguments.
13689
13690 2005-08-24  Bruno Haible  <bruno@clisp.org>
13691
13692         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13693         option --force, because --force causes the aclocal.m4 of each
13694         subdirectory to be newer than the corresponding config.h.in.
13695
13696 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13697
13698         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13699         All contents moved to gl_REGEX.
13700         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13701         assume that it does.
13702
13703 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13704
13705         * lib/regex.h (REG_NOSYS)
13706         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13707         Define, since POSIX requires it as of 2001.
13708         (_REG_ENOSYS)
13709         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13710         New private symbol, used to keep the enum signed in all cases.
13711         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13712         Youngman in
13713         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13714
13715         * lib/regex_internal.c (re_string_skip_chars, register_state):
13716         (calc_state_hash):
13717         Remove forward decls; no longer needed now that we use prototypes.
13718         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13719         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13720         (clean_state_log_if_needed): Likewise.
13721
13722 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13723
13724         * config/srclist.txt: Add glibc bugs 1231-1233.
13725
13726 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13727
13728         Fix problems reported by Sam Steingold in
13729         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13730         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13731         assumed that reg_errcode_t is a signed type, which is not
13732         necessarily true if _XOPEN_SOURCE is not defined.
13733         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13734         since some compilers warn about it otherwise.
13735
13736 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13737
13738         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13739         (init_word_char, create_initial_state, duplicate_node_closure):
13740         (fetch_token, peek_token_bracket, build_range_exp):
13741         (build_collating_symbol): Remove forward decls; no longer needed
13742         now that we use prototypes.
13743
13744         * lib/regcomp.c:
13745         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13746         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13747         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13748         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13749         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13750         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13751         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13752         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13753         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13754         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13755         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13756         (build_charclass, build_charclass_op, fetch_number, create_tree):
13757         (create_token_tree, mark_opt_subexp, duplicate_tree):
13758         Use prototypes rather than old-style definitions.
13759
13760         * lib/regex_internal.c:
13761         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13762         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13763         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13764         (re_string_reconstruct, re_string_peek_byte_case):
13765         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13766         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13767         (re_node_set_init_copy, re_node_set_add_intersect):
13768         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13769         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13770         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13771         (re_acquire_state, re_acquire_state_context, register_state):
13772         (create_ci_newstate, create_cd_newstate, free_state):
13773         Likewise.
13774         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13775         re_search_2):
13776         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13777         (re_search_internal, prune_impossible_nodes):
13778         (acquire_init_state_context, check_matching, static):
13779         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13780         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13781         (update_regs, sift_states_backward, build_sifted_states):
13782         (clean_state_log_if_needed, merge_state_array):
13783         (update_cur_sifted_state, add_epsilon_src_nodes):
13784         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13785         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13786         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13787         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13788         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13789         (check_arrival, check_arrival_add_next_nodes):
13790         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13791         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13792         (check_node_accept_bytes, check_node_accept, extend_buffers):
13793         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13794         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13795         (sift_ctx_init):
13796         Likewise.
13797
13798         * lib/regex_internal.h:
13799         (re_string_allocate, re_string_construct, re_string_reconstruct):
13800         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13801         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13802         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13803         (re_string_context_at, re_string_peek_byte_case):
13804         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13805         is defined, since we now use prototypes always.
13806
13807         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13808         C89 or better.  All uses removed.
13809
13810 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13811
13812         * config/srclist.txt: Add glibc bugs 1220-1227.
13813
13814 2005-08-20  Jim Meyering  <jim@meyering.net>
13815
13816         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13817         of unused local, dfa.
13818
13819 2005-08-20  Bruno Haible  <bruno@clisp.org>
13820
13821         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13822
13823 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13824
13825         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13826         (re_node_set_insert_last, re_dfa_add_node):
13827         Rename local variables to avoid GCC shadowing warnings.
13828
13829 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13830
13831         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13832         [defined lint]: Suppress bogus uninitialized-variable warnings.
13833
13834         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13835         and let the caller return REG_ESPACE if out of space.  This
13836         removes an uninitialied-variable warning with GCC 4.0.1, and also
13837         avoids taking the address of a local variable.  All callers
13838         changed.
13839
13840 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13841
13842         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13843         $LIBCSRC/posix/regexec.c.
13844         Add glibc bug 1217 for regcomp.c.
13845
13846 2005-08-19  Jim Meyering  <jim@meyering.net>
13847
13848         * lib/regexec.c (proceed_next_node): Redo local variables to
13849         avoid GCC shadowing warnings.
13850
13851 2005-08-18  Bruno Haible  <bruno@clisp.org>
13852
13853         * lib/strstr.c (strstr): Fix return value in multibyte case.
13854         * lib/strcasestr.c (strcasestr): Likewise.
13855
13856 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13857
13858         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13859
13860 2005-08-17  Jim Meyering  <jim@meyering.net>
13861
13862         Make the %s format (seconds since the epoch) work for a negative
13863         number and when used with a zero-padded field width, e.g. %015s.
13864
13865         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13866         label so that it precedes the code to set `digits'.  Otherwise,
13867         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13868         print `00-22'.  Now, it prints `-0022', as it should.
13869
13870 2005-08-17  Bruno Haible  <bruno@clisp.org>
13871
13872         * modules/strstr (Files): Add m4/mbrtowc.m4.
13873         (Depends-on): Add mbuiter.
13874
13875 2005-08-17  Bruno Haible  <bruno@clisp.org>
13876
13877         * modules/strcasestr: New file.
13878         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13879         strcasestr.
13880
13881 2005-08-17  Bruno Haible  <bruno@clisp.org>
13882
13883         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13884
13885 2005-08-17  Bruno Haible  <bruno@clisp.org>
13886
13887         * modules/mbuiter: New file.
13888         * MODULES.html.sh (Extended multibyte and wide character utilities):
13889         Add mbuiter.
13890
13891 2005-08-17  Bruno Haible  <bruno@clisp.org>
13892
13893         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13894         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13895
13896 2005-08-17  Bruno Haible  <bruno@clisp.org>
13897
13898         * m4/strcasestr.m4: New file.
13899
13900 2005-08-17  Bruno Haible  <bruno@clisp.org>
13901
13902         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13903         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13904
13905 2005-08-17  Bruno Haible  <bruno@clisp.org>
13906
13907         * lib/strcasestr.h: New file.
13908         * lib/strcasestr.c: New file.
13909
13910 2005-08-17  Bruno Haible  <bruno@clisp.org>
13911
13912         * lib/strcasecmp.c: Use mbuiter.h.
13913
13914 2005-08-17  Bruno Haible  <bruno@clisp.org>
13915
13916         * lib/mbuiter.h: New file.
13917
13918 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13919
13920         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13921         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13922         and gl_GETOPT are both invoked via different paths (as happens
13923         with GNU tar CVS because it uses both argp and getopt), the former
13924         wins.
13925
13926 2005-08-16  Bruno Haible  <bruno@clisp.org>
13927
13928         * modules/tls: New file.
13929         * MODULES.html.sh (Multithreading): Add tls.
13930
13931 2005-08-16  Bruno Haible  <bruno@clisp.org>
13932
13933         * modules/strnlen1: New file.
13934         * MODULES.html.sh (String handling): Add strnlen1.
13935
13936 2005-08-16  Bruno Haible  <bruno@clisp.org>
13937
13938         * modules/strcase (Files): Add m4/mbrtowc.m4.
13939         (Depends-on): Add strnlen1, mbchar.
13940
13941 2005-08-16  Bruno Haible  <bruno@clisp.org>
13942
13943         * modules/mbiter: New file.
13944         * MODULES.html.sh (Extended multibyte and wide character utilities):
13945         Add mbiter.
13946
13947 2005-08-16  Bruno Haible  <bruno@clisp.org>
13948
13949         * modules/mbfile: New file.
13950         * MODULES.html.sh (Extended multibyte and wide character utilities):
13951         Add mbfile.
13952
13953 2005-08-16  Bruno Haible  <bruno@clisp.org>
13954
13955         * modules/mbchar: New file.
13956         * MODULES.html.sh (Extended multibyte and wide character utilities):
13957         New section.
13958
13959 2005-08-16  Bruno Haible  <bruno@clisp.org>
13960
13961         * m4/tls.m4: New file, from GNU gettext.
13962
13963 2005-08-16  Bruno Haible  <bruno@clisp.org>
13964
13965         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13966         always.
13967         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13968
13969 2005-08-16  Bruno Haible  <bruno@clisp.org>
13970
13971         * m4/mbiter.m4: New file.
13972
13973 2005-08-16  Bruno Haible  <bruno@clisp.org>
13974
13975         * m4/mbfile.m4: New file.
13976
13977 2005-08-16  Bruno Haible  <bruno@clisp.org>
13978
13979         * m4/mbchar.m4: New file.
13980
13981 2005-08-16  Bruno Haible  <bruno@clisp.org>
13982
13983         * lib/tls.h: New file, from GNU gettext.
13984         * lib/tls.c: New file, from GNU gettext.
13985
13986 2005-08-16  Bruno Haible  <bruno@clisp.org>
13987
13988         * lib/strnlen1.h: New file.
13989         * lib/strnlen1.c: New file.
13990
13991 2005-08-16  Bruno Haible  <bruno@clisp.org>
13992
13993         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13994         (mbi_init): Update.
13995         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13996         NUL byte, not after it.
13997
13998 2005-08-16  Bruno Haible  <bruno@clisp.org>
13999
14000         * lib/strcase.h (strcasecmp): Add note in comments.
14001         * lib/strncasecmp.c: Use code from strcasecmp.c.
14002         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
14003         (strcasecmp): Work correctly in multibyte locales.
14004
14005 2005-08-16  Bruno Haible  <bruno@clisp.org>
14006
14007         * lib/mbiter.h: New file.
14008
14009 2005-08-16  Bruno Haible  <bruno@clisp.org>
14010
14011         * lib/mbfile.h: New file.
14012
14013 2005-08-16  Bruno Haible  <bruno@clisp.org>
14014
14015         * lib/mbchar.h: New file.
14016         * lib/mbchar.c: New file.
14017
14018 2005-08-16  Bruno Haible  <bruno@clisp.org>
14019
14020         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
14021         the valid ones. Makes the comparison operations transitive:
14022         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
14023         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
14024
14025 2005-08-15  Simon Josefsson  <jas@extundo.com>
14026
14027         * modules/ssize_t (License): Change to 'unlimited'.
14028
14029         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
14030
14031 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14032
14033         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
14034         Add comments for each pending glibc patch.
14035
14036 2005-08-15  Bruno Haible  <bruno@clisp.org>
14037
14038         * lib/regex.h (__restrict_arr): Don't define to __restrict if
14039         __cplusplus is defined.
14040
14041 2005-08-14  Jim Meyering  <jim@meyering.net>
14042
14043         Sync from coreutils.
14044
14045         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
14046         Use the hash-table-based cycle-detection code not just when
14047         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
14048         Reported by James Youngman in
14049         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
14050         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
14051         FTS_TIGHT_CYCLE_CHECK.
14052         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
14053         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
14054         once again.
14055         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
14056         * lib/fts.c (fd_safer): Remove decl.
14057         Include fcntl--.h rather than unistd-safer.h
14058         (fts_safe_changedir): Don't call fd_safer; no longer needed
14059         now that we include fcntl--.h.
14060
14061 2005-08-12  Simon Josefsson  <jas@extundo.com>
14062
14063         * modules/getndelim2: Use ssize_t module.
14064         * modules/getnline: Likewise.
14065         * modules/safe-read: Likewise.
14066         * modules/xreadlink: Likewise.
14067
14068         * modules/ssize_t: New file.
14069
14070 2005-08-12  Simon Josefsson  <jas@extundo.com>
14071
14072         * m4/readline.m4: Look for termcap, curses or ncurses if required.
14073
14074 2005-08-12  Simon Josefsson  <jas@extundo.com>
14075
14076         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14077         ssize_t.
14078
14079 2005-08-12  Simon Josefsson  <jas@extundo.com>
14080
14081         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
14082         readline, getdelim and check_version.
14083         (Support for systems lacking ISO C 99: Sizes of integer types):
14084         Add size_max.
14085
14086 2005-08-12  Bruno Haible  <bruno@clisp.org>
14087
14088         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
14089
14090 2005-08-11  Simon Josefsson  <jas@extundo.com>
14091
14092         * modules/readline: New file.
14093
14094         * modules/strnlen (Files): Add strnlen.h.
14095
14096 2005-08-11  Simon Josefsson  <jas@extundo.com>
14097
14098         * m4/readline.m4: New file.
14099
14100 2005-08-11  Simon Josefsson  <jas@extundo.com>
14101
14102         * lib/readline.h, readline.c: New file.
14103
14104 2005-08-11  Simon Josefsson  <jas@extundo.com>
14105
14106         * doc/gnulib.texi (Initial import, Finishing touches): Mention
14107         gl_AVOID.
14108
14109 2005-08-11  Bruno Haible  <bruno@clisp.org>
14110
14111         * lib/strnlen.h (strnlen): Change parameter name to match comment.
14112
14113 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
14114
14115         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
14116
14117 2005-08-10  Simon Josefsson  <jas@extundo.com>
14118
14119         * tests/test-iconvme.c: New file.
14120
14121 2005-08-10  Simon Josefsson  <jas@extundo.com>
14122
14123         * m4/strnlen.m4: New file.
14124
14125         * m4/strndup.m4: Don't check for strnlen declaration, done in
14126         strnlen.m4.
14127
14128 2005-08-10  Simon Josefsson  <jas@extundo.com>
14129
14130         * lib/strndup.c: Use strnlen.h.
14131
14132         * lib/strnlen.h: New file.
14133
14134 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14135
14136         * README: Typos.
14137
14138 2005-08-02  Simon Josefsson  <jas@extundo.com>
14139
14140         * modules/readline: New file.
14141
14142 2005-08-02  Simon Josefsson  <jas@extundo.com>
14143
14144         * modules/getdelim: New file.
14145
14146         * modules/getline: Rewrite, don't use getndelim2.
14147
14148 2005-08-02  Simon Josefsson  <jas@extundo.com>
14149
14150         * m4/getline.m4: Separate out getdelim stuff into separate module.
14151
14152         * m4/getdelim.m4: New file.
14153
14154 2005-08-02  Simon Josefsson  <jas@extundo.com>
14155
14156         * lib/getline.h, getline.c: Rewrite.
14157
14158         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
14159
14160 2005-07-31  Bruno Haible  <bruno@clisp.org>
14161
14162         * lib/lock.h (gl_lock_initializer): New macro.
14163         (gl_lock_define_initialized): Use it.
14164         (gl_rwlock_initializer): New macro.
14165         (gl_rwlock_define_initialized): Use it.
14166         (gl_recursive_lock_initializer): New macro.
14167         (gl_recursive_lock_define_initialized): Use it.
14168
14169 2005-07-30  Karl Berry  <karl@gnu.org>
14170
14171         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
14172         Report from Ben Pfaff, regarding getopt.
14173
14174 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
14175
14176         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
14177         normal way.
14178         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
14179         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
14180         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
14181         (gl_GETOPT): Use the new macros.  Most of the implementation
14182         is moved to the new macros.  This is for programs like Emacs
14183         that don't want all the functionality of gl_GETOPT.
14184
14185 2005-07-26  Bruno Haible  <bruno@clisp.org>
14186
14187         * m4/lock.m4: Update from GNU gettext.
14188
14189 2005-07-26  Bruno Haible  <bruno@clisp.org>
14190
14191         * lib/lock.h: Update from GNU gettext.
14192         * lib/lock.c: Update from GNU gettext.
14193
14194 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
14195
14196         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
14197         obsolescent AC_TRY_RUN.  Include the default includes files, for
14198         'exit'.
14199
14200 2005-07-24  Bruno Haible  <bruno@clisp.org>
14201
14202         * modules/visibility: New file.
14203         * MODULES.html.sh (Misc): Add visibility.
14204
14205 2005-07-24  Bruno Haible  <bruno@clisp.org>
14206
14207         * m4/visibility.m4: New file.
14208
14209 2005-07-24  Bruno Haible  <bruno@clisp.org>
14210
14211         * doc/visibility.texi: New file.
14212
14213 2005-07-22  Bruno Haible  <bruno@clisp.org>
14214
14215         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
14216         $(ALLOCA_H), redundant through BUILT_SOURCES.
14217         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14218         redundant through BUILT_SOURCES.
14219         * modules/byteswap (Makefile.am): Remove explicit dependency on
14220         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14221         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14222         $(FNMATCH_H), redundant through BUILT_SOURCES.
14223         * modules/getopt (Makefile.am): Remove explicit dependency on
14224         $(GETOPT_H), redundant through BUILT_SOURCES.
14225         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14226         redundant through BUILT_SOURCES.
14227         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14228         redundant through BUILT_SOURCES.
14229         * modules/stdbool (Makefile.am): Remove explicit dependency on
14230         $(STDBOOL_H), redundant through BUILT_SOURCES.
14231         * modules/stdint (Makefile.am): Remove explicit dependency on
14232         $(STDINT_H), redundant through BUILT_SOURCES.
14233         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14234         Remove explicit dependency on $(SYSEXITS_H).
14235         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14236
14237 2005-07-18  Simon Josefsson  <jas@extundo.com>
14238
14239         * lib/check-version.c (check_version): Accept identical versions too.
14240
14241 2005-07-18  Bruno Haible  <bruno@clisp.org>
14242
14243         * modules/lock: New file.
14244         * MODULES.html.sh (Multithreading): New section.
14245
14246 2005-07-18  Bruno Haible  <bruno@clisp.org>
14247
14248         * m4/lock.m4: New file, from GNU gettext.
14249
14250 2005-07-18  Bruno Haible  <bruno@clisp.org>
14251
14252         * lib/lock.h: New file, from GNU gettext.
14253         * lib/lock.c: New file, from GNU gettext.
14254
14255 2005-07-18  Bruno Haible  <bruno@clisp.org>
14256
14257         * lib/lock.h (gl_once_t): New type.
14258         (gl_once_define, gl_once): New macros.
14259         * lib/lock.c (fresh_once): New variable.
14260         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14261         functions.
14262
14263 2005-07-16  Simon Josefsson  <jas@extundo.com>
14264
14265         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14266         workaround, suggested by Bruno.
14267
14268 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14269
14270         * modules/xalloc (Depends-on): Add xalloc-die.
14271         * modules/xvasprintf (Depends-on): Add xalloc-die.
14272
14273 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14274
14275         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14276         with a minor change.
14277
14278 2005-07-15  Bruno Haible  <bruno@clisp.org>
14279
14280         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14281         When using lib/poll.c, define poll as rpl_poll.
14282
14283 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14284
14285         * modules/argp (Depends-on): Remove unlocked-io.
14286
14287 2005-07-14  Derek Price  <derek@ximbiot.com>
14288
14289         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14290         for glob symlink bug.
14291
14292 2005-07-14  Bruno Haible  <bruno@clisp.org>
14293
14294         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14295         Instead, test for *_unlocked function declarations directly.
14296
14297 2005-07-11  Simon Josefsson  <jas@extundo.com>
14298
14299         * modules/size_max: New file.
14300
14301         * modules/xsize: Depend on size_max module for size_max.m4.
14302
14303 2005-07-11  Simon Josefsson  <jas@extundo.com>
14304
14305         * lib/size_max.h: New file.
14306
14307 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14308
14309         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14310         copyright symbol and the year.
14311         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14312         (version_etc_va): Use parameterized copyright notice.
14313         Reword to conform to the current GNU coding standards.
14314
14315 2005-07-11  Karl Berry  <karl@gnu.org>
14316
14317         * doc/gnulib.texi (Quoting): new node.
14318         (Initial import): more info, from Patrice.
14319
14320 2005-07-11  Bruno Haible  <bruno@clisp.org>
14321
14322         * gnulib-tool (func_usage): Document option --avoid.
14323         (Command line options): Handle --avoid.
14324         (func_acceptable): New function.
14325         (func_modules_transitive_closure): Use it.
14326
14327 2005-07-11  Bruno Haible  <bruno@clisp.org>
14328
14329         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14330         Reported by Jim Meyering.
14331
14332 2005-07-10  Bruno Haible  <bruno@clisp.org>
14333
14334         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14335         Needed when size_t is smaller than 'unsigned int'.
14336         Reported by Paul Eggert.
14337
14338 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14339
14340         * modules/argp (Depends-on): Add unlocked-io
14341
14342 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14343
14344         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14345         block of defines.
14346
14347 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14348
14349         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14350         fix now.
14351
14352 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14353         and Paul Eggert  <eggert@cs.ucla.edu>
14354
14355         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14356         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14357
14358 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14359
14360         * modules/regex (Files): Add lib/regex_internal.c,
14361         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14362         (Depends-on): Add extensions.
14363         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14364
14365 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14366
14367         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14368         pathconf.
14369         * m4/same.m4 (gl_SAME): Likewise.
14370         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14371
14372         * m4/regex.m4: Adjust to new libc regex implementation.
14373         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14374         all the .c and .h parts of (the new) regex.
14375         Quote the m4 stuff better.
14376         Check for RE_ICASE bug of old gnulib.
14377         Check for REG_STARTEND of recent libc.
14378         Rename local variables from jm_* to gl_*.
14379         Quote operand of "test -f".
14380         Say "recent enough" version of libc, not "version 2".
14381         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14382         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14383         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14384         Remove check for btowc, isascii.
14385         Require AM_LANGINFO_CODESET.
14386
14387 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14388
14389         * lib/regex.c, regex.h: Sync from libc.
14390         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14391         * lib/regexec.c:
14392         New files, synced from libc, except that regex_internal.h
14393         currently has a small porting fix.
14394
14395 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14396
14397         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14398         regex_internal.c, regexec.c.
14399         Add regex_internal.h too, but as a comment, since the libc version
14400         is currently broken in gnulib mode.
14401
14402 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14403
14404         Support programs like Emacs that use gnulib but not gettext.
14405         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14406         * modules/gettext-h: New file.
14407         * modules/gettext (Files): Remove lib/gettext.h.
14408         (Depends-on): Add gettext-h.
14409         (Makefile.am): Remove lib_SOURCES.
14410         * modules/argmatch, modules/c-stack, modules/closeout:
14411         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14412         * modules/execute, modules/file-type, modules/getaddrinfo:
14413         * modules/getopt, modules/human, modules/javacomp:
14414         * modules/javaexec, modules/mkdir-p, modules/obstack:
14415         * modules/openat, modules/pagealign_alloc, modules/pipe:
14416         * modules/quotearg, modules/regex, modules/rpmatch:
14417         * modules/unicodeio, modules/userspec, modules/version-etc:
14418         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14419         * modules/xsetenv:
14420         Depend on gettext-h, not gettext.
14421
14422 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14423
14424         * gnulib-tool (func_import): Add support for 'public domain' license.
14425         * modules/alloca, modules/atexit, modules/memmove:
14426         Now public domain, not GPL.
14427         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14428         * modules/realloc, modules/strerror, modules/strtod:
14429         Now LGPL, not GPL.
14430
14431 2005-07-05  Bruno Haible  <bruno@clisp.org>
14432
14433         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14434         autoconf CVS. Needed for mingw.
14435
14436 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14437
14438         Remove the dependency of the strftime module on the tzset module.
14439         * modules/strftime (Depends-on): Remove dependency on tzset.
14440
14441 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14442
14443         Remove the dependency of the strftime module on the tzset module.
14444         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14445         gl_FUNC_TZSET_CLOBBER.
14446
14447 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14448
14449         Remove the dependency of the strftime module on the tzset module.
14450         * lib/strftime.c (my_strftime)
14451         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14452         Copy the input structure, to work around some of the bug with
14453         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14454         Solaris releases, you should also use the tzset module, but we won't
14455         require it as a dependency any more since we don't want LGPLed code
14456         to depend on GPLed code.
14457
14458 2005-07-02  Jim Meyering  <jim@meyering.net>
14459
14460         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14461         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14462         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14463         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14464
14465 2005-07-02  Jim Meyering  <jim@meyering.net>
14466
14467         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14468
14469 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14470
14471         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14472         declares only 'struct timespec;' (!).
14473
14474 2005-07-01  Jim Meyering  <jim@meyering.net>
14475
14476         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14477         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14478         * lib/save-cwd.c, tempname.c:
14479         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14480         and don't include <sys/file.h>).
14481
14482 2005-06-29  Jim Meyering  <jim@meyering.net>
14483
14484         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14485         type name.  Use the variable name instead.
14486         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14487         Likewise.
14488
14489 2005-06-28  Simon Josefsson  <jas@extundo.com>
14490
14491         * modules/check-version (Files): Add check-version.m4.
14492
14493 2005-06-28  Simon Josefsson  <jas@extundo.com>
14494
14495         * m4/check-version.m4: New file, suggested by Jim Meyering
14496         <jim@meyering.net>.
14497
14498 2005-06-28  Simon Josefsson  <jas@extundo.com>
14499
14500         * lib/check-version.h, lib/check-version.c: New files.
14501
14502 2005-06-28  Simon Josefsson  <jas@extundo.com>
14503
14504         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14505         collision with global variable.  Better indentation.  Don't
14506         increment buffer pointer beyond buffer end.  Based on comments
14507         from Paul Eggert <eggert@cs.ucla.edu>.
14508
14509         * lib/base64.h: Indent.
14510
14511 2005-06-28  Simon Josefsson  <jas@extundo.com>
14512
14513         * doc/gnulib.texi (Library version handling): New section.
14514
14515 2005-06-28  Jim Meyering  <jim@meyering.net>
14516
14517         * check-module (find_included_lib_files): Hard-code another
14518         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14519         but modules/fts-lgpl (correctly) does not list those files.
14520
14521         * modules/canonicalize (Files): Add lib/pathmax.h.
14522
14523 2005-06-25  Simon Josefsson  <jas@extundo.com>
14524
14525         * modules/check-version: New file.
14526
14527 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14528
14529         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14530         initializer of struct addrinfo, as an indication that we don't
14531         care how many members the structure has.
14532
14533 2005-06-24  Derek Price  <derek@ximbiot.com>
14534         and Bruno Haible  <bruno@clisp.org>
14535
14536         Remove stat module & update lstat.
14537         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14538         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14539         * m4/stat.m4: Remove this file.
14540
14541 2005-06-24  Derek Price  <derek@ximbiot.com>
14542         and Bruno Haible  <bruno@clisp.org>
14543
14544         Remove stat module & update lstat.
14545         * lib/stat.c: Remove this file...
14546         (slash_aware_lstat): ...moving this content and its support...
14547         * lib/lstat.c (rpl_lstat): ...into here.
14548         * lib/lstat.h: New file.
14549
14550 2005-06-24  Derek Price  <derek@ximbiot.com>
14551         and Bruno Haible  <bruno@clisp.org>
14552
14553         Remove stat module & update lstat.
14554         * config/srclist.txt (libc sources): Remove stat.
14555
14556 2005-06-24  Derek Price  <derek@ximbiot.com>
14557         and Bruno Haible  <bruno@clisp.org>
14558
14559         Remove stat module & update lstat.
14560         * MODULES.html.sh (stat): Remove.
14561         * MODULES.html: Regenerated.
14562         * modules/lstat (Description): Correct function name.
14563         (Files): Add "lstat.h".
14564         (Depends-on): Remove stat, add xalloc, stat-macros.
14565         * modules/stat: Remove this file.
14566         (Include): Add "lstat.h", remove <sys/stat.h>.
14567
14568 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14569
14570         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14571         (ranged_convert): Don't save conversion in a temporary struct.
14572         This causes a warning with GCC 4.0.0, and anyway in the typical
14573         case it's not worth the extra 100 bytes or so of code.
14574         (ranged_convert, __mktime_internal): When calling a function via a
14575         pointer P, use P () rather than (*P) (), as we now assume C89 or
14576         better.
14577
14578 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14579
14580         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14581         "who -r" failed to give output.  Problem reported by Tim Waugh.
14582
14583         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14584         (xcalloc): Use it to avoid needless tests.
14585         Problem reported by Jim Meyering.
14586
14587 2005-06-20  Derek Price  <derek@ximbiot.com>
14588
14589         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14590         unnecessary for Autoconfs > 2.59c.
14591
14592 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14593
14594         * lib/argp.h (__option_is_short): Check upper limit of
14595         __key. Isprint() requires its argument to have the value
14596         of an unsigned char or EOF.
14597
14598 2005-06-16  Jim Meyering  <jim@meyering.net>
14599
14600         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14601         when either N or S is zero.
14602
14603 2005-06-16  Derek Price  <derek@ximbiot.com>
14604
14605         * m4/bison.m4: Declare YACC & YFLAGS precious.
14606
14607 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14608
14609         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14610         multibyte string or pattern, fall back on unibyte matching.
14611         Problem reported by James Youngman.
14612
14613 2005-06-08  Bruno Haible  <bruno@clisp.org>
14614
14615         * modules/csharpcomp: New file.
14616         * MODULES.html.sh (C#): Add csharpcomp.
14617
14618 2005-06-08  Bruno Haible  <bruno@clisp.org>
14619
14620         * m4/csharpcomp.m4: New file, from GNU gettext.
14621
14622 2005-06-08  Bruno Haible  <bruno@clisp.org>
14623
14624         * lib/csharpcomp.h: New file, from GNU gettext.
14625         * lib/csharpcomp.c: New file, from GNU gettext.
14626         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14627
14628 2005-06-08  Bruno Haible  <bruno@clisp.org>
14629
14630         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14631         warning on mingw.
14632
14633 2005-06-07  Derek Price  <derek@ximbiot.com>
14634
14635         Sync from CVS.
14636         * lib/glob_.h: Indent nested #ifdef.
14637
14638 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14639
14640         Sync from coreutils.
14641         Use "file name" when talking about file names, instead of "filename"
14642         or "path", as per the GNU coding standards.
14643         * lib/mkdir-p.c: Renamed from makepath.c.
14644         (make_dir_parents): Renamed from make_path.  All callers changed.
14645         * lib/mkdir-p.h: Likewise.  All includers changed.
14646         * lib/filenamecat.c: Renamed from path-concat.c.
14647         (file_name_concat): Renamed from path_concat.  All callers changed.
14648         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14649         * lib/filenamecat.h: Likewise.  All includers changed.
14650         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14651         in comments or local variable names.
14652         * lib/basename.c: Likewise.
14653         * lib/canonicalize.c, canonicalize.h: Likewise.
14654         * lib/dirname.c, dirname.h: Likewise.
14655         * lib/euidaccess.c: Likewise.
14656         * lib/exclude.c: Likewise
14657         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14658         * lib/fsusage.c, fsuage.h: Likewise.
14659         * lib/fts.c, fts_.h: Likewise.
14660         * lib/getcwd.c: Likewise.
14661         * lib/getloadavg.c: Likewise.
14662         * lib/mkstemp.c: Likewise.
14663         * lib/mountlist.c, mountlist.h: Likewise.
14664         * lib/openat.c, openat.h: Likewise.
14665         * lib/readlink-stub.c: Likewise.
14666         * lib/readutmp.c, readutmp.h: Likewise.
14667         * lib/rename.c: Likewise.
14668         * lib/rmdir.c: Likewise.
14669         * lib/same.c: Likewise.
14670         * lib/savedir.c: Likewise.
14671         * lib/stripslash.c: Likewise.
14672         * lib/tempname.c: Likewise.
14673         * lib/xreadlink.c: Likewise.
14674         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14675         All uses changed.
14676         * lib/exclude.h: Likewise.
14677
14678         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14679         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14680         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14681         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14682         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14683         files have been getting away with it for years (MORE/BSD 4.3
14684         is extinct now).
14685         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14686         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14687
14688         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14689         Define to 256, not 255, as per modern POSIX.
14690
14691 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14692
14693         Sync from coreutils.
14694         Use "file name" when talking about file names, instead of "filename"
14695         or "path", as per the GNU coding standards.
14696         * MODULES.html.sh: mkdir-p renamed from makepath.
14697         filenamecat renamed from path-concat.
14698         * modules/filenamecat: Renamed from modules/path-concat.
14699         (Files): filenamecat.h and filenamecat.c renamed from
14700         path-concat.h and path-concat.c.
14701         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14702         (Include): filenamecat.h, not path-concat.h.
14703         * modules/mkdir-p: Renamed from modules/makepath.
14704         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14705         makepath.c.
14706         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14707         (Include): mkdir-p.h, not makepath.h.
14708
14709 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14710
14711         Sync from coreutils.
14712         * m4/mkdir-p.m4: Renamed from makepath.m4.
14713         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14714         Rename files from makepath.c to mkdir-p.c, and from
14715         makepath.h to mkdir-p.h.
14716         * m4/filenamecat.m4: Renamed from path-concat.m4.
14717         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14718         Rename files from path-concat.c to filenamecat.c,
14719         and from path-concat.h to filenamecat.h.
14720         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14721         "file name" in local variables or comments.
14722         * m4/rename.m4: Likewise.
14723
14724 2005-06-01  Bruno Haible  <bruno@clisp.org>
14725
14726         * modules/csharpexec: New file.
14727         * MODULES.html.sh (C#): New section.
14728
14729 2005-06-01  Bruno Haible  <bruno@clisp.org>
14730
14731         * m4/csharp.m4: New file, from GNU gettext.
14732         * m4/csharpexec.m4: New file, from GNU gettext.
14733
14734 2005-06-01  Bruno Haible  <bruno@clisp.org>
14735
14736         * lib/csharpexec.h: New file, from GNU gettext.
14737         * lib/csharpexec.c: New file, from GNU gettext.
14738         * lib/csharpexec.sh.in: New file, from GNU gettext.
14739
14740 2005-05-31  Derek Price  <derek@ximbiot.com>
14741             Paul Eggert  <eggert@cs.ucla.edu>
14742
14743         Sync from cvs.
14744         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14745
14746 2005-05-31  Derek Price  <derek@ximbiot.com>
14747             Paul Eggert  <eggert@cs.ucla.edu>
14748
14749         Sync from cvs.
14750         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14751
14752 2005-05-29  Derek Price  <derek@ximbiot.com>
14753
14754         * config/srclist.txt (glob_.h, glob.c): Add these files.
14755
14756 2005-05-29  Derek Price  <derek@ximbiot.com>
14757
14758         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14759         * modules/glob: New file.
14760         * modules/getlogin_r: Add link to POSIX spec in description.
14761
14762 2005-05-29  Derek Price  <derek@ximbiot.com>
14763             Paul Eggert  <eggert@cs.ucla.edu>
14764
14765         * m4/glob.m4: New file.
14766
14767 2005-05-29  Derek Price  <derek@ximbiot.com>
14768             Paul Eggert  <eggert@cs.ucla.edu>
14769
14770         * lib/glob_.h, lib/glob.c: New files.
14771
14772 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14773
14774         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14775         * modules/fts-lgpl (Depends-on): Remove gettext.
14776
14777 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14778
14779         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14780         and don't require gt_INTTYPES_PRI.
14781
14782 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14783
14784         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14785
14786         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14787         the configuration hassle isn't worth it.
14788         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14789         (LONGEST_MODIFIER, PRIuMAX): Remove.
14790
14791 2005-05-27  Bruno Haible  <bruno@clisp.org>
14792
14793         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14794
14795 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14796
14797         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14798         _POSIX_PTHREAD_SEMANTICS for Solaris.
14799
14800 2005-05-25  Derek Price  <derek@ximbiot.com>
14801
14802         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14803
14804 2005-05-25  Derek Price  <derek@ximbiot.com>
14805             Paul Eggert  <eggert@cs.ucla.edu>
14806
14807         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14808         * lib/getlogin_r.c, getlogin_r.h: New files.
14809
14810 2005-05-25  Bruno Haible  <bruno@clisp.org>
14811             Derek Price  <derek@ximbiot.com>
14812
14813         * lib/getlogin_r.h: Simplify API documentation.
14814
14815 2005-05-23  Derek Price  <derek@ximbiot.com>
14816
14817         * modules/minmax (Files): Add m4/minmax.m4.
14818         (configure.ac): Add gl_MINMAX.
14819
14820 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14821
14822         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14823         so that unistd-safer.h (GPL'ed code) need not be included.
14824
14825 2005-05-22  Bruno Haible  <bruno@clisp.org>
14826
14827         * m4/minmax.m4: New file.
14828         Based on a patch by Derek Price <derek@ximbiot.com>.
14829
14830 2005-05-22  Bruno Haible  <bruno@clisp.org>
14831
14832         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14833         (INT64_MIN): Fix definition.
14834         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14835
14836         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14837         NEED_SIGNED_INT_TYPES.
14838
14839         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14840         HAVE_SYSTEM_INTTYPES.
14841
14842 2005-05-22  Bruno Haible  <bruno@clisp.org>
14843
14844         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14845         Also include <sys/param.h> if it defines MIN, MAX.
14846         Based on a patch by Derek Price <derek@ximbiot.com>.
14847
14848 2005-05-21  Jim Meyering  <jim@meyering.net>
14849
14850         * modules/fts (Files): Add m4/inttypes-pri.m4.
14851         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14852
14853 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14854
14855         New fts module.
14856         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14857         (setup_dir, free_dir): New functions.
14858         (enter_dir, leave_dir): Define trivial
14859         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14860         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14861         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14862         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14863         Move to fts-cycle.c.
14864         (fts_open): Use setup_dir.
14865         (fts_close): Use free_dir.
14866         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14867         This adds a label and some gotos, but the alternatives were messier.
14868         Check for memory allocation failure when entering a dir.
14869         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14870         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14871         (FTS): New member fts_cycle, that is a union that contains the
14872         old active_dir_ht and cycle_state.  All uses changed to mention
14873         fts_cycle.ht and fts_cycle.state.
14874         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14875         fts.c, with the following changes:
14876         (setup_dir, free_dir): New functions.
14877         (enter_dir): Now returns bool.  Return true if successful, false
14878         if memory exhausted.  All callers changed.
14879         Do not bother partly cleaning up on
14880         memory allocation failure; that is free_dir's job.
14881         However, free ad if hash_insert fails, to avoid memory leak.
14882         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14883         fts->fts_options to see which union member to use.
14884
14885 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14886
14887         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14888         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14889
14890 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14891
14892         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14893
14894 2005-05-20  Jim Meyering  <jim@meyering.net>
14895
14896         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14897         Now a macro, to pacify GCC.
14898
14899 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14900
14901         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14902         of -1.
14903
14904 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14905
14906         * lib/chown.c (rpl_chown): Return -1 on failure.
14907
14908 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14909
14910         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14911         Don't check for stddef.h.
14912         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14913         don't use its results.
14914         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14915         since we include them unconditionally.  Don't require
14916         AM_STDBOOL_H, since stdbool is a prerequisite.
14917         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14918         since we assume C89 or better.
14919         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14920         as we don't use their results.
14921         Don't check for fchdir, memmove, memset, strrchr, as we use
14922         them unconditionally.
14923         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14924         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14925
14926 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14927
14928         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14929         Include <stddef.h> unconditionally, since we assume C89 now.
14930         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14931         * lib/fts.c: Include fts_.h first, to check interface.
14932         Do not include intprops.h; no longer needed.
14933         Include cycle-check.h and hash.h, since fts_.h no longer does.
14934         Remove unnecessary casts of closedir to void.
14935         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14936         decide whether to decrement nlinks.
14937         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14938         (FTS): Use struct hash_table * instead of Hash_table, so that
14939         we no longer need to include hash.h here.
14940
14941 2005-05-18  Jim Meyering  <jim@meyering.net>
14942
14943         * modules/dirfd (License): Change to LGPL.  Most of the code
14944         is already in the public domain.
14945
14946 2005-05-18  Jim Meyering  <jim@meyering.net>
14947
14948         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14949         Reported by Yoann Vandoorselaere.
14950
14951 2005-05-17  Jim Meyering  <jim@meyering.net>
14952
14953         * m4/fts.m4: New file, from coreutils.
14954
14955 2005-05-17  Jim Meyering  <jim@meyering.net>
14956
14957         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14958
14959 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14960
14961         Sync from coreutils.
14962         * m4/unlinkdir.m4: New file.
14963
14964 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14965
14966         Sync from coreutils.
14967         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14968         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14969         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14970         White space changes only.
14971         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14972         special.
14973         * lib/yesno.c: Include getline.h, not ctype.h.
14974         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14975         Use getline to remove arbitrary restriction on response length.
14976
14977 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14978
14979         * config/srclist-update: Spell out "Street" in FSF postal
14980         mail address; this is the style the FSF seems to prefer.
14981
14982         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14983         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14984         this updates FSF postal mail address.
14985
14986         Sync from coreutils.
14987         * modules/unlinkdir: New file.
14988         * modules/yesno (Depends-on): Add getline.
14989         * MODULES.html.sh (File system functions): Add unlinkdir.
14990
14991 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14992
14993         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14994         lib/strsep.h:
14995         Change the initial comment to refer to GPL, not LGPL.
14996         gnulib-tool will change it to LGPL as needed.
14997
14998         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14999         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
15000         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
15001         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
15002         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
15003         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
15004         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
15005         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
15006         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
15007         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
15008         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
15009         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
15010         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
15011         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
15012         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
15013         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
15014         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
15015         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
15016         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
15017         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
15018         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
15019         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
15020         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
15021         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
15022         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
15023         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
15024         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
15025         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
15026         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
15027         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
15028         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
15029         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
15030         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
15031         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
15032         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
15033         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
15034         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
15035         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
15036         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
15037         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
15038         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
15039         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
15040         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
15041         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
15042         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
15043         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
15044         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
15045         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
15046         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
15047         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
15048         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15049         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
15050         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
15051         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
15052         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
15053         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
15054         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
15055         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
15056         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
15057         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
15058         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
15059         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
15060         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
15061         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
15062         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
15063         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
15064         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
15065         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
15066         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
15067         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
15068         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
15069         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
15070         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
15071         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
15072         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
15073         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
15074         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
15075         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
15076         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
15077         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
15078         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
15079         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
15080         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
15081         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
15082         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
15083         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
15084         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
15085         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
15086         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
15087         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
15088         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
15089         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
15090         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
15091         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
15092         lib/yesno.c, lib/yesno.h:
15093         Update FSF postal mail address.
15094
15095 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15096
15097         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
15098         tests/test-memmem.c, tests/test-stpncpy.c:
15099         Update FSF postal mail address.
15100
15101 2005-05-13  Bruno Haible  <bruno@clisp.org>
15102
15103         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
15104         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
15105         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
15106         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
15107         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
15108         Add support for 64-bit integers in the MSVC compiler.
15109
15110 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15111
15112         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
15113
15114 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
15115
15116         * gnulib-tool (func_import): Sort and uniquify recommended includes.
15117
15118 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
15119
15120         * doc/getdate.texi (General date syntax): Don't say that date
15121         date --iso-8601=ns generates acceptable dates; it doesn't yet.
15122         Problem reported by Nic Ferrier.
15123
15124 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15125
15126         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
15127         specified in ai_socktype. Fix invalid ai_protocol
15128         check. ai_protocol is usually set to 0 or depending on
15129         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
15130         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
15131         ai_socktype / ai_protocol in the returned addrinfo structure.
15132
15133 2005-05-10  Simon Josefsson  <jas@extundo.com>
15134
15135         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
15136         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15137
15138 2005-05-10  Karl Berry  <karl@gnu.org>
15139
15140         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
15141         (from http://www.gnu.org/licenses).
15142         * doc/COPYING.LIB: also rename to COPYING.LESSER.
15143         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
15144         fdl.texi suffices.
15145
15146 2005-05-10  Karl Berry  <karl@gnu.org>
15147
15148         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
15149         (COPYING.DOC): remove.
15150
15151         * config/srclist-update: new FSF address.
15152
15153 2005-05-10  Derek Price  <derek@ximbiot.com>
15154
15155         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
15156         possible.
15157
15158 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15159             Bruno Haible  <bruno@clisp.org>
15160
15161         * modules/inet_ntop: New file.
15162         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15163         inet_ntop.
15164
15165 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15166             Bruno Haible  <bruno@clisp.org>
15167
15168         * m4/inet_ntop.m4: New file.
15169
15170 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15171             Bruno Haible  <bruno@clisp.org>
15172
15173         * lib/inet_ntop.h: New file.
15174         * lib/inet_ntop.c: New file, from glibc with modifications.
15175
15176 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
15177
15178         * modules/time_r (License): Change to LGPL.
15179         * modules/extensions (License): Change to LGPL.  Actually,
15180         the license is more permissive than that, but currently gnulib-tool
15181         doesn't know how to handle more-permissive licenses.
15182
15183         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
15184         Problem reported by Dave Love.
15185
15186 2005-05-08  Jim Meyering  <jim@meyering.net>
15187
15188         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
15189         blank.
15190
15191 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15192
15193         * modules/argmatch (Depends-on): Add stdbool.
15194         * modules/backupfile (Depends-on): Likewise.
15195         * modules/chdir-long (Depends-on): Likewise.
15196         * modules/closeout (Depends-on): Likewise.
15197         * modules/cycle-check (Depends-on): Likewise.
15198         * modules/dirname (Depends-on): Likewise.
15199         * modules/fnmatch (Depends-on): Likewise.
15200         * modules/fsusage (Depends-on): Likewise.
15201         * modules/fwriteerror (Depends-on): Likewise.
15202         * modules/getcwd (Depends-on): Likewise.
15203         * modules/getloadavg (Depends-on): Likewise.
15204         * modules/hard-locale (Depends-on): Likewise.
15205         * modules/makepath (Depends-on): Likewise.
15206         * modules/mountlist (Depends-on): Likewise.
15207         * modules/nanosleep (Depends-on): Likewise.
15208         * modules/posixtm (Depends-on): Likewise.
15209         * modules/quotearg (Depends-on): Likewise.
15210         * modules/readtokens (Depends-on): Likewise.
15211         * modules/readtokens0 (Depends-on): Likewise.
15212         * modules/readutmp (Depends-on): Likewise.
15213         * modules/save-cwd (Depends-on): Likewise.
15214         * modules/strftime (Depends-on): Likewise.
15215         * modules/userspec (Depends-on): Likewise.
15216         * modules/utimecmp (Depends-on): Likewise.
15217         * modules/xgetcwd (Depends-on): Likewise.
15218         * modules/xnanosleep (Depends-on): Likewise.
15219         * modules/xstrtod (Depends-on): Likewise.
15220         * modules/yesno (Depends-on): Likewise.
15221
15222 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15223
15224         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15225         needless checks.
15226
15227 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15228
15229         Merge from coreutils.  Among other things,
15230         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15231         * lib/fd-safer.c: New file.
15232         * lib/fcntl-safer.h, open-safer.c: Remove.
15233         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15234         * lib/dup-safer.c: Include unistd-safer.h first.
15235         Don't include errno.h.
15236         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15237         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15238         * lib/file-type.c: Rely on file-type.h change.
15239         * lib/getloadavg.c: Include unistd-safer.h.
15240         (getloadavg): Use safer open.
15241         * lib/getusershell.c: Include "stdio-safer.h".
15242         (getusershell): Use safer fopen.
15243         * lib/long-options.c (long_options): Use NULL rather than 0.
15244         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15245         'free'.
15246         * lib/modechange.c: Likewise.
15247         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15248         (MODE_DONE): New constant.
15249         (struct mode_change): Remove 'next' member.
15250         (make_node_op_equals): New function; like the old one of the
15251         same name, except it allocates an array.
15252         (mode_compile, mode_create_from_ref): Use it.
15253         (mode_compile): Allocate result as an array, not a linked list.
15254         Parse octal string ourself, so that we catch mistakes like "+0".
15255         (mode_adjust): Arg is an array, not a linked list.
15256         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15257         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15258         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15259         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15260         Remove.  This is now stat-macros.h's job.
15261         (talloc): Remove.  All callers replaced by xalloc, so that
15262         our invokers don't have to worry about reporting memory failures.
15263         (make_node_op_equals): Remove.
15264         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15265         New constants.
15266         (struct mode_change): Moved here from modechange.h.
15267         (mode_append_entry): Remove.
15268         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15269         apps to have incorrect behavior.  Use simpler algorithm for head
15270         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15271         Detect more invalid usages rather than having somewhat-random behavior.
15272         Don't insert an "a=" action, as that leads to incorrect behavior.
15273         (mode_compile, mode_create_from_ref): Return NULL on error instead
15274         of an enum, since now there's only one way to have an error.  All
15275         callers changed.
15276         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15277         at the correct time.  Simplify calculation of "+u" and its ilk.
15278         Don't mishandle "+X".
15279         (mode_free): Remove "register" and localize decls.
15280         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15281         (struct mode_change): Move to modechange.c; callers don't
15282         need to see this stuff.
15283         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15284         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15285         (mode_change, mode_adjust): Reflect the new signatures noted above.
15286         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15287         that might redefine system include files.
15288         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15289         (my_usleep): Use NULL rather than (void *) 0.
15290         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15291         Use siginterrupt to specify that system calls should be interrupted.
15292         (rpl_nanosleep): Move initialization of suspended closer to call of
15293         my_usleep.
15294         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15295         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15296         (desirable_utmp_entry): New function.
15297         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15298         using x2nrealloc, to simplify logic.
15299         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15300         size calculation.  Do not assume utmp file is a regular file.
15301         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15302         (READ_UTMP_CHECK_PIDS): New constant.
15303         * lib/save-cwd.c: Include unistd-safer.h.
15304         (save_cwd): Use fd_safer.
15305         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15306         [!_LIBC] Include "stat-macros.h" instead.
15307         * lib/unistd-safer.h (fd_safer): New decl.
15308
15309 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15310
15311         * modules/getloadavg (Depends-on): Add unistd-safer.
15312         * modules/getusershell (Depends-on): Add stdio-safer.
15313         * modules/lstat (Depends-on): Remove xalloc.
15314         * modules/mkstemp (Depends-on): Add stat-macros.
15315         * modules/modechange (Depends-on): Remove xstrtol.
15316         Add stat-macros, xalloc.
15317         * modules/save-cwd (Depends-on): Add unistd-safer.
15318         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15319         * modules/unistd-safer (Files): Add lib/fd-safer.c
15320         (Makefile.am): Remove lib_SOURCES.
15321
15322         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15323         Remove fcntl-safer; unistd-safer supersedes it.
15324
15325 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15328         AC_HEADER_STAT.
15329         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15330         (gl_PREREQ_CHOWN): Remove.
15331         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15332         it.  Don't require AC_HEADER_STAT.
15333         (gl_PREREQ_LSTAT): Remove.
15334         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15335         Don't require AC_HEADER_STAT.
15336         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15337         (gl_PREREQ_RMDIR): Remove.
15338         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15339         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15340         the stat-macros module a prerequisite.
15341         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15342         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15343         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15344         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15345         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15346         variable names.
15347         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15348         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15349         variable prefixes.
15350         * m4/fcntl-safer.m4: Remove.
15351         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15352         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15353         Invoke gl_PREREQ_FD_SAFER.
15354         (gl_PREREQ_FD_SAFER): New macro.
15355         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15356         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15357         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15358         Remove duplicate call to AC_LIBOBJ(readutmp).
15359         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15360
15361         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15362         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15363
15364 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15365
15366         * MODULES.html.sh (Misc): Add byteswap.
15367
15368 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15369
15370         * modules/getcwd (Depends-on): Add extensions.
15371         * modules/openat (Depends-on): Likewise.
15372
15373 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15374
15375         * modules/byteswap: New file.
15376
15377 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15378
15379         * m4/byteswap.m4: New file.
15380
15381 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15382
15383         * lib/byteswap_.h: New file.
15384
15385 2005-04-25  Karl Berry  <karl@gnu.org>
15386
15387         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15388
15389 2005-04-25  Albert Chin  <china@thewrittenword.com>
15390
15391         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15392         Toolkit C bug.
15393
15394 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15395
15396         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15397         (func_ln_if_changed) Remove forcibly for no error message
15398         in case file does not exist.
15399
15400 2005-04-19  Simon Josefsson  <jas@extundo.com>
15401
15402         * gnulib-tool (Options): Make --symlink mean --symbolic.
15403
15404 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15405
15406         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15407
15408 2005-04-16  Simon Josefsson  <jas@extundo.com>
15409
15410         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15411
15412 2005-04-15  Simon Josefsson  <jas@extundo.com>
15413
15414         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15415
15416 2005-04-15  Simon Josefsson  <jas@extundo.com>
15417
15418         * gnulib-tool: Rename --symlink to --symbolic.
15419
15420 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15421
15422         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15423         symbolic links to files instead of copying/moving.  Add --aux-dir,
15424         specifying directory relative --dir where auxiliary build tools
15425         are placed.
15426
15427 2005-04-14  Bruno Haible  <bruno@clisp.org>
15428
15429         * modules/allocsa (License): Change to LGPL.
15430         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15431
15432 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15433
15434         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15435         that "UTC +1 second" continues to work.  Problem reported
15436         by Dmitry V. Levin.
15437         (relunit_snumber): New rule.
15438         (relunit): Use it.
15439
15440 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15441
15442         * lib/getdate.y (universal_time_zone_table): New constant.
15443         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15444         universal_time_zone_table.
15445         (lookup_zone): Prefer universal_time_zone_table to
15446         local_time_zone_table, so that "GMT" time stamps are allowed in
15447         London during the summer.  Problem reported by Ian Abbott.
15448
15449 2005-04-12  Jim Meyering  <jim@meyering.net>
15450
15451         * lib/human.c (humblock): Set *options even when returning due to
15452         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15453         warning from gcc-4.
15454
15455 2005-04-09  Jim Meyering  <jim@meyering.net>
15456
15457         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15458         -Wuninitialized: initialize tm0.tm_year.
15459
15460 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15461
15462         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15463         count, since there's no maximum.  All uses changed.
15464         Add member dsts_seen.
15465         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15466         not being INT_MAX.
15467         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15468         Use pc_rels_seen to decide whther a date is absolute.
15469
15470         * lib/getdate.y (number): Don't overwrite year.
15471         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15472         check.
15473
15474 2005-04-02  Simon Josefsson  <jas@extundo.com>
15475
15476         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15477         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15478
15479 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15480
15481         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15482         where no absolute path name can be longer than PATH_MAX.
15483
15484 2005-03-27  Jim Meyering  <jim@meyering.net>
15485
15486         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15487
15488 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15489
15490         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15491         "one's complement" -> "ones' complement" in comment, as per Knuth.
15492         "value of type" -> "type or expression" in comment.
15493         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15494
15495 2005-03-26  Jim Meyering  <jim@meyering.net>
15496
15497         Comment nits.
15498         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15499         Correct typos: s/or/of/.
15500
15501 2005-03-26  Jim Meyering  <jim@meyering.net>
15502
15503         * modules/check-include-files: Move to ../ and rename to...
15504         * check-module: ...this.
15505
15506 2005-03-25  Jim Meyering  <jim@meyering.net>
15507
15508         * modules/xvasprintf (Files): Add xalloc.h.
15509
15510 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15511
15512         * modules/gettext (Files): config/config.rpath ->
15513         build-aux/config.rpath
15514         * modules/iconv (Files): Likewise.
15515         Problem reported by Oskar Liljeblad.
15516
15517 2005-03-23  Jim Meyering  <jim@meyering.net>
15518
15519         * modules/check-include-files: New script to check for
15520         missing dependencies, multiple includes, etc.
15521
15522         * modules/c-strtold (Depends-on): Add xalloc.
15523         * modules/c-strtod (Depends-on): Add xalloc.
15524         * modules/hash (Depends-on): Add xalloc.
15525         (Files): Remove lib/xalloc.h.
15526
15527         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15528         * modules/userspec (Files): Add lib/inttostr.h.
15529
15530 2005-03-23  Jim Meyering  <jim@meyering.net>
15531
15532         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15533
15534 2005-03-22  Jim Meyering  <jim@meyering.net>
15535
15536         * modules/stat-macros: New module.
15537         * modules/canonicalize, modules/euidaccess, modules/file-type,
15538         * modules/filemode, modules/lchown, modules/makepath,
15539         * modules/rmdir, modules/stat: Depend on new stat-macros module
15540         rather than listing lib/stat-macros.h manually.
15541         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15542
15543 2005-03-22  Jim Meyering  <jim@meyering.net>
15544
15545         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15546
15547 2005-03-22  Bruno Haible  <bruno@clisp.org>
15548
15549         * config/srclist.txt: Replace target directory 'config' with
15550         'build-aux'.
15551         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15552         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15553         ../build-aux/.
15554
15555 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15556
15557         * modules/chdir-long (Depends-on): Add mempcpy.
15558
15559         * modules/acl, modules/backupfile, modules/c-strtod,
15560         modules/c-strtold, modules/canon-host, modules/canonicalize,
15561         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15562         modules/exclude, modules/exitfail, modules/file-type,
15563         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15564         modules/getdate, modules/getline, modules/getpagesize,
15565         modules/getpass, modules/getugroups, modules/group-member,
15566         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15567         modules/inttostr, modules/long-options, modules/makepath,
15568         modules/md5, modules/memcasecmp, modules/memcoll,
15569         modules/modechange, modules/mountlist, modules/path-concat,
15570         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15571         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15572         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15573         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15574         modules/strftime, modules/strndup, modules/strverscmp,
15575         modules/timespec, modules/unlocked-io, modules/userspec,
15576         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15577         modules/yesno:
15578         Remove lib_SOURCES line from Makefile.am section, as this is now
15579         done automatically by the corresponding Autoconf macro.
15580
15581 2005-03-21  Jim Meyering  <jim@meyering.net>
15582
15583         Changes imported from coreutils.
15584
15585         * lib/cycle-check.c: Don't include xalloc.h.
15586
15587         * lib/path-concat.c: Don't include assert.h.
15588         (path_concat): Remove assertion that would have triggered
15589         for ABASE starting with more than one slash.
15590         Reported by Andreas Schwab.
15591
15592         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15593         properly when ABASE is an absolute file name.
15594         Correct the description of this function.
15595         Include <assert.h>.
15596         Add an assertion and a test driver.
15597         This fixes a bug introduced on 2004-07-02.
15598         Andreas Schwab reported the resulting failure of cp --parents:
15599         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15600
15601 2005-03-21  Jim Meyering  <jim@meyering.net>
15602
15603         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15604         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15605
15606 2005-03-21  Jim Meyering  <jim@meyering.net>
15607         and  Paul Eggert  <eggert@cs.ucla.edu>
15608
15609         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15610         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15611         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15612         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15613         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15614         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15615         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15616         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15617         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15618         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15619         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15620         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15621         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15622         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15623         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15624         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15625         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15626         for these modules.
15627
15628 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15629
15630         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15631         (which shouldn't happen), generate nothing instead of returning 0
15632         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15633
15634 2005-03-16  Bruno Haible  <bruno@clisp.org>
15635
15636         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15637         HAVE_LONGLONG_64BIT.
15638
15639 2005-03-16  Bruno Haible  <bruno@clisp.org>
15640
15641         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15642         HAVE_LONGLONG_64BIT.
15643
15644 2005-03-16  Bruno Haible  <bruno@clisp.org>
15645
15646         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15647         HAVE_LONGLONG_64BIT.
15648
15649 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15650
15651         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15652         reliably distinguish strftime failure from empty output on POSIX
15653         hosts.
15654
15655 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15656
15657         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15658         (iconv_string): Don't guess a size-zero buffer, as that might cause
15659         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15660         result would be 'too large', where 'too large' is (heuristically)
15661         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15662         overflow concerns.  This will prevent some unwanted malloc failures
15663         when the inputs are very large.
15664
15665 2005-03-15  Karl Berry  <karl@gnu.org>
15666
15667         * config/srclist.txt (config.rpath): from gettext.
15668         * config/config.rpath: update.
15669
15670 2005-03-15  Bruno Haible  <bruno@clisp.org>
15671
15672         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15673         to 'negate'.
15674
15675         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15676         variable.
15677
15678         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15679         results.
15680
15681 2005-03-14  Simon Josefsson  <jas@extundo.com>
15682
15683         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15684         <fx@gnu.org>.
15685
15686 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15687
15688         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15689         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15690         intprops.h.
15691         * lib/strtol.c: Likewise.
15692
15693 2005-03-14  Jim Meyering  <jim@meyering.net>
15694
15695         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15696         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15697         to be nonzero so that we (and caller) can detect the difference
15698         between a valid zero-length expansion and an error return, even
15699         when the underlying strftime fails before writing anything into
15700         that location.
15701
15702 2005-03-14  Bruno Haible  <bruno@clisp.org>
15703
15704         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15705         Update from GNU gettext 0.14.3.
15706
15707 2005-03-10  Jim Meyering  <jim@meyering.net>
15708
15709         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15710
15711 2005-03-10  Jim Meyering  <jim@meyering.net>
15712
15713         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15714         so that this module works on systems without fchdir.
15715
15716 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15717
15718         Factor int-properties macros into a single file, except for
15719         glibc-related files.
15720         * lib/intprops.h: New file.
15721         * lib/getloadavg.c: Include it instead of limits.h.
15722         (INT_STRLEN_BOUND): Remove.
15723         * lib/human.c: Include intprops.h.
15724         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15725         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15726         302/1000.
15727         * lib/inttostr.h: Include intprops.h instead of limits.h.
15728         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15729         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15730         for consistency with intprops.h.
15731         (time_t_is_integer, twos_complement_arithmetic): Use them.
15732         * lib/sig2str.h: Include <signal.h>, intprops.h.
15733         (INT_STRLEN_BOUND): Remove.
15734         * lib/strftime.c (TYPE_SIGNED): Remove.
15735         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15736         * lib/strtol.c: Adjust comments to match intprops.h.
15737         * lib/userspec.c: Include intprops.h.
15738         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15739         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15740         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15741         instead of rolling our own expressions.
15742         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15743
15744         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15745         instead of int.
15746         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15747         the right thing even if adding 1900 would overflow.  Similarly
15748         for tm_mon + 1 and tm_yday + 1.
15749         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15750         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15751         (DO_SIGNED_NUMBER): New macro.
15752         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15753
15754 2005-03-07  Bruno Haible  <bruno@clisp.org>
15755
15756         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15757
15758 2005-03-07  Bruno Haible  <bruno@clisp.org>
15759
15760         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15761
15762 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15763
15764         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15765         (func_import): Only replace files via --import when they have actually
15766         changed.
15767
15768 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15769
15770         * m4/mmap-anon.m4: New file.
15771         * m4/pagealign_alloc.m4: New file.
15772
15773 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15774             Bruno Haible  <bruno@clisp.org>
15775
15776         * modules/pagealign_alloc: New file.
15777         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15778
15779 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15780             Bruno Haible  <bruno@clisp.org>
15781
15782         * lib/pagealign_alloc.h: New file.
15783         * lib/pagealign_alloc.c: New file.
15784
15785 2005-03-03  Bruno Haible  <bruno@clisp.org>
15786
15787         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15788         Use an all-permissive copyright notice, recommended by RMS.
15789
15790 2005-03-02  Bruno Haible  <bruno@clisp.org>
15791
15792         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15793         of AIX, the replacement has to be done only after <string.h> is
15794         included, therefore not in config.h. stpncpy.h does the replacement,
15795         and stpncpy.c uses it.
15796
15797 2005-03-02  Bruno Haible  <bruno@clisp.org>
15798
15799         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15800         stpncpy.c uses it.
15801
15802 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15803
15804         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15805         The workaround isn't strictly needed for POSIX conformance, and
15806         it's too much of a pain to configure and maintain.  We'll ask
15807         people to fix their kernels instead.
15808         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15809         (NANOSLEEP_BUG_WORKAROUND): Remove.
15810         (xnanosleep): Remove the workaround.
15811
15812 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15813
15814         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15815         Reported by Derek Price.
15816         (Include): Add "timespec.h".
15817
15818         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15819
15820 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15821
15822         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15823         to detect nanosleep bug.
15824
15825 2005-03-01  Bruno Haible  <bruno@clisp.org>
15826
15827         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15828
15829 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15830
15831         * modules/gethrxtime: New file.
15832         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15833         (Depends-on): Add gethrxtime.
15834         (configure.ac): Add gl_XNANOSLEEP.
15835         (Makefile.am): Remove lib_SOURCES line.
15836
15837 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15838
15839         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15840         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15841
15842 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15843
15844         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15845         * lib/timespec.h (gettime): Return void, since it always
15846         succeeds now.  All uses changed.
15847         * lib/gettime.c (gettime) Likewise.
15848         [HAVE_NANOTIME]: Prefer nanotime.
15849         Assume gettimeofday succeeds, as POSIX requires.
15850         Assime time () succeeds, since other code already does.
15851         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15852         (timespec_subtract): Remove.
15853         (NANOSLEEP_BUG_WORKAROUND): New constant.
15854         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15855         things considerably.  Use it only on GNU/Linux hosts, since the
15856         workaround shouldn't be needed elsewhere.
15857
15858 2005-02-24  Bruno Haible  <bruno@clisp.org>
15859
15860         * modules/gettext (Files): Add m4/glibc2.m4.
15861
15862 2005-02-24  Bruno Haible  <bruno@clisp.org>
15863
15864         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15865         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15866         * m4/progtest.m4:
15867         Update from GNU gettext 0.14.2.
15868         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15869
15870 2005-02-24  Bruno Haible  <bruno@clisp.org>
15871
15872         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15873         * lib/config.charset: Update from GNU gettext 0.14.2.
15874
15875 2005-02-24  Bruno Haible  <bruno@clisp.org>
15876
15877         * lib/gettext.h: Update from GNU gettext 0.14.2.
15878
15879 2005-02-23  Simon Josefsson  <jas@extundo.com>
15880
15881         * m4/iconvme.m4: New file.
15882
15883 2005-02-23  Jim Meyering  <jim@meyering.net>
15884
15885         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15886         change.
15887         Thanks to Bruno Haible for catching it.
15888
15889 2005-02-22  Simon Josefsson  <jas@extundo.com>
15890
15891         * modules/iconvme: New file.
15892
15893         * MODULES.html.sh: Add iconvme.
15894
15895 2005-02-22  Simon Josefsson  <jas@extundo.com>
15896
15897         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15898
15899 2005-02-22  Simon Josefsson  <jas@extundo.com>
15900
15901         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15902
15903 2005-02-22  Jim Meyering  <jim@meyering.net>
15904
15905         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15906         s/ifndef/ifdef/.
15907
15908 2005-02-20  Neil Conway  <neilc@samurai.com>
15909
15910         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15911         returned by OSX/Darwin if the specified buffer is not large
15912         enough for the hostname.
15913
15914 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15915
15916         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15917         pass it to _help, otherwise the latter coredumps trying to
15918         dereference state.root_argp.
15919
15920 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15921
15922         * modules/chdir-long (Depends-on): Add memrchr.
15923         * modules/memrchr (Files): Add lib/memrchr.h.
15924         (Include): "memrchr.h".
15925
15926 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15927
15928         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15929
15930 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15931
15932         * lib/memrchr.h: New file.
15933         * lib/chdir-long.c: Include it.
15934         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15935         Don't bother including stddef.h.
15936
15937 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15938
15939         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15940         inclusion.
15941         Include <sys/types.h>, for dev_t.
15942         (ME_DUMMY, ME_REMOTE): Move from here....
15943         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15944         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15945         Dmitry V. Levin.
15946         Include mountlist.h first, to test the interface.
15947
15948 2005-01-29  Bruno Haible  <bruno@clisp.org>
15949
15950         * lib/progname.c (program_name): Initialize.
15951         Needed when linking statically on MacOS X.
15952
15953 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15954
15955         Sync from coreutils.
15956         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15957         (Depends-on): Add c-strtod.
15958         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15959
15960 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15961
15962         Sync from coreutils.
15963         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15964
15965         Remove files that are specific to coreutils.
15966         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15967
15968 2005-01-28  Bruno Haible  <bruno@clisp.org>
15969
15970         * modules/javacomp: New file.
15971         * MODULES.html.sh (Java): Add javacomp.
15972
15973 2005-01-28  Bruno Haible  <bruno@clisp.org>
15974
15975         * m4/javacomp.m4: New file, from GNU gettext.
15976
15977 2005-01-28  Bruno Haible  <bruno@clisp.org>
15978
15979         * lib/javacomp.sh.in: New file, from GNU gettext.
15980         * lib/javacomp.h: New file, from GNU gettext.
15981         * lib/javacomp.c: New file, from GNU gettext.
15982
15983 2005-01-26  Simon Josefsson  <jas@extundo.com>
15984
15985         * lib/gai_strerror.c: Use GPL in header.
15986
15987 2005-01-26  Bruno Haible  <bruno@clisp.org>
15988
15989         * modules/javaexec: New file.
15990         * MODULES.html.sh (Java): Add javaexec.
15991
15992 2005-01-26  Bruno Haible  <bruno@clisp.org>
15993
15994         * m4/javaexec.m4: New file, from GNU gettext.
15995
15996 2005-01-26  Bruno Haible  <bruno@clisp.org>
15997
15998         * lib/javaexec.sh.in: New file, from GNU gettext.
15999         * lib/javaexec.h: New file, from GNU gettext.
16000         * lib/javaexec.c: New file, from GNU gettext.
16001
16002 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16003
16004         * modules/lchown (Depends-on): Remove lchown.h
16005
16006 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16007
16008         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
16009         must be defined if the header file was not found, in order
16010         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
16011
16012 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16013
16014         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
16015         initializers for struct pentry_state.
16016         (__argp_error): Check return value of __asprintf
16017         (__argp_failure): Translate error message
16018
16019         * lib/argp-parse.c: Removed braces around the expansion of N_()
16020
16021 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16022
16023         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
16024         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
16025         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
16026         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
16027         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
16028         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
16029         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
16030         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
16031         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
16032         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
16033         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
16034         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
16035         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
16036         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
16037         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
16038         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
16039         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
16040         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
16041         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
16042         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
16043         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
16044         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
16045         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
16046         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
16047         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
16048         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
16049         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
16050         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
16051         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
16052         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
16053         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
16054         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
16055         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
16056         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
16057         xstrtol.m4, xstrtoumax.m4, yesno.m4:
16058         Use an all-permissive copyright notice, recommended by RMS.
16059
16060 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
16061
16062         * modules/chdir-long (Depends-on): Remove mempcpy.
16063
16064 2005-01-21  Jim Meyering  <jim@meyering.net>
16065
16066         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
16067         same value as for Solaris 9.
16068
16069         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
16070         component length.  This included changing the parameter to be
16071         of type `char *' rather than `char const *'.
16072         * lib/chdir-long.h (chdir_long): Update prototype.
16073
16074         * lib/openat.c (fdopendir, fstatat): New functions.
16075         * lib/openat.h: Include headers required for use of DIR and struct
16076         stat.
16077         [AT_SYMLINK_NOFOLLOW]: Define.
16078         (fdopendir, fstatat): Add prototypes.
16079
16080 2005-01-21  Bruno Haible  <bruno@clisp.org>
16081
16082         * modules/classpath: New file.
16083         * MODULES.html.sh (Java): Add classpath.
16084
16085 2005-01-21  Bruno Haible  <bruno@clisp.org>
16086
16087         * lib/classpath.h: New file, from GNU gettext.
16088         * lib/classpath.c: New file, from GNU gettext.
16089
16090 2005-01-20  Simon Josefsson  <jas@extundo.com>
16091
16092         * modules/version-etc-fsf: New file.
16093
16094 2005-01-20  Simon Josefsson  <jas@extundo.com>
16095
16096         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
16097         * lib/version-etc.c: Remove version_etc_copyright.
16098         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
16099         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
16100
16101 2005-01-20  Simon Josefsson  <jas@extundo.com>
16102
16103         * lib/base64.h (isbase64): Add.
16104
16105         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
16106         using a unsigned prototype, don't inline.
16107         (base64_decode): Use it.
16108
16109 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16110
16111         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
16112         it.
16113
16114 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16115
16116         * lib/save-cwd.c (save_cwd): Remove code to support the case
16117         where fchdir is missing or flaky.
16118
16119 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16120
16121         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
16122
16123 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16124
16125         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
16126         AC_LIBSOURCES now does this.
16127         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
16128         with new ullong_max module.
16129
16130 2005-01-19  Bruno Haible  <bruno@clisp.org>
16131
16132         * modules/sh-quote: New file.
16133         * MODULES.html.sh (Executing programs): Add sh-quote.
16134
16135 2005-01-19  Bruno Haible  <bruno@clisp.org>
16136
16137         * lib/sh-quote.h: New file, from GNU gettext.
16138         * lib/sh-quote.c: New file, from GNU gettext.
16139
16140 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16141
16142         Merge from coreutils.
16143         * m4/ullong_max.m4: New file.
16144         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
16145         (gl_MACROS): Assume localeconv exists.
16146
16147 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16148
16149         Merge changes from coreutils, as described below in several
16150         changelogs dated today.
16151
16152         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
16153         (O_DIRECTORY): Remove; not needed here, since "." must be
16154         a directory.  All uses removed.
16155         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
16156         universal on Suns, and we also need to test for IRIX.
16157         Revamp code to use 'if' rather than '#if'.
16158         Avoid unnecessary comparison of cwd->desc to 0.
16159
16160         * lib/utimens.c (futimens): Robustify the previous patch, by checking
16161         for known valid error numbers rather than observed invalid ones.
16162
16163 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16164
16165         * modules/ullong_max: New file.
16166
16167         * modules/chdir-long, modules/openat: New files.
16168         * modules/save-cwd (Depends-on): Depend on chdir-long.
16169         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
16170
16171 2005-01-18  Jim Meyering  <jim@meyering.net>
16172
16173         Merge from coreutils.
16174         * m4/chdir-long.m4, m4/openat.m4: New files.
16175         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
16176         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
16177         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
16178         is sane and DOES follow symlinks.  Besides, testing 20 different
16179         systems found no broken chown implementations.
16180         Prompted by a change in rsync's copy of this macro.
16181         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
16182
16183         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
16184
16185         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
16186         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
16187         NULL-means-set-to-current-time semantics.
16188         Remove temporary file immediately, rather than waiting
16189         for configure's at-exit trap code to do it.
16190
16191 2005-01-18  Jim Meyering  <jim@meyering.net>
16192
16193         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16194
16195         * lib/utimens.c (futimens): Account for the fact that futimes
16196         can also fail with errno == ENOSYS or errno == ENOENT.
16197         Patch from Dmitry V. Levin.
16198
16199         Change the name of the robust chdir function from chdir to chdir_long.
16200         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
16201         (restore_cwd): Use chdir_long, not chdir.
16202         * lib/chdir-long.c: Renamed from chdir.c.
16203         * lib/chdir-long.h: Renamed from chdir.h.
16204         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
16205         Hurd.
16206
16207 2005-01-18  Bruno Haible  <bruno@clisp.org>
16208
16209         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
16210         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
16211         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
16212         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
16213         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
16214         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
16215         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
16216         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16217         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16218         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16219         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16220         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16221         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16222         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16223         Use an all-permissive copyright notice, recommended by RMS.
16224
16225 2005-01-18  Bob Proulx  <bob@proulx.com>
16226
16227         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16228         simplify offsetof() macro construct to avoid compile failure with
16229         native HP-UX 11.0 ANSI C compiler.
16230
16231 2005-01-17  Bruno Haible  <bruno@clisp.org>
16232
16233         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16234         redundant because stpncpy.m4 takes care of it.
16235
16236 2005-01-17  Bruno Haible  <bruno@clisp.org>
16237
16238         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16239
16240 2005-01-17  Bruno Haible  <bruno@clisp.org>
16241
16242         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16243         used.
16244
16245 2005-01-17  Bruno Haible  <bruno@clisp.org>
16246
16247         * lib/fwriteerror.h (fwriteerror): Change specification to include
16248         fclose.
16249         * lib/fwriteerror.c: Include <stdbool.h>.
16250         (fwriteerror): At the end, close the file stream. Record whether
16251         stdout was already closed.
16252
16253 2005-01-17  Bruno Haible  <bruno@clisp.org>
16254
16255         * lib/execute.c (environ): Declare if needed.
16256         * lib/pipe.c (environ): Likewise.
16257         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16258
16259 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16260
16261         * modules/argp: Depend on vsnprintf
16262
16263 2005-01-10  Jim Meyering  <jim@meyering.net>
16264
16265         * modules/closeout (Depends-on): Add atexit.
16266
16267 2005-01-06  Bruno Haible  <bruno@clisp.org>
16268
16269         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16270
16271 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16274         definitions to be after all include files, to avoid collisions.
16275         Problem reported by Bob Proulx.
16276
16277 2005-01-04  Jim Meyering  <jim@meyering.net>
16278
16279         Changes imported from coreutils.
16280         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16281         as the mkstemp template, use a temporary directory and an
16282         8.3-friendly template to avoid trouble on systems like DJGPP.
16283         Reported by Juan M. Guerrero via Stepan Kasal.
16284         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16285         close. Remove the temporary directory right away, rather than waiting
16286         for configure's at-exit trap code to do it.
16287         Suggestion from Stepan Kasal.
16288
16289 2005-01-01  Simon Josefsson  <jas@extundo.com>
16290
16291         * gnulib-tool: Print #include directives when --import'ing.
16292
16293 2004-12-28  Simon Josefsson  <jas@extundo.com>
16294
16295         * tests/test-base64.c: Include required header files.  Remove
16296         unused variables.
16297
16298 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16299
16300         * modules/error (Depends-on): Remove gettext.
16301
16302 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16303
16304         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16305         not needed.  This removes a dependency on the gettext module.
16306         [defined _LIBC]: Do not include <libintl.h>; not needed.
16307
16308 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16309
16310         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16311         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16312
16313 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16314
16315         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16316         HAVE_DECL_STRTOLD.
16317
16318 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         * modules/getdate (Depends-on): Remove alloca-opt.
16321
16322 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16323
16324         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16325
16326 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16327
16328         * lib/argp-parse.c: Include <stddef.h>.
16329         (alignof, alignto): New macros.
16330         (parser_init): Don't assume that void * is aligned sufficiently
16331         for struct option.
16332
16333         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16334         need to extend the stack.
16335         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16336         large.
16337
16338 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16339
16340         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16341
16342 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16343
16344         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16345         (2004-10-24) change.  Apparently this was a false alarm.
16346
16347         * modules/getdate: Depend on alloca-opt, not alloca.
16348
16349 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16350
16351         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16352         Remove now-obsolete comment about AIX.
16353         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16354         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16355         (YYMAXDEPTH): New macro.
16356
16357 2004-12-18  Simon Josefsson  <jas@extundo.com>
16358
16359         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16360
16361 2004-12-18  Bruno Haible  <bruno@clisp.org>
16362
16363         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16364
16365 2004-12-18  Bruno Haible  <bruno@clisp.org>
16366
16367         * lib/fatal-signal.c (fatal_signals): Make non-const.
16368         (init_fatal_signals): New function.
16369         (uninstall_handlers, install_handlers): Ignore signals that were set to
16370         SIG_IGN.
16371         (at_fatal_signal): Call init_fatal_signals.
16372         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16373         SIG_IGN.
16374         Reported by Paul Eggert.
16375
16376 2004-12-18  Bruno Haible  <bruno@clisp.org>
16377
16378         * doc/alloca.texi: New file.
16379         * doc/alloca-opt.texi: New file.
16380
16381 2004-12-17  Jim Meyering  <jim@meyering.net>
16382
16383         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16384         Otherwise, install-sh could exit with improper exit status when
16385         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16386
16387 2004-12-16  Simon Josefsson  <jas@extundo.com>
16388
16389         * tests/test-base64.c: Add license.
16390
16391 2004-12-15  Stepan Kasal  <address@hidden>
16392
16393         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16394
16395 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16396
16397         * modules/getcwd (Files): Add m4/d-ino.m4.
16398         Suggested by Mark D. Baushke.
16399
16400 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16401
16402         * lib/getdate.y (textint): New member "negative".
16403         (time_zone_hhmm): New function.
16404         Expect 14 shift-reduce conflicts, not 13.
16405         (o_colon_minutes): New rule.
16406         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16407         (yylex): Set the "negative" member of signed numbers.
16408
16409 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16410
16411         * doc/getdate.texi (Time of day items, Time zone items):
16412         Describe new formats +00:00, UTC+00:00.
16413
16414 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16415
16416         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16417         spurious "-l"s.  Problem reported by Stepan Kasal.
16418
16419 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16420
16421         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16422         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16423
16424 2004-12-04  Simon Josefsson  <jas@extundo.com>
16425
16426         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16427         Vandoorselaere <yoann@prelude-ids.org>.
16428
16429 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16430
16431         Changes imported from coreutils.
16432         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16433         exist.
16434         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16435
16436 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16437
16438         Changes imported from coreutils.
16439         * lib/hard-locale.c: Assume <locale.h> exists.
16440         Include "strdup.h".
16441         (GLIBC_VERSION): New macro.
16442         (hard_locale): Assume setlocale exists.
16443         Rewrite to avoid #ifdef.
16444         Use strdup rather than malloc + strcpy.
16445         * lib/human.c: Assume <locale.h> exists.
16446         (human_readable): Assume localeconv exists.
16447
16448 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16449
16450         * modules/hard-locale (Depends-on): Add strdup.
16451
16452 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16453
16454         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16455         convert T2, not T.  (Imported from libc.)
16456
16457 2004-11-30  Simon Josefsson  <jas@extundo.com>
16458
16459         * modules/restrict (License): Change to LGPL.
16460
16461 2004-11-30  Simon Josefsson  <jas@extundo.com>
16462
16463         * m4/restrict.m4: Add copyright and copying conditions.
16464
16465 2004-11-30  Simon Josefsson  <jas@extundo.com>
16466
16467         * m4/base64.m4: New file.
16468
16469 2004-11-30  Simon Josefsson  <jas@extundo.com>
16470
16471         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16472         base64.
16473
16474         * tests/test-base64.c: New file.
16475
16476         * modules/base64: New file.
16477
16478 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16479
16480         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16481         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16482
16483         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16484
16485 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16486
16487         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16488         (__getcwd.c): Don't restore errno; glibc doesn't.
16489         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16490         first, falling back to our code only if its results look suspicious.
16491         Ensure that the resulting buffer is only as large as necessary.
16492
16493         * lib/readutmp.c: Include readutmp.h first.
16494         Include <errno.h>, since readutmp.h no longer does that.
16495         * lib/readutmp.h: Don't include <errno.h>,
16496         <sys/param.h>, <time.h>; not needed to establish interface.
16497         (errno): Remove decl.
16498         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16499         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16500         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16501
16502 2004-11-28  Simon Josefsson  <jas@extundo.com>
16503
16504         * lib/base64.h, base64.c: New file.
16505
16506 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16507
16508         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16509
16510 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16511
16512         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16513         (Depends-on): Remove pathmax, same.  Add mempcpy.
16514         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16515         (Makefile.am): Append getcwd.h to lib_SOURCES.
16516         (Include): Add getcwd.h.
16517         (Maintainer): Change from Jim Meyering to "all, glibc",
16518         since getdate now uses intended-for-glibc code.
16519         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16520         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16521
16522 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16523
16524         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16525         HP's ANSI C compiler.
16526         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16527         Declaring int functions causes warnings on some modern systems and
16528         shouldn't be needed to compile on ancient ones.
16529         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16530         defined.
16531
16532         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16533         with the following changes.
16534         (__set_errno): Parenthesize properly.
16535         Include <stdbool.h>.
16536         (MIN, MAX, MATCHING_INO): New macros.
16537         (__getcwd): Define with prototype, not K&R form.
16538         Use heuristics to allocate default buffer on stack if possible.
16539         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16540         behavior, and to avoid the PATH_MAX limit when computing
16541         ../../../../...
16542         Use MATCHING_INO to compare inode number to file.
16543         Check for arithmetic overflow in size calculations.
16544         Fix bug in reallocation of dot array that caused getcwd to fail
16545         on directories nested deeper than 75.
16546         Be more careful about saving errno on error.
16547         Do not use realloc; use only free+malloc, as this is a bit
16548         more flexible and avoids a needless copy operation.
16549         Do not inspect st_dev and st_ino for symbolic links; POSIX
16550         doesn't specify the latter.
16551         Check for closedir errors.
16552         Avoid needless casts.
16553         Use "#ifdef weak_alias" around weak_alias, to be like other
16554         glibc code.
16555         The following changes to getcwd.c have effect only when used in
16556         gnulib; they have no effect inside glibc proper.
16557         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16558         as alloca isn't used.
16559         (alloca, __alloca): Likewise.
16560         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16561         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16562         unconditionally, as gnulib assumes C89 or better.
16563         Do not include <sys/param.h>.
16564         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16565         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16566         better.
16567         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16568         Include <dirent.h> in a way that is compatible with modern Autoconf.
16569         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16570         New macros, if not already defined.
16571         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16572         Use "_LIBC", not "defined _LIBC", for consistency.
16573         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16574         a mempcpy module.
16575         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16576         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16577         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16578         credit only to Jim Meyering and adjust the copyright dates.
16579         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16580         <stdlib.h>, <unistd.h>, "pathmax.h".
16581         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16582         (INITIAL_BUFFER_SIZE): Remove.
16583         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16584
16585 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16586
16587         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16588         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16589         Use the _ONCE methods, for efficiency.
16590         Check for fcntl.h.  In test program, include <errno.h>
16591         and <fcntl.h> if available.  Remove old K&R cruft from
16592         test program.  Check for common errors in GNU/Linux,
16593         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16594         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16595         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16596         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16597         name accordingly.
16598         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16599         accommodate new getcwd.c.
16600         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16601         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16602         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16603         that's all we need now.
16604
16605 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16606
16607         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16608         argp-parse.c depends on getopt internals, that means we should
16609         always use our getopt, to be on the safe side.
16610         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16611         order not to spoil the result of an eventual previous invocation
16612         of gl_GETOPT_SUBSTITUTE.
16613
16614 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16615
16616         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16617         redefinition warnings. To avoid them, include the defines
16618         in `#if !defined __need_getopt ... #endif'. The only place
16619         where __getopt_argv_const is used is in definitions
16620         of getopt_long and getopt_long_only below, which are as well
16621         protected by `#ifndef __need_getopt'.
16622         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16623         __need_getopt after including <stdio.h> and <unistd.h> These
16624         headers might have defined it.
16625
16626 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16627
16628         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16629
16630 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16631
16632         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16633         (futimens): New function, which uses futimes if available.
16634         (futimens, utimens): Support timespec==NULL, with same semantics
16635         as utime and utimens.
16636         * lib/utimens.h (futimens): New decl.
16637
16638 2004-11-23  Jim Meyering  <jim@meyering.net>
16639
16640         * lib/getopt_.h: Remove trailing blanks.
16641
16642 2004-11-23  Jim Meyering  <jim@meyering.net>
16643
16644         * lib/__fpending.c: Add comment.
16645
16646 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16647
16648         * modules/canonicalize (Depends-on): Add xreadlink.
16649         Problem reported by James Youngman.
16650
16651 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16652
16653         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16654         New macros.
16655         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16656         optopt): Use them instead of invoking ## directly; otherwise, the
16657         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16658
16659 2004-11-19  Bruno Haible  <bruno@clisp.org>
16660
16661         * lib/strtok_r.c: Move comments from here...
16662         * lib/strtok_r.h: ... to here.
16663
16664 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16665
16666         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16667         implementations that mishandle size_t overflow.
16668
16669 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16670
16671         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16672         might fail.  Problem reported by Yoann Vandoorselaere.
16673         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16674         implementations that mishandle size_t overflow.
16675
16676 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16677
16678         * modules/canon-host (Depends-on): Add strdup.
16679
16680 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16681
16682         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16683
16684 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16685
16686         * lib/canon-host.c: Include "strdup.h".
16687         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16688         Use strdup instead of malloc/strcpy to duplicate strings.
16689
16690         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16691         (human_space_before_unit): New constant.
16692         * lib/human.c (human_readable): Support it.
16693
16694         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16695         (xgetcwd): Set errno correctly when failing.
16696         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16697         the failure is actually due to a PATH_MAX problem.
16698
16699         Further getopt changes to make it more likely that glibc will
16700         buy the changes back.
16701         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16702         (getopt): Use it, so to preserve glibc semantic
16703         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16704         when compiling for libc.
16705         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16706         (getopt_long, getopt_long_only): Use it.
16707
16708         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16709         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16710         (getopt): Argv is now char * const *, as per standard.
16711         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16712         not char *__getopt_argv_const *.
16713         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16714         _getopt_long_only_r): Likewise.
16715         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16716         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16717         _getopt_long_r, _getopt_long_only_r): Likewise.
16718         * lib/getopt_.h (__getopt_argv_const): Remove.
16719         (getopt): Argv is now char * const *, as per standard.
16720
16721         * lib/getdate.y (tORDINAL): New token.
16722         (day, relunit): Allow it for relative times.
16723         (relative_time_table): Use tORDINAL for ordinals.
16724
16725 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16726
16727         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16728         Document that "second" isn't allowed as an ordinal number.
16729
16730 2004-11-16  Jim Meyering  <jim@meyering.net>
16731
16732         * modules/closeout (Depends-on): Add fpending.
16733
16734 2004-11-15  Jim Meyering  <jim@meyering.net>
16735
16736         * lib/closeout.c: Include "__fpending.h" once again.
16737         Include <stdbool.h>.
16738         (close_stdout): Don't fail just because stdout was closed initially,
16739         since some programs don't write to stdout in the normal course of
16740         operation (other than --version and --help), and we don't want this
16741         function to make e.g. `touch file >&-' fail.
16742         But do fail if it was closed and someone has tried to write to it.
16743         E.g., `printf foo >&-' must fail.
16744
16745 2004-11-13  Jim Meyering  <jim@meyering.net>
16746
16747         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16748
16749 2004-11-12  Simon Josefsson  <jas@extundo.com>
16750
16751         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16752         small doc fix is still pending.
16753
16754 2004-11-11  Simon Josefsson  <jas@extundo.com>
16755
16756         * modules/strtok_r: New file.
16757
16758         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16759         strtok_r.
16760
16761 2004-11-11  Simon Josefsson  <jas@extundo.com>
16762
16763         * m4/strtok_r.m4: New file.
16764
16765         * m4/getopt.m4: Replace opterr.
16766
16767 2004-11-11  Simon Josefsson  <jas@extundo.com>
16768
16769         * lib/strtok_r.h, strtok_r.c: New file.
16770
16771 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16772
16773         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16774         of replacing opterr, getopt, etc.  This should handle the
16775         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16776
16777 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16778
16779         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16780         we can stop lying to compilers about the constness of argv when we
16781         are compiled outside glibc.
16782         (getopt, getopt_long, getopt_long_only): Use it.
16783         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16784         _getopt_internal, getopt): Likewise.
16785         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16786         _getopt_long_only_r): Likewise.
16787         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16788         _getopt_long_r, _getopt_long_only_r): Likewise.
16789
16790         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16791         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16792         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16793         the other external symbols.
16794         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16795         declaration, since the above renaming now works around collisions.
16796
16797 2004-11-11  Jim Meyering  <jim@meyering.net>
16798
16799         * lib/linebreak.c: Remove trailing blanks.
16800         * lib/alloca_.h: Likewise.
16801         * lib/acosl.c: Likewise.
16802         * lib/euidaccess.c: Likewise.
16803         * lib/allocsa.h: Likewise.
16804
16805 2004-11-10  Simon Josefsson  <jas@extundo.com>
16806
16807         * m4/getaddrinfo.m4: New file.
16808
16809 2004-11-10  Simon Josefsson  <jas@extundo.com>
16810
16811         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16812
16813 2004-11-10  Simon Josefsson  <jas@extundo.com>
16814
16815         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16816         getaddrinfo.
16817
16818         * modules/getaddrinfo: New file.
16819
16820 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16821
16822         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16823
16824 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16825
16826         * lib/mktime.c (SHR): New macro, which is a portable
16827         substitute for >> that should work even on Crays.
16828         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16829         Problem reported by Mark D. Baushke in
16830         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16831         * lib/getdate.y (SHR): Likewise.
16832         (tm_diff): Use it.
16833         * lib/strftime.c (SHR): Likewise.
16834         (tm_diff): Use it.
16835         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16836         quote_these_too, so that right shifts are well defined.  All uses
16837         changed.
16838
16839 2004-11-10  Jim Meyering  <jim@meyering.net>
16840
16841         Ensure that no close failure goes unreported.
16842         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16843         return early when it seems there's nothing to flush.
16844         Don't include __fpending.h.
16845
16846 2004-11-10  Jim Meyering  <jim@meyering.net>
16847
16848         * modules/closeout (Depends-on): Remove fpending.
16849
16850 2004-11-10  Jim Meyering  <jim@meyering.net>
16851
16852         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16853
16854 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16857         gl_FUNC_STRFTIME.
16858         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16859         and AC_REQUIRE when possible, to avoid duplicate checks.
16860         Check for <wchar.h>.
16861
16862 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16863
16864         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16865
16866 2004-11-09  Bruno Haible  <bruno@clisp.org>
16867
16868         * m4/sockpfaf.m4: New file.
16869
16870 2004-11-05  Bruno Haible  <bruno@clisp.org>
16871
16872         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16873         Reported by Mark D. Baushke <mdb@cvshome.org>.
16874
16875 2004-11-04  Bruno Haible  <bruno@clisp.org>
16876
16877         2004-09-11  Bruno Haible  <bruno@clisp.org>
16878                 * allocsa.valgrind: New file.
16879         2004-02-06  Bruno Haible  <bruno@clisp.org>
16880                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16881                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16882                 Reported by Christopher Seip <chris.seip@hp.com>.
16883
16884 2004-11-04  Bruno Haible  <bruno@clisp.org>
16885
16886         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16887         (Makefile.am): Distribute it.
16888
16889 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16890
16891         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16892         with errno == ERANGE if the buffer is too small.
16893         Problem reported by Mark D. Baushke.
16894
16895 2004-11-03  Albert Chin  <china@thewrittenword.com>
16896             Paul Eggert  <eggert@cs.ucla.edu>
16897
16898         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16899         equivalent, substitute $ac_type for equivalent type rather than
16900         blindly using uint32_t *always* which won't work if uint32_t is not
16901         available.  Define _UINT32_T to work around typedef of uint32_t if
16902         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16903         2.5.1.
16904
16905 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16906
16907         * m4/jm-macros.m4: Sync from coreutils.
16908         (gl_MACROS): Check for mbrlen, for pathchk.
16909         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16910
16911 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16912
16913         * lib/xreadlink.c (MAXSIZE): New macro.
16914         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16915         size does not exceed MAXSIZE.  Avoid cast.
16916         As suggested by Mark D. Baushke in
16917         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16918         if readlink fails with buffer size just under MAXSIZE, try again
16919         with MAXSIZE.
16920
16921 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16922
16923         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16924
16925 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16926         and  Paul Eggert  <eggert@cs.ucla.edu>
16927
16928         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16929         (get_date): Overparenthesize to avoid GCC warning.
16930
16931 2004-11-02  Bruno Haible  <bruno@clisp.org>
16932
16933         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16934         returns void.
16935
16936 2004-11-02  Bruno Haible  <bruno@clisp.org>
16937
16938         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16939         function returns void.
16940
16941 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16942
16943         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16944         fflush_unlocked, flockfile, funlockfile, funlockfile,
16945         fputs_unlocked, putc_unlocked.
16946
16947 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16948
16949         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16950         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16951         already declared.
16952
16953 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16954
16955         * modules/getdate (Files): Add doc/getdate.texi.
16956         (Depends-on): Add setenv, xalloc.
16957
16958 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16959
16960         * lib/getdate.y: Add support for TZ="foo" within a date string.
16961         Fix some bugs near time_t boundaries.  Reject dates with
16962         out-of-range components, e.g., "Sept 31".
16963         Include <stdlib.h>, "setenv.h", "xalloc.h".
16964         (ISDIGIT_LOCALE): Remove; unused.
16965         Note that the TZ and time functions used here are not reentrant.
16966         (mktime_ok, get_tz): New functions.
16967         (TZBUFSIZE): New constant.
16968         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16969         This requires that we sometimes generate our own TZ="XXX..." setting.
16970
16971 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16972
16973         * doc/getdate.texi: New file, from coreutils with modifications for
16974         the new TZ parsing.
16975
16976 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16977
16978         * lib/mktime.c (not_equal_tm): Remove redundant check.
16979
16980 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16981
16982         * modules/regex (lib_SOURCES): Add regex.c.
16983         Reported by James Youngman in
16984         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16985
16986 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16987
16988         * lib/getdate.y: Use Bison 1.875 features, and some minor
16989         code cleanups.  This change does not affect semantics.
16990         Don't include <stdlib.h>; no longer needed.
16991         Don't include unlocked-io.h; only the "#if TEST" code uses
16992         stdio, and performance isn't crucial there.
16993         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16994         Bison 1.875 features as described below.
16995         All uses of "PC." replaced by "pc->".
16996         (YYSTYPE): Add a forward declaration.
16997         (yylex, yyerror): Use full prototypes in forward decls.
16998         Use "%pure-parser" rather than obsolescent "%pure_parser".
16999         Use %parse-param and %lex-param instead of obsolescent
17000         YYPARSE_PARAM and YYLEX_PARAM.
17001         (meridian_table, month_and_day_table, time_units_table,
17002         relative_time_table, time_zone_table, military_table,
17003         lookup_zone, lookup_word, get_date):
17004         Use NULL instead of 0 where appropriate.
17005         (to_hour): Avoid abort (), to avoid a dependency on
17006         stdlib.h.
17007         (yyerror, yylex): Now accepts parser_control * arg.
17008         (main) [TEST]: Use '\0' rather than 0 for char.
17009
17010 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17011
17012         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
17013
17014 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17015
17016         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
17017         It's now the caller's responsibility to handle the case where
17018         !HAVE_GETPAGESIZE && !defined getpagesize.
17019
17020         * lib/mktime.c (leapyear): Arg is long int, not int.
17021
17022 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
17023
17024         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
17025
17026 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17027
17028         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
17029         missing.  Problem reported by James Youngman.
17030
17031 2004-10-16  Simon Josefsson  <jas@extundo.com>
17032
17033         * gnulib-tool: Fix comments.  Fix parse problem.
17034         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
17035
17036 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
17037
17038         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
17039         implementation of getopt_long.  Problem reported by Alexander Taler in:
17040         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
17041
17042 2004-10-15  Bruno Haible  <bruno@clisp.org>
17043
17044         * gnulib-tool: Untabify. Initialize supplied_libname.
17045         (func_usage): More homogenous output.
17046         (func_modules_transitive_closure, func_modules_to_filelist,
17047         func_emit_lib_Makefile_am): New functions.
17048         (func_import): New function, extracted from big case statement. Use
17049         func_get_license, func_modules_transitive_closure,
17050         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
17051         opt_lgpl. Don't use test -a, as it's not portable.
17052         (func_create_testdir): Use func_modules_transitive_closure,
17053         func_modules_to_filelist, func_emit_lib_Makefile_am.
17054
17055 2004-10-15  Bruno Haible  <bruno@clisp.org>
17056
17057         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
17058
17059 2004-10-15  Bruno Haible  <bruno@clisp.org>
17060
17061         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
17062         the portions belonging to each module.
17063         Suggested by Derek Robert Price <derek@ximbiot.com>.
17064
17065 2004-10-12  Simon Josefsson  <jas@extundo.com>
17066
17067         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17068         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
17069         to real functions.
17070
17071 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17072
17073         * modules/vsnprintf: New file.
17074
17075 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17076
17077         * m4/vsnprintf.m4: New file.
17078
17079 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17080
17081         * lib/vsnprintf.h: New file.
17082         * lib/vsnprintf.c: New file.
17083
17084 2004-10-11  Bruno Haible  <bruno@clisp.org>
17085
17086         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
17087         vsnprintf.
17088
17089 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17090
17091         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
17092
17093 2004-10-07  Bruno Haible  <bruno@clisp.org>
17094
17095         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
17096         fits into the provided buffer.
17097
17098 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17099
17100         * lib/diacrit.c, diacrit.h: Add GPL notice.
17101
17102         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
17103         notice.
17104         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
17105         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
17106         This avoids a potential constant-folding bug.
17107
17108 2004-10-05  Bruno Haible  <bruno@clisp.org>
17109
17110         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
17111         for the declaration of strsep.
17112
17113 2004-10-05  Bruno Haible  <bruno@clisp.org>
17114
17115         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
17116
17117 2004-10-04  Simon Josefsson  <jas@extundo.com>
17118
17119         * modules/memmem: New file.
17120         * tests/test-memmem.c: New file.
17121         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
17122
17123 2004-10-04  Simon Josefsson  <jas@extundo.com>
17124
17125         * m4/memmem.m4: New file.
17126
17127 2004-10-04  Simon Josefsson  <jas@extundo.com>
17128
17129         * lib/memmem.h: New file.
17130         * lib/memmem.c: New file, taken from glibc.
17131
17132 2004-10-04  Simon Josefsson  <jas@extundo.com>
17133
17134         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
17135         '#ifdef USE_UNLOCKED_IO'.
17136
17137 2004-10-04  Simon Josefsson  <jas@extundo.com>
17138
17139         * config/srclist.txt: Add memmem from glibc.
17140
17141 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17142
17143         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
17144
17145         * modules/argmatch, modules/argp, modules/closeout, modules/error,
17146         modules/exclude, modules/getdate, modules/getline,
17147         modules/getndelim2, modules/getpass, modules/getpass-gnu,
17148         modules/getusershell, modules/linebuffer, modules/md5,
17149         modules/mountlist, modules/posixtm, modules/readtokens,
17150         modules/readutmp, modules/regex, modules/sha1,
17151         modules/version-etc, modules/yesno:
17152         Remove dependency on unlocked-io.
17153
17154 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17155
17156         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
17157
17158         * m4/unlocked-io.m4: Add copyright notice.
17159         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
17160
17161 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17162
17163         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
17164         * lib/xmalloc.c (xmemdup): Likewise.
17165         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
17166         XFREE): Remove these long-obsolescent macros.
17167         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
17168         * lib/xstrdup.c: Remove.
17169
17170         * lib/regex.c (re_comp): Cast gettext return value to char *,
17171         Problem reported by Martin Neitzel via Mark D. Baushke.
17172
17173 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17174
17175         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
17176         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
17177         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
17178         regex.c, sha1.c, version-etc.c, yesno.c:
17179         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
17180         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
17181         the includer's responsibility.
17182
17183         Sync from coreutils.
17184
17185         * lib/modechange.c (mode_compile): Don't decrement a pointer that
17186         points to the start of a string, as the C Standard says the
17187         resulting behavior is undefined.
17188
17189         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
17190         simple -> simple_backups, numbered_existing ->
17191         numbered_existing_backups, numbered -> numbered_backups
17192         to avoid shadowing problems.  All uses changed.
17193         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
17194         * lib/backupfile.c (check_extension, numbered_backup):
17195         Rename locals to avoid shadowing 'basename'.
17196         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
17197         once.
17198
17199         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
17200         * lib/.cvsignore: Add getopt.h.
17201
17202 2004-10-04  Bruno Haible  <bruno@clisp.org>
17203
17204         * modules/README: New file.
17205         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
17206         not a module.
17207
17208 2004-10-02  Jim Meyering  <jim@meyering.net>
17209
17210         * lib/dirfd.h, getpagesize.h: Add copyright notice.
17211
17212 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17213
17214         * modules/strsep: New file.
17215
17216 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17217
17218         * m4/strsep.m4: New file.
17219
17220 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17221
17222         * lib/strsep.h: New file.
17223         * lib/strsep.c: New file.
17224
17225 2004-10-01  Simon Josefsson  <jas@extundo.com>
17226
17227         * lib/snprintf.c (snprintf): Handle size==0.
17228
17229 2004-10-01  Simon Josefsson  <jas@extundo.com>
17230             Bruno Haible  <bruno@clisp.org>
17231
17232         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17233         (snprintf): Declare 'args'.
17234
17235 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17236
17237         * lib/snprintf.c: Remove comments as to why each header is needed.
17238
17239 2004-10-01  Bruno Haible  <bruno@clisp.org>
17240
17241         * MODULES.html.sh: Add strsep.
17242
17243 2004-09-30  Simon Josefsson  <jas@extundo.com>
17244
17245         * modules/snprintf: New file.
17246
17247 2004-09-30  Simon Josefsson  <jas@extundo.com>
17248
17249         * m4/snprintf.m4: New file.
17250
17251 2004-09-30  Simon Josefsson  <jas@extundo.com>
17252
17253         * lib/snprintf.h, lib/snprintf.c: New files.
17254
17255 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17256
17257         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17258         (hol_entry_help): Never translate an empty string.
17259         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17260         * lib/argp.h (OPTION_NO_TRANS): New option.
17261
17262 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17263
17264         * modules/argp (Maintainer): Replace Simon Josefsson
17265         by Sergey Poznyakoff.
17266
17267 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17268
17269         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17270         changes merged back into glibc.
17271
17272 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17273
17274         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17275
17276 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17277
17278         * lib/xvasprintf.c: Include xalloc.h.
17279         (xvasprintf): Use xalloc_die, not xmalloc_die.
17280
17281 2004-09-29  Bruno Haible  <bruno@clisp.org>
17282
17283         * modules/alloca-opt: New file, derived from modules/alloca.
17284         * modules/allocsa: Depend on alloca-opt instead of alloca.
17285         * modules/setenv: Likewise.
17286         * modules/vasnprintf: Likewise.
17287         * MODULES.html.sh: Add alloca-opt.
17288
17289 2004-09-28  Simon Josefsson  <jas@extundo.com>
17290
17291         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17292         LGPL, and to replace license template from GPL to LGPL.
17293
17294 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17295
17296         * modules/dummy: Change license to LGPL.
17297
17298 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17299
17300         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17301
17302 2004-09-24  Simon Josefsson  <jas@extundo.com>
17303
17304         * modules/minmax (License): Change from GPL to LGPL.
17305
17306 2004-09-23  Simon Josefsson  <jas@extundo.com>
17307
17308         * gnulib-tool (--import): Typo.
17309
17310 2004-09-23  Simon Josefsson  <jas@extundo.com>
17311
17312         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17313
17314 2004-09-22  Bruno Haible  <bruno@clisp.org>
17315
17316         * modules/*: Add 'License' field.
17317         * gnulib-tool: Accept --extract-license option.
17318         (func_get_license): New function.
17319
17320 2004-09-21  Bruno Haible  <bruno@clisp.org>
17321
17322         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17323         Reported by Simon Josefsson.
17324
17325 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17326
17327         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17328         gl_AC_TYPE_LONG_LONG.
17329
17330 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17331
17332         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17333
17334 2004-09-18  Simon Josefsson  <jas@extundo.com>
17335         and  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17338         calls with autoreconf.  Define GL_LIB.
17339
17340 2004-09-14  Karl Berry  <karl@gnu.org>
17341
17342         * config/srclist.txt: unsync setenv.c, sigh.
17343
17344 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17345
17346         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17347         Problem reported by Bruno Haible in:
17348         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17349
17350 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17351
17352         * config/srclist.txt: Comment out argp-pvh.c.
17353
17354 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17355
17356         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17357         in case some system header has #define'd it.  Problem reported by
17358         Soeren D. Schulze in
17359         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17360
17361 2004-09-09  Karl Berry  <karl@gnu.org>
17362
17363         * regex.[ch]: delete from the root.  These were supposed to be
17364                 synced with emacs cvs, but this has not happened for about
17365                 a year, and anyway nothing else uses emacs regex.[ch].
17366                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17367                 lib/regex[.ch] is untouched.
17368
17369 2004-09-09  Bruno Haible  <bruno@clisp.org>
17370
17371         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17372
17373 2004-09-09  Bruno Haible  <bruno@clisp.org>
17374
17375         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17376         modifications.
17377         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17378
17379 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17380
17381         * modules/xvasprintf: New file.
17382         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17383
17384 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17385
17386         * lib/xvasprintf.h: New file.
17387         * lib/xvasprintf.c: New file.
17388         * lib/xasprintf.c: New file.
17389
17390 2004-09-08  Bruno Haible  <bruno@clisp.org>
17391
17392         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17393
17394 2004-09-08  Bruno Haible  <bruno@clisp.org>
17395
17396         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17397         length is > INT_MAX.
17398         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17399         more.
17400
17401 2004-09-08  Bruno Haible  <bruno@clisp.org>
17402
17403         * lib/stdint_.h: New file, taken from GNU clisp.
17404
17405 2004-09-08  Bruno Haible  <bruno@clisp.org>
17406             Oskar Liljeblad  <oskar@osk.mine.nu>
17407
17408         * modules/stdint: New file.
17409         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17410
17411 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17412
17413         Import from coreutils.
17414         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17415         strings on unbounded length.  alloca's performance benefits aren't
17416         that important here.
17417         (V_STRDUP): Remove.
17418         (parse_with_separator): New function, with most of the internals
17419         of the old parse_user_spec.  Allow user to omit both user and group,
17420         for compatibility with FreeBSD.
17421         Clone only the user name, not the entire spec.
17422         Do not set *uid, *gid unless entirely successful.
17423         Avoid memory leak in some failing cases.
17424         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17425         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17426         (parse_user_spec): Rewrite to use parse_with_separator.
17427
17428 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17429
17430         * modules/userspec: Don't depend on alloca.
17431
17432 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17433
17434         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17435
17436 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17437
17438         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17439         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17440         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17441
17442 2004-08-16  Simon Josefsson  <jas@extundo.com>
17443
17444         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17445         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17446         Add --dry-run for --import.
17447         Let user provided command line parameters override configure.ac
17448         settings.
17449
17450 2004-08-12  Simon Josefsson  <jas@extundo.com>
17451
17452         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17453         as discussed with Paul Eggert in threads rooted at
17454         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17455         and
17456         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17457         Before, the test was empty, and relied on ELIDE_CODE in source
17458         code.)
17459         (gl_PREREQ_GETOPT): New macro.
17460         (gl_GETOPT): Use them.
17461
17462 2004-08-12  Simon Josefsson  <jas@extundo.com>
17463
17464         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17465         * lib/getopt_.h: Renamed from getopt.h.
17466
17467 2004-08-12  Simon Josefsson  <jas@extundo.com>
17468
17469         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17470         Change default library name from libfoo to libgnu.
17471         Now, if you have a configure.ac that says:
17472                 gl_SOURCE_BASE(gl)
17473                 gl_M4_BASE(gl/m4)
17474                 gl_MODULES(error getopt etcetera)
17475                 gl_INIT
17476         you can import all you need by running:
17477                 ../gnulib/gnulib-tool --import
17478
17479         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17480         (Makefile.am): Rewrite, use logic from argz.
17481         (Include): Use <getopt.h> instead of "getopt.h".
17482
17483 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17484
17485         * modules/argp (Files): Add m4/unlocked-io.m4.
17486         (Depends-on): Add extensions.
17487
17488 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17489
17490         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17491         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17492         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17493         Check for program_invocation_name, program_invocation_short_name,
17494         flockfile, funlockfile, features.h, _getopt_long_only_r.
17495
17496 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17497
17498         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17499         its complicated substitute.
17500         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17501         and program_invocation_name.
17502         (__argp_basename) [!_LIBC]: Remove; the only use was
17503         replaced by its body.
17504         (__argp_short_program_name): Change condition from
17505         !defined __argp_short_program_name to
17506         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17507         to match argp-namefrob.h.
17508         (__argp_failure): Don't assume strerror_r returns char *.
17509         * lib/argp-parse.c (N_): Define unconditionally.
17510         (argp_default_options): Fill out initializers with 0 to avoid
17511         gcc warnings.
17512
17513 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17514
17515         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17516         getopt1.c.
17517
17518 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17519
17520         Merge from coreutils.
17521
17522         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17523
17524         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17525         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17526
17527 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17528
17529         Merge from coreutils.
17530
17531         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17532         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17533         for Reliant Unix 5.43.
17534
17535         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17536         (union fooround): Use uintmax_t, not long int.
17537         The rest is a merge from libc:
17538         [defined _LIBC]: Include <shlib-compat.h>.
17539         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17540
17541         * lib/settime.c (settime): Recode to avoid warning with
17542         Sun Forte C 6U2.
17543
17544         * lib/strverscmp.c: Convert to UTF-8.
17545
17546 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17547
17548         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17549         m4/uintmax_t.m4.
17550
17551 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17552
17553         * modules/xalloc-die: New file.
17554         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17555
17556         * modules/md5 (Files): Add m4/uint32_t.m4.
17557         * modules/sha1: Renamed from modules/sha.
17558         (Files):
17559         Rename lib/sha.h to lib/sha1.h.
17560         Rename lib/sha.c to lib/sha1.c.
17561         Rename m4/sha.m4 to m4/sha1.m4.
17562         (lib_SOURCES): Likewise.
17563         (configure.ac): Rename gl_SHA to gl_SHA1.
17564         (Include): sha.h -> sha1.h.
17565
17566 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17567
17568         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17569         * m4/sha1.m4: Renamed from sha.m4.
17570         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17571
17572 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17573
17574         * lib/obstack.h (obstack_empty_p):
17575         Don't assume that chunk->contents is suitably aligned.
17576         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17577         Likewise. Problem reported by Benno in
17578         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17579
17580         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17581         readable.  This could be improved further but it'd take some work.
17582
17583 2004-08-08  Simon Josefsson  <jas@extundo.com>
17584
17585         * modules/xgethostname (Depends-on): Remove exit and error (not
17586         used).
17587
17588         * modules/getpass-gnu: Add getpass.h.
17589         (Depends-on): Add stdbool.
17590         * modules/getpass: Add getpass.h.
17591
17592 2004-08-08  Simon Josefsson  <jas@extundo.com>
17593
17594         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17595         Check getpass declaration.
17596
17597 2004-08-08  Simon Josefsson  <jas@extundo.com>
17598
17599         * lib/xgethostname.c: Don't include error.h (not used).
17600
17601         * lib/getpass.h: Add.
17602         * lib/getpass.c: Include getpass.h first.
17603
17604 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17605
17606         * lib/xalloc-die.c: New file.
17607         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17608         All uses removed.
17609         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17610         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17611         xalloc-die.c.
17612         (_, N_, xalloc_die): Move to xalloc-die.c.
17613         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17614         so that we needn't mess with xalloc_msg_memory_exhausted.
17615
17616         * lib/sha1.h: Renamed from sha.h.
17617         (SHA1_H): Renamed from _SHA_H.
17618         (sha1_ctx): Renamed from sha_ctx.
17619         (sha1_init_ctx): Renamed from sha_init_ctx.
17620         (sha1_process_block): Renamed from sha_process_block.
17621         (sha1_process_bytes): Renamed from sha_process_bytes.
17622         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17623         (sha1_read_ctx): Renamed from sha_read_ctx.
17624         (sha1_stream): Renamed from sha_stream.
17625         (sha1_buffer): Renamed from sha_buffer.
17626         * lib/sha1.c: Likewise; renamed from sha.c.
17627         Do not include <sys/types.h>.
17628         Include <stddef.h> rather than <stdlib.h>.
17629
17630 2004-08-08  Bruno Haible  <bruno@clisp.org>
17631
17632         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17633         FILESYSTEM_PREFIX_LEN.
17634         * lib/progreloc.c: Likewise.
17635         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17636
17637 2004-08-06  Simon Josefsson  <jas@extundo.com>
17638
17639         * modules/progname (Depends-on): Don't depend on stdbool.
17640
17641 2004-08-06  Simon Josefsson  <jas@extundo.com>
17642
17643         * modules/getsubopt: New file.
17644         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17645         getsubopt.
17646
17647 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17648
17649         More merge from coreutils.
17650
17651         * m4/utimens.m4, m4/utimecmp.m4: New files.
17652         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17653         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17654         prereq.m4, sha.m4: Import changes from coreutils.
17655
17656 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17657
17658         More merge from coreutils.
17659         * modules/raise, modules/readtokens0, modules/utimens:
17660         * modules/utimecmp, module/xnanosleep: New files.
17661         * modules/strftime: Add lib/strftime.h.
17662         Change include from <time.h> to "strftime.h".
17663         * modules/yesno: Add lib/yesno.h.
17664         * modules/backupfile: Remove lib/addext.c.
17665         * modules/euidaccess: Add stat-macros.h.
17666         * modules/canonicalize, modules/euidaccess,
17667         modules/filemode, modules/lchown, modules/makepath,
17668         modules/rmdir, modules/stat: Likewise.
17669
17670 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17671
17672         Merge from tar.
17673         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17674         SIZE_MAX is a valid preprocessor constant.
17675         (__argp_basename): Change from "#ifndef _LIBC"
17676         to "#ifndef __argp_short_program_name", so that
17677         we don't compile these functions for tar.
17678
17679         More merges from coreutils.
17680         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17681         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17682         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17683         * lib/addext.c: Remove; no longer needed.
17684         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17685         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17686         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17687         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17688         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17689         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17690         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17691         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17692         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17693         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17694         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17695         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17696         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17697         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17698         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17699         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17700         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17701         Import changes from coreutils.
17702
17703 2004-08-05  Simon Josefsson  <jas@extundo.com>
17704
17705         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17706
17707 2004-08-05  Simon Josefsson  <jas@extundo.com>
17708
17709         * m4/getsubopt.m4: New file.
17710
17711 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17712
17713         Merge from coreutils.
17714
17715         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17716         * m4/getcwd-path-max.m4: New files.
17717
17718         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17719         FILESYSTEM_PREFIX_LEN ->
17720         FILE_SYSTEM_PREFIX_LEN.
17721         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17722         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17723         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17724         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17725
17726         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17727         prerequisite modules now handle the DOS stuff.
17728         Don't check for unistd.h.
17729
17730 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17731
17732         Merge from coreutils.
17733
17734         * lib/.gdb-history: Remove; this doesn't belong here.
17735
17736         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17737         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17738         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17739         * lib/getcwd.c: New files.
17740
17741         * lib/dirname.h: Include <stdbool.h>.
17742         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17743         for consistency with POSIX terminology.  All uses changed.
17744         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17745         (strip_trailing_slashes): Use bool for booleans.
17746         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17747
17748         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17749         sometimes returns a positive errno value even when it succeeds.
17750         (print_errno_message) [!LIBC]: Fall back on strerror if
17751         __strerror_r fails.
17752
17753         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17754         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17755         (longest_relative_suffix): New function.
17756         (path_concat): Use it.  Assume first argument is not NULL.
17757         Port to DOS.  Omit redundant separators.
17758         Report an error instead of returning NULL.
17759         Use mempcpy instead of memcpy.
17760         (xpath_concat): Remove: not declared or used.
17761
17762         * lib/same.h: Include <stdbool.h>
17763         (same_name): Return bool, not int.
17764         * lib/same.c (same_name): Likewise.
17765         (errno): Don't declare; we assume C89 or better now.
17766
17767         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17768         if not already defined.
17769
17770         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17771         * lib/dup-safer.c (errno): Likewise.
17772
17773 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17774
17775         Merge from coreutils.
17776         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17777         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17778         * modules/path-concat: Don't depend on strdup.
17779
17780 2004-08-03  Simon Josefsson  <jas@extundo.com>
17781
17782         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17783         * lib/progname.h: Don't include stdbool.h.
17784
17785 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17786
17787         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17788         * MODULES.html.sh (func_all_modules): Remove fatal.
17789
17790 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17791
17792         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17793
17794 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17795
17796         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17797         working.
17798
17799 2004-08-02  Simon Josefsson  <jas@extundo.com>
17800
17801         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17802         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17803         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17804
17805 2004-08-01  Simon Josefsson  <jas@extundo.com>
17806
17807         * lib/xgetdomainname.c: Include stdlib.h, for free().
17808
17809 2004-07-19  Bruno Haible  <bruno@clisp.org>
17810
17811         * MODULES.html.sh (func_all_modules): Add dummy.
17812
17813 2004-07-16  Simon Josefsson  <jas@extundo.com>
17814
17815         * modules/dummy: New file.
17816
17817 2004-07-16  Simon Josefsson  <jas@extundo.com>
17818
17819         * lib/dummy.c: New file.
17820
17821 2004-07-16  Bruno Haible  <bruno@clisp.org>
17822
17823         * lib/backupfile.h: Add extern "C" for C++.
17824         * lib/closeout.h: Likewise.
17825         * lib/copy-file.h: Likewise.
17826         * lib/findprog.h: Likewise.
17827         * lib/full-write.h: Likewise.
17828         * lib/pathname.h: Likewise.
17829         * lib/progname.h: Likewise.
17830         * lib/stpcpy.h: Likewise.
17831         * lib/stpncpy.h: Likewise.
17832         * lib/strcase.h: Likewise.
17833         * lib/strstr.h: Likewise.
17834         * lib/xalloc.h: Likewise.
17835
17836         * lib/mbswidth.h: Add extern "C" for C++.
17837         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17838
17839 2004-07-13  Robert Millan  <robertmh@gnu.org>
17840
17841         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17842
17843 2004-07-09  Simon Josefsson  <jas@extundo.com>
17844
17845         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17846         failed without this.)
17847
17848 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17849
17850         * modules/chown (Files): Add lib/fchown-stub.c, since
17851         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17852
17853 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17854
17855         * lib/fchown-stub.c: New file.
17856
17857 2004-06-24  Jim Meyering  <jim@meyering.net>
17858
17859         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17860
17861 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17862
17863         * modules/argz: Omit "#include".
17864
17865         * MODULES.html.sh (func_all_modules): Add calloc, to match
17866         2004-06-01 addition of calloc module.
17867
17868 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17869
17870         * m4/argz.m4: New file, which is autoupdated from libtool.
17871
17872 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17873
17874         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17875         libtool.
17876
17877 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17878
17879         * config/srclist-update: Don't insist on "USA." before the
17880         close-comment, as libtool omits the period and puts the */ on a
17881         separate line.
17882         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17883         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17884
17885 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17886
17887         * modules/argz: New file.
17888         * MODULES.html.sh (func_all_modules): Add argz.
17889
17890 2004-06-12  Jim Meyering  <jim@meyering.net>
17891         and  Paul Eggert  <eggert@cs.ucla.edu>
17892
17893         * modules/hash (Files): Add lib/xalloc.h.
17894         * modules/pipe (Depends-on): Add wait-process.
17895         * modules/stat (Depends-on): Add xalloc.
17896         * modules/userspec (Files): Add lib/userspec.h.
17897         * modules/xstrto
17898
17899         Upgrade from gettext-0.13.
17900         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17901         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17902         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17903
17904 2004-06-10  Jim Meyering  <jim@meyering.net>
17905
17906         * lib/calloc.c: New file.
17907
17908 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17909
17910         * lib/getdate.y (yylex): Allow space between sign and number.
17911         Problem reported by Dan Jacobson.
17912
17913 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17914
17915         Merge from coreutils CVS.
17916
17917         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17918         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17919         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17920         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17921         xstrtol.m4: Fix copyright date and/or serial number.
17922
17923         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17924         See if we need an fchown replacement.
17925         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17926         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17927         and use the replacement function if we detect either defect.
17928
17929         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17930         gl_UTIMECMP.
17931
17932 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17933         and  Jim Meyering  <jim@meyering.net>
17934
17935         Merge from coreutils CVS.
17936
17937         * lib/stat-macros.h: New file, with contents from file-type.h
17938         and coreutils' system.h.
17939         * lib/file-type.c: Include "stat-macros.h".
17940         * lib/file-type.h (file_type): Move all macro definitions to new file,
17941         stat-macros.h.
17942
17943         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17944         Wrap old code with this conditional.
17945         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17946         function that does not dereference symlinks.
17947         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17948
17949         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17950         dependency problems.
17951         (xreadlink): Accept new arg SIZE, for efficiency.
17952         All decls and uses changed.
17953         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17954
17955         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17956         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17957
17958         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17959         sysexits.h.
17960
17961 2004-06-01  Jim Meyering  <jim@meyering.net>
17962
17963         * m4/calloc.m4: New file.
17964
17965 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17966
17967         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17968         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17969         Also, fix a typo in a diagnostic.
17970
17971 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17972
17973         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17974         or AC_FUNC_REALLOC.
17975
17976 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17977
17978         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17979         macros to be defined.
17980         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17981         the allocator returns NULL because the requested size is zero.
17982
17983 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17984
17985         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17986         var.  Add comment explaining why libc still defines it.  This
17987         merges the following patch from glibc:
17988         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17989
17990 2004-05-20  Andreas Schwab  <schwab@suse.de>
17991
17992         * m4/free.m4: Replace free if it not known to work, not the other
17993         way round.
17994
17995 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17996
17997         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17998         present in glibc since revision 1.1 of this file.
17999         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
18000         obstack_alignment_mask, obstack_alloc, obstack_base,
18001         obstack_blank, obstack_blank_fast, obstack_chunk_size,
18002         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
18003         obstack_grow0, obstack_init, obstack_int_grow,
18004         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
18005         obstack_next_free, obstack_object_size, obstack_ptr_grow,
18006         obstack_ptr_grow_fast, obstack_room): Remove declarations of
18007         nonexistent functions.
18008
18009 2004-05-18  Karl Berry  <karl@gnu.org>
18010
18011         * config/srclist.txt: break link for vasnprintf.c.
18012
18013 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18014
18015         Port obstack to the AS/400, where pointers are 16 bytes wide and
18016         you cannot cast an integer to a valid pointer.  This patch is
18017         currently waiting to be integrated into glibc; see
18018         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
18019
18020         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
18021         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
18022         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
18023         (struct obstack): temp member is now a union of a pointer and
18024         an integer, instead of an integer.  All integer uses changed.
18025         This does not affect the physical layout of struct obstack,
18026         except on hosts (like the AS/400) where the size or alignment of
18027         void * is greater than that of ptrdiff_t.
18028         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
18029         __STDC__)]: Store temporary in pointer member of union, not
18030         integer member.
18031         * lib/obstack.c: Include <stddef.h>, for offsetof.
18032         (struct fooalign): Remove; it doesn't need a name.
18033         (union fooround): Change double to long double, and add void *.
18034         (DEFAULT_ALIGNMENT): Use offsetof to compute.
18035         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
18036         not a macro.  Hence the values are always int; so remove all
18037         casts-to-int in uses.
18038
18039 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18040
18041         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
18042         we can get this patch merged into glibc.
18043
18044 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18045             Paul Eggert  <eggert@cs.ucla.edu>
18046
18047         * m4/argp: Depend on alloca.
18048
18049 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18050             Paul Eggert  <eggert@cs.ucla.edu>
18051
18052         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
18053         freecoding.
18054
18055 2004-05-17  Bruno Haible  <bruno@clisp.org>
18056
18057         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
18058         precision that consists of a '.' followed by an empty digit string.
18059         Patch by Tor Lillqvist <tml@iki.fi>.
18060
18061 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18062
18063         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
18064         for backward compatibility with older code.  We need our own
18065         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
18066         it under some other name, and our alloca.h will define it.
18067
18068 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18069             Derek Price  <derek@ximbiot.com>
18070
18071         * lib/alloca.c: Include <alloca.h>, to get our interface.
18072         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
18073         include <alloca.h> first.  Use C89 prototype for alloca; this
18074         requires including <stddef.h> for size_t.  Use extern "C" if C++.
18075         Use #elif for simplicity, since we can assume C89 now.
18076         Don't try to source the system alloca.h since it will not be found
18077         and to prevent recursively including its replacement.
18078         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
18079         * lib/regex.c: Likewise.
18080
18081 2004-05-16  Derek Price  <derek@ximbiot.com>
18082             Paul Eggert  <eggert@cs.ucla.edu>
18083
18084         getline cleanup.  This changes the getndelim2 API: both order of
18085         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
18086         no delimiter).
18087
18088         * lib/getline.c: Don't include stddef.h or stdio.h, since our
18089         interface does that.
18090         (getline): Always use getdelim, so that we don't have two
18091         copies of this code.
18092         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
18093         if available.
18094         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
18095         (GETNDELIM2_MAXIMUM): New macro.
18096         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
18097         instead of the old practice of delim2==0.  All callers changed.
18098         Return -1 on overflow, instead of returning junk.
18099         Do not set *linesize unless allocation succeeds.
18100         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
18101         that we include sys/types.h.
18102         * lib/getnline.h: Likewise.
18103         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
18104         (getndelim2): Reorder arguments.
18105         * lib/getnline.c (getnline, getndelim):
18106         Don't discard the NMAX argument.
18107         (getnline): Invoke getndelim, to avoid code duplication.
18108         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
18109         of (size_t) -1 by callers of the getnline family.
18110
18111 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18112
18113         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
18114         Check for gettimeofday.
18115         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
18116         Check for settimeofday, stime.
18117
18118 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18119
18120         * lib/nanosleep.c (suspended): Change its type from int to
18121         sig_atomic_t volatile.
18122         (first_call): Make it private to rpl_nanosleep, and have it
18123         be zero initially as that's a bit faster.
18124         (my_usleep): Round up fractional times instead of truncating them,
18125         as this is the usual meaning for 'sleep'.
18126
18127         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
18128         doesn't work.
18129         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
18130         (ENOSYS): Define if not defined.
18131         (settime): Fall back on stime if it exists and settimeofday fails.
18132         But don't bother with fallbacks if a method fails with errno == EPERM.
18133
18134 2004-05-11  Jim Meyering  <jim@meyering.net>
18135
18136         Prior to this change, the save_cwd caller required read access to the
18137         current directory on most systems (ones with the fchdir function).
18138
18139         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
18140         fails, try write-only, and finally, resort to using xgetcwd.
18141
18142 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18143
18144         * lib/obstack.c, obstack.h: Import changes from libc.
18145
18146 2004-04-28  Bruno Haible  <bruno@clisp.org>
18147
18148         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
18149         also implicitly appends .exe to executables.
18150         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
18151         accepts Windows pathnames.
18152         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18153         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18154         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18155         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18156         Reported by Derek Robert Price <derek@ximbiot.com>.
18157
18158 2004-04-21  Karl Berry  <karl@gnu.org>
18159
18160         * config/srclist.txt (localcharset.c): break sync.
18161
18162 2004-04-20  Paul Eggert  <eggert@twinsun.com>
18163
18164         * m4/host-os.m4: Add a copyright notice.
18165
18166 2004-04-20  Jim Meyering  <jim@meyering.net>
18167
18168         Change UTILS_ to gl_ in AC_DEFINE'd names.
18169         Change utils_- and jm_-prefixed variables, too.
18170         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
18171         UTILS_FUNC_MKDIR_TRAILING_SLASH.
18172         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
18173
18174         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
18175         Don't emit trailing blanks.
18176         Also rename jm_-prefixed variables to have gl_ prefix.
18177
18178         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
18179         Also rename jm_-prefixed variables to have gl_ prefix.
18180
18181         * m4/jm-macros.m4: Reflect the renamings.
18182         * m4/prereq.m4: Likewise.
18183
18184 2004-04-20  Jim Meyering  <jim@meyering.net>
18185
18186         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
18187         memory.
18188
18189 2004-04-20  Jim Meyering  <jim@meyering.net>
18190             Bruno Haible  <bruno@clisp.org>
18191
18192         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
18193         memory when realloc fails.
18194
18195 2004-04-19  Jim Meyering  <jim@meyering.net>
18196
18197         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
18198         now that readutmp.c may call `free (0)'.
18199
18200 2004-04-19  Bruno Haible  <bruno@clisp.org>
18201
18202         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
18203         * m4/inttypes_h.m4: Likewise.
18204         * m4/stdint_h.m4: Likewise.
18205         * m4/intmax_t.m4: Likewise.
18206         * m4/uintmax_t.m4: Likewise.
18207
18208 2004-04-18  Jim Meyering  <jim@meyering.net>
18209
18210         * m4/prereq.m4: Don't forbid jm_ prefix.
18211
18212         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
18213         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
18214         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
18215         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
18216         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18217         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18218         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18219         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18220         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18221         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18222         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18223         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18224         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18225         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18226         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18227         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18228         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18229         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18230         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18231
18232 2004-04-18  Jim Meyering  <jim@meyering.net>
18233
18234         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18235         failure, don't leak memory and do call END_UTMP_ENT.
18236
18237 2004-04-16  Jim Meyering  <jim@meyering.net>
18238
18239         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18240         coreutils' stat program.
18241         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18242
18243 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18244
18245         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18246         C89.
18247         (CHAR_BIT): Remove, since we assume C89.
18248         Include <stdint.h> if available, as per current Autoconf CVS advice.
18249
18250 2004-03-31  Jim Meyering  <jim@meyering.net>
18251
18252         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18253         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18254         * m4/xalloc.m4: Likewise.
18255
18256 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18257
18258         Merge from coreutils.
18259
18260         * m4/inttostr.m4: New file.
18261         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18262         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18263         Require gl_CLOCK_TIME.
18264         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18265
18266 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18267
18268         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18269         not bool, to be more consistent with Unix conventions.
18270         Suggested by Bruno Haible.
18271
18272         Merge from coreutils.
18273
18274         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18275         * lib/umaxtostr.c: New files.
18276
18277         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18278         the usual <time.h> dance.
18279         (get_date): Change signature to support fractional time stamps.
18280         All callers changed.
18281         * lib/getdate.y: Include "getdate.h" first, as we can now
18282         assume C89 and don't need to worry about 'const'.
18283         Similarly, include "unlocked-io.h" near start, not in middle.
18284         Include <limits.h>.
18285         (textint.value): Use long int rather than int.
18286         (textint.digits): Use size_t rather than int.
18287         (BILLION, LOG10_BILLION): New constants.
18288         (parser_control): New member rel_ns.  Members day_ordinal,
18289         time_zone, month, day, hour, minutes, rel_year, rel_month,
18290         rel_day, rel_hour, rel_minutes, rel_seconds
18291         are now long int, not int.  Member seconds is now struct timespec,
18292         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18293         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18294         not int.
18295         (%union.intval): Now long int, not int.
18296         New member timespec.
18297         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18298         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18299         (spec): Now is a timespec or an item list.
18300         (timespec, items): New nonterminals.
18301         (time, rel, relunit, number, get_date):
18302         Add support for fractional seconds.
18303         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18304         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18305         (to_hour): First arg is now long int, not int.
18306         (to_year): Returns long int, not int.
18307         Don't treat year -70 like 70.
18308         (tm_diff): Returns long int, not int.
18309         (lookup_word): Use bool instead of int when appropriate.
18310         (yylex): Use size_t for count, not int.
18311         Detect overflow when parsing large integer constants.
18312         Add support for fractions.
18313         (get_date): Make pointers 'const' if possible.
18314         Use more-portable code to detect integer overflow.
18315         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18316         Don't use ctime; it's not reliable if the year has >4 digits.
18317
18318         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18319         This is for compatibility with BSD.
18320
18321         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18322         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18323         From coreutils' system.h.
18324
18325         * lib/userspec.c: Don't include "posixver.h".
18326         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18327         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18328         compatible extension.  Simplify code by removing a boolean int
18329         that was always nonzero if a string was nonnull.
18330
18331 2004-03-30  Jim Meyering  <jim@meyering.net>
18332
18333         Merge from coreutils.
18334
18335         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18336         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18337         on some systems one must include <grp.h> before it.
18338         Reported by Christian Krackowizer.
18339
18340 2004-03-30  Jim Meyering  <jim@meyering.net>
18341
18342         Merge from coreutils.
18343
18344         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18345
18346         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18347         an empty input stream.
18348
18349         * lib/readtokens.c: Include <stdbool.h>.
18350         (readtoken): Use `size_t' rather than int/long.
18351         All callers adjusted.
18352         Use `bool' rather than `int' where appropriate.
18353         Use memset rather than an explicit loop.
18354         Use x2nrealloc rather than xrealloc.
18355         Allow the use of `\0' as a delimiter.
18356         (readtokens): Likewise.
18357         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18358
18359 2004-03-30  Jim Meyering  <jim@meyering.net>
18360
18361         * m4/realloc.m4: Remove file, since now it does no more than
18362         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18363         the `configure.ac' section of module/realloc.
18364         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18365
18366 2004-03-30  Bruno Haible  <bruno@clisp.org>
18367
18368         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18369         nonnull.
18370
18371 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18372
18373         Merge changes to getloadavg.c from coreutils and Emacs.
18374
18375         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18376         Define to an expression, not to the empty string.
18377         Include cloexec.h and xalloc.h.
18378         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18379         Use set_cloexec_flag rather than rolling our own.
18380         * lib/cloexec.c, lib/cloexec.h: New files.
18381
18382 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18383
18384         * m4/cloexec.m4: New file.
18385
18386 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18387
18388         * lib/getopt.h: Sync with libc CVS.
18389
18390 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18391             Bruno Haible  <bruno@clisp.org>
18392
18393         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18394         mbswidth.
18395
18396 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18397             Bruno Haible  <bruno@clisp.org>
18398
18399         * lib/mbswidth.h: Include <wchar.h> only if
18400         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18401         <wchar.h>.
18402         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18403
18404 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18405
18406         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18407         Sync with libc CVS.
18408         * lib/getopt_int.h: New file, also synced from libc.
18409
18410 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18411
18412         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18413         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18414         Bring back getopt.c, getopt.h, getopt1.c.
18415
18416 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18417
18418         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18419         All uses changed.  Check for sa_sigaction member; this fixes
18420         a bug first reported by Jason Andrade in
18421         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18422
18423 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18424
18425         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18426         '#if' expressions.  Unlike the code it replaces, it does not
18427         depend on (defined _SC_PAGESIZE).  However, it does depend on
18428         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18429         first reported by Jason Andrade in
18430         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18431
18432 2004-02-25  Simon Josefsson  <jas@extundo.com>
18433
18434         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18435
18436 2004-02-25  Simon Josefsson  <jas@extundo.com>
18437
18438         * lib/strdup.h: New file.
18439         * lib/strdup.c: Include it.
18440         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18441         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18442
18443 2004-02-23  Karl Berry  <karl@gnu.org>
18444
18445         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18446         (from fencepost.gnu.org:/gd/gnuorg).
18447
18448 2004-02-23  Karl Berry  <karl@gnu.org>
18449
18450         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18451         * config/srclist.txt: add maintain/standards documents.
18452
18453 2004-02-18  Bruno Haible  <bruno@clisp.org>
18454
18455         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18456         Reported by Derek Robert Price <derek@ximbiot.com>.
18457
18458 2004-02-16  Karl Berry  <karl@gnu.org>
18459
18460         * config/mkinstalldirs, install-sh: update from automake.
18461
18462 2004-02-06  Karl Berry  <karl@gnu.org>
18463
18464         * m4/po.m4: update from gettext 0.14.1.
18465
18466 2004-02-06  Karl Berry  <karl@gnu.org>
18467
18468         * lib/config.charset: update from gettext 0.14.1.
18469
18470 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18471
18472         Add comments and code, prompted by suggestions from Bruno Haible
18473         for sh-quote.
18474         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18475         describing the enum quoting_style values.
18476         * lib/quotearg.c (quotearg_alloc): New function.
18477         (quotearg_buffer_restyled): Treat lone { and } as special.
18478         Treat = as special.  Work around bug with older shells
18479         that "see" a '\' that is really the 2nd byte of a multibyte char.
18480         Quote empty string with shell_quoting_style.
18481
18482 2004-02-03  Bruno Haible  <bruno@clisp.org>
18483
18484         * m4/pipe.m4: New file, from GNU gettext.
18485
18486 2004-02-03  Bruno Haible  <bruno@clisp.org>
18487
18488         * lib/pipe.h: New file, from GNU gettext.
18489         * lib/pipe.c: New file, from GNU gettext.
18490
18491 2004-01-27  Bruno Haible  <bruno@clisp.org>
18492
18493         * m4/execute.m4: New file, from GNU gettext.
18494
18495 2004-01-27  Bruno Haible  <bruno@clisp.org>
18496
18497         * lib/execute.h: New file, from GNU gettext.
18498         * lib/execute.c: New file, from GNU gettext.
18499         * lib/w32spawn.h: New file, from GNU gettext.
18500
18501 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18502
18503         Merge from diffutils.
18504
18505         * lib/file-type.c (file_type): Add typed memory objects.
18506         * lib/file-type.h (S_TYPEISTMO): New macro.
18507
18508         * lib/c-stack.h (c_stack_action): Remove argv argument.
18509         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18510         (die): Don't calculate message unless segv_action returns.
18511         (get_stack_location, min_address_from_argv, max_address_from_argv,
18512         volatile stack_base, volatile_stack_size): Remove.
18513         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18514         that every segmentation violation is a stack overflow.  (Ouch!)
18515         See Debian bug 136249 (still outstanding) for more info about why
18516         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18517
18518 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18519
18520         Exit-status fix from coreutils.
18521
18522         Use exit_failure consistently in place of EXIT_FAILURE,
18523         so that program exit statuses are consistent on failure.
18524
18525         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18526         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18527         * lib/argmatch.h: Comment fix to match the above.
18528         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18529         Now a macro referring to exit_failure, instead of a separate
18530         variable.  Include "exitfail.h" to get it.
18531         * lib/xstrtol.h: Include "exitfail.h".
18532         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18533
18534         * lib/long-options.c (parse_long_options): Use prototype
18535         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18536         for clarity.
18537
18538 2004-01-21  Jim Meyering  <jim@meyering.net>
18539
18540         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18541         so as not to conflict with a different-sized __mktime_internal
18542         function in GNU libc.
18543         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18544         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18545
18546 2004-01-20  Karl Berry  <karl@gnu.org>
18547
18548         * config/config.guess: update from config.
18549
18550         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18551
18552 2004-01-20  Bruno Haible  <bruno@clisp.org>
18553
18554         Safer stack allocation.
18555         * lib/setenv.c: Include allocsa.h.
18556         (alloca): Remove fallback definition.
18557         (freea): Remove macro.
18558         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18559         instead of freea.
18560
18561 2004-01-20  Bruno Haible  <bruno@clisp.org>
18562
18563         * m4/eealloc.m4: New file, from GNU gettext.
18564
18565 2004-01-20  Bruno Haible  <bruno@clisp.org>
18566
18567         * m4/allocsa.m4: New file, from GNU gettext.
18568
18569 2004-01-20  Bruno Haible  <bruno@clisp.org>
18570
18571         * lib/xallocsa.h: New file, from GNU gettext.
18572         * lib/xallocsa.c: New file, from GNU gettext.
18573
18574 2004-01-20  Bruno Haible  <bruno@clisp.org>
18575
18576         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18577
18578 2004-01-20  Bruno Haible  <bruno@clisp.org>
18579
18580         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18581         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18582         specially.
18583
18584 2004-01-20  Bruno Haible  <bruno@clisp.org>
18585
18586         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18587         patch.
18588
18589 2004-01-20  Bruno Haible  <bruno@clisp.org>
18590
18591         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18592
18593 2004-01-20  Bruno Haible  <bruno@clisp.org>
18594
18595         * lib/eealloc.h: New file.
18596
18597 2004-01-20  Bruno Haible  <bruno@clisp.org>
18598
18599         * lib/binary-io.h: Avoid warnings on Cygwin.
18600
18601 2004-01-20  Bruno Haible  <bruno@clisp.org>
18602
18603         * lib/allocsa.h: New file, from GNU gettext.
18604         * lib/allocsa.c: New file, from GNU gettext.
18605
18606 2004-01-18  Karl Berry  <karl@gnu.org>
18607
18608         * doc/gpl.texi, doc/lgpl.texi: new files.
18609
18610 2004-01-18  Karl Berry  <karl@gnu.org>
18611
18612         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18613         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18614
18615 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18616
18617         Merge from coreutils.
18618
18619         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18620         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18621         (gl_DEFAULT_POSIX2_VERSION): Move
18622         the documentation from 'configure' into 'config.hin',
18623         so that 'configure --help' isn't burdened by it and
18624         we don't have to worry about its formatting there.
18625         Reword the documentation so that it's more succinct
18626         and can be run together into a single paragraph.
18627         * m4/same.m4 (gl_SAME): Check for pathconf.
18628
18629 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18630
18631         Merge from coreutils.
18632
18633         * lib/posixver.c: Include posixver.h.
18634
18635         * lib/same.c: Include <stdbool.h>, <limits.h>.
18636         (_POSIX_NAME_MAX): Define if not defined.
18637         (MIN): New macro.
18638         (same_name): If file names are silently truncated, report
18639         that the file names are the same if they are the same after
18640         the silent truncation.
18641
18642         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18643         conversion function.
18644         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18645         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18646         longer needed.
18647
18648 2004-01-15  Jim Meyering  <jim@meyering.net>
18649
18650         Merge from coreutils.
18651
18652         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18653         if no library is required.
18654         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18655         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18656         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18657         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18658         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18659         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18660         value, $ac_cv_search_crypt, if it's "none required".
18661         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18662         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18663         not gl_FUNC_GETLOADAVG.
18664         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18665         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18666
18667 2004-01-15  Jim Meyering  <jim@meyering.net>
18668
18669         Merge from coreutils.
18670
18671         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18672         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18673         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18674
18675         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18676         optional configure-time default.
18677
18678         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18679
18680         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18681
18682 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18683
18684         Merge from coreutils.
18685
18686         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18687         value, $ac_cv_search_nanosleep, if it's "none required".
18688
18689 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18690
18691         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18692         with like-named macro in fnmatch.c.
18693         (EXT): Use an internal constant instead.
18694
18695         Merge fnmatch patches from glibc.
18696         * lib/fnmatch.c (mbsinit): Remove define.
18697         Add libc_hidden_ver (__fnmatch, fnmatch).
18698         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18699         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18700
18701 2004-01-14  Karl Berry  <karl@gnu.org>
18702
18703         * config/install-sh: update from automake.
18704
18705 2004-01-13  Karl Berry  <karl@gnu.org>
18706
18707         * config/install-sh: update from automake.
18708
18709 2004-01-09  Karl Berry  <karl@gnu.org>
18710
18711         * config/install-sh: update from automake.
18712
18713 2004-01-05  Karl Berry  <karl@gnu.org>
18714
18715         * config/config.{sub,guess}: update from config.
18716
18717 2003-12-31  Karl Berry  <karl@gnu.org>
18718
18719         * config/depcomp: update from automake.
18720
18721 2003-12-14  Karl Berry  <karl@gnu.org>
18722
18723         * lib/config.charset: update from gettext-runtime.
18724
18725 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18726
18727         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18728         Bug reported by Alfred M. Szmidt.
18729
18730 2003-12-03  Bruno Haible  <bruno@clisp.org>
18731
18732         * m4/gettext.m4: Upgrade from gettext-0.13.
18733         * m4/po.m4: Upgrade from gettext-0.13.
18734         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18735         * m4/intmax.m4: New file, from gettext-0.13.
18736         * m4/printf-posix.m4: New file, from gettext-0.13.
18737
18738 2003-11-29  Karl Berry  <karl@gnu.org>
18739
18740         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18741
18742 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18743             Bruno Haible  <bruno@clisp.org>
18744
18745         * lib/printf-parse.h: Don't include sys/types.h.
18746         (ARG_NONE): New macro.
18747         (char_directive): Change type of *arg_index fields to size_t.
18748         * lib/printf-parse.c: Don't include sys/types.h.
18749         (SSIZE_MAX): Remove macro.
18750         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18751         Remove unnecessary overflow check.
18752         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18753         fields.
18754
18755 2003-11-25  Bruno Haible  <bruno@clisp.org>
18756
18757         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18758
18759 2003-11-25  Bruno Haible  <bruno@clisp.org>
18760
18761         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18762         gt_TYPE_SSIZE_T.
18763
18764 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18765
18766         * modules/alloca: Remove dependency on xalloc.
18767
18768 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18769
18770         * lib/alloca.c: Remove dependency on xalloc module.
18771         (xalloc_die): Remove.
18772         (memory_full) [!defined emacs]: New macro.
18773         [!defined emacs]: Don't include xalloc.h.
18774         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18775         address arithmetic overflows.  Change datatypes a bit to avoid
18776         unnecessary casts.
18777
18778 2003-11-22  Jim Meyering  <jim@meyering.net>
18779
18780         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18781         s/size/size_t/.
18782
18783 2003-11-21  Karl Berry  <karl@gnu.org>
18784
18785         * config/config.{sub,guess}: update from config.
18786
18787 2003-11-18  Karl Berry  <karl@gnu.org>
18788
18789         * config/config.{sub,guess}: update from config.
18790
18791         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18792
18793 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18794
18795         * README: Mention that S+T cannot overflow if S is the size of
18796         an existing object and T is sufficiently small.
18797
18798 2003-11-17  Jim Meyering  <jim@meyering.net>
18799
18800         On systems without utime and without a utimes function capable of
18801         dealing with a NULL struct utimbuf* argument, this utime replacement
18802         could -- in unusual circumstances -- leak a file descriptor.
18803         * lib/utime.c: Include <unistd.h> and <errno.h>.
18804         (utime_null): Be sure to close `fd' and to preserve errno.
18805         Reported by Geoff Collyer via Arnold Robbins.
18806
18807 2003-11-17  Bruno Haible  <bruno@clisp.org>
18808
18809         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18810         (Depends-on): Add xsize.
18811
18812 2003-11-17  Bruno Haible  <bruno@clisp.org>
18813
18814         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18815
18816 2003-11-17  Bruno Haible  <bruno@clisp.org>
18817
18818         * lib/vasnprintf.c (alloca): Remove fallback definition.
18819         (freea): Remove definition.
18820         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18821         Reported by Paul Eggert.
18822
18823 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18824             Bruno Haible  <bruno@clisp.org>
18825
18826         Protect against address arithmetic overflow.
18827         * lib/printf-args.h: Include stddef.h.
18828         (arguments): Change type of field 'count' to size_t.
18829         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18830         'unsigned int' where appropriate.
18831         * lib/printf-parse.h: Include sys/types.h.
18832         (char_directive): Change type of *arg_index fields to ssize_t.
18833         (char_directives): Change type of fields 'count', max_*_length to
18834         size_t.
18835         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18836         (SSIZE_MAX): Define fallback value.
18837         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18838         instead of 'int' where appropriate. Check a_allocated, d_allocated
18839         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18840         * lib/vasnprintf.c: Include xsize.h.
18841         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18842         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18843         overflow. Avoid wraparound when converting a width or precision from
18844         decimal to binary.
18845
18846 2003-11-16  Bruno Haible  <bruno@clisp.org>
18847
18848         Update from GNU gettext.
18849         * lib/printf-parse.c: Generalize to it can be compiled for wide
18850         strings.
18851         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18852         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18853         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18854         SNPRINTF): New macros.
18855         Don't include <alloca.h> if the file is used inside libintl.
18856         (local_wcslen): New function, for Solaris 2.5.1.
18857         (VASNPRINTF): Use it instead of wcslen.
18858
18859 2003-11-16  Bruno Haible  <bruno@clisp.org>
18860
18861         * lib/xsize.h (xmax): New function.
18862         (xsum, xsum3, xsum4): Declare as "pure" functions.
18863
18864 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18865
18866         * modules/xalloc (Files): Undo latest change, since xalloc.h
18867         no longer needs SIZE_MAX or PTRDIFF_MAX.
18868
18869 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18870
18871         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18872         gl_PTRDIFF_MAX.
18873
18874 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18875
18876         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18877         "return", to pacify some unknown compiler.  Problem reported
18878         by Joerg Schilling.
18879
18880 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18881
18882         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18883         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18884         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18885         heuristic is just as accurate as far as we know, and it removes a
18886         dependency on size_max.m4 and ptrdiff_max.m4.
18887
18888 2003-11-11  Bruno Haible  <bruno@clisp.org>
18889
18890         * modules/xsize (Files): Add m4/size_max.m4.
18891         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18892
18893 2003-11-11  Bruno Haible  <bruno@clisp.org>
18894
18895         * m4/size_max.m4: New file.
18896         * m4/ptrdiff_max.m4: New file.
18897         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18898         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18899         (gl_XALLOC): Invoke it.
18900
18901 2003-11-11  Bruno Haible  <bruno@clisp.org>
18902
18903         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18904         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18905         defined.
18906
18907 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18908
18909         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18910         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18911         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18912         From Bruno Haible.
18913         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18914         not (size_t) -1, since it's defined here.
18915
18916 2003-11-09  Karl Berry  <karl@gnu.org>
18917
18918         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18919
18920 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18921
18922         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18923         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18924         Reject sizes of exactly SIZE_MAX bytes.
18925         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18926         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18927
18928 2003-11-05  Bruno Haible  <bruno@clisp.org>
18929
18930         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18931         SIZE_MAX defined in <limits.h> on Solaris.
18932
18933 2003-11-04  Jim Meyering  <jim@meyering.net>
18934
18935         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18936         variable names, rather than @VAR@.
18937         * modules/poll: Likewise.
18938
18939 2003-11-04  Bruno Haible  <bruno@clisp.org>
18940
18941         * modules/xsize: New file.
18942         * modules/linebreak: Depend on xsize.
18943         * MODULES.html.sh (func_all_modules): Add xsize.
18944
18945 2003-11-04  Bruno Haible  <bruno@clisp.org>
18946
18947         * m4/xsize.m4: New file.
18948
18949 2003-11-04  Bruno Haible  <bruno@clisp.org>
18950
18951         * lib/xsize.h: New file.
18952         * lib/linebreak.c: Include xsize.h.
18953         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18954         argument for overflow.
18955         Suggested by Paul Eggert.
18956
18957 2003-11-03  Karl Berry  <karl@gnu.org>
18958
18959         * config/config.{guess,sub}: update from config.
18960
18961 2003-11-03  Jim Meyering  <jim@meyering.net>
18962
18963         * modules/userspec (lib_SOURCES): Add userspec.h.
18964         (Include): Add "userspec.h".
18965         Improve description.
18966
18967 2003-11-03  Jim Meyering  <jim@meyering.net>
18968
18969         * lib/userspec.c: Include "userspec.h".
18970         * lib/userspec.h: New file.
18971
18972 2003-11-03  Bruno Haible  <bruno@clisp.org>
18973
18974         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18975
18976 2003-11-03  Bruno Haible  <bruno@clisp.org>
18977
18978         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18979         available, to avoid (extremely rare) race condition.
18980         Suggested by Paul Eggert.
18981
18982 2003-11-02  Karl Berry  <karl@gnu.org>
18983
18984         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18985
18986 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18987
18988         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18989         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18990         (read_filesystem_list): Set and use me_type_malloced.
18991         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18992         whatever the type happens to be), for brevity and consistency.
18993         Check for size calculation overflow on Alphas running OSF/1.
18994
18995 2003-10-31  Jim Meyering  <jim@meyering.net>
18996
18997         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18998
18999         * lib/linebuffer.c: Include <string.h> for declaration of memset.
19000
19001 2003-10-30  Paul Eggert  <eggert@twinsun.com>
19002             Bruno Haible  <bruno@clisp.org>
19003
19004         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
19005         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
19006
19007 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19008
19009         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
19010         netbsd*-gnu*.  Suggested by Robert Millan.
19011
19012 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19013
19014         * modules/group-member: Depend on stdbool.
19015
19016 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19017
19018         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
19019
19020 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19021
19022         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
19023         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
19024         after the 'gnu' in these cases.  This fixes some bugs in the
19025         previous change, and is based on suggestions by Robert Millan.
19026
19027 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19028
19029         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
19030         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
19031         no longer needed.
19032         * lib/quotearg.c (quotearg_n_options): Use it.
19033         * lib/group-member.c: Include <stdbool.h>.
19034         (free_group_info): Arg is now const *; don't free arg.
19035         (get_group_info): Now returns bool and accepts struct group_info *,
19036         rather than returning a malloc'ed struct group_info *.
19037         All uses changed.  Check for overflow in internal size calculation.
19038
19039         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
19040         rather than xmalloc/xrealloc.
19041         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
19042         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
19043         conformance bug: the old code used a pointer after freeing the
19044         storage that it addressed.
19045         * lib/hash.c (hash_initialize): Simplify the code by using
19046         xalloc_oversized rather than doing it by hand.
19047         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
19048         the buffer preserved.  Use free and xmalloc instead.
19049         * lib/quotearg.c (quotearg_n_options): Likewise.
19050         Use a simpler test for size overflow.  Don't use xalloc_oversized
19051         because unsigned int might be wider than size_t (!); this suggests
19052         that we should switch from unsigned int to size_t for slot numbers.
19053
19054 2003-10-28  Paul Eggert  <eggert@twinsun.com>
19055
19056         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
19057         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
19058         NetBSD kernels.  Requested by Richard Stallman.
19059
19060 2003-10-27  Paul Eggert  <eggert@twinsun.com>
19061
19062         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
19063         to allocate the returned structure.  Do not allocate a subarray,
19064         as x2nrealloc will do that.
19065         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
19066         instead of xnrealloc.
19067         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
19068
19069 2003-10-27  Bruno Haible  <bruno@clisp.org>
19070
19071         * lib/stdbool_.h: Better support for BeOS.
19072
19073 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19074
19075         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
19076         now uses inline.
19077
19078 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19079
19080         * lib/xalloc.h (xalloc_oversized): New static inline function, for
19081         callers that want to do their own size-overflow checking.  Include
19082         <stdbool.h>, since xalloc_oversized returns bool.
19083         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
19084         to use xalloc_oversized.
19085
19086         Add two functions x2realloc, x2nrealloc, for programs that grow
19087         arrays dynamically by doubling their sizes.
19088         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
19089         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
19090         New functions.
19091
19092         Port to C99 semantics for 'inline' of external functions.
19093         Bug reported by Bruno Haible.
19094         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
19095         with the old contents of xnmalloc.
19096         (xnmalloc, xmalloc): Use it.
19097         (xnrealloc_inline): New static inline function,
19098         with the old contents of xnrealloc.
19099         (xnrealloc, xrealloc): Use it.
19100
19101         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
19102         that.
19103
19104 2003-10-26  Karl Berry  <karl@gnu.org>
19105
19106         * config/srclist.txt (COPYING.DOC): no longer available from
19107         /gd/gnuorg; don't know where the ultimate source is.
19108
19109 2003-10-25  Paul Eggert  <eggert@twinsun.com>
19110
19111         Fix several address-calculation bugs in the hash modules,
19112         plus some minor code cleanup.
19113
19114         * lib/hash.h: Include <stdbool.h>, for bool.
19115         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
19116         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
19117         hash_get_n_entries, hash_get_max_bucket_length,
19118         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
19119         hash_rehash): Use size_t rather than unsigned.
19120         * lib/hash.c (struct hash_table, hash_get_n_buckets,
19121         hash_get_n_buckets_used, hash_get_n_entries,
19122         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
19123         hash_get_entries, hash_do_for_each, hash_string, is_prime,
19124         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
19125         Likewise.
19126         (SIZE_MAX): Define if not defined.
19127         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
19128         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
19129         hash_print):
19130         Use const * when possible.
19131         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
19132         (check_tuning): Fix bug: if tuning parameters were very close to
19133         0 or 1, rounding errors could have caused subscript violations.
19134         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
19135         (hash_initialize): Add 'fail:' label
19136         to free table and return NULL, and use it to simplify code.
19137         Use calloc rather than clearing the storage ourself.
19138         (hash_initialize, hash_rehash): Check for arithmetic overflow in
19139         buffer size calculations.
19140         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
19141         Include <stddef.h>, for size_t.
19142         * lib/hash-pjw.c (hash_pjw): Likewise.
19143         Switch to method described by Bruno Haible.
19144         Include <limits.h>, for CHAR_BIT.
19145         (SIZE_BITS): New macro.
19146
19147 2003-10-23  Paul Eggert  <eggert@twinsun.com>
19148
19149         * m4/getline.m4 (AM_FUNC_GETLINE):
19150         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
19151         hosts.  Problem reported by Derek Robert Price in
19152         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
19153         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
19154         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
19155
19156 2003-10-21  Paul Eggert  <eggert@twinsun.com>
19157
19158         * lib/getndelim2.c (getndelim2): When size calculation overflows,
19159         ceiling the allocation at NMAX bytes rather than silently
19160         discarding input bytes before NMAX is reached.  This makes
19161         a difference only if NMAX exceeds SIZE_MAX / 2.
19162
19163         * lib/obstack.c: Merge from glibc.
19164         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
19165         Add libc_hidden_def (_obstack_newchunk).
19166         (_obstack_free) [! defined _LIBC]: Remove.
19167         [defined _LIBC]: Make a strong alias from obstack_free, rather than
19168         a clone of the function body.
19169         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
19170         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
19171
19172         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
19173         glibc.
19174         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
19175         arg to memcpy.
19176
19177         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
19178         (obstack_ptr_grow_fast, obstack_int_grow_fast):
19179         Don't use lvalue casts, as GCC plans to remove support for them
19180         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
19181         was also present in the non-GCC version, indicating that this
19182         code had always been buggy and had never been widely used.
19183         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
19184         Use the fast variant of each macro, rather than copying the
19185         definiens of the fast variant; that way, we'll be more likely to
19186         catch future bugs in the fast variants.
19187
19188 2003-10-20  Bruno Haible  <bruno@clisp.org>
19189
19190         * modules/wait-process: New file.
19191         * MODULES.html.sh (func_all_modules): Add wait-process.
19192
19193 2003-10-20  Bruno Haible  <bruno@clisp.org>
19194
19195         * m4/wait-process.m4: New file.
19196
19197 2003-10-20  Bruno Haible  <bruno@clisp.org>
19198
19199         * lib/wait-process.h: New file, from GNU gettext.
19200         * lib/wait-process.c: New file, from GNU gettext.
19201
19202 2003-10-19  Jim Meyering  <jim@meyering.net>
19203
19204         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
19205         HPUX 10.20.
19206
19207 2003-10-18  Karl Berry  <karl@gnu.org>
19208
19209         * config/config.guess: update from config.
19210
19211 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19212
19213         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
19214         (getgroups): First arg is int, not size_t.
19215         Don't let 'free' mangle errno.
19216
19217 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19218
19219         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19220
19221 2003-10-16  Karl Berry  <karl@gnu.org>
19222
19223         * config/config.{guess,sub}: update from config.
19224
19225 2003-10-16  Jim Meyering  <jim@meyering.net>
19226
19227         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19228         memcpy.
19229
19230 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19231
19232         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19233         (SIZE_MAX): Remove.
19234         (new_exclude, add_exclude_file): Initial size no longer needs to
19235         be a power of 2.
19236         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19237         our own address arithmetic overflow checking.
19238
19239         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19240         (fnmatch): Do not alloca more than 2000 wide characters;
19241         instead, use malloc for large buffers.
19242         Check for address arithmetic overflow, and return -1
19243         with errno set to ENOMEM in that case.
19244         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19245         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19246         instead, return -1.  Check for address arithmetic overflow.
19247
19248 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19249
19250         Handle invalid suffixes and overflow independently, so that
19251         callers can treat them independently as needed.  Fix some bugs in
19252         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19253         suffix for a human-readable blocksize.  The major caller-visible
19254         change is the addition of a new
19255         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19256         that both overflow and suffix chars were found.
19257
19258         * lib/human.c (humblock): Don't check separately for invalid suffix
19259         char; that is xstrtoumax's job (now that its bug is fixed).
19260         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19261         INTMAX_MAX]: New macros.
19262         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19263         TYPE_MAXIMUM): New macros.
19264         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19265         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19266         if overflow occurs, as it's what __strtol does and it's more useful
19267         in practice.
19268         (__xstrtol): If __strtol reports some error other than ERANGE,
19269         reflect it to the caller as LONGINT_INVALID.  If it reports
19270         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19271         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19272         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19273         value.
19274         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19275         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19276         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19277         [defined UINTMAX_MAX]: New macros.
19278
19279 2003-10-14  Bruno Haible  <bruno@clisp.org>
19280
19281         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19282
19283 2003-10-14  Bruno Haible  <bruno@clisp.org>
19284
19285         * m4/sig_atomic_t: New file, from GNU gettext.
19286         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19287
19288 2003-10-14  Bruno Haible  <bruno@clisp.org>
19289
19290         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19291         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19292         Also use volatile where needed.
19293
19294 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19295
19296         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19297         Change maintainer from Bruno Haible to 'all'.
19298
19299 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19300
19301         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19302
19303 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19304
19305         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19306         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19307         and define in terms of the other primitives.
19308         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19309         (SIZE_MAX): Define if not already defined.
19310         (array_size_overflow): New function.
19311         (xalloc_die): Abort instead of exiting if 'error' returns.
19312         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19313         (xmalloc, xrealloc): Use them.
19314         (xcalloc): Check for address arithmetic overflow.
19315         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19316         a bit faster than strcpy.
19317
19318 2003-10-10  Simon Josefsson  <jas@extundo.com>
19319
19320         * modules/argp (Depends-on): Add restrict and strcase.
19321
19322 2003-10-10  Simon Josefsson  <jas@extundo.com>
19323
19324         * m4/argp.m4: Add AC_C_INLINE.
19325
19326 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19327
19328         Merge getpass from libc, plus a few fixes.
19329
19330         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19331         Include <stdbool.h>.
19332         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19333         __fsetlocking to empty.
19334         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19335         do include <bits/libc-lock.h>.
19336         Do not include <fcntl.h>; not needed.
19337         [_LIBC]: Include <wchar.h>.
19338         (NOTCANCEL_MODE): New macro.
19339         (flockfile, funlockfile) [_LIBC]: New macros.
19340         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19341         [!_LIBC]: New macros.
19342         (call_fclose): New function.
19343         (getpass): Use it.  Save tty stream separately; this simplifies the
19344         code and makes it more reliable if stdin happens to equal stdout.
19345         Invoke __fsetlocking on tty.
19346         Handle thread cancellation if needed.
19347         Namespace cleanup (use __tcgetattr, __getline).
19348         Use bool for Booleans.
19349         [USE_IN_LIBIO]: Handle wide streams.
19350         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19351         stream might go where.
19352
19353         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19354         doesn't have to include <stdio.h> before us.
19355         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19356         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19357         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19358         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19359         if not declared, so that we can use getpass.c code from libc without
19360         rewriting it.
19361         (flockfile, ftrylockfile, funlockfile): New macros.
19362
19363 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19364
19365         * modules/getpass: Depend on stdbool.
19366
19367 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19368
19369         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19370
19371 2003-10-07  Karl Berry  <karl@gnu.org>
19372
19373         * config/config.{guess,sub}: update from config.
19374
19375 2003-10-06  Jim Meyering  <jim@meyering.net>
19376             Bruno Haible  <bruno@clisp.org>
19377
19378         This lets translators provide better translations for the
19379         "Written by ..." part of --version output.
19380         * lib/version-etc.h: Include stdarg.h.
19381         (version_etc_copyright): Declare as readonly.
19382         (version_etc): Make this function variadic with a NULL-terminated list
19383         of author name strings.
19384         (version_etc_va): New declaration.
19385         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19386         (version_etc_copyright): Declare as readonly.
19387         (version_etc_va): New function. Provide a different translatable string
19388         for each possible number of authors < 10. Abbreviate when there are 10
19389         authors or more.
19390         (version_etc): Make this function variadic. Call version_etc_va.
19391         Suggestion from Gary V. Vaughan.
19392
19393         * lib/long-options.h (parse_long_options): Change prototype: the
19394         authors string is moved to the end and becomes variadic.
19395         * lib/long-options.c: Include stdarg.h.
19396         (parse_long_options): Make this function variadic, too.
19397         Call version_etc_va, not version_etc.
19398
19399 2003-10-06  Bruno Haible  <bruno@clisp.org>
19400
19401         * modules/version-etc-2: Remove file.
19402         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19403
19404 2003-10-06  Bruno Haible  <bruno@clisp.org>
19405
19406         * modules/fatal-signal: New file.
19407         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19408
19409 2003-10-06  Bruno Haible  <bruno@clisp.org>
19410
19411         * m4/fatal-signal.m4: New file.
19412         * m4/signalblocking.m4: New file, from GNU gettext.
19413
19414 2003-10-06  Bruno Haible  <bruno@clisp.org>
19415
19416         * lib/version-etc-2.h: Remove file.
19417         * lib/version-etc-2.c: Remove file.
19418
19419 2003-10-06  Bruno Haible  <bruno@clisp.org>
19420
19421         * lib/fatal-signal.h: New file, from GNU gettext.
19422         * lib/fatal-signal.c: New file, from GNU gettext.
19423
19424 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19425
19426         * README: Rework advice for preventing empty .o files.
19427         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19428         not <sys/types.h>.
19429
19430 2003-10-04  Karl Berry  <karl@gnu.org>
19431
19432         * lib/argp*: update from libc.
19433
19434 2003-10-04  Karl Berry  <karl@gnu.org>
19435
19436         * config/config.{guess,sub}: update from config.
19437
19438 2003-10-02  Bruno Haible  <bruno@clisp.org>
19439
19440         * modules/lchown (Include): Add lchown.h.
19441         * modules/time_r (Include): Use "..." syntax.
19442         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19443
19444 2003-10-01  Simon Josefsson  <jas@extundo.com>
19445
19446         * MODULES.html.sh (func_all_modules): Move gethostname from section
19447         'based on' to section 'lacking' POSIX:2001.
19448
19449 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19450
19451         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19452         to output mode on the same stream.
19453
19454 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19455
19456         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19457         Fix arg typo in previous patch.
19458
19459 2003-09-28  Jim Meyering  <jim@meyering.net>
19460
19461         * lib/error.c: Correct cpp indentation.
19462
19463 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19464
19465         * modules/free: New file.
19466
19467 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19468
19469         * m4/free.m4: New file.
19470
19471 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19472
19473         * lib/minmax.h (MIN, MAX)
19474         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19475         Omit the special code that used __typeof__, since we worry that
19476         it could be more trouble than it's worth.  See:
19477         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19478         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19479
19480         * lib/free.c: New file.
19481
19482 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19483
19484         Trivial fixes to Makefile.am parts of module listings.
19485         * modules/strstr: Append strstr.h to lib_SOURCES.
19486         * modules/strcase: Likewise, for strcase.h.
19487
19488 2003-09-27  Karl Berry  <karl@gnu.org>
19489
19490         * config/mkinstalldirs: update from automake.
19491
19492 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19493
19494         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19495         (error_tail): Do not loop, reallocating temporary buffer, since
19496         the output cannot contain more wide characters than the input
19497         contains bytes, the size must be big enough already.  This avoids
19498         one potential size overflow calculation.  Check for size overflow
19499         when calculating temporary buffer size.  Free temporary buffer
19500         when done, if it was allocated with malloc; this plugs a memory
19501         leak.  Remove casts from void * to pointers, that are no longer
19502         needed now that we're assuming C89 or better.
19503
19504         Merge error changes from glibc.
19505
19506         * lib/error.c, error.h: Update copyright notice header to match glibc.
19507         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19508         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19509         Disable cancellation while printing error.
19510         * lib/error.h: Prepend __ to parameter names.
19511
19512 2003-09-26  Jim Meyering  <jim@meyering.net>
19513
19514         * lib/error.c (error_tail): Move some declarations
19515         into inner scope where the local variables are used.
19516
19517 2003-09-26  Bruno Haible  <bruno@clisp.org>
19518
19519         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19520         stpncpy().
19521         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19522
19523 2003-09-26  Bruno Haible  <bruno@clisp.org>
19524
19525         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19526         (stpncpy): Define as alias for gnu_stpncpy.
19527         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19528
19529 2003-09-25  Simon Josefsson  <jas@extundo.com>
19530
19531         * lib/xgetdomainname.h: New file.
19532         * lib/xgetdomainname.c: New file.
19533
19534 2003-09-25  Simon Josefsson  <jas@extundo.com>
19535             Bruno Haible  <bruno@clisp.org>
19536
19537         * modules/getdomainname: New file.
19538         * modules/xgetdomainname: New file.
19539         * MODULES.html.sh (func_all_modules): Add getdomainname,
19540         xgetdomainname.
19541
19542 2003-09-25  Simon Josefsson  <jas@extundo.com>
19543             Bruno Haible  <bruno@clisp.org>
19544
19545         * m4/getdomainname.m4: New file.
19546
19547 2003-09-25  Simon Josefsson  <jas@extundo.com>
19548             Bruno Haible  <bruno@clisp.org>
19549
19550         * lib/getdomainname.h: New file.
19551         * lib/getdomainname.c: New file.
19552
19553 2003-09-25  Karl Berry  <karl@gnu.org>
19554
19555         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19556
19557 2003-09-25  Karl Berry  <karl@gnu.org>
19558
19559         * config/install-sh: update from automake.
19560
19561 2003-09-25  Bruno Haible  <bruno@clisp.org>
19562
19563         * modules/version-etc-2: New file, from modules/version-etc with
19564         modifications.
19565         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19566
19567 2003-09-25  Bruno Haible  <bruno@clisp.org>
19568
19569         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19570         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19571
19572 2003-09-24  Simon Josefsson  <jas@extundo.com>
19573
19574         * modules/xgethostname: Add xgethostname.h.
19575
19576 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19577
19578         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19579         the buffer associated with the argument.  Bug reported by
19580         Simon Josefsson.
19581
19582 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19583
19584         * README: Document assumptions that 'int' is at least 32 bits
19585         wide, that integer arithmetic is 2's complement without overflow,
19586         that there are no holes in integer values, that adding sizes of
19587         two nonoverlapping objects can't overflow, and that all-bits-zero
19588         yields scalar zero.  Fix spelling and capitalization typos.
19589
19590 2003-09-19  Karl Berry  <karl@gnu.org>
19591
19592         * lib/argp.h: update from libc.
19593
19594 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19595
19596         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19597         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19598         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19599
19600 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19601
19602         * gnulib-tool: Use "test -h", not "test -L", for portability
19603         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19604         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19605         (sed_extract_prog): Issue s commands one-by-one, rather than
19606         using \| in one s command.
19607
19608 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19609
19610         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19611         input error, instead of returning NULL the next time we are called
19612         (and therefore losing track of errno).
19613
19614 2003-09-16  Bruno Haible  <bruno@clisp.org>
19615
19616         * gnulib-tool (func_create_testdir): Warn about duplicated
19617         dependencies.
19618
19619 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19620
19621         * modules/argmatch, modules/fatal, modules/obstack,
19622         modules/xalloc, modules/xgethostname: Sort dependencies by
19623         importance, not alphabetically.
19624
19625 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19626
19627         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19628         fails, so that the caller gets the proper errno.
19629
19630         * lib/readutmp.c (read_utmp): Likewise.
19631         Check for fstat error.  Close stream and free storage
19632         when failing.
19633
19634 2003-09-14  Karl Berry  <karl@gnu.org>
19635
19636         * config/srclist.txt (strdup.c): disable for c89 changes.
19637
19638 2003-09-14  Jim Meyering  <jim@meyering.net>
19639
19640         * lib/getloadavg.c: Correct cpp indentation.
19641         * lib/strdup.c: Likewise.
19642         * lib/vasnprintf.c: Likewise.
19643
19644 2003-09-14  Bruno Haible  <bruno@clisp.org>
19645
19646         * modules/fwriteerror: New file.
19647         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19648
19649 2003-09-14  Bruno Haible  <bruno@clisp.org>
19650
19651         * lib/fwriteerror.h: New file.
19652         * lib/fwriteerror.c: New file.
19653
19654 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19655
19656         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19657         modules/xgethostname, modules/xalloc: Depend on exit.
19658
19659 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19660
19661         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19662
19663         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19664         and AC_MINIX, too, so that their extensions are available.
19665
19666         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19667         This macro has been superseded by gl_BACKUPFILE.
19668
19669         More patches to assume C89 or better.
19670
19671         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19672
19673         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19674         unconditionally.
19675         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19676         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19677         Include <string.h>, <stdlib.h> unconditionally.
19678         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19679         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19680         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19681         headers or for string.h.
19682         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19683         or strtoul.
19684
19685         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19686         headers.
19687         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19688         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19689         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19690         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19691         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19692         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19693         memcpy, memset.
19694         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19695         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19696         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19697         strtol.
19698         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19699         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19700         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19701         strtoul.
19702
19703 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19704
19705         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19706         * lib/obstack.c [!defined _LIBC]: Likewise.
19707         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19708         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19709         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19710
19711         More changes to assume C89 or better.
19712
19713         * lib/error.c (error_tail): Assume vprintf.
19714
19715         * lib/argmatch.c (getenv): Remove decl.
19716         * lib/progreloc.c (get_full_program_name): Define via prototype.
19717         * lib/setenv.c (clearenv): Likewise.
19718         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19719         needed.
19720         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19721         (malloc, memcpy): Remove decls.
19722         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19723         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19724         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19725         (memcpy): Remove macro.
19726         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19727         (__P): Remove.  All uses removed.
19728         (PTR): Remove.  All uses changed to void *.
19729         (CHAR_BIT, NULL): Remove.
19730         (spaces, zeros, memset_space, memset_zero)
19731         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19732         Remove.
19733         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19734         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19735         Define with prototype.
19736         Remove now-unnecessary prototype decl.
19737         (extra_args_spec): Assume ANSI C.  All uses changed.
19738         (extra_args_spec_iso): Remove.
19739         (my_strftime, emacs_strftimeu): Define via prototype.
19740         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19741         unconditionally.
19742         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19743         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19744         (strtoul, strtol): Remove decls.
19745         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19746         LONG_MAX): Remove.
19747         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19748         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19749         (LOCALE_PARAM_PROTO): New macro.
19750         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19751         (INTERNAL (strtol), strtol): Define with a prototype.
19752         (PARAMS): Remove.  All uses removed.
19753         * lib/tempname.c: Include <string.h> unconditionally.
19754         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19755         * lib/xgethostname.c (main): Define with a prototype.
19756         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19757         Include <stdlib.h> unconditionally.
19758         (calloc, malloc, realloc, free): Remove decls.
19759         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19760         Include <stdlib.h> unconditionally.  Sort include file names.
19761         (strtod): Remove.
19762         (xstrtod): Define with a prototype.
19763         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19764         (strtol, strtoul): Remove decls.
19765
19766 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19767
19768         More patches to assume C89 or better.
19769         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19770         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19771         string.h, memchr, STDC_HEADERS.
19772
19773 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19774
19775         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19776         Include <stdlib.h>, <string.h> unconditionally.
19777         Remove now-unnecessary cast to char *.
19778         * lib/strnlen.c: Include <string.h> unconditionally.
19779         * lib/yesno.c (yesno): Define with a prototype.
19780
19781 2003-09-11  Bruno Haible  <bruno@clisp.org>
19782
19783         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19784
19785 2003-09-10  Jim Meyering  <jim@meyering.net>
19786
19787         * lib/error.c: Correct indentation of cpp directives.
19788
19789 2003-09-10  Bruno Haible  <bruno@clisp.org>
19790
19791         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19792         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19793         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19794         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19795         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19796         <stdlib.h> and <string.h> checks.
19797         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19798         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19799
19800 2003-09-10  Bruno Haible  <bruno@clisp.org>
19801
19802         * lib/strcspn.c: Include <string.h> unconditionally.
19803         * lib/strpbrk.c: Include <string.h> unconditionally.
19804         * lib/strstr.c: Include <string.h> unconditionally.
19805         * lib/unicodeio.c: Include <string.h> unconditionally.
19806         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19807         * lib/unsetenv.c: Likewise.
19808         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19809         * lib/yesno.c: Include <stdlib.h> unconditionally.
19810         (rpmatch): Add prototype.
19811
19812 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19813
19814         More patches to assume C89 or better.
19815         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19816         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19817         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19818         or for string.h.
19819         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19820         stdlib.h.
19821         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19822         C headers.
19823         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19824         string.h.
19825         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19826         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19827         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19828         or for string.h.
19829         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19830         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19831         C headers.
19832         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19833         memcpy.
19834         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19835         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19836         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19837         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19838         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19839         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19840         string.h, free.
19841         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19842         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19843         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19844         C headers, or for string.h.
19845         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19846         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19847         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19848         headers, memory.h, stdlib.h, string.h, strings.h.
19849         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19850         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19851         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19852         strchr.
19853         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19854         headers, memory.h, string.h.
19855         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19856         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19857         free.
19858         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19859         headers.
19860         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19861         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19862         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19863         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19864         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19865
19866 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19867
19868         More K&R removal.
19869
19870         * lib/acosl.c (main): Use a prototype.
19871         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19872         tanl.c: Likewise.
19873
19874         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19875
19876         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19877         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19878         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19879         with a prototype.
19880         * lib/getopt.c (const): Remove macro.
19881         Include <string.h> unconditionally.
19882         (my_index): Remove; all uses changed to strchr.
19883         (strlen): Remove decl.
19884         (exchange): Remove forward decl; no longer needed.
19885         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19886         Define with prototype.
19887         * lib/getopt1.c (const): Remove macro.
19888         (getopt_long, getopt_long_only, main): Define with prototype.
19889
19890         * lib/getugroups.c: Include <string.h> unconditionally.
19891
19892         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19893         (getusershell, setusershell, endusershell, readname, main):
19894         Define with prototypes.
19895
19896         * lib/group-member.c: Include group-member.h first.
19897         Include <stdlib.h> unconditionally.
19898
19899         * lib/hard-locale.c: Include hard-locale.h first.
19900         Include <stdlib.h>, <string.h> unconditionally.
19901
19902         * lib/hash.c (free, malloc): Remove decls.
19903         Include <stdlib.h> unconditionally.
19904
19905         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19906         (getenv): Do not declare.
19907
19908         * lib/idcache.c: Include <string.h> unconditionally.
19909
19910         * lib/long-options.c: Include long-options.h first, to test interface.
19911         Include <stdlib.h> unconditionally.
19912
19913         * lib/makepath.c: Include makepath.h first, to test interface.
19914         Include <stdlib.h> and <string.h> unconditionally.
19915
19916         * lib/linebuffer.c: Include <stdlib.h>.
19917         (free): Remove decl.
19918
19919         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19920         stddef.h. rpl_malloc returns void *, not char *.
19921         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19922         prototype.
19923
19924         * lib/md5.h: Include <limits.h> unconditionally.
19925         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19926         (__P): Remove; all uses removed.
19927         * lib/md5.c: Include "md5.h" first.
19928         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19929         md5_buffer, md5_process_bytes, md5_process_block):
19930         Define with prototypes.
19931         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19932         * lib/sha.c: Include "sha.h" first.
19933         Include <stdlib.h>, <string.h> unconditionally.
19934
19935         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19936         * lib/memcmp.c (__ptr_t): Likewise.
19937         * lib/memrchr.c (__ptr_t): Likewise.
19938         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19939         Include <string.h> unconditionally.
19940         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19941         * lib/memchr.c: Include <stdlib.h> unconditionally.
19942         * lib/memchr.c (LONG_MAX): Remove.
19943         * lib/memrchr.c (LONG_MAX): Likewise.
19944         * lib/memchr.c (__memchr): Define via a prototype.
19945         * lib/memrchr.c (__memrchr): Likewise.
19946         * lib/memcmp.c (__P): Remove, and remove all uses.
19947         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19948         Remove forward decls; no longer needed.
19949         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19950         Use types required by C89 in prototype.
19951
19952         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19953         * lib/savedir.c: Likewise.
19954         * lib/mkdir.c (free): Remove decl.
19955         * lib/rmdir.c (rmdir): Define with a prototype.
19956         * lib/savedir.c: Include savedir.h first, to test interface.
19957
19958         * lib/mktime.c (STDC_HEADERS): Remove.
19959         Include <stdlib.h>, <string.h> unconditionally.
19960
19961         * lib/modechange.c: Include <stdlib.h> unconditionally.
19962         (malloc): Remove decl.
19963
19964         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19965         (free): Remove decl.
19966
19967         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19968         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19969         (This type really should be intptr_t, but that's a C99ism.)
19970         (_obstack_memcpy): Remove: all uses changed to memcpy.
19971         Include <string.h> unconditionally.
19972         (struct obstack): Assume __STDC__ for types of members
19973         chunkfun, freefun, extra_arg.
19974         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19975         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19976         obstack_begin, obstack_specify_allocation,
19977         obstack_specify_allocation_with_arg, obstack_chunkfun,
19978         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19979         Remove unprototyped decls and the macros that use them.
19980         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19981         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19982         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19983         (defined __STDC__ && __STDC__)]:
19984         Remove nonprototyped code.
19985         Include <stdlib.h> unconditionally.
19986         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19987         _obstack_allocated_p, _obstack_free, obstack_free,
19988         _obstack_memory_used, print_and_abort):
19989         Define using prototypes.
19990         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19991         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19992         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19993         obstack_next_free, obstack_object_size, obstack_room) [0]:
19994         Remove unused, unprototyped code.
19995
19996         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19997
19998         * lib/physmem.c (physmem_total, physmem_available, main): Define
19999         with prototypes.
20000
20001         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
20002         (main): Define with a prototype.
20003
20004         * lib/posixver.c (getenv): Remove decl.
20005
20006         * lib/putenv.c (malloc): Returns void *, not char *.
20007         Include <string.h> unconditionally.
20008         (strchr, memcpy, NULL): Do not define.
20009
20010         * lib/readtokens.c: Include readtokens.h first, to test interface.
20011         Include <stdlib.h>, <string.h> unconditionally.
20012         (init_tokenbuffer): Define with a prototype.
20013
20014         * lib/regex.c (PARAMS): Remove.  All uses removed.
20015         All uses of _RE_ARGS removed, too.
20016         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20017         unconditionally.
20018         (bzero): Assume memset exists.
20019         (memcmp, memcpy, NULL): Remove.
20020         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
20021         char, or assignments to local vars of type signed char.
20022         (init_syntax_once, PREFIX(extract_number_and_incr),
20023         PREFIX(print_partial_compiled_pattern),
20024         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
20025         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
20026         PREFIX(regex_grow_registers), PREFIX(regex_compile),
20027         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
20028         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
20029         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
20030         wcs_compile_range, byte_compile_range, truncate_wchar,
20031         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
20032         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
20033         count_mbs_length, wcs_re_match_2_internal,
20034         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
20035         PREFIX(alt_match_null_string_p),
20036         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
20037         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
20038         regfree, PREFIX(extract_number)): Define with prototype.  Remove
20039         now-unnecessary declaration, if any.
20040         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
20041         regcomp, regexec):
20042         Remove now-unnecessary casts among pointer types.
20043         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
20044
20045         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
20046         (free): Remove decl.
20047
20048         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
20049
20050         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
20051         (free): Remove decl.
20052
20053         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
20054         * lib/xgetcwd.c: Likewise.
20055
20056         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
20057         (free): Remove decl.
20058
20059         * lib/strchrnul.c (strchrnul): Define with a prototype.
20060         Fix bug: c_in was not converted to char before searching.
20061
20062         The following changes are not K&R related:
20063
20064         * lib/group-member.h: Include <sys/types.h>, so that this file is
20065         self-contained.
20066         * lib/makepath.h: Likewise.
20067
20068         * lib/getusershell.c (readname, default_index, line_size, readname):
20069         Use size_t, not int, for sizes.
20070         (readname): If the size overflows, report an error instead of
20071         looping forever.
20072
20073 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20074
20075         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
20076         libc.
20077
20078 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20079
20080         * README: New section: portability guidelines.
20081
20082 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20083
20084         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
20085         C89 spec.
20086
20087 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20088
20089         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
20090
20091 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20092
20093         Assume C89 or better; remove K&R cruft.
20094         A few of these changes were first proposed by Derek Robert Price
20095         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
20096
20097         * lib/addext.c: Include <string.h> unconditionally.
20098         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
20099         Don't declare getenv or malloc.
20100
20101         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
20102         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
20103         (NULL): Remove.
20104         (find_stack_direction, alloca): Use prototypes.
20105
20106         * lib/atexit.c (atexit): Define using a prototype.
20107
20108         * lib/basename.c, dirname.c, stripslash.c:
20109         Include <string.h> unconditionally.
20110
20111         * lib/bcopy.c: Include <stddef.h>.
20112         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
20113
20114         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
20115
20116         * lib/error.h (error, error_at_line, error_print_progname)
20117         [! (defined (__STDC__) && __STDC__)]: Remove decls.
20118         * lib/error.c: Include error.h first, to check interface.
20119         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20120         (VA_START): Remove; all uses changeed to va_start.
20121         (exit, strerror): Remove decls.
20122         (error_print_progname): Prototype uncondionally.
20123         Don't include <errno.h>; no longer needed.
20124         (private_strerror): Remove.
20125         (error_tail): Always define.
20126         (error, error_at_line): Assume C89 or better; always use prototypes.
20127         * lib/fatal.c: Include "fatal.h" first, to test interface.
20128         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20129         (VA_START): Remove; all uses changed to va_start.
20130         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
20131         this case.
20132         (exit): Remove decl.
20133         (fatal): Prototype unconditionally.  Assume va_start works.
20134         Abort at end, to pacify gcc.
20135
20136         * lib/euidaccess.c (main): Define with a prototype.
20137
20138         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
20139
20140         * lib/exitfail.c: Include <stdlib.h> unconditionally.
20141
20142         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
20143         prototypes.
20144         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
20145         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
20146         (getenv): Remove decl.
20147         (fnmatch): Define using a prototype.
20148         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
20149         (FCT): Define using a prototype.
20150
20151         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
20152
20153         * lib/gethostname.c: Include <stddef.h>.
20154         (gethostname): Define with prototype.  Length is size_t, not int.
20155
20156 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20157
20158         Assume C89 or better; remove K&R cruft.
20159         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
20160         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
20161         string.h, getenv, malloc.
20162         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
20163         headers.
20164         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
20165         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
20166         do not check for strerror.
20167         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
20168         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
20169         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
20170         do not check for doprnt or vprintf.
20171         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
20172         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
20173
20174 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20175
20176         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
20177         getversion.c should have been removed then, but was accidentally
20178         preserved.
20179
20180         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
20181         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
20182
20183 2003-09-08  Karl Berry  <karl@gnu.org>
20184
20185         * config/config.sub, config.guess, srclistvars.sh: update from savannah
20186                 config, forget about prep.
20187
20188         * config/depcomp, missing: update from automake.
20189
20190 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20191
20192         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
20193         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20194
20195 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20196
20197         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
20198         copy_tm_result.  Bug reported by Simon Josefsson in
20199         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20200
20201 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20202
20203         * m4/time_r.m4: New file.
20204         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
20205         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
20206         is. Check for timegm declaration.
20207         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
20208         Do not check for gmtime_r.
20209         Replace mktime if __mktime_internal does not exist and if mktime
20210         hasn't been replaced already.
20211
20212 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20213
20214         * lib/time_r.c, lib/time_r.h: New files.
20215
20216         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20217         __localtime_r.
20218         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20219         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20220
20221         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20222         __gmtime_r.
20223         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20224         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20225         Include <time_r.h>.
20226
20227         * lib/timegm.c: Switch to glibc implementation, with the following
20228         changes:
20229         [defined HAVE_CONFIG_H]: Include <config.h>.
20230         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20231         (__mktime_internal) [!defined _LIBC]: New decl.
20232         (__gmtime_r) [!defined _LIBC]: New macro and function.
20233         (timegm): Use a prototype, since gnulib assumes C89.
20234         Do not bother declaring tmp to be const, as it's not really usefu.
20235         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20236         (timegm): Declare only if HAVE_DECL_TIMEGM.
20237
20238 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20239
20240         * MODULES.html.sh (func_all_modules): Add time_r.
20241         * modules/time_r: New file.
20242         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20243         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20244
20245 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20246
20247         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20248         Bug reported by Lute Kamstra in
20249         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20250
20251         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20252         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20253         course with correspondingly smaller numbers for tomorrow and
20254         yesterday.  From Tadayoshi Funaba.  Originally installed into
20255         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20256         coreutils merge?).
20257
20258 2003-08-31  Simon Josefsson  <jas@extundo.com>
20259
20260         * modules/timegm: New file.
20261         * MODULES.html.sh (func_all_modules): Add timegm.
20262
20263 2003-08-31  Simon Josefsson  <jas@extundo.com>
20264
20265         * m4/timegm.m4: New file.
20266
20267 2003-08-31  Simon Josefsson  <jas@extundo.com>
20268
20269         * lib/timegm.h: New file.
20270         * lib/timegm.c: New file.  Based on
20271         wget-1.8.2/src/http.c:mktime_from_utc.
20272
20273 2003-08-31  Karl Berry  <karl@gnu.org>
20274
20275         * lib/argp.h: update from libc.
20276
20277 2003-08-28  Bruno Haible  <bruno@clisp.org>
20278
20279         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20280         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20281         followed by '#define fnmatch fnmatch_posix' gives an error.
20282
20283 2003-08-28  Bruno Haible  <bruno@clisp.org>
20284
20285         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20286         warning on QNX, which defines O_BINARY to 000000.
20287
20288 2003-08-27  Jim Meyering  <jim@meyering.net>
20289
20290         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20291         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20292         would fail after 32.  Reported by Danny Levinson.  Details here:
20293         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20294
20295 2003-08-24  Bruno Haible  <bruno@clisp.org>
20296
20297         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20298         MSVC7 <stdio.h> is included later.
20299
20300 2003-08-22  Simon Josefsson  <jas@extundo.com>
20301
20302         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20303
20304 2003-08-20  Karl Berry  <karl@gnu.org>
20305
20306         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20307
20308 2003-08-20  Bruno Haible  <bruno@clisp.org>
20309
20310         * modules/progname: New file.
20311         * MODULES.html.sh (func_all_modules): Add progname.
20312
20313 2003-08-20  Bruno Haible  <bruno@clisp.org>
20314
20315         * lib/progname.h: New file, from GNU gettext.
20316         * lib/progname.c: New file, from GNU gettext.
20317         * lib/progreloc.c: New file, from GNU gettext.
20318
20319 2003-08-19  Jim Meyering  <jim@meyering.net>
20320
20321         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20322         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20323
20324 2003-08-19  Bruno Haible  <bruno@clisp.org>
20325
20326         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20327         more.
20328
20329 2003-08-19  Bruno Haible  <bruno@clisp.org>
20330
20331         * lib/xstrdup.c: Assume <string.h> exists.
20332
20333 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20334
20335         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20336         in makefile rules.
20337
20338 2003-08-18  Jim Meyering  <jim@meyering.net>
20339
20340         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20341         * m4/lib-ld.m4: Likewise.
20342
20343 2003-08-18  Jim Meyering  <jim@meyering.net>
20344
20345         * lib/setenv.h: Indent nested cpp directive.
20346         * lib/vasnprintf.c: Remove trailing blanks.
20347
20348 2003-08-17  Simon Josefsson  <jas@extundo.com>
20349
20350         * modules/xstrndup: New file.
20351         * MODULES.html.sh (func_all_modules): Add xstrndup.
20352
20353 2003-08-17  Simon Josefsson  <jas@extundo.com>
20354
20355         * modules/argp: Fix autoconf macro name. Add more dependencies.
20356
20357 2003-08-17  Simon Josefsson  <jas@extundo.com>
20358
20359         * m4/xstrndup.m4: New file.
20360
20361 2003-08-17  Simon Josefsson  <jas@extundo.com>
20362
20363         * m4/argp.m4: New file.
20364
20365 2003-08-17  Simon Josefsson  <jas@extundo.com>
20366             Bruno Haible  <bruno@clisp.org>
20367
20368         * lib/xstrndup.h: New file.
20369         * lib/xstrndup.c: New file.
20370
20371 2003-08-17  Bruno Haible  <bruno@clisp.org>
20372
20373         * modules/strndup (Files, Include): Add lib/strndup.h.
20374
20375 2003-08-17  Bruno Haible  <bruno@clisp.org>
20376
20377         * modules/euidaccess (Files): Add lib/euidaccess.h.
20378
20379 2003-08-17  Bruno Haible  <bruno@clisp.org>
20380
20381         * lib/strndup.h: New file.
20382
20383 2003-08-17  Bruno Haible  <bruno@clisp.org>
20384
20385         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20386         like AC_GNU_SOURCE.
20387         * modules/extensions (configure.ac): Comment out the invocation of
20388         gl_USE_SYSTEM_EXTENSIONS.
20389
20390 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20391
20392         Merges from coreutils, etc.
20393         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20394         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20395         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20396         fixing a typo.
20397         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20398         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20399
20400 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20401
20402         Document merge from coreutils.
20403         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20404         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20405         * modules/utime: Add m4/utimes-null.m4.
20406
20407 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20408
20409         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20410         space, undoing this 2003-08-12 change:
20411         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20412
20413 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20414
20415         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20416         strtoul.c from libc, undoing this 2003-08-12 change:
20417         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20418
20419 2003-08-16  Jim Meyering  <jim@meyering.net>
20420
20421         Merges from coreutils.
20422         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20423         prefix.  Adjust cache variables similarly.  Create 500 rather than
20424         just 300 files, to exercise bug on Darwin6.5, too.
20425         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20426         $missing_dir.
20427         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20428         AM_SYS_POSIX_TERMIOS.
20429         Reported by mkc@mathdogs.com.
20430         Also change use of $am_cv_sys_posix_termios
20431         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20432         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20433         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20434         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20435         in /proc/mounts until it finds one with matching device number.  This
20436         is unnecessary when the FILE argument *is* a mount point.  No stat call
20437         is necessary in that case.  So, disable the statvfs-testing code on
20438         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20439         as RedHat bug# 84846.
20440         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20441         to 1MB, so as not to render systems with no stack size limit (e.g.,
20442         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20443         Include <unistd.h>.  On some systems,
20444         it is required for the definition of _SC_PAGESIZE.
20445
20446 2003-08-16  Jim Meyering  <jim@meyering.net>
20447
20448         Merge from coreutils.
20449         * lib/xstrtoimax.c: #else #if -> #elif.
20450         * lib/xstrtoumax.c: Likewise.
20451
20452 2003-08-16  Jim Meyering  <jim@meyering.net>
20453
20454         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20455         * m4/utimes.m4: Removed.
20456         * m4/utimes-null.m4: Renamed from utimes.m4.
20457
20458         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20459         to 1MB, so as not to render systems with no stack size limit (e.g.,
20460         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20461         Include <unistd.h>.  On some systems,
20462         it is required for the definition of _SC_PAGESIZE.
20463
20464 2003-08-16  Jim Meyering  <jim@meyering.net>
20465         and Paul Eggert  <eggert@cs.ucla.edu>
20466
20467         Merges from coreutils, etc.
20468
20469         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20470         using the latest version from cvs.  This avoids problems with #line
20471         directives using a vendor (Sun) compiler.
20472         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20473         Don't set GETGROUPS_LIB here; now it's
20474         done via getgroups.m4's wrapper function.
20475         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20476         rather than just in sh-util/configure.in, so that the
20477         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20478         same.
20479         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20480         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20481         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20482         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20483         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20484         Remove code that is now done by the newly-required macros.
20485         Append $(EXEEXT) to DF_PROG.
20486         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20487         Do not invoke or require the following here,
20488         since prereq.m4 or some gnulib .m4 now does this for us:
20489         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20490         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20491         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20492         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20493         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20494         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20495         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20496         AC_FUNC_OBSTACK.
20497         Do not replace the following functions, as this is now the job
20498         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20499         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20500         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20501         atexit getpass, strdup, getpagesize.
20502         Replace 'raise'.
20503         Do not check for the following functions, as this is now the job
20504         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20505         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20506         setregid.
20507         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20508         Check for sys/sysctl.h.
20509         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20510         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20511         of checking for ssize_t ourselves.
20512
20513         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20514         Require every macro that gnulib/modules/* suggests for us.
20515         (jm_PREREQ_ADDEXT): New macro.
20516         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20517         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20518
20519         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20520         (gl_PHYSMEM): Use it.
20521         Also check for `table' function.
20522         Check for new headers and functions.
20523         Add check for sys/sysmp.h.
20524         With suggestions from Kaveh Ghazi.
20525         Ignore headers that are present but cannot be compiled.  This
20526         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20527         C 5.4.
20528
20529 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20530
20531         Document merge from coreutils.
20532         * modules/userspec: Depend on posixver.
20533         * modules/strftime: Depend on tzset.
20534
20535 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20536
20537         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20538         rather than tab, after '#' in shell-script copyright notices.
20539         Suggested by Bruno Haible.
20540
20541 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20542
20543         * config/srclist-update: Use three spaces, rather than tab, after '#'
20544         in shell-script copyright notices.  Suggested by Bruno Haible.
20545         Remove unnecessary parenthesization in regular expression.
20546
20547 2003-08-15  Jim Meyering  <jim@meyering.net>
20548
20549         Merge from coreutils.
20550         * lib/xgethostname.c: Include <stdlib.h>.
20551         (xghostname): Don't exit for anything other than memory-related
20552         failure; just return NULL.
20553         * lib/userspec.c: Include "posixver.h".
20554         (parse_user_spec): Accept `.' as a separator only
20555         in pre-POSIX-200112 mode.
20556         * lib/strtoimax.c: Use #elif rather than #else #if.
20557         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20558         Remove function, now that we can rely on a working tzset function.
20559         [!_LIBC]: Ensure that the required autoconf test has been run.
20560         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20561         Use underlying_strftime for %r.
20562         * lib/sha.c: Merge in some clean-up and optimization changes from
20563         glibc.
20564         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20565         Ensure that it is a multiple of 64.
20566         Rearrange loop exit tests so as to avoid performing an
20567         additional fread after encountering an error or EOF.
20568         * lib/realloc.c: Update copyright date.
20569
20570 2003-08-15  Jim Meyering  <jim@meyering.net>
20571         and Paul Eggert  <eggert@twinsun.com>
20572
20573         Merge from coreutils.
20574         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20575         member but strut utmpx does not.  Needed for AIX 4.3.3.
20576         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20577
20578 2003-08-15  Jim Meyering  <jim@meyering.net>
20579         and Paul Eggert  <eggert@cs.ucla.edu>
20580
20581         Merges from coreutils, etc.
20582         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20583         Require gl_FUNC_TZSET_CLOBBER.
20584         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20585         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20586         members.
20587
20588 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20589
20590         Help the merge from coreutils.
20591         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20592         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20593         * m4/tzset.m4: Use it too.
20594
20595 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20596
20597         * modules/tzset: New file.
20598
20599 2003-08-14  Jim Meyering  <jim@meyering.net>
20600
20601         Merges from coreutils.
20602         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20603         variable names, rather than @FNMATCH_H@.
20604         * modules/alloca: Likewise for $(ALLOCA_H).
20605
20606         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20607         the three copies of the literal target, `fnmatch.h'.
20608         * modules/alloca (alloca.h): Likewise.
20609
20610 2003-08-14  Jim Meyering  <jim@meyering.net>
20611
20612         Merge from coreutils.
20613         * m4/tzset.m4: New file.
20614         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20615         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20616         otherwise, AIX 5.1 systems would end up using the latter.
20617         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20618         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20619         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20620         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20621
20622 2003-08-14  Jim Meyering  <jim@meyering.net>
20623
20624         Merge from coreutils.
20625         * lib/obstack.h: Whitespace changes.
20626         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20627         and xcalloc return values.
20628         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20629         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20630         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20631         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20632         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20633         error from mntctl.
20634         Use mntctl's return value to drive the entry-processing loop, since
20635         we can't rely on the value of the vmt_length member in the last
20636         entry.  On some systems doing so could result in exhausting
20637         virtual memory.  Based in part on a patch from Mike Jetzer.
20638
20639 2003-08-14  Jim Meyering  <jim@meyering.net>
20640         and Paul Eggert  <eggert@twinsun.com>
20641
20642         Merges from coreutils, plus other fixes.
20643         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20644         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20645         for credits and details.  Thanks to Kaveh Ghazi for helping
20646         to keep these files in sync.
20647         (ARRAY_SIZE): Define it.
20648         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20649         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20650         (memcasecmp): Don't assume size_t fits in unsigned int.
20651         Remove casts and duplicate code.
20652         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20653         (memcpy): Remove definition.
20654         Merge in some clean-up and optimization changes from glibc.
20655         [BLOCKSIZE]: Move definition to top of file.
20656         Ensure that it is a multiple of 64.
20657         Rearrange loop exit tests so as to avoid performing an
20658         additional fread after encountering an error or EOF.
20659         * lib/md5.h (md5_uintptr): Define.
20660         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20661         return to the initial working directory.  Preserve errno
20662         for caller.
20663         * lib/idcache.c: Include "xalloc.h".
20664         (xmalloc, xrealloc): Remove decls.
20665         (getuser): Remove casts no longer required in C89.
20666         * lib/human.c: Include stdio.h, for sprintf.
20667         * lib/group-member.c: Include "xalloc.h".
20668         (xmalloc, xrealloc): Remove decls.
20669         (get_group_info): Remove casts no longer required in C89.
20670         * lib/getusershell.c (readname): Remove casts no longer required in
20671         C89.
20672         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20673         * lib/getline.c: Whitespace fix, from coreutils.
20674
20675 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20676
20677         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20678         Check for isascii.
20679
20680         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20681         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20682         Undo previous (whitespace-only) change.
20683
20684 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20685
20686         * lib/exclude.c: Include <ctype.h>
20687         (IN_CTYPE_DOMAIN): New macro.
20688         (is_space): New fn.
20689         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20690         and empty lines.
20691
20692         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20693         Undo previous (whitespace-only) change.
20694
20695 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20696
20697         * config/srclist-update: Change update back to the old behavior,
20698         leaving whitespace alone.  Use one 'sed' command rather than a
20699         pipeline.
20700         (fixlicense): Now a variable, not a function.
20701         (remove_trailing_blanks): Remove.
20702         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20703         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20704         Undo previous (whitespace-only) change.
20705
20706 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20707
20708         Merge from coreutils.
20709         * modules/euidaccess: Add lib_SOURCES, include for new
20710         file euidaccess.h
20711
20712 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20713
20714         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20715         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20716         Normalize leading white space and remove trailing white space.
20717
20718         Merge from coreutils
20719         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20720
20721         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20722         0.12.1.  These files are now being upgraded automatically by
20723         ../config/srclist-update.
20724
20725 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20726
20727         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20728         Normalize leading white space and remove trailing white space.
20729         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20730         notice, as per ../config/srclist-update.
20731
20732         Merge from coreutils.
20733         * lib/euidaccess.h: New file.
20734         * lib/euidaccess.c: Include it.
20735         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20736         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20737         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20738
20739 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20740
20741         * config/srclist-update: Add copyright notice.
20742         (remove_id_lines, remove_trailing_blanks): New constants.
20743         (fixfile): Use them to normalize spacing a bit in copied files.
20744         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20745         Normalize leading white space and remove trailing white space.
20746
20747         * config/texinfo.tex: Sync with texinfo.
20748
20749         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20750         strtoul.c from libc, to merge coreutils whitespace changes.
20751
20752         * config/srclist.txt: Get the following m4 files from gettext:
20753         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20754         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20755         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20756         wint_t.m4.
20757
20758 2003-08-12  Karl Berry  <karl@gnu.org>
20759
20760         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20761         been made.
20762
20763 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20764
20765         * modules/gnu-source, m4/gnu-source.m4:
20766         Remove; we're assuming Autoconf 2.54 or later now.
20767         Suggested by Bruno Haible.
20768         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20769
20770 2003-08-11  Bruno Haible  <bruno@clisp.org>
20771
20772         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20773
20774 2003-08-11  Bruno Haible  <bruno@clisp.org>
20775
20776         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20777         (vasnprintf): Use it instead of wcslen.
20778
20779 2003-08-11  Bruno Haible  <bruno@clisp.org>
20780
20781         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20782         value to ensure that _Bool promotes to int. Use #define for _Bool when
20783         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20784
20785 2003-08-10  Karl Berry  <karl@gnu.org>
20786
20787         * lib/regex.h: update from libc (whitespace fix).
20788
20789 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20790
20791         Merge some files from coreutils.  These changes were
20792         originally made by Jim Meyering.
20793         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20794         many older Unixes require this.
20795         * lib/alloca.c (alloca): Remove cast to argument of free;
20796         no longer needed in C89.
20797         * lib/alloca_.h, regex.h: Fix white space to match
20798         what GNU indent does.
20799
20800 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20801
20802         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20803         apparently Emacs's Unicode mode got confused before my 2003-08-05
20804         checkin.
20805
20806 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20807
20808         * m4/extensions.m4: New file.
20809         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20810         Require gl_USE_SYSTEM_EXTENSIONS.
20811         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20812         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20813
20814 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20815
20816         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20817         * modules/extensions, modules/gnu-source: New files.
20818         * modules/timespec, modules/unlocked-io: Depend on extensions.
20819
20820 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20821
20822         * modules/restrict: New file.
20823         * MODULES.html.sh (func_all_modules): Add restrict.
20824         * modules/regex: Depend on restrict.
20825
20826 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20827
20828         * m4/restrict.m4: New file.
20829         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20830
20831 2003-08-07  Bruno Haible  <bruno@clisp.org>
20832
20833         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20834         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20835
20836 2003-08-07  Bruno Haible  <bruno@clisp.org>
20837
20838         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20839         makes the module 'getndelim2' compatible with the module 'getline'.
20840
20841 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20842
20843         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20844         byte with "\201" to avoid glitches when editing that source file
20845         with multi-gnome-terminal.
20846
20847 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20848
20849         * lib/bumpalloc.h: Remove.
20850
20851 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20852
20853         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20854         * modules/bumpalloc: Remove.
20855
20856 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20857
20858         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20859         GNU coding style.
20860
20861         Merge from coreutils.
20862         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20863         1. From glibc.
20864         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20865         from Karl Berry, implemented by Jim Meyering.
20866         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20867         from Dmitry V. Levin.
20868         Remove anachronistic cast of xrealloc.
20869         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20870         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20871         type. Otherwise, it wouldn't compile with at least /bin/cc on
20872         ymp-cray-unicos9.0.2.X.
20873         Combine two mostly-identical uses of alloca into one.
20874         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20875
20876 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20877
20878         [From Emacs.]
20879
20880         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20881         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20882         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20883         obsolete NLIST_NAME_UNION.
20884         [__GNU__]: Undef BSD and FSCALE.
20885         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20886
20887 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20888
20889         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20890         an enum type, so that it's guaranteed to promote to int.  See:
20891         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20892
20893 2003-08-03  Karl Berry  <karl@gnu.org>
20894
20895         * config/depcomp: update from automake.
20896
20897 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20898
20899         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20900         (strerror): Don't assume that a printable int fits in 14 bytes.
20901
20902 2003-07-31  Bruno Haible  <bruno@clisp.org>
20903
20904         * modules/getpass-gnu: New file.
20905         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20906
20907 2003-07-31  Bruno Haible  <bruno@clisp.org>
20908
20909         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20910
20911 2003-07-24  Karl Berry  <karl@gnu.org>
20912
20913         * config/missing: update from automake.
20914
20915 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20916             Bruno Haible  <bruno@clisp.org>
20917
20918         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20919         * lib/getline.c (getline, getdelim): Likewise.
20920         Remove _GNU_SOURCE define; now it's defined in config.h through
20921         m4/getline.m4.
20922
20923 2003-07-23  Karl Berry  <karl@gnu.org>
20924
20925         * config/config.sub: update from prep.
20926
20927 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20928
20929         * modules/xalloc (Depends-on): Add exitfail.
20930         * modules/xmemcoll: Likewise.
20931
20932 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20933
20934         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20935         over-parenthesization in macros.
20936
20937         Sync with coreutils.
20938
20939         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20940         required by C99.
20941
20942         Use `exit_failure' for xalloc and xmemcoll instead of their own
20943         private exit-failure variables.
20944         * lib/xalloc.h (xalloc_exit_failure): Remove.
20945         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20946         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20947         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20948         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20949         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20950
20951 2003-07-20  Jim Meyering  <jim@meyering.net>
20952
20953         * modules/closeout (Depends-on): Add exitfail.
20954         Suggestion from Bruno Haible.
20955
20956 2003-07-19  Karl Berry  <karl@gnu.org>
20957
20958         * config/config.sub: update from prep.
20959
20960 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20961
20962         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20963         Remove.
20964         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20965         to test that it can stand by itself.  Include "exitfail.h".
20966         Clients should set exit_failure instead.
20967         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20968
20969 2003-07-18  Bruno Haible  <bruno@clisp.org>
20970
20971         * modules/getndelim2: New file.
20972         * modules/getline: Share files with module getndelim2.
20973         * modules/getnline: Depend on getndelim2 instead of sharing files with
20974         it. Add getnline.c to lib_SOURCES.
20975         * MODULES.html.sh (func_all_modules): Add getndelim2.
20976
20977 2003-07-18  Bruno Haible  <bruno@clisp.org>
20978
20979         * m4/getndelim2.m4: New file.
20980         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20981         invoke gl_PREREQ_GETNDELIM2.
20982         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20983         gl_PREREQ_GETNDELIM2.
20984         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20985         gl_GETNDELIM2.
20986
20987 2003-07-18  Bruno Haible  <bruno@clisp.org>
20988
20989         * lib/getndelim2.h: New file.
20990         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20991         getndelim2.h.
20992         (getndelim2): Make non-static. Change return type to ssize_t.
20993         * lib/getline.h: Change argument names.
20994         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20995         * lib/getnline.c: Include getndelim2.h.
20996
20997 2003-07-18  Andreas Schwab  <schwab@suse.de>
20998
20999         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
21000
21001 2003-07-17  Karl Berry  <karl@gnu.org>
21002
21003         * config/config.sub: update from prep.
21004
21005 2003-07-17  Bruno Haible  <bruno@clisp.org>
21006
21007         * modules/getnline: New file.
21008         * modules/getline: Add lib/getndelim2.c to source file list.
21009         * MODULES.html.sh (func_all_modules): Add getnline.
21010
21011 2003-07-17  Bruno Haible  <bruno@clisp.org>
21012
21013         * m4/getnline.m4: New file.
21014
21015 2003-07-17  Bruno Haible  <bruno@clisp.org>
21016
21017         * m4/Makefile.am.in: Remove file.
21018         * m4/Makefile.am: Remove file.
21019         * m4/Makefile.in: Remove file.
21020
21021 2003-07-17  Bruno Haible  <bruno@clisp.org>
21022
21023         * lib/getnline.h: New file.
21024         * lib/getnline.c: New file.
21025         * lib/getndelim2.c: New file, extracted from getline.c.
21026         (getndelim2): Renamed from getdelim2, with added nmax argument.
21027         * lib/getline.c: Include getndelim2.c.
21028         (getdelim2): Moved out to getndelim2.c.
21029         (getline, getdelim): Update.
21030
21031 2003-07-17  Bruno Haible  <bruno@clisp.org>
21032
21033         * lib/Makefile.am: Remove file.
21034         * lib/Makefile.in: Remove file.
21035
21036 2003-07-17  Bruno Haible  <bruno@clisp.org>
21037
21038         * configure.in: Remove file.
21039         * Makefile.in: Remove file.
21040
21041 2003-07-17  Bruno Haible  <bruno@clisp.org>
21042
21043         * MODULES.html.sh: Put the </BODY> right before </HTML>.
21044
21045 2003-07-16  Karl Berry  <karl@gnu.org>
21046
21047         * config/srclist-update: was running fixlicense twice, which caused
21048                 texinfo.tex to be nullified for some reason.  Simplify,
21049                 $gplsrc is no longer needed as far as I can see?
21050
21051 2003-07-16  Jim Meyering  <jim@meyering.net>
21052
21053         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
21054
21055 2003-07-15  Paul Eggert  <eggert@twinsun.com>
21056
21057         * config/srclist.txt: Get the following files from gettext-runtime/intl
21058         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
21059         ref-del.sin.  From Bruno Haible.
21060         * config/srclist-update (fixfile): Change grep pattern again, since the
21061         previous fix didn't work (there was another trailing $).  Use
21062         '[$]' to escape the $s.
21063
21064 2003-07-15  Karl Berry  <karl@gnu.org>
21065
21066         * lib/vasnprintf.c: update from gettext.
21067
21068 2003-07-15  Karl Berry  <karl@gnu.org>
21069
21070         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
21071         gets expanded when surrounded by '$'.
21072
21073 2003-07-15  Jim Meyering  <jim@meyering.net>
21074
21075         * modules/save-cwd: Don't depend on error.  From Derek Price.
21076
21077 2003-07-15  Jim Meyering  <jim@meyering.net>
21078
21079         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
21080
21081 2003-07-14  Simon Josefsson  <jas@extundo.com>
21082
21083         * modules/mempcpy: New file.
21084         * MODULES.html.sh (func_all_modules): Add mempcpy.
21085
21086 2003-07-14  Simon Josefsson  <jas@extundo.com>
21087
21088         * m4/mempcpy.m4: New file.
21089
21090 2003-07-14  Simon Josefsson  <jas@extundo.com>
21091
21092         * lib/mempcpy.h: New file.
21093         * lib/mempcpy.c: New file.
21094
21095 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21096
21097         * modules/getdate, modules/posixtm: Depend on mktime.
21098
21099 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21100
21101         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
21102         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
21103         unicodeio.c, unicodeio.h, unlocked-io.h:
21104         Switch from LGPL to GPL.
21105
21106 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21107
21108         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
21109         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
21110         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
21111         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
21112         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
21113         updated automatically by ../config/srclist-update.  This changes
21114         their license from LPGL to GPL.
21115
21116 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21117
21118         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
21119         assumed to refer to the root of the most recent stable gettext version.
21120         * config/srclistvars.sh: Add defaults for eggert.
21121         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
21122         Match "This program" as well as "The program".  This is needed
21123         for gettext.
21124
21125 2003-07-14  Jim Meyering  <jim@meyering.net>
21126
21127         Don't emit diagnostics.  Let callers do that.
21128         * lib/save-cwd.c: Don't include "error.h".
21129         (save_cwd): Don't call error.  Ensure that errno is valid
21130         when returning nonzero.
21131
21132         * lib/save-cwd.h (restore_cwd): Update prototype.
21133         * lib/save-cwd.c (restore_cwd): Remove two parameters.
21134         Simplify.  Don't call error upon failure.  Let callers do that.
21135         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
21136         when auditing is enabled.  But don't bother updating the #if.
21137
21138 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
21139
21140         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
21141         it breaks C++ compilation.
21142         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
21143
21144 2003-07-10  Simon Josefsson  <jas@extundo.com>
21145
21146         * modules/strchrnul (Makefile.am): Add strchrnul.h.
21147
21148 2003-07-10  Jim Meyering  <jim@meyering.net>
21149
21150         * m4/clock_time.m4: Remove trailing blank.
21151         * m4/intmax_t.m4: Likewise.
21152
21153 2003-07-10  Jim Meyering  <jim@meyering.net>
21154
21155         * lib/vasnprintf.c: Remove trailing blanks.
21156         Make cpp indentation consistent.
21157
21158 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21159
21160         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
21161         posixver.c, strftime.c, strnlen.c, strverscmp.c:
21162         Switch from LGPL to GPL.
21163
21164 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21165
21166         * config/srclist.txt: Sort sublists.  Add
21167         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
21168         that differ from gnulib for one reason or another; we'd like this list
21169         to be smaller but for now let's document what we have.
21170
21171 2003-07-08  Paul Eggert  <eggert@twinsun.com>
21172
21173         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
21174         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
21175         and sweeter "eval x=$x".
21176         * config/srclist.txt: Get lib/argp* from glibc.
21177
21178 2003-07-07  Paul Eggert  <eggert@twinsun.com>
21179
21180         * lib/mktime.c: Fix some boundary cases and remove need for floating
21181         point.
21182
21183         Issue a compile-time diagnostic if time_t is floating point, or if
21184         two's complement arithmetic is not in effect, or if arithmetic
21185         right shift does not propagate the sign.  These assumptions were
21186         all in the original code but they weren't checked.
21187
21188         (TIME_T_MIDPOINT, verify): New macros.
21189         (__isleap): Remove; it has integer overflow problems.
21190         (leapyear): New function, without those problems.
21191         (ydhms_tm_diff): Remove; splitting into two parts.
21192         (ydhms_diff): New function, containing the arithmetic part of
21193         the old ydhms_tm_diff function.  Issue a compile-time
21194         diagnostic if we are not using C99 integer division.
21195         Avoid casts when possible.
21196         (guess_time_tm): New function, containing the checking part of
21197         the old ydhms_tm_diff function.  Return the new value, rather than
21198         the difference between it and the old.  Accept a new argument T
21199         so that *T specifies the old value.  Check for overflow in the result.
21200
21201         (__mktime_internal): Use a time_t offset, not a long int offset.
21202         This undoes the 2003-06-04 change, which is no longer needed now
21203         that we have better overflow checking.
21204         (localtime_offset): Likewise.
21205
21206         (__mktime_internal): Avoid harmful overflow on hosts where time_t
21207         and long are 64-bit but int is only 32-bit.
21208         (ydhms_diff): Use long int to store year1 and yday1.
21209         Issue a compile-time diagnostic if long int is not wide enough.
21210
21211         (__mktime_internal): Use long int to store adjusted year and yday.
21212         Use plain C rather than preprocessor commands, if that doesn't
21213         affect efficiency.
21214         Check for overflow (and try to repair) after each probe
21215         rather than checking only at the very end.  This avoids some bugs
21216         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21217         does not equal GMT offset at maximum time).
21218         Use integer to check for overflow rather than floating point; this
21219         is more portable to non-IEEE hosts, and is a tad faster.
21220         When we detect that we are oscillating between two values,
21221         don't check whether tm_isdst has the requested value, since
21222         we already know the answer.  When tm_isdst has the wrong value,
21223         use a different heuristic to find the right one, based on the
21224         extreme values actually observed in practice in tz2003a,
21225         rather than the (overly optimistic) "previous 3 calendar quarters".
21226
21227         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21228         "T const" to accommodate glibc style.
21229         (check_result): Use less-confusing report format.  "long" -> "long int.
21230         (main): Likewise.
21231         Don't loop if the iteration overflows time_t.
21232         Allow a negative step in the iteration.
21233
21234 2003-07-06  Karl Berry  <karl@gnu.org>
21235
21236         * config/depcomp: update from automake.
21237         * config/config.sub: update from prep.
21238
21239 2003-07-03  Karl Berry  <karl@gnu.org>
21240
21241         * config/config.guess: update from prep.
21242
21243 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21244
21245         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21246         xreadlink.c now includes it unconditionally.
21247
21248 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21249
21250         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21251         having it depend on HAVE_SYS_TYPES_H.
21252
21253 2003-07-01  Bruno Haible  <bruno@clisp.org>
21254
21255         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21256         <sys/types.h> should be sufficient.
21257         Reported by Paul Eggert.
21258
21259 2003-06-26  Karl Berry  <karl@gnu.org>
21260
21261         * config/depcomp: update from automake.
21262
21263 2003-06-26  Bruno Haible  <bruno@clisp.org>
21264
21265         * modules/human: Depend on module stdbool.
21266
21267 2003-06-25  Bruno Haible  <bruno@clisp.org>
21268
21269         * modules/readlink: New file.
21270         * modules/xreadlink: Depend on it.
21271         * MODULES.html.sh (func_all_modules): Add readlink.
21272
21273 2003-06-25  Bruno Haible  <bruno@clisp.org>
21274
21275         * m4/readlink.m4: New file.
21276
21277 2003-06-25  Bruno Haible  <bruno@clisp.org>
21278
21279         * lib/readlink.c: New file.
21280
21281 2003-06-22  Karl Berry  <karl@gnu.org>
21282
21283         * config/srclist.txt: update mkinstalldirs from automake.
21284         * config/mkinstalldirs: update.
21285
21286 2003-06-22  Bruno Haible  <bruno@clisp.org>
21287
21288         Portability to mingw32.
21289         * m4/ssize_t.m4: New file, from GNU gettext.
21290         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21291         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21292
21293 2003-06-22  Bruno Haible  <bruno@clisp.org>
21294
21295         * modules/safe-read: Add m4/ssize_t.m4.
21296         * modules/xreadlink: Add m4/ssize_t.m4.
21297
21298 2003-06-20  Bruno Haible  <bruno@clisp.org>
21299
21300         Assume C89, so PARAMS isn't needed.
21301         * lib/unicodeio.h (PARAMS): Remove.
21302         * lib/unicodeio.c: Don't use PARAMS.
21303
21304 2003-06-18  Karl Berry  <karl@gnu.org>
21305
21306         * config/config.{guess,sub}: update from prep.
21307
21308 2003-06-18  Jim Meyering  <jim@meyering.net>
21309
21310         Merge changes from coreutils.
21311         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21312         Remove explicit declarations of xmalloc and realloc.
21313         Include xalloc.h.
21314         (read_utmp): Remove anachronistic cast of xmalloc.
21315
21316 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21317
21318         Assume C89, so PARAMS isn't needed.
21319         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21320         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21321         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21322         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21323         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21324         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21325         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21326         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21327         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21328         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21329         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21330         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21331         no longer needed. Anyway, config.h should always be included before any
21332         other file.
21333
21334 2003-06-11  Simon Josefsson  <jas@extundo.com>
21335
21336         * modules/sysexits: New file.
21337         * MODULES.html.sh (func_all_modules): Add sysexits.
21338
21339 2003-06-11  Simon Josefsson  <jas@extundo.com>
21340
21341         * lib/sysexit_.h: New file.
21342
21343 2003-06-11  Derek Price  <derek@ximbiot.com>
21344
21345         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21346         necessary.
21347
21348 2003-06-11  Bruno Haible  <bruno@clisp.org>
21349
21350         * m4/sysexits.m4: New file.
21351
21352 2003-06-10  Simon Josefsson  <jas@extundo.com>
21353
21354         * lib/argp.h: New file, from glibc.
21355         * lib/argp-ba.c: New file, from glibc.
21356         * lib/argp-eexst.c: New file, from glibc.
21357         * lib/argp-fmtstream.c: New file, from glibc.
21358         * lib/argp-fmtstream.h: New file, from glibc.
21359         * lib/argp-fs-xinl.c: New file, from glibc.
21360         * lib/argp-help.c: New file, from glibc.
21361         * lib/argp-namefrob.h: New file, from glibc.
21362         * lib/argp-parse.c: New file, from glibc.
21363         * lib/argp-pv.c: New file, from glibc.
21364         * lib/argp-pvh.c: New file, from glibc.
21365         * lib/argp-xinl.c: New file, from glibc.
21366
21367 2003-06-10  Simon Josefsson  <jas@extundo.com>
21368
21369         * modules/strchrnul: New file.
21370
21371 2003-06-10  Simon Josefsson  <jas@extundo.com>
21372
21373         * modules/argp: New file.
21374
21375 2003-06-10  Simon Josefsson  <jas@extundo.com>
21376
21377         * m4/strchrnul.m4: New file.
21378
21379 2003-06-10  Simon Josefsson  <jas@extundo.com>
21380
21381         * lib/strchrnul.h: New file.
21382         * lib/strchrnul.c: New file.
21383
21384 2003-06-10  Bruno Haible  <bruno@clisp.org>
21385
21386         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21387
21388 2003-06-07  Karl Berry  <karl@gnu.org>
21389
21390         * config/config.{guess,sub}: update from prep.
21391
21392 2003-06-07  Jim Meyering  <jim@meyering.net>
21393
21394         * modules/strtod: Use $(...) notation, not @...@ for
21395         AC_REPLACE'd variables.
21396         * modules/localcharset: Likewise.
21397
21398 2003-06-07  Jim Meyering  <jim@meyering.net>
21399
21400         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21401         in place of my name in the copyright comment.
21402         Remove definition and uses of __P.
21403
21404         From coreutils.
21405         * lib/stat.c: Don't declare xmalloc explicitly.
21406         Instead, include "xalloc.h".
21407         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21408         xrealloc, and xcalloc return values.
21409         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21410         Improve comment.
21411         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21412
21413 2003-06-07  Bruno Haible  <bruno@clisp.org>
21414
21415         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21416         avoid AC_CONFIG_LINKS.
21417         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21418         fnmatch.h, to avoid AC_CONFIG_LINKS.
21419         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21420
21421 2003-06-07  Bruno Haible  <bruno@clisp.org>
21422
21423         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21424         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21425         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21426         directory.
21427         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21428         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21429         directory.
21430
21431 2003-06-06  Jim Meyering  <jim@meyering.net>
21432
21433         Merge from coreutils.
21434         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21435         Consolidate declarations and initializations of *_base* locals.
21436
21437         Merge from coreutils.
21438         This avoids a core dump on systems without GNU putenv,
21439         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21440         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21441         (unsetenv): New static function, from GNU libc.
21442         (rpl_putenv): Use it.
21443
21444         * lib/modechange.c: Remove trailing blanks.
21445
21446         Merge from coreutils.
21447         * lib/fsusage.c: Remove declaration of statfs.
21448         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21449
21450         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21451
21452 2003-06-06  Jim Meyering  <jim@meyering.net>
21453
21454         * lib/stdbool_.h: Renamed from stdbool.h.in.
21455
21456 2003-06-06  Jim Meyering  <jim@meyering.net>
21457             Bruno Haible  <bruno@clisp.org>
21458
21459         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21460         Adjust Makefile.am snippet not to redirect directly to target.
21461         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21462
21463 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21464
21465         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21466         mismatch, look in future quarters as well as past.  This fixes a
21467         bug when processing fall-backwards gaps immediately after a long
21468         period of daylight-saving time.
21469
21470         * lib/mktime.c: Assume freestanding C89 or better.
21471         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21472         (__P): Remove; not used.
21473         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21474         (mktime, not_equal_tm, print_tm, check_result,
21475         main): Use prototypes.  Use const * where appropriate.
21476         (main): Fix typo in testing code that uncovered by above changes.
21477         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21478
21479 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21480
21481         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21482         locale.h, localeconv.  This merges changes from coreutils.
21483
21484         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21485         It can be removed after the next Autoconf is released.
21486         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21487         needed.
21488
21489 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21490
21491         * lib/mktime.c: Fix Debian bug 177940
21492         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21493         (localtime_offset): Now long int, not time_t, because we want it
21494         to be guaranteed to be signed.  All uses changed.
21495         (__mktime_internal): If overflow would occur when adding offset,
21496         don't add it.
21497
21498         Merge 'human' changes from coreutils.  Rewrite to support
21499         locale-specific notations like thousands separators.
21500         * lib/human.c: Simplify authorship notice.
21501         Include human.h immediately after config.h.
21502         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21503         <limits.h>: Do not include, since human.h does.
21504         (SIZE_MAX, UINTMAX_MAX): New macros.
21505         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21506         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21507         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21508         (power_letter): Renamed from suffixes.
21509         (generate_suffix_backwards): Remove.
21510         (adjust_value): Now takes int style (because of human.h changes)
21511         and long double value (for greater precision on some platforms).
21512         (group_number): New function.
21513         (human_readable): Use it.  Use integer options, not enum.
21514         Put the options before the sizes in the arg list.
21515         Support all the new options.
21516         The old human_readable function has been removed;
21517         use inttostr.h instead.
21518         (human_readable, default_block_size, humblock):
21519         Use uintmax_t, not int, for block sizes.
21520         (human_readable_inexact, block_size_types): Remove.
21521         (block_size_opts): New constant.
21522         (human_options): Renamed from human_block_size, with new signature
21523         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21524         * lib/human.h: Add copyright and authorship notice.
21525         Include <limits.h> and <stdbool.h> unconditionally.
21526         (PARAMS): Remove.  All uses removed.
21527         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21528         (enum human_inexact_style): Remove tag; now a nameless enum.
21529         (human_floor, human_ceiling, human_round_to_even): Now have
21530         values 2, 0, 1 rather than -1, 1, 0.
21531         (human_group_digits, human_suppress_point_zero, human_autoscale,
21532         human_base_1024, human_SI, human_B): New constants.
21533         (human_readable_inexact, human_block_size): Remove.
21534         (human_readable): Size args are now uintmax_t, not int.
21535         (human_options): New decl.
21536
21537         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21538         unnecessary now that we assume C89 or better.  This change
21539         imported from coreutils.
21540
21541         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21542         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21543         in the 2003-05-30 sync from glibc.
21544
21545         .h files should stand alone, but we shouldn't include <sys/types.h>
21546         if we can get away with just <stddef.h>.
21547
21548         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21549         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21550         rather than <sys/types.h>, as we merely need size_t.
21551         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21552         to get size_t.
21553         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21554         Include <stdio.h>, to get FILE.
21555         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21556         memcasecmp.h has included <stddef.h> and all we need is size_t.
21557         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21558         our interface, instead of including <sys/types.h>
21559
21560 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21561
21562         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21563         now, as glibc mktime is buggy on non-glibc systems.
21564
21565 2003-06-03  Karl Berry  <karl@gnu.org>
21566
21567         * config/config.sub: update from prep.
21568
21569 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21570
21571         [from coreutils]
21572         Fix some minor time-related bugs with POSIX time arguments.
21573         Some valid time stamps were being rejected (notably -1, and
21574         time stamps before 1900 on 64-bit hosts).  And some invalid
21575         time stamps were being accepted, e.g. September 31.
21576
21577         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21578         that we can return (time_t) -1 successfully.
21579         * lib/posixtm.c: Likewise.
21580         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21581         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21582         (t): Remove static var.
21583         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21584         of static var.  All uses changed.
21585         (year): Do not reject years before 1900; they can occur with
21586         64-bit time_t.
21587         (posix_time_parse): Do not check for out-of-range components;
21588         that is now the caller's responsibility, since our checks were
21589         only approximations.
21590         (posixtime): Use mktime to check for out-of-range components,
21591         since it knows them exactly.
21592         If mktime returns (time_t) -1, check whether an error actually occurred
21593         by invoking localtime on -1.
21594         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21595         posixtime failures better.
21596         Improve the test data (in comments only).
21597
21598 2003-06-02  Karl Berry  <karl@gnu.org>
21599
21600         * config/mkinstalldirs (version): new variable.
21601         (--version): new option.
21602         (usage): improve message.
21603
21604 2003-05-30  Karl Berry  <karl@gnu.org>
21605
21606         * lib/mktime.c: update from libc.
21607
21608 2003-05-30  Bruno Haible  <bruno@clisp.org>
21609
21610         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21611         * config/config.rpath: Upgrade to gettext-0.12.1.
21612
21613 2003-05-30  Bruno Haible  <bruno@clisp.org>
21614
21615         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21616         * m4/nls.m4: New file, from gettext-0.12.1.
21617         * m4/po.m4: New file, from gettext-0.12.1.
21618         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21619
21620 2003-05-30  Bruno Haible  <bruno@clisp.org>
21621
21622         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21623         * lib/localcharset.h: Likewise.
21624         * lib/localcharset.c: Likewise.
21625
21626 2003-05-29  Karl Berry  <karl@gnu.org>
21627
21628         * config/config.rpath: update from gettext.
21629
21630 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21631
21632         Assume the headers required for C89 freestanding compilers.
21633         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21634         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21635         * m4/human.m4 (gl_HUMAN): Likewise.
21636         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21637         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21638         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21639         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21640         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21641         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21642
21643 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21644
21645         Assume the headers required for C89 freestanding compilers.
21646         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21647         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21648         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21649         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21650         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21651         define, since <limits.h> is guaranteed to do that.
21652         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21653         * lib/exclude.c: Include <stdbool.h> unconditionally.
21654         * lib/tempname.c: Include <stddef.h> unconditionally.
21655         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21656         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21657         <stddef.h> does that.
21658         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21659         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21660         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21661         needed.
21662         * lib/xstrtol.c: Likewise.
21663         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21664         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21665
21666         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21667         warnings on some platforms.
21668
21669         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21670         arbitrarily.
21671
21672 2003-05-26  Jim Meyering  <jim@meyering.net>
21673
21674         Merge in a change from coreutils:
21675         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21676         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21677         that condition, rather than `-1' which is slightly misleading.
21678         Change the name of the cache variable to have the gl_ prefix.
21679         Prompted by a patch from Richard Dawe for DJGPP.
21680
21681 2003-05-24  Karl Berry  <karl@gnu.org>
21682
21683         * config/config.guess: update from prep.
21684
21685 2003-05-22  Karl Berry  <karl@gnu.org>
21686
21687         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21688
21689 2003-05-20  Karl Berry  <karl@gnu.org>
21690
21691         * config/config.guess: update from prep.
21692
21693 2003-05-18  Karl Berry  <karl@gnu.org>
21694
21695         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21696         might actually be set by the user.
21697
21698         * config/depcomp, install-sh, mdate-sh: update from automake.
21699
21700 2003-05-17  Bruno Haible  <bruno@clisp.org>
21701
21702         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21703         invalid expansion for AC_EGREP_CPP.
21704         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21705         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21706         Suggested by Akim Demaille <akim@epita.fr> in
21707         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21708
21709 2003-05-12  Jim Meyering  <jim@meyering.net>
21710
21711         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21712         the space-padded-by-default conversion specifiers, %e, %k, %l.
21713
21714 2003-05-12  Bruno Haible  <bruno@clisp.org>
21715
21716         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21717         the string is longer than 4 KB.
21718
21719 2003-05-11  Karl Berry  <karl@gnu.org>
21720
21721         * config/config.{guess,sub}: update from prep.
21722
21723 2003-05-09  Bruno Haible  <bruno@clisp.org>
21724
21725         * modules/error: Add m4/strerror_r.m4 to file list.
21726
21727 2003-05-03  Bruno Haible  <bruno@clisp.org>
21728
21729         Upgrade to Unicode-4.0.
21730         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21731         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21732         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21733         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21734         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21735         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21736         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21737         Change width of U+E0100..U+E01EF from 1 to 0.
21738
21739 2003-04-25  Jim Meyering  <jim@meyering.net>
21740
21741         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21742         of type size_t, not int.
21743
21744 2003-04-25  Bruno Haible  <bruno@clisp.org>
21745
21746         * lib/copy-file.c: Include <stddef.h>, for size_t.
21747
21748 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21749
21750         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21751         code which expansion is under static control.  Patch imported from
21752         Akim Demaille's patch to Bison; see
21753         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21754
21755 2003-04-14  Bruno Haible  <bruno@clisp.org>
21756
21757         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21758
21759 2003-04-11  Jim Meyering  <jim@meyering.net>
21760
21761         Merge changes from Coreutils.
21762
21763         2003-03-22  Jim Meyering  <jim@meyering.net>
21764
21765         * lib/strftime.c (widen): Cast alloca return value to proper type.
21766
21767         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21768
21769         From GNU libc.
21770         * lib/strftime.c (my_strftime): Handle very large width
21771         specifications for numeric values correctly.  Improve checks for
21772         overflow.
21773
21774         2003-01-19  Jim Meyering  <jim@meyering.net>
21775
21776         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21777         definitions.
21778         (nl_get_alt_digit) [! defined my_strftime]: Define.
21779         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21780         _nl_get_alt_digit and _nl_get_walt_digit.
21781
21782         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21783         libc. These changes have no effect outside of _LIBC.
21784
21785 2003-04-10  Bruno Haible  <bruno@clisp.org>
21786
21787         * modules/findprog: New file.
21788         * MODULES.html.sh (func_all_modules): Add it.
21789
21790 2003-04-10  Bruno Haible  <bruno@clisp.org>
21791
21792         * m4/findprog.m4: New file.
21793         * m4/eaccess.m4: New file.
21794
21795 2003-04-10  Bruno Haible  <bruno@clisp.org>
21796
21797         * lib/findprog.h: New file, from GNU gettext.
21798         * lib/findprog.c: New file, from GNU gettext.
21799
21800 2003-04-05  Jim Meyering  <jim@meyering.net>
21801
21802         Merge changes from Coreutils.
21803
21804         * lib/exclude.h (PARAMS): Remove definition and uses.
21805         * lib/exclude.c: Remove uses of `PARAMS'.
21806
21807         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21808         Add test-cases for DOS filenames. Declare program_name.
21809         (main): Set up program_name.  Patch by Rich Dawe.
21810
21811         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21812         error from mntctl.
21813         Use mntctl's return value to drive the entry-processing loop, since
21814         we can't rely on the value of the vmt_length member in the last
21815         entry.  On some systems doing so could result in exhausting
21816         virtual memory.  Based in part on a patch from Mike Jetzer.
21817
21818 2003-04-04  Bruno Haible  <bruno@clisp.org>
21819
21820         * modules/linebreak: New file.
21821         * MODULES.html.sh (func_all_modules): Add it.
21822
21823 2003-04-04  Bruno Haible  <bruno@clisp.org>
21824
21825         * m4/linebreak.m4: New file.
21826
21827 2003-04-04  Bruno Haible  <bruno@clisp.org>
21828
21829         * lib/linebreak.h: New file, from GNU gettext.
21830         * lib/linebreak.c: New file, from GNU gettext with slight
21831         modifications.
21832         * lib/lbrkprop.h: New file, from GNU gettext.
21833
21834 2003-04-03  Bruno Haible  <bruno@clisp.org>
21835
21836         * modules/utf8-ucs4: New file.
21837         * modules/utf16-ucs4: New file.
21838         * modules/ucs4-utf8: New file.
21839         * modules/ucs4-utf16: New file.
21840         * MODULES.html.sh (func_all_modules): Add them.
21841
21842 2003-04-03  Bruno Haible  <bruno@clisp.org>
21843
21844         * m4/utf-ucs4.m4: New file.
21845         * m4/ucs4-utf.m4: New file.
21846
21847 2003-04-03  Bruno Haible  <bruno@clisp.org>
21848
21849         * lib/utf8-ucs4.h: New file, from GNU gettext.
21850         * lib/utf16-ucs4.h: New file, from GNU gettext.
21851         * lib/ucs4-utf8.h: New file, from GNU gettext.
21852         * lib/ucs4-utf16.h: New file, from GNU gettext.
21853
21854 2003-04-02  Bruno Haible  <bruno@clisp.org>
21855
21856         * modules/binary-io: New file.
21857         * MODULES.html.sh (func_all_modules): Add it.
21858
21859 2003-04-02  Bruno Haible  <bruno@clisp.org>
21860
21861         * lib/binary-io.h: New file, from GNU gettext.
21862
21863 2003-04-01  Bruno Haible  <bruno@clisp.org>
21864
21865         * modules/pathname: New file.
21866         * MODULES.html.sh (func_all_modules): Add it.
21867
21868 2003-04-01  Bruno Haible  <bruno@clisp.org>
21869
21870         * lib/pathname.h: New file, from GNU gettext.
21871         * lib/concatpath.c: New file, from GNU gettext.
21872
21873 2003-03-30  Bruno Haible  <bruno@clisp.org>
21874
21875         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21876
21877 2003-03-30  Bruno Haible  <bruno@clisp.org>
21878
21879         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21880         function chown() doesn't exist.
21881
21882 2003-03-28  Bruno Haible  <bruno@clisp.org>
21883
21884         * modules/copy-file: New file.
21885         * MODULES.html.sh (func_all_modules): Add it.
21886
21887 2003-03-28  Bruno Haible  <bruno@clisp.org>
21888
21889         * m4/copy-file.m4: New file.
21890
21891 2003-03-28  Bruno Haible  <bruno@clisp.org>
21892
21893         * lib/copy-file.h: New file, from GNU gettext.
21894         * lib/copy-file.c: New file, from GNU gettext.
21895
21896 2003-03-18  Jim Meyering  <jim@meyering.net>
21897
21898         * lib/quote.c (quote_n): Fix typo in comment.
21899
21900 2003-03-18  Bruno Haible  <bruno@clisp.org>
21901
21902         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21903         checking.
21904         * m4/onceonly_2_57.m4: Likewise.
21905
21906 2003-03-17  Bruno Haible  <bruno@clisp.org>
21907
21908         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21909         (m4_quote): Remove macro.
21910         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21911
21912 2003-03-14  Jim Meyering  <jim@meyering.net>
21913
21914         Merge changes from Coreutils.
21915         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21916         to be const, in order to avoid warnings.
21917         (obstack_room): Likewise.
21918         (obstack_empty_p): Likewise.
21919
21920 2003-03-14  Bruno Haible  <bruno@clisp.org>
21921
21922         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21923         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21924
21925 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21926
21927         Merge changes from Bison.
21928         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21929         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21930         when compiling Bison 1.875's `bitset bset = obstack_alloc
21931         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21932         * lib/hash.c: Include <stdbool.h> unconditionally.
21933
21934 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21935
21936         * m4/onceonly.m4 (m4_quote): New macro.
21937         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21938         Quote AC_FOREACH variable-expansions properly.
21939
21940 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21941
21942         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21943
21944 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21945
21946         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21947         Reported by Bruce Becker; see:
21948         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21949
21950 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21951             Bruno Haible  <bruno@clisp.org>
21952
21953         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21954         Reported by John Hughes, see
21955         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21956
21957 2003-02-20  Bruno Haible  <bruno@clisp.org>
21958
21959         * MODULES.html.sh (func_all_modules): Add poll.
21960
21961 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21962
21963         * modules/poll: New file.
21964
21965 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21966
21967         * lib/poll_.h: New file.
21968         * lib/poll.c: New file.
21969
21970 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21971
21972         * m4/poll.m4: New file.
21973
21974 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21975
21976         * modules/mathl: New file.
21977
21978 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21979
21980         * lib/mathl.h: New file.
21981         * lib/acosl.c: New file.
21982         * lib/asinl.c: New file.
21983         * lib/atanl.c: New file.
21984         * lib/ceill.c: New file.
21985         * lib/cosl.c: New file.
21986         * lib/expl.c: New file.
21987         * lib/floorl.c: New file.
21988         * lib/frexpl.c: New file.
21989         * lib/ldexpl.c: New file.
21990         * lib/logl.c: New file.
21991         * lib/sincosl.c: New file.
21992         * lib/sinl.c: New file.
21993         * lib/sqrtl.c: New file.
21994         * lib/tanl.c: New file.
21995         * lib/trigl.c: New file.
21996         * lib/trigl.h: New file.
21997
21998 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21999
22000         * m4/mathl.m4: New file.
22001
22002 2003-02-18  Bruno Haible  <bruno@clisp.org>
22003
22004         * MODULES.html.sh (func_all_modules): Add mathl.
22005
22006 2003-02-17  Bruno Haible  <bruno@clisp.org>
22007
22008         * modules/mkdtemp: New module.
22009         * MODULES.html.sh (func_all_modules): Add it.
22010
22011 2003-02-17  Bruno Haible  <bruno@clisp.org>
22012
22013         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
22014
22015 2003-02-17  Bruno Haible  <bruno@clisp.org>
22016
22017         * lib/mkdtemp.h: New file, from GNU gettext.
22018         * lib/mkdtemp.c: New file, from GNU gettext.
22019
22020 2003-02-02  Jim Meyering  <jim@meyering.net>
22021
22022         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
22023         e.g. glibc-2.2.93.
22024
22025 2003-01-31  Bruno Haible  <bruno@clisp.org>
22026
22027         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
22028         'rpl_rename'.
22029         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
22030         'rpl_strnlen'.
22031         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
22032         'rpl_strtod'.
22033         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
22034         'rpl_utime'.
22035
22036 2003-01-31  Bruno Haible  <bruno@clisp.org>
22037
22038         * lib/rename.c: #undef rename before defining rpl_rename.
22039         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
22040
22041 2003-01-30  Bruno Haible  <bruno@clisp.org>
22042
22043         * modules/vasnprintf, modules/vasprintf: New modules.
22044         * MODULES.html.sh (func_all_modules): Add them.
22045
22046 2003-01-30  Bruno Haible  <bruno@clisp.org>
22047
22048         * m4/signed.m4: New file, from GNU gettext.
22049         * m4/longdouble.m4: New file, from GNU gettext.
22050         * m4/wchar_t.m4: New file, from GNU gettext.
22051         * m4/wint_t.m4: New file, from GNU gettext.
22052         * m4/vasnprintf.m4: New file.
22053         * m4/vasprintf.m4: New file.
22054
22055 2003-01-30  Bruno Haible  <bruno@clisp.org>
22056
22057         * lib/printf-args.h: New file, from GNU gettext.
22058         * lib/printf-args.c: New file, from GNU gettext.
22059         * lib/printf-parse.h: New file, from GNU gettext.
22060         * lib/printf-parse.c: New file, from GNU gettext.
22061         * lib/vasnprintf.h: New file, from GNU gettext.
22062         * lib/vasnprintf.c: New file, from GNU gettext.
22063         * lib/asnprintf.c: New file, from GNU gettext.
22064         * lib/vasprintf.h: New file, from GNU gettext with modifications.
22065         * lib/vasprintf.c: New file, from GNU gettext.
22066         * lib/asprintf.c: New file, from GNU gettext.
22067
22068 2003-01-29  Bruno Haible  <bruno@clisp.org>
22069
22070         * modules/stpncpy: New module.
22071         * MODULES.html.sh (func_all_modules): Add it.
22072
22073 2003-01-29  Bruno Haible  <bruno@clisp.org>
22074
22075         * m4/stpncpy.m4: New file.
22076
22077 2003-01-29  Bruno Haible  <bruno@clisp.org>
22078
22079         * lib/stpncpy.h: New file, from GNU gettext with modifications.
22080         * lib/stpncpy.c: New file, from GNU gettext with modifications.
22081
22082 2003-01-28  Bruno Haible  <bruno@clisp.org>
22083
22084         * modules/c-ctype: New module.
22085         * MODULES.html.sh (func_all_modules): Add it.
22086
22087 2003-01-28  Bruno Haible  <bruno@clisp.org>
22088
22089         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
22090         Paul Eggert.
22091         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
22092         Paul Eggert.
22093
22094 2003-01-27  Bruno Haible  <bruno@clisp.org>
22095
22096         * modules/xsetenv: New module.
22097         * MODULES.html.sh (func_all_modules): Add it.
22098
22099 2003-01-27  Bruno Haible  <bruno@clisp.org>
22100
22101         * lib/xsetenv.h: New file, from GNU gettext.
22102         * lib/xsetenv.c: New file, from GNU gettext.
22103
22104 2003-01-23  Jim Meyering  <jim@meyering.net>
22105
22106         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
22107         from working on systems without dirfd (at least Irix and OSF1/Tru64).
22108
22109 2003-01-23  Bruno Haible  <bruno@clisp.org>
22110
22111         * modules/minmax: New module.
22112         * MODULES.html.sh (func_all_modules): Add it.
22113
22114 2003-01-23  Bruno Haible  <bruno@clisp.org>
22115
22116         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
22117         Eggert.
22118
22119 2003-01-22  Bruno Haible  <bruno@clisp.org>
22120
22121         * modules/exit: New module.
22122         * MODULES.html.sh (func_all_modules): Add it.
22123
22124 2003-01-22  Bruno Haible  <bruno@clisp.org>
22125
22126         * lib/exit.h: New file, from GNU gettext.
22127
22128 2003-01-19  Bruno Haible  <bruno@clisp.org>
22129
22130         * gnulib-tool: Recognize option --extract-maintainer.
22131         (func_get_maintainer): New function.
22132         * modules/*: Add Maintainer entry.
22133
22134 2003-01-16  Jim Meyering  <jim@meyering.net>
22135
22136         * m4/regex.m4: The `regex' struct is both input and output.
22137         Initialize it before each use.  Patch by Tim Waugh.
22138
22139 2003-01-16  Bruno Haible  <bruno@clisp.org>
22140
22141         * MODULES.html.sh: Add a table of contents. Add the module name as
22142         leftmost column. Add hyperlinks.
22143
22144 2003-01-15  Bruno Haible  <bruno@clisp.org>
22145
22146         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
22147
22148 2003-01-15  Bruno Haible  <bruno@clisp.org>
22149
22150         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
22151         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
22152         suffix.
22153
22154 2003-01-15  Bruno Haible  <bruno@clisp.org>
22155
22156         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
22157
22158 2003-01-15  Bruno Haible  <bruno@clisp.org>
22159
22160         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
22161         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
22162
22163 2003-01-14  Jim Meyering  <jim@meyering.net>
22164
22165         * lib/same.c (same_name): Tweak a comment.
22166
22167 2003-01-14  Bruno Haible  <bruno@clisp.org>
22168
22169         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
22170         when a string comparison is sufficient.
22171
22172 2003-01-14  Bruno Haible  <bruno@clisp.org>
22173
22174         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
22175         'unsigned int'.
22176
22177 2003-01-14  Bruno Haible  <bruno@clisp.org>
22178
22179         * lib/hash-pjw.c: Add comment about low quality of this function.
22180
22181 2003-01-13  Bruno Haible  <bruno@clisp.org>
22182
22183         * modules/stpcpy: Distribute lib/stpcpy.h.
22184         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
22185
22186 2003-01-13  Bruno Haible  <bruno@clisp.org>
22187
22188         * modules/*: Add a description.
22189         * modules/strpbrk: Fix Makefile.am snippet.
22190         * modules/strtoimax: Fix dependencies.
22191         * modules/strtoumax: Likewise.
22192
22193 2003-01-13  Bruno Haible  <bruno@clisp.org>
22194
22195         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
22196         * modules/alloca (Makefile.am): All object files depend on alloca.h.
22197         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
22198
22199 2003-01-13  Bruno Haible  <bruno@clisp.org>
22200
22201         * gnulib-tool (func_create_testdir): Store config/* files in the main
22202         directory.
22203         * config.rpath: Move to ...
22204         * config/config.rpath: ... here.
22205         * modules/gettext: Contains config/config.rpath, not config.rpath.
22206         * modules/iconv: Likewise.
22207
22208 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22209
22210         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22211         to avoid collisions with libcurses and libreadline.
22212
22213         * m4/getstr.m4: Remove.
22214         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
22215
22216 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22217
22218         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22219         to avoid collisions with libcurses and libreadline.
22220
22221         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22222         * lib/getstr.h, getstr.c: Remove.
22223         * lib/getline.c: Include "getline.h", to check interface.
22224         Move body of old getstr.c here: this defines MIN_CHUNK and
22225         declares getdelim2, which is renamed from getstr.
22226         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22227
22228         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22229         All uses changed.
22230         * lib/linebuffer.h: Likewise.
22231         (readline): Remove backward-compatibility macro.
22232
22233 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22234
22235         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22236         to avoid collisions with libcurses and libreadline.
22237         * getstr: Remove.
22238         * MODULES.html.sh: Remove getstr.
22239         * modules/getline: Depend on unlocked-io, not getstr.
22240
22241 2003-01-12  Jim Meyering  <jim@meyering.net>
22242
22243         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22244
22245 2003-01-10  Bruno Haible  <bruno@clisp.org>
22246
22247         * modules/alloca: Change Makefile.am requirements. Simplify Include
22248         requirements. Add lib/alloca_.h to file list.
22249
22250 2003-01-10  Bruno Haible  <bruno@clisp.org>
22251
22252         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22253
22254 2003-01-10  Bruno Haible  <bruno@clisp.org>
22255
22256         * lib/alloca_.h: New file.
22257         * lib/getdate.y: Unconditionally include alloca.h.
22258         * lib/makepath.c: Likewise.
22259         * lib/setenv.c: Likewise.
22260         * lib/userspec.c: Likewise.
22261
22262 2003-01-09  Karl Berry  <karl@gnu.org>
22263
22264         * MODULES.html.sh: include `dirname $0` in PATH, to find
22265         gnulib-tool.
22266
22267 2003-01-09  Bruno Haible  <bruno@clisp.org>
22268
22269         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22270         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22271
22272 2003-01-09  Bruno Haible  <bruno@clisp.org>
22273
22274         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22275
22276 2003-01-09  Bruno Haible  <bruno@clisp.org>
22277
22278         * lib/stdbool.h.in: New file.
22279
22280 2003-01-09  Bruno Haible  <bruno@clisp.org>
22281
22282         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22283         * MODULES.html.sh: Likewise.
22284
22285 2003-01-08  Jim Meyering  <jim@meyering.net>
22286
22287         * lib/full-write.c: Undefine and define-away `const' after inclusion
22288         of errno.h, not before.  Suggestion from Bruno Haible.
22289
22290 2003-01-08  Bruno Haible  <bruno@clisp.org>
22291
22292         * modules/full-read: Depend on full-write.
22293
22294 2003-01-08  Bruno Haible  <bruno@clisp.org>
22295
22296         * lib/safe-read.c: Include specification header first, to ensure its
22297         selfcontainedness.
22298         * lib/full-write.c: Likewise.
22299
22300 2003-01-07  Jim Meyering  <jim@meyering.net>
22301
22302         * lib/full-write.c: Rework so that it may serve to define full_read,
22303         too.
22304         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22305
22306 2003-01-07  Bruno Haible  <bruno@clisp.org>
22307
22308         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22309         <inttypes.h>.
22310         * lib/xstrtol.h: Likewise.
22311         * lib/xstrtoimax.c: Likewise.
22312         * lib/xstrtoumax.c: Likewise.
22313         * lib/human.h: Likewise.
22314
22315         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22316         on systems that have <inttypes.h> but not <stdint.h>.
22317
22318 2003-01-07  Bruno Haible  <bruno@clisp.org>
22319
22320         * MODULES.html.sh: Add copyright notice.
22321         (missed_files): Omit CVS directory entries.
22322         (func_module): Make it work with sed-3.02.
22323         * MODULES.txt: Remove file.
22324
22325 2003-01-06  Jim Meyering  <jim@meyering.net>
22326
22327         * lib/version-etc.c: Update year in translatable copyright string.
22328
22329 2003-01-03  Karl Berry  <karl@gnu.org>
22330
22331         * config/config.{guess,sub}: update from prep.
22332
22333 2003-01-02  Karl Berry  <karl@gnu.org>
22334
22335         * doc/COPYING.DOC: belatedly updated to 1.2.
22336
22337 2003-01-01  Karl Berry  <karl@gnu.org>
22338
22339         * gnulib-tool (func_verify_module): report module name $module in
22340         error message, not $1.
22341         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22342         be created, only if it doesn't exist.
22343         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22344
22345 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22346
22347         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22348
22349 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22350
22351         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22352         memcmp if strcoll doesn't work.
22353
22354 2002-12-31  Bruno Haible  <bruno@clisp.org>
22355
22356         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22357         nonempty.
22358
22359 2002-12-31  Bruno Haible  <bruno@clisp.org>
22360
22361         * lib/memcoll.c (STRCOLL): New macro.
22362         (memcoll): Use it.
22363
22364 2002-12-31  Bruno Haible  <bruno@clisp.org>
22365
22366         * lib/localcharset.h: New file.
22367         * lib/localcharset.c: Include it.
22368         * lib/unicodeio.c: Likewise.
22369
22370 2002-12-31  Bruno Haible  <bruno@clisp.org>
22371
22372         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22373         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22374
22375 2002-12-31  Bruno Haible  <bruno@clisp.org>
22376
22377         * lib/getline.h: Include <stddef.h>, for size_t.
22378
22379         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22380         * lib/unicodeio.c: Don't include <stddef.h>.
22381
22382 2002-12-31  Bruno Haible  <bruno@clisp.org>
22383
22384         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22385         HAVE_TM_ZONE.
22386
22387 2002-12-24  Karl Berry  <karl@gnu.org>
22388
22389         * config/config.guess: update from prep.
22390
22391 2002-12-24  Bruno Haible  <bruno@clisp.org>
22392
22393         General infrasructure.
22394         * m4/README: Rewritten.
22395         * m4/onceonly.m4: New file.
22396         * m4/onceonly_2_57.m4: New file.
22397
22398         Module atexit.
22399         * m4/atexit.m4: New file.
22400
22401         Module strtod.
22402         * m4/strtod.m4: New file.
22403
22404         Module strtol.
22405         * m4/strtol.m4: New file.
22406
22407         Module strtoul.
22408         * m4/strtoul.m4: New file.
22409
22410         Module memchr.
22411         * m4/memchr.m4: New file.
22412
22413         Module memcmp.
22414         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22415         (jm_FUNC_MEMCMP): Invoke it.
22416
22417         Module memcpy.
22418         * m4/memcpy.m4: New file.
22419
22420         Module memmove.
22421         * m4/memmove.m4: New file.
22422
22423         Module memset.
22424         * m4/memset.m4: New file.
22425
22426         Module strcspn.
22427         * m4/strcspn.m4: New file.
22428
22429         Module strpbrk.
22430         * m4/strpbrk.m4: New file.
22431
22432         Module strstr.
22433         * m4/strstr.m4: New file.
22434
22435         Module strerror.
22436         * m4/strerror.m4: New file.
22437
22438         Module mktime.
22439         * m4/mktime.m4: Renamed from jm-mktime.m4.
22440         (gl_PREREQ_MKTIME): New macro.
22441         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22442
22443         Module malloc.
22444         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22445         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22446         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22447
22448         Module realloc.
22449         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22450         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22451         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22452
22453         Module strftime.
22454         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22455         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22456         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22457         gl_TM_GMTOFF.
22458         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22459
22460         Module xalloc.
22461         * m4/xalloc.m4: New file.
22462
22463         Module alloca.
22464         * m4/alloca.m4: New file.
22465
22466         Module putenv.
22467         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22468         (jm_FUNC_PUTENV): Invoke it.
22469
22470         Module setenv.
22471         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22472         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22473         when invoked twice.
22474         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22475         gt_FUNC_SETENV.
22476
22477         Module memrchr.
22478         * m4/memrchr.m4: New file.
22479
22480         Module stpcpy.
22481         * m4/stpcpy.m4: New file.
22482
22483         Module strcase.
22484         * m4/strcase.m4: New file.
22485
22486         Module strdup.
22487         * m4/strdup.m4: New file.
22488
22489         Module strnlen.
22490         * m4/strnlen.m4: New file.
22491
22492         Module strndup.
22493         * m4/strndup.m4: New file.
22494
22495         Module xstrtod.
22496         * m4/xstrtod.m4: New file.
22497
22498         Module xstrtol.
22499         * m4/xstrtol.m4: New file.
22500
22501         Module getdate.
22502         * m4/getdate.m4: New file.
22503
22504         Module unlocked-io.
22505         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22506         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22507         * m4/jm-glibc-io.m4n: Remove file.
22508
22509         Module long-options.
22510         * m4/long-options.m4: New file.
22511
22512         Module md5.
22513         * m4/md5.m4: New file.
22514
22515         Module sha.
22516         * m4/sha.m4: New file.
22517
22518         Module getstr.
22519         * m4/getstr.m4: New file.
22520
22521         Module getline.
22522         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22523         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22524         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22525         simply getline. Infoke gl_PREREQ_GETLINE.
22526
22527         Module obstack.
22528         * m4/obstack.m4: New file.
22529
22530         Module hash.
22531         * m4/hash.m4: New file.
22532
22533         Module readtokens.
22534         * m4/readtokens.m4: New file.
22535
22536         Module strverscmp.
22537         * m4/strverscmp.m4: New file.
22538
22539         Module stdbool.
22540         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22541         OSF/1.
22542
22543         Module strtoll.
22544         * m4/strtoll.m4: New file.
22545
22546         Module strtoull.
22547         * m4/strtoull.m4: New file.
22548
22549         Module strtoimax.
22550         * m4/strtoimax.m4: New file.
22551
22552         Module strtoumax.
22553         * m4/strtoumax.m4: New file.
22554
22555         Module xstrtoimax.
22556         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22557         jm_AC_PREREQ_XSTRTOIMAX.
22558         Moved the strtol prerequisites to strtol.m4.
22559         Moved the strtoll prerequisites to strtoll.m4.
22560         Moved the strtoimax prerequisites to strtoimax.m4.
22561
22562         Module xstrtoumax.
22563         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22564         jm_AC_PREREQ_XSTRTOUMAX.
22565         Moved the strtoul prerequisites to strtoul.m4.
22566         Moved the strtoull prerequisites to strtoull.m4.
22567         Moved the strtoumax prerequisites to strtoumax.m4.
22568
22569         Module chown.
22570         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22571         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22572
22573         Module dup2.
22574         * m4/dup2.m4: New file.
22575
22576         Module ftruncate.
22577         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22578         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22579
22580         Module getgroups.
22581         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22582         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22583
22584         Module gettimeofday.
22585         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22586         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22587         gl_PREREQ_GETTIMEOFDAY.
22588
22589         Module mkdir.
22590         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22591         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22592
22593         Module mkstemp.
22594         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22595         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22596         jm_AC_TYPE_UINTMAX_T.
22597         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22598
22599         Module stat.
22600         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22601         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22602
22603         Module lstat.
22604         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22605         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22606
22607         Module timespec.
22608         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22609         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22610         * m4/st_mtim.m4: Indentation.
22611
22612         Module nanosleep.
22613         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22614         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22615         gl_PREREQ_NANOSLEEP.
22616
22617         Module regex.
22618         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22619         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22620         (gl_REGEX): New macro.
22621
22622         Module rename.
22623         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22624         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22625
22626         Module rmdir.
22627         * m4/rmdir.m4: New file.
22628
22629         Module utime.
22630         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22631         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22632         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22633
22634         Module dirname.
22635         * m4/dirname.m4: New file.
22636
22637         Module getopt.
22638         * m4/getopt.m4: New file.
22639
22640         Module unistd-safer.
22641         * m4/unistd-safer.m4: New file.
22642
22643         Module fnmatch.
22644         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22645         declaration.
22646         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22647         (gl_FUNC_FNMATCH_POSIX): New macro.
22648         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22649         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22650         simply fnmatch.
22651
22652         Module exclude.
22653         * m4/exclude.m4: New file.
22654
22655         Module human.
22656         * m4/human.m4: New file.
22657
22658         Module acl.
22659         * m4/acl.m4: Nop.
22660
22661         Module backupfile.
22662         * m4/backupfile.m4: New file.
22663         * m4/d-ino.m4: Indentation.
22664
22665         Module fsusage.
22666         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22667         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22668         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22669
22670         Module dirfd.
22671         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22672         requirements.
22673
22674         Module euidaccess.
22675         * m4/euidaccess.m4: New file.
22676
22677         Module file-type.
22678         * m4/file-type.m4: New file.
22679
22680         Module fileblocks.
22681         * m4/fileblocks.m4: New file.
22682
22683         Module filemode.
22684         * m4/filemode.m4: New file.
22685
22686         Module isdir.
22687         * m4/isdir.m4: New file.
22688
22689         Module lchown.
22690         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22691         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22692
22693         Module makepath.
22694         * m4/makepath.m4: New file.
22695
22696         Module modechange.
22697         * m4/modechange.m4: New file.
22698
22699         Module mountlist.
22700         * m4/mountlist.m4: New file.
22701         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22702         Indentation.
22703
22704         Module path-concat.
22705         * m4/path-concat.m4: New file.
22706
22707         Module pathmax.
22708         * m4/pathmax.m4: New file.
22709
22710         Module same.
22711         * m4/same.m4: New file.
22712
22713         Module save-cwd.
22714         * m4/save-cwd.m4: New file.
22715
22716         Module savedir.
22717         * m4/savedir.m4: New file.
22718
22719         Module xgetcwd.
22720         * m4/xgetcwd.m4: New file.
22721         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22722
22723         Module xreadlink.
22724         * m4/xreadlink.m4: New file.
22725
22726         Module safe-read.
22727         * m4/safe-read.m4: New file.
22728
22729         Module safe-write.
22730         * m4/safe-write.m4: New file.
22731
22732         Module closeout.
22733         * m4/closeout.m4: New file.
22734
22735         Module stdio-safer.
22736         * m4/stdio-safer.m4: New file.
22737
22738         Module getpass.
22739         * m4/getpass.m4: New file.
22740
22741         Module getugroups.
22742         * m4/getugroups.m4: New file.
22743
22744         Module group-member.
22745         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22746         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22747
22748         Module idcache.
22749         * m4/idcache.m4: New file.
22750
22751         Module userspec.
22752         * m4/userspec.m4: New file.
22753
22754         Module gettime.
22755         * m4/clock_time.m4: New file.
22756         * m4/gettime.m4: New file.
22757
22758         Module settime.
22759         * m4/settime.m4: New file.
22760
22761         Module posixtm.
22762         * m4/posixtm.m4: New file.
22763
22764         Module gethostname.
22765         * m4/gethostname.m4: New file.
22766
22767         Module canon-host.
22768         * m4/canon-host.m4: New file.
22769
22770         Module gettext.
22771         * m4/codeset.m4: New file, from gettext-0.11.5.
22772         * m4/gettext.m4: New file, from gettext-0.11.5.
22773         * m4/glibc21.m4: New file, from gettext-0.11.5.
22774         * m4/iconv.m4: New file, from gettext-0.11.5.
22775         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22776         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22777         * m4/inttypes.m4: New file, from gettext-0.11.5.
22778         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22779         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22780         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22781         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22782         * m4/lib-link.m4: New file, from gettext-0.11.5.
22783         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22784         * m4/progtest.m4: New file, from gettext-0.11.5.
22785         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22786         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22787         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22788
22789         Module localcharset.
22790         * m4/localcharset.m4: New file.
22791
22792         Module hard-locale.
22793         * m4/hard-locale.m4: New file.
22794
22795         Module mbswidth.
22796         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22797         onceonly macros.
22798         * m4/mbrtowc.m4: Add comment.
22799
22800         Module memcasecmp.
22801         * m4/memcasecmp.m4: New file.
22802
22803         Module memcoll.
22804         * m4/memcoll.m4: New file.
22805
22806         Module unicodeio.
22807         * m4/unicodeio.m4: New file.
22808
22809         Module rpmatch.
22810         * m4/rpmatch.m4: New file.
22811
22812         Module yesno.
22813         * m4/yesno.m4: New file.
22814
22815         Module exitfail.
22816         * m4/exitfail.m4: New file.
22817
22818         Module c-stack.
22819         * m4/c-stack.m4 (gl_C_STACK): New macro.
22820         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22821
22822         Module error.
22823         * m4/error.m4 (gl_ERROR): New macro.
22824         (jm_PREREQ_ERROR): Use onceonly macros.
22825
22826         Module fatal.
22827         * m4/fatal.m4: New file.
22828
22829         Module getloadavg.
22830         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22831         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22832
22833         Module getpagesize.
22834         * m4/getpagesize.m4: New file.
22835
22836         Module getusershell.
22837         * m4/getusershell.m4: New file.
22838
22839         Module physmem.
22840         * m4/physmem.m4: New file.
22841
22842         Module posixver.
22843         * m4/posixver.m4: New file.
22844
22845         Module quotearg.
22846         * m4/quotearg.m4: New file.
22847
22848         Module quote.
22849         * m4/quote.m4: New file.
22850
22851         Module readutmp.
22852         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22853
22854         Module sig2str.
22855         * m4/sig2str.m4: New file.
22856
22857         Other.
22858         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22859         ulonglong.m4.
22860         * m4/intmax_t.m4: New file.
22861         * m4/d-type.m4: Indentation.
22862         * m4/jm-macros.m4: Update.
22863         * m4/prereq.m4 (jm_PREREQ): Update.
22864         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22865         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22866         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22867         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22868         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22869         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22870         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22871         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22872         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22873         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22874         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22875         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22876         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22877         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22878         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22879         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22880         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22881         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22882         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22883
22884 2002-12-24  Bruno Haible  <bruno@clisp.org>
22885
22886         * MODULES.txt: Update according to m4/ changes.
22887
22888         Module gettext.
22889         * config.rpath: New file, from gettext-0.11.5.
22890
22891         * modules/*: New module descriptions.
22892         * gnulib-tool: New file.
22893         * MODULES.html.sh: New file.
22894
22895 2002-12-21  Karl Berry  <karl@gnu.org>
22896
22897         * doc/fdl.texi: update to version 1.2.
22898
22899 2002-12-19  Karl Berry  <karl@gnu.org>
22900
22901         * config/config.guess: update from prep.
22902
22903 2002-12-18  Bruno Haible  <bruno@clisp.org>
22904
22905         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22906         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22907
22908 2002-12-17  Bruno Haible  <bruno@clisp.org>
22909
22910         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22911         stdlib.h, string.h.
22912
22913 2002-12-17  Bruno Haible  <bruno@clisp.org>
22914
22915         * lib/canon-host.c (strdup): Remove unused declaration.
22916
22917         * lib/fsusage.c: Include full_read.h.
22918         (get_fs_usage): Use full_read instead of safe_read.
22919
22920         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22921
22922 2002-12-12  Karl Berry  <karl@gnu.org>
22923
22924         * config/config.guess: update from prep.
22925
22926 2002-12-11  Bruno Haible  <bruno@clisp.org>
22927
22928         * m4/setenv.m4: New file, from gettext-0.11.5.
22929
22930 2002-12-11  Bruno Haible  <bruno@clisp.org>
22931
22932         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22933         not unsetenv().
22934         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22935         modifications:
22936
22937         2002-12-11  Bruno Haible  <bruno@clisp.org>
22938
22939                 * setenv.c (alloca): Fall back to malloc.
22940                 (freea): New macro.
22941                 (setenv): Use freea() to free memory allocated with alloca().
22942
22943         2002-11-13  Bruno Haible  <bruno@clisp.org>
22944
22945                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22946                 function declarations.
22947                 * unsetenv.c (unsetenv): Likewise.
22948
22949         2002-03-04  Bruno Haible  <bruno@clisp.org>
22950
22951                 Portability to AIX 4.3.3.
22952                 * unsetenv.c: New file, extracted from setenv.c.
22953                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22954
22955         2001-12-20  Bruno Haible  <bruno@clisp.org>
22956
22957                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22958                 use malloc instead. For SunOS 4.
22959
22960         2001-12-11  Bruno Haible  <bruno@clisp.org>
22961
22962                 * setenv.c: Declare alloca.
22963                 (compar_fn_t): New typedef.
22964                 (KNOWN_VALUE, STORE_VALUE): Use it.
22965
22966         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22967         setenv.h.
22968
22969 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22970
22971         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22972         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22973         Choose values that are less likely to collide with system fnmatch
22974         options.
22975         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22976         defined (e.g., a pure POSIX system).
22977         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22978         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22979
22980 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22981
22982         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22983         a pain in practice to deal with generated m4 files.  This change
22984         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22985
22986         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22987         and jm-glibc-io.m4, as they are no longer a special case.
22988         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22989         kludge and the auto-generation stuff.  Check only whether the
22990         functions are declared, not whether they exist, since older hosts
22991         that don't declare the functions can't use the optimization anyway.
22992
22993 2002-12-06  Jim Meyering  <jim@meyering.net>
22994
22995         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22996
22997         Merge in changes from libc's misc/error.c, in preparation
22998         for the merge of gnulib's changes back into libc.
22999
23000         * lib/error.c (_): Define only if not already defined.
23001         Move definition to follow all #include directives.
23002         Include unlocked-io.h only if !_LIBC.
23003         [_LIBC]: Include <libio/libioP.h>.
23004         [USE_IN_LIBIO]: Include <libio/iolibio.h>
23005         (fflush): Tweak definition to use INTUSE.
23006         (putc): Define.
23007
23008 2002-12-05  Paul Eggert  <eggert@twinsun.com>
23009
23010         * lib/alloca.c [defined emacs]: Include "lisp.h".
23011         (xalloc_die) [defined emacs]: New macro.
23012         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
23013         [! defined emacs]: Include <xalloc.h>.
23014         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
23015         (pointer): Typedef to POINTER_TYPE *.
23016         (malloc): Remove decl; we now always use xmalloc.
23017         (alloca): Use old-style definition, since Emacs needs this.
23018         Check for arithmetic overflow when computing combined size.
23019
23020 2002-12-04  Paul Eggert  <eggert@twinsun.com>
23021
23022         Do not generate unlocked-io.h automatically, since it's easier to
23023         maintain it by hand.
23024
23025         * lib/unlocked-io.h: New file, from GNU diffutils,
23026         but with proper copyright notice and attribution.
23027         * lib/gen-uio: Remove.
23028         * lib/Makefile.am: Add copyright notice.
23029         (libfetish_a_SOURCES): Add unlocked-io.h.
23030         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
23031         (DISTCLEANFILES, io_functions): Remove macros.
23032         (EXTRA_DIST): Remove gen_uio.
23033         (unlocked-io.h): Remove rule.
23034
23035 2002-12-04  Jim Meyering  <jim@meyering.net>
23036
23037         Reflect the fact that stat.c and lstat.c are no longer generated.
23038         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
23039         (DISTCLEANFILES): Likewise.
23040         (EXTRA_DIST): Likewise.
23041         (all_local): Don't depend on stat.c or lstat.c.
23042         (stat.c, lstat.c): Remove rules.
23043         (EXTRA_DIST): Remove xstat.in.
23044
23045         * lib/xstat.in: Remove file.  Contents moved into stat.c.
23046         * lib/stat.c: New file.  Contents mostly from xstat.in.
23047         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
23048         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
23049
23050         * lib/safe-read.c: Rework so that it may serve to define safe_write,
23051         too.
23052         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
23053
23054 2002-12-03  Jim Meyering  <jim@meyering.net>
23055
23056         * lib/safe-read.c, safe-write.c: Change variable names and comments,
23057         but not semantics, to minimize the differences between these two files.
23058         (safe_read): Change comment to mention SAFE_READ_ERROR.
23059
23060         * lib/safe-read.c (IS_EINTR): Define.
23061         (safe_read): Use IS_EINTR in place of in-function cpp directives.
23062
23063 2002-12-02  Jim Meyering  <jim@meyering.net>
23064
23065         * lib/safe-read.c (EINTR): Define.
23066         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23067         (INT_MAX): Provide fallback.
23068         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
23069
23070         * lib/safe-read.h (SAFE_READ_ERROR): Define.
23071
23072 2002-12-02  Bruno Haible  <bruno@clisp.org>
23073
23074         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
23075         Define, taken from safe-read.c.
23076         (INT_MAX): Provide fallback.
23077         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
23078         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
23079
23080         * lib/safe-read.c (EINTR): Remove definition.
23081         (safe_read): Don't use EINTR if it is absent.
23082
23083 2002-12-01  Jim Meyering  <jim@meyering.net>
23084
23085         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
23086         zero.
23087         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
23088
23089 2002-11-27  Paul Eggert  <eggert@twinsun.com>
23090
23091         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
23092         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
23093         with `if (! (value < limit)) abort ();', for readability.
23094
23095 2002-11-26  Karl Berry  <karl@gnu.org>
23096
23097         * lib/strdup.c: copy from libc again, with jim's ok.
23098         * lib/.cppi-disable: re-add strdup.c
23099
23100 2002-11-25  Karl Berry  <karl@gnu.org>
23101
23102         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
23103         instead of "strtol.c".
23104
23105 2002-11-25  Karl Berry  <karl@gnu.org>
23106
23107         * config/install-sh: update from automake for variable quoting, $0 in
23108         error msgs, etc.
23109
23110         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
23111         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
23112         entry.
23113
23114 2002-11-25  Jim Meyering  <jim@meyering.net>
23115
23116         * lib/mktime.c: Sync from libc, now that it has the latest fix.
23117
23118 2002-11-24  Karl Berry  <karl@gnu.org>
23119
23120         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
23121         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
23122
23123 2002-11-24  Jim Meyering  <jim@meyering.net>
23124
23125         Update from coreutils:
23126
23127         * lib/mktime.c: Merge in changes from libc.
23128
23129         Avoid a link-time failure on some Linux systems.
23130         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
23131         (otherwise).
23132         (__mon_yday): Declare with the STATIC attribute.
23133         (__mktime_internal): Likewise.
23134         Based on a report from Greg Schafer.
23135
23136 2002-11-23  Jim Meyering  <jim@meyering.net>
23137
23138         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
23139         Use `unsigned', not `int', as type of index.
23140
23141         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
23142
23143         * lib/fsusage.c: Remove unneeded parentheses around operands of
23144         `defined'.
23145
23146 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23147
23148         * lib/quotearg.h: Allow multiple inclusion by surrounding with
23149         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
23150         so that we can be included first.
23151         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
23152         * lib/quotearg.c: Include quotearg.h immediately after config.h.
23153         No need to include stddef.h or sys/types.h any more.
23154         Surround local include files with "", not "<>".
23155         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
23156         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
23157         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
23158         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
23159         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
23160         (ISPRINT): Remove; no longer needed now that we assume C89.
23161
23162         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
23163         Preserve errno.
23164
23165         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
23166         quotearg_char): Use SIZE_MAX rather than
23167         (size_t) -1 when we are talking about "infinity".
23168
23169         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
23170
23171 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23172
23173         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
23174         hint that one should use `if (! x) abort ();' rather than `assert
23175         (x);', and anyway it's one less thing to worry about configuring.
23176         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
23177         hash_rehash, hash_insert): Use abort rather than assert.
23178
23179 2002-11-22  Bruno Haible  <bruno@clisp.org>
23180
23181         * lib/safe-read.h: Assume C89. Add comments.
23182         (safe_read): Change return type to size_t.
23183         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
23184         byte counts > SSIZE_MAX correctly.
23185         * lib/safe-write.h: New file.
23186         * lib/safe-write.c: New file.
23187         * lib/full-read.h: New file.
23188         * lib/full-read.c: New file.
23189         * lib/full-write.h: Assume C89. Add comments.
23190         * lib/full-write.c: Include safe-write.h.
23191         (full_write): Rewritten to use safe_write.
23192         Suggested by Jim Meyering and Paul Eggert.
23193
23194 2002-11-21  Jim Meyering  <jim@meyering.net>
23195
23196         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
23197
23198         Merge in changes from the coreutils.
23199
23200         2002-09-25  Paul Eggert  <eggert@twinsun.com>
23201         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
23202         <stdint.h>.
23203         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
23204         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
23205         int.  Work more efficiently if X is the same width as uintmax_t.
23206         Do not compare X to -1, to avoid bogus compiler warning.
23207         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
23208         Don't assume that f_frsize and f_bsize are the same type.
23209
23210         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
23211         warning on FreeBSD.
23212
23213         * lib/makepath.c (make_path): Restore umask *before* creating the final
23214         component.
23215         (make_path): Minor reformatting.
23216
23217         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23218         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23219         HAVE_MALLOC/HAVE_REALLOC.
23220
23221         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23222         dummy ones.  At least on GNU/Linux systems, `auto' means something
23223         else.
23224         From Michael Stone.
23225
23226 2002-11-21  Bruno Haible  <bruno@clisp.org>
23227
23228         Remove case insensitive option matching.
23229         * lib/argmatch.h (argcasematch): Remove declaration.
23230         (ARGCASEMATCH): Remove macro.
23231         (__xargmatch_internal): Remove case_sensitive argument.
23232         (XARGMATCH): Update.
23233         (XARGCASEMATCH): Remove macro.
23234         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23235         case_sensitive argument.
23236         (argcasematch): Remove function.
23237         (__xargmatch_internal): Remove case_sensitive argument.
23238         (main): Use XARGMATCH instead of XARGCASEMATCH.
23239
23240         * lib/xmalloc.c: Change compile-time error message. Add comment about
23241         required autoconf version.
23242
23243 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23244
23245         Merge argmatch cleanups from Bison.  Assume C89.
23246
23247         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23248         Include stdlib.h, for EXIT_FAILURE.
23249         Always include <string.h>, since we assume C89.
23250         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23251         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23252         Include <stddef.h> instead, since it's all we need for size_t.
23253         (PARAMS): Remove.  All uses removed.
23254         (ARRAY_CARDINALITY): Do not bother to #undef.
23255         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23256         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23257         Remove unnecessary parentheses.
23258         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23259         Insert necessary parentheses.
23260         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23261         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23262
23263 2002-11-19  Bruno Haible  <bruno@clisp.org>
23264
23265         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23266         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23267
23268         * lib/mbswidth.h (PARAMS): Remove macro.
23269         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23270         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23271
23272         * lib/gcd.h (PARAMS): Remove macro.
23273         (gcd): Use ANSI C function declarations.
23274         * lib/gcd.c (gcd): Likewise.
23275
23276 2002-11-15  Bruno Haible  <bruno@clisp.org>
23277
23278         * lib/strcspn.c: Include <stddef.h>.
23279         (strcspn): Use ANSI C function declaration. Change return type to
23280         size_t. Use NULL.
23281         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23282         (strpbrk): Use NULL.
23283         * lib/strpbrk.h (PARAMS): Remove macro.
23284         (strpbrk): Use ANSI C function declaration.
23285         * lib/strstr.c: Don't include <sys/types.h>.
23286         * lib/strstr.h (PARAMS): Remove macro.
23287         (strstr): Use ANSI C function declarations.
23288
23289 2002-11-14  Karl Berry  <karl@gnu.org>
23290
23291         * config/mkinstalldirs: `do' on separate line, instead of
23292         `for var; do'.
23293
23294 2002-11-06  Bruno Haible  <bruno@clisp.org>
23295
23296         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23297         * lib/gcd.c (gcd): Likewise.
23298
23299 2002-11-05  Bruno Haible  <bruno@clisp.org>
23300
23301         * lib/gcd.h: New file, from gettext-0.11.5.
23302         * lib/gcd.c: New file, from gettext-0.11.5.
23303
23304 2002-11-05  Bruno Haible  <bruno@clisp.org>
23305
23306         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23307         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23308         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23309         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23310
23311         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23312         <libintl.h>.
23313         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23314         <libintl.h>.
23315
23316         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23317         * lib/human.c: Include gettext.h instead of <libintl.h>.
23318         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23319         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23320         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23321         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23322         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23323         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23324         (textdomain): Remove definition.
23325         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23326
23327         * lib/long-options.c: Remove include of <libintl.h> and definition of
23328         _.
23329         * lib/same.c: Remove include of <libintl.h> and definition of _.
23330
23331 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23332
23333         * lib/config.charset: A few additions for Solaris.
23334
23335 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23336
23337         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23338         * lib/localcharset.c (locale_charset): Declare as extern "C".
23339
23340 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23341
23342         * lib/config.charset: msdos in uk_UA uses CP1125.
23343
23344 2002-11-04  Bruno Haible  <bruno@clisp.org>
23345
23346         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23347         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23348         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23349         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23350         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23351
23352 2002-11-04  Bruno Haible  <bruno@clisp.org>
23353
23354         * lib/localcharset.c (locale_charset): Don't return an empty string.
23355
23356 2002-11-04  Bruno Haible  <bruno@clisp.org>
23357
23358         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23359         aliases.
23360
23361 2002-11-04  Bruno Haible  <bruno@clisp.org>
23362
23363         * lib/config.charset: Update for newest glibc. Add canonical names
23364         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23365
23366 2002-11-04  Bruno Haible  <bruno@clisp.org>
23367
23368         * lib/config.charset: Add support for NetBSD.
23369
23370 2002-11-04  Bruno Haible  <bruno@clisp.org>
23371
23372         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23373
23374 2002-11-01  Bruno Haible  <bruno@clisp.org>
23375
23376         * configure.in: Add AC_CONFIG_AUX_DIR call.
23377         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23378         test/Makefile.
23379         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23380
23381 2002-09-28  Karl Berry  <karl@gnu.org>
23382
23383         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23384         installed automake until the next release, since changes have been
23385         made.
23386
23387 2002-09-25  Karl Berry  <karl@gnu.org>
23388
23389         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23390         * lib/getopt*: copy from libc/posix.
23391         * lib/gettext.h: copy from gettext.
23392         * lib/.cppi-disable: add strdup.c, gettext.h.
23393
23394 2002-09-25  Karl Berry  <karl@gnu.org>
23395
23396         * config/srclist.txt: enable gettext.h check.
23397         * config/config.{guess,sub}: update from prep.
23398         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23399                 from automake 1.6.3.
23400         See srclist*.
23401
23402 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23403
23404         * regex.c (PATFETCH): Remove the translating fetch.
23405         (PATFETCH_RAW): Rename to PATFETCH.
23406         (set_image_of_range): New fun.
23407         (SET_RANGE_TABLE_WORK_AREA): Use it.
23408         (regex_compile): Don't translate the pattern chars so eagerly.
23409         Only do it when inserting an `exactn' bytecode or when handling
23410         a char-range.
23411         (mutually_exclusive_p): Avoid empty statement.
23412
23413 2002-07-06  Jim Meyering  <meyering@lucent.com>
23414
23415         * m4/README: Don't mention Makefile.am.in.
23416         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23417
23418 2002-07-01  Jim Meyering  <meyering@lucent.com>
23419
23420         * lib/c-stack.c: Include sys/time.h.
23421         From Volker Borchert.
23422
23423 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23424
23425         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23426
23427 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23428
23429         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23430         New macro.  Use it uniformly instead of
23431         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23432         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23433         reported by Vin Shelton.
23434
23435 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23436
23437         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23438         Do not assume SA_SIGINFO behavior.
23439         Bug reported by Jim Meyering on NetBSD 1.5.2.
23440
23441 2002-06-22  Jim Meyering  <meyering@lucent.com>
23442
23443         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23444         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23445
23446         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23447         now that configure.ac uses AC_GNU_SOURCE.
23448         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23449         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23450
23451         Update to latest tools.  Suggestions from Paul Eggert.
23452         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23453         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23454         * m4/fnmatch.m4: Likewise.
23455         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23456         to AC_HEADER_STDBOOL
23457
23458 2002-06-22  Jim Meyering  <meyering@lucent.com>
23459
23460         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23461         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23462
23463 2002-06-22  Jim Meyering  <meyering@lucent.com>
23464
23465         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23466
23467         * lib/exitfail.c, exitfail.h: Likewise.
23468         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23469
23470         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23471         of fnmatch.h.
23472         (EXTRA_DIST): Add fnmatch_loop.c.
23473         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23474
23475         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23476         * lib/fnmatch.c: Update from diffutils-2.8.2.
23477         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23478         * lib/fnmatch.h: Remove file.
23479
23480 2002-06-21  Jim Meyering  <meyering@lucent.com>
23481
23482         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23483         * m4/mbrtowc.m4: Likewise.
23484
23485         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23486         * m4/mbswidth.m4: Reflect name change:
23487         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23488         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23489
23490         * m4/lib-link.m4: Update from gettext-0.11.2.
23491         * m4/gettext.m4: Likewise.
23492
23493         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23494         From Alfred M. Szmidt.
23495
23496 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23497
23498         * lib/file-type.h: Report an error if neither S_ISREG nor
23499         S_IFREG is defined, instead of using a test specific to glibc
23500         2.2.  This should be safe, since POSIX requires S_ISREG and
23501         Unix Version 7 had S_IFREG.  We don't need to check for
23502         <sys/types.h> since we don't use any symbols that it defines.
23503
23504 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23505
23506         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23507         $@-t, so that each temporary file name is unique and valid in the first
23508         8 characters, for operation under DOS.
23509
23510 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23511
23512         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23513
23514 2002-06-15  Jim Meyering  <meyering@lucent.com>
23515
23516         Work even with DJGPP 2.03, which lacks support for symlinks.
23517         From Richard Dawe.
23518         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23519         is defined.
23520         * lib/lchown.c (S_ISLNK): Likewise.
23521
23522 2002-06-15  Jim Meyering  <meyering@lucent.com>
23523
23524         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23525         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23526         have been included before this file.
23527
23528 2002-06-14  Jim Meyering  <meyering@lucent.com>
23529
23530         * lib/file-type.h: Use the version from diffutils-2.8.2.
23531         * lib/file-type.c: Likewise.
23532
23533 2002-06-07  Jim Meyering  <meyering@lucent.com>
23534
23535         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23536         They're needed at least for NetBSD 1.5.2.
23537         ($statxfs_includes): Include those same headers.
23538         ($statxfs_includes): Include sys/vfs.h if available.
23539         ($statxfs_includes): Likewise for sys/statvfs.h.
23540         Check for the following members in both structs statfs and statvfs:
23541         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23542
23543 2002-06-01  Jim Meyering  <meyering@lucent.com>
23544
23545         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23546         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23547
23548 2002-05-28  Jim Meyering  <meyering@lucent.com>
23549
23550         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23551         Reported by Volker Borchert.
23552
23553 2002-05-27  Jim Meyering  <meyering@lucent.com>
23554
23555         Fix a problem seen only on nonconforming systems whereby ls.c's
23556         use of localtime, and then of gettimeofday would cause trouble:
23557         the localtime call used to initialize rpl_gettimeofday's save
23558         mechanism would clobber ls's current local time information so
23559         that in any long listing the first file would always be listed
23560         with date 1970-01-01.  Analysis by Volker Borchert.
23561
23562         * lib/gettimeofday.c (localtime): Undefine.
23563         (rpl_localtime): New function.
23564
23565 2002-05-27  Jim Meyering  <meyering@lucent.com>
23566
23567         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23568         localtime.
23569
23570         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23571         use the replacement function; it wouldn't resolve at link time.
23572         Reported by Volker Borchert.
23573
23574 2002-05-22  Jim Meyering  <meyering@lucent.com>
23575
23576         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23577         file-type.h.
23578         * lib/file-type.h: New file.
23579         * lib/file-type.c (file_type): New file/function.  Extracted from
23580         diffutils.
23581
23582 2002-04-30  Jim Meyering  <meyering@lucent.com>
23583
23584         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23585
23586 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23587
23588         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23589
23590 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23591
23592         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23593         Do not check for alloca.h (no longer used) or stdbool.h (was never
23594         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23595
23596 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23597
23598         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23599
23600 2002-04-29  Jim Meyering  <meyering@lucent.com>
23601
23602         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23603         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23604         Use AC_FUNC_STRNLEN here instead.
23605
23606         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23607         With autoconf-2.53a, it's part of AC_PROG_CC.
23608
23609 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23610
23611         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23612         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23613
23614 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23615
23616         * lib/sig2str.h, lib/sig2str.c: New files.
23617         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23618
23619 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23620
23621         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23622         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23623         of 127, since 64 is the largest conceivable number for ancient
23624         nonstandard hosts.
23625         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23626
23627 2002-04-28  Jim Meyering  <meyering@lucent.com>
23628
23629         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23630
23631 2002-04-24  Jim Meyering  <meyering@lucent.com>
23632
23633         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23634         (jm_PREREQ): Use it.
23635
23636         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23637         mach/mach.h fcntl.h.
23638         Check for this function: setlocale.
23639
23640 2002-04-24  Jim Meyering  <meyering@lucent.com>
23641
23642         * lib/gettext.h: New file, from Gettext.
23643         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23644         (libfetish_a_SOURCES): Add gettext.h.
23645
23646 2002-04-16  Jim Meyering  <meyering@lucent.com>
23647
23648         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23649         ut_pid, ut_id, ut_exit.
23650
23651 2002-04-16  Jim Meyering  <meyering@lucent.com>
23652
23653         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23654         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23655         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23656
23657 2002-04-12  Jim Meyering  <meyering@lucent.com>
23658
23659         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23660         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23661         existence of the getmntinfo function.  Needed for Darwin 5.3.
23662
23663         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23664         This is necessary at least on Darwin 5.3.
23665
23666         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23667         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23668         strnlen.o in the library, and that makes some versions of ranlib
23669         object.
23670
23671 2002-04-12  Jim Meyering  <meyering@lucent.com>
23672
23673         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23674
23675 2002-04-09  Jim Meyering  <meyering@lucent.com>
23676
23677         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23678         to be more precise.  Rather than saying we're checking whether the
23679         function `works', say what we're testing.
23680         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23681         Reported by Bruno Haible.
23682
23683 2002-03-10  Jim Meyering  <meyering@lucent.com>
23684
23685         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23686         Suggestion from Santiago Vila.
23687
23688 2002-03-08  Jim Meyering  <meyering@lucent.com>
23689
23690         * lib/rename.c: Mention that this wrapper is needed also on
23691         mips-dec-ultrix4.4 systems.
23692
23693 2002-03-02  Jim Meyering  <meyering@lucent.com>
23694
23695         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23696         not HAVE_CLOCK_SETTIME.
23697
23698 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23699
23700         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23701         Check for clock_settime.
23702
23703 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23704
23705         * lib/nanosleep.h: Rename to....
23706         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23707
23708         * lib/gettime.c: New file.
23709         * lib/settime.c: New file.
23710         * lib/stime.c: Remove.
23711
23712         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23713         timespec.h.  Remove nanosleep.h.
23714
23715 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23716
23717         * m4/acl.m4: New file.
23718         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23719         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23720
23721 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23722
23723         * lib/acl.c, lib/acl.h: New files.
23724         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23725
23726 2002-02-24  Jim Meyering  <meyering@lucent.com>
23727
23728         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23729         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23730         cause trouble.  Reported by Nelson Beebe.
23731
23732 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23733
23734         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23735         compilers that don't know that xalloc_die never returns.
23736
23737 2002-02-20  Jim Meyering  <meyering@lucent.com>
23738
23739         * lib/getdate.c: Regenerate using bison-1.33.
23740
23741 2002-02-17  Jim Meyering  <meyering@lucent.com>
23742
23743         * config/config.guess (main): Don't use `head -1'; it's no longer
23744         portable. Use `sed 1q' instead.
23745
23746 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23747
23748         * m4/codeset.m4: Upgrade to gettext-0.11.
23749         * m4/gettext.m4: Upgrade to gettext-0.11.
23750         * m4/glibc21.m4: Upgrade to gettext-0.11.
23751         * m4/iconv.m4: Upgrade to gettext-0.11.
23752         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23753         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23754         * m4/lib-ld.m4: New file, from gettext-0.11.
23755         * m4/lib-link.m4: New file, from gettext-0.11.
23756         * m4/lib-prefix.m4: New file, from gettext-0.11.
23757         * m4/progtest.m4: Upgrade to gettext-0.11.
23758
23759 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23760
23761         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23762         (jm_PREREQ): Use it.
23763
23764 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23765
23766         * lib/posixver.c, lib/posixver.h: New files.
23767         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23768
23769 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23770             Bruno Haible  <bruno@clisp.org>
23771
23772         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23773         (fwrite_success_callback): New declaration.
23774         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23775         print_unicode_char. Call failure callback instead of error.
23776         (fwrite_success_callback): New function.
23777         (exit_failure_callback): New function.
23778         (fallback_failure_callback): New function.
23779         (print_unicode_char): Call unicode_to_mb.
23780
23781 2002-01-26  Jim Meyering  <meyering@lucent.com>
23782
23783         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23784         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23785
23786 2002-01-26  Jim Meyering  <meyering@lucent.com>
23787
23788         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23789
23790 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23791
23792         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23793
23794 2002-01-22  Jim Meyering  <meyering@lucent.com>
23795
23796         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23797         Otherwise, some versions of automake would omit the rule that makes
23798         Makefile from Makefile.in.
23799
23800 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23801
23802         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23803         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23804         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23805         (memcoll): Set errno to zero if there is no error.
23806
23807         * lib/quotearg.c (quotearg_buffer_restyled):
23808         Fix bug with quoting buffers containing NUL when backslashing escapes.
23809         This bug was exposed by the other changes in this patch.
23810         (quotearg_n_options): New arg ARGSIZE.
23811         All callers changed.
23812         (quoting_options_from_style): New function.
23813         (quotearg_n_style): Use it.
23814         (quotearg_n_style_mem): New function.
23815
23816         * lib/quotearg.h (quotearg_n_style_mem): New function.
23817
23818 2002-01-19  Jim Meyering  <meyering@lucent.com>
23819
23820         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23821         Remove useless quotes: DF_PROG="df".
23822         * m4/strnlen.m4: New file.
23823
23824 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23825
23826         * lib/backupfile.c (ISDIGIT): Comment fix.
23827         * lib/getdate.y (ISDIGIT): Likewise.
23828         * lib/posixtm.c (ISDIGIT, year): Likewise.
23829         * lib/strverscmp.c (ISDIGIT): Likewise.
23830         * lib/userspec.c (ISDIGIT): Likewise.
23831
23832 2002-01-16  Jim Meyering  <meyering@lucent.com>
23833
23834         * lib/getdate.y: Add three semicolons, each just before a closing
23835         brace. Bison (as of version 1.31) no longer papers over that mistake.
23836
23837 2002-01-05  Jim Meyering  <meyering@lucent.com>
23838
23839         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23840
23841 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23842
23843         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23844         not silently exit merely because the output buffer happens to
23845         have nothing pending.
23846
23847 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23848
23849         See the big note in ../ChangeLog.
23850         * lib/human.c (suffixes): Prefer K to k for 1024.
23851         (generate_suffix_backwards): New function.
23852         (human_readable_inexact): Use it.
23853         * lib/xstrtol.c (__xstrtol): If there is no number but there
23854         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23855         Accept 'K' as well as 'k'.
23856
23857 2001-12-15  Jim Meyering  <meyering@lucent.com>
23858
23859         * lib/regex.h (__restrict_arr): Update from libc.
23860
23861         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23862         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23863         (STREQ): Define.
23864
23865 2001-12-14  Jim Meyering  <meyering@lucent.com>
23866
23867         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23868         Suggestion from Bruno Haible.
23869
23870 2001-12-10  Jim Meyering  <meyering@lucent.com>
23871
23872         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23873         xrealloc, Instead, include "xalloc.h".
23874         (initbuffer): Don't cast xmalloc return value to char*.
23875         (readline): Reword comment.
23876         Don't cast xrealloc return value to char*
23877         Return NULL, not 0.
23878
23879 2001-12-09  Jim Meyering  <meyering@lucent.com>
23880
23881         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23882         about `signed and unsigned type in conditional expression'.
23883         * lib/posixtm.c (posix_time_parse): Likewise.
23884
23885         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23886
23887         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23888         to avoid a pedantic warning.
23889
23890         * lib/getstr.c: Don't include assert.h.
23891         (getstr): Remove warning-evoking assertions.
23892         Return -1 if offset parameter is out of bounds.
23893         Change the type of a local from int to size_t.
23894
23895         * lib/strftime.c (my_strftime_localtime_r): Include this function
23896         definition in the `#if ! HAVE_TM_GMTOFF' block.
23897
23898         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23899         Include xalloc.h instead.
23900
23901 2001-12-02  Jim Meyering  <meyering@lucent.com>
23902
23903         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23904         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23905         included.
23906
23907         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23908         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23909
23910 2001-11-30  Akim Demaille  <akim@epita.fr>
23911
23912         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23913         before being defined.
23914
23915 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23916
23917         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23918         First arg is int, not unsigned.
23919         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23920         (SIZE_MAX, UINT_MAX): New macros.
23921         (quotearg_n_options): Abort if N is negative.
23922         Avoid overflow check on hosts where size_t is 64 bits and int
23923         is 32 bits, as overflow is impossible there.
23924         Fix off-by-one typo that caused unnecessary reallocation.
23925
23926 2001-11-27  Jim Meyering  <meyering@lucent.com>
23927
23928         * lib/tempname.c: Merge with version from libc.
23929         * lib/regex.c: Likewise.
23930
23931         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23932         systems for which STDC_HEADERS is 0, it was not included, resulting in
23933         a warning about an integer-to-pointer conversion problem with getenv.
23934         Reported by Volker Borchert.
23935
23936 2001-11-26  Jim Meyering  <meyering@lucent.com>
23937
23938         * lib/gtod.h: Remove file.
23939         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23940         * lib/gettimeofday.c: Don't include gtod.h.
23941         (GTOD_init): Remove function.
23942         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23943         Suggestion from Volker Borchert.
23944
23945 2001-11-23  Jim Meyering  <meyering@lucent.com>
23946
23947         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23948         it.
23949         * lib/hash.c (struct hash_table): Define it here instead.
23950
23951 2001-11-22  Jim Meyering  <meyering@lucent.com>
23952
23953         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23954
23955 2001-11-20  Jim Meyering  <meyering@lucent.com>
23956
23957         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23958         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23959
23960 2001-11-19  Jim Meyering  <meyering@lucent.com>
23961
23962         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23963         directory.  Use "conftestXXXXXX" as the template.
23964         Suggestion from Paul Eggert.
23965
23966         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23967         immediately, so the test doesn't mistakenly hit the max-open-files
23968         limit.
23969
23970 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23971
23972         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23973         (TEMPORARIES): New macro.
23974         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23975         removes an artificial limitation (e.g. HP-UX 10.20, where
23976         TMP_MAX is 17576).
23977
23978 2001-11-18  Jim Meyering  <meyering@lucent.com>
23979
23980         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23981
23982 2001-11-18  Jim Meyering  <meyering@lucent.com>
23983
23984         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23985         on SunOS 4.
23986
23987         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23988         files will be created before anything else.
23989
23990 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23991
23992         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23993         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23994
23995 2001-11-17  Jim Meyering  <meyering@lucent.com>
23996
23997         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23998         Prompted by a report from Bob Proulx.
23999
24000         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
24001         Instead, require UTILS_FUNC_MKSTEMP.
24002
24003 2001-11-17  Jim Meyering  <meyering@lucent.com>
24004
24005         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
24006         Now, that's done as part of AC_FUNC_STRTOD.
24007
24008 2001-11-17  Jim Meyering  <meyering@lucent.com>
24009
24010         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
24011         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
24012         rather than group writable.  Patch by Juan F. Codagnone.
24013
24014         * lib/readtokens.c: Remove explicit declarations of xmalloc and
24015         xrealloc, Instead, include "xalloc.h".
24016
24017         * lib/mountlist.c: Include unlocked-io.h after all system headers.
24018         Remove explicit declarations of xmalloc, xrealloc,
24019         and xstrdup.  Instead, include "xalloc.h".
24020
24021         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
24022         unlocked-io.h.
24023         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
24024         Likewise.
24025         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
24026
24027         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
24028         Reported by Padraig Brady.
24029
24030         * lib/mkstemp.c: #undef mkstemp.
24031         Include config.h.
24032         (rpl_mkstemp): Rename from mkstemp.
24033         Protoize.
24034
24035 2001-11-16  Jim Meyering  <meyering@lucent.com>
24036
24037         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
24038         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
24039         determine the amount of total physical memory, use pstat_getstatic.
24040         HPUX-11 doesn't define _SC_PHYS_PAGES.
24041         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
24042         If sysconf couldn't be used to determine the amount of available
24043         physical memory, use both pstat_getstatic and pstat_getdynamic.
24044         Based on a patch from Bob Proulx.
24045
24046 2001-11-10  Jim Meyering  <meyering@lucent.com>
24047
24048         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
24049         (jm_PREREQ): Use it.
24050
24051 2001-11-09  Jim Meyering  <meyering@lucent.com>
24052
24053         * m4/jm-macros.m4: Require autoconf-2.52f.
24054         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
24055         Use these AC_-prefixed names, not the AM_-prefixed ones.
24056
24057         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
24058
24059 2001-11-05  Jim Meyering  <meyering@lucent.com>
24060
24061         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
24062
24063 2001-11-04  Jim Meyering  <meyering@lucent.com>
24064
24065         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
24066         $DEFS.
24067
24068 2001-11-03  Jim Meyering  <meyering@lucent.com>
24069
24070         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
24071         of AC_DEFUN.
24072
24073         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
24074         know the name of the variable in the macro definition.
24075
24076 2001-11-03  Jim Meyering  <meyering@lucent.com>
24077
24078         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
24079         in argmatch_to_argument call.
24080
24081         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
24082         argument.
24083
24084         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
24085         e.g., a fault due to an attempt to free a NULL pointer.
24086
24087 2001-11-01  Jim Meyering  <meyering@lucent.com>
24088
24089         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
24090         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
24091
24092 2001-11-01  Jim Meyering  <meyering@lucent.com>
24093
24094         * lib/dirfd.c, lib/dirfd.h: New files.
24095         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
24096
24097         * lib/hash.c (hash_print) [TESTING]: Clean up.
24098
24099 2001-10-22  Paul Eggert  <eggert@twinsun.com>
24100
24101         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
24102         to avoid a warning if -Wall.
24103
24104 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
24105
24106         * README: New file
24107         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
24108         (per RMS's instructions, this is now the canonical source)
24109         * lgpl/, gpl/: New directories.
24110
24111 2001-10-21  Paul Eggert  <eggert@twinsun.com>
24112
24113         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
24114
24115 2001-10-21  Jim Meyering  <meyering@lucent.com>
24116
24117         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
24118         this code would end up calling gettext even in packages built
24119         with --disable-nls.
24120         * lib/getopt.c (_): Likewise.
24121         * lib/regex.c (_): Likewise.
24122
24123 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24124
24125         * m4/error.m4 (jm_PREREQ_ERROR):
24126         Do not invoke AC_CHECK_FUNCS with strerror_r, as
24127         AC_FUNC_STRERROR_R does that.
24128         Check for strerror declaration.
24129
24130         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
24131         are supposed to have them these days.
24132         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
24133         Merge changes from latest Autoconf CVS.
24134         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
24135         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
24136         POSIX decided to standardize on the int flavor of strerror_r.
24137
24138 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24139
24140         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
24141         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
24142         Use strerror_r that is only a macro, even if it is not a function.
24143         (strerror): Check for HAVE_DECL_STRERROR before declaring.
24144         (private_strerror): Use prototypes, not old-style function definition.
24145         (print_errno_message): New function.
24146         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
24147         char*-flavored one.
24148         (error_tail, error, error_at_line): Use it.
24149
24150 2001-10-11  Jim Meyering  <meyering@lucent.com>
24151
24152         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
24153         and quote_n (1, ... to avoid clobbering a buffer.
24154
24155 2001-10-05  Jim Meyering  <meyering@lucent.com>
24156
24157         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
24158         hash-pjw.h.
24159         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
24160         * lib/hash-pjw.h: New file.
24161
24162 2001-09-30  Jim Meyering  <meyering@lucent.com>
24163
24164         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
24165         `struct fsstat' has the `f_fstypename' member.
24166         Use that to define FS_TYPE, which is now used to make
24167         the getfsstat link test tighter.
24168
24169 2001-09-30  Jim Meyering  <meyering@lucent.com>
24170
24171         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
24172         Include <sys/ucred.h>, for Apple Darwin.
24173         Include sys/mount.h and sys/fs_types.h only if available.
24174         (FS_TYPE): Define.
24175         (read_filesystem_list): Use FS_TYPE.
24176
24177 2001-09-29  Paul Eggert  <eggert@twinsun.com>
24178
24179         * lib/exclude.c (excluded_filename): 0 -> false, since it's
24180         a boolean context.
24181
24182 2001-09-29  Jim Meyering  <meyering@lucent.com>
24183
24184         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24185         [one-argument getmntent function]): Include stdio.h before mntent.h.
24186         SunOS 4.1.x needs it for the declaration of `FILE'.
24187         Patch by Volker Borchert.
24188
24189         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24190         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
24191         sys/fs_types.h, and make the link-test for getfsstat guard #include
24192         directives with appropriate #if HAVE_*_H tests so that we can
24193         detect getfsstat on Apple Darwin1.3.7 systems.
24194         Reported by Nelson Beebe.
24195         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
24196
24197 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24198
24199         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24200         #defines strtoimax.  Also treat the other strto* functions
24201         like strtoimax.
24202
24203         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24204         Check for strtoul and strtoumax,
24205         as those declarations are made even in the signed case.
24206         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
24207         Likewise, for strtol and strtoimax.
24208
24209 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24210
24211         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24212         #defines strtoimax.  Also treat the other strto* functions
24213         like strtoimax.
24214
24215         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
24216         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24217         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24218
24219 2001-09-26  Jim Meyering  <meyering@lucent.com>
24220
24221         Most macros in unlocked-io.h had the wrong number of arguments.
24222         * lib/gen-uio: New script.
24223         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24224         * lib/unlocked-io.hin: Remove file.
24225         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24226         rather than trying to embed it here.
24227         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24228         Reported by Padraig Brady.
24229
24230 2001-09-25  Volker Borchert  <bt@teknon.de>
24231
24232         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24233         `result'.
24234
24235 2001-09-24  Jim Meyering  <meyering@lucent.com>
24236
24237         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24238
24239 2001-09-23  Jim Meyering  <meyering@lucent.com>
24240
24241         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24242         instead of the mere test for existence of mntent.h.  The latter
24243         would get a false-positive on AIX 3.4 systems.
24244         In the outer getmntent if-block, don't die if neither of the getmntent
24245         tests succeeds.  Instead, just fall through and continue with the
24246         remaining tests.
24247
24248 2001-09-23  Jim Meyering  <meyering@lucent.com>
24249
24250         * lib/mountlist.c: Remove useless parentheses in #if directives.
24251         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24252         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24253
24254 2001-09-22  Jim Meyering  <meyering@lucent.com>
24255
24256         * m4/gettext.m4: New file.  From gettext.
24257         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24258         * m4/progtest.m4: Likewise
24259         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24260         * m4/glibc21.m4: Likewise.
24261
24262         * m4/libintl.m4: Remove.  No longer used.
24263
24264 2001-09-22  Jim Meyering  <meyering@lucent.com>
24265
24266         * lib/localcharset.c: Update from latest gettext.
24267         * lib/config.charset: Likewise.
24268
24269 2001-09-20  Jim Meyering  <meyering@lucent.com>
24270
24271         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24272         strtoimax.
24273         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24274         strtoumax.
24275
24276 2001-09-20  Jim Meyering  <meyering@lucent.com>
24277
24278         * lib/xstrtol.c (strtoimax): Guard declaration with
24279         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24280         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24281         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24282         (strtoumax): Likewise, for completeness (it wasn't necessary).
24283
24284 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24285
24286         * lib/strtoimax.c (HAVE_LONG_LONG):
24287         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24288         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24289         to work around bug in IBM C compiler.
24290
24291 2001-09-17  Jim Meyering  <meyering@lucent.com>
24292
24293         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24294         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24295         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24296         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24297         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24298         whenever the right hand side need not be expanded by the shell.
24299
24300 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24301
24302         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24303         library.  It's not correct, as some older glibcs are buggy.
24304         fnmatch wasn't fixed until glibc 2.2.
24305
24306         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24307         special shell magic here.
24308
24309 2001-09-16  Jim Meyering  <meyering@lucent.com>
24310
24311         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24312         * m4/jm-macros.m4: Require it.
24313
24314 2001-09-16  Jim Meyering  <meyering@lucent.com>
24315
24316         * lib/mkdir.c: New file.
24317
24318 2001-09-15  Jim Meyering  <meyering@lucent.com>
24319
24320         * m4/jm-macros.m4: Check for help2man.
24321
24322 2001-09-11  Jim Meyering  <meyering@lucent.com>
24323
24324         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24325         The body, by Paul Eggert, was moved here from configure.in.
24326         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24327
24328 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24329
24330         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24331         (jm_PREREQ): Use it.
24332
24333 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24334
24335         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24336         Use ssize_t, not int, to store result of readlink.
24337         Check for ssize_t overflow as well as size_t overflow,
24338         as POSIX says the result of readlink is implementation-defined
24339         when ssize_t overflows.
24340         Remove unnecessary cast to char*.
24341         Use free+malloc instead of realloc, as the storage doesn't need
24342         to be preserved and it's clearer and can be more efficient that way.
24343         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24344         * lib/xreadlink.h (xreadlink): Update prototype.
24345
24346 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24347
24348         * lib/xgetcwd.c: Revert some of the previous change; intead,
24349         fix the HAVE_GETCWD_NULL code to behave more like the
24350         !HAVE_GETCWD_NULL code used to.
24351
24352         Include "xalloc.h".
24353         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24354         invoke xalloc_die.
24355
24356 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24357
24358         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24359         sys/param.h, as pathmax.h includes them.
24360
24361 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24362
24363         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24364         (jm_PREREQ_XGETCWD): New macro.
24365
24366         * m4/getcwd.m4: New file.
24367
24368 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24369
24370         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24371         like the HAVE_GETCWD_NULL code.
24372         Include pathmax.h if not HAVE_GETCWD.
24373         Do not include xalloc.h.
24374         (INITIAL_BUFFER_SIZE): New symbol.
24375         Do not use xmalloc / xrealloc, since the caller is responsible for
24376         handling errors.  Preserve errno around `free' during failure.
24377         Do not overrun buffer when using getwd.
24378
24379 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24380
24381         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24382         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24383         getcwd (NULL, 0).
24384
24385 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24386
24387         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24388         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24389         spotted by Jim Meyering.
24390
24391 2001-09-03  Jim Meyering  <meyering@lucent.com>
24392
24393         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24394         failure.
24395
24396 2001-09-02  Jim Meyering  <meyering@lucent.com>
24397
24398         * lib/error.c: Update from GNU libc.
24399
24400 2001-09-01  Jim Meyering  <meyering@lucent.com>
24401
24402         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24403         Used by df.
24404
24405 2001-09-01  Jim Meyering  <meyering@lucent.com>
24406
24407         * lib/xreadlink.c: New file.
24408         * lib/xreadlink.h: New file.
24409         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24410         xreadlink.h.
24411
24412         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24413         doesn't conflict with sparc Solaris 7's definition in
24414         /usr/include/sys/int_types.h.
24415
24416         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24417         files.
24418         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24419         and strncasecmp as r-values.  Unixware didn't have declarations.
24420
24421 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24422
24423         * lib/xstrtol.h: Add copyright notice.
24424         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24425         LONGINT_INVALID_SUFFIX_CHAR.
24426
24427 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24428
24429         * lib/xstrtol.c (strtoimax): New decl.
24430
24431 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24432
24433         * lib/xgetcwd.c: Don't include pathmax.h.
24434         Include stdlib.h and unistd.h if available.
24435         Include xalloc.h.
24436         (xmalloc, xstrdup, free): Remove decls.
24437         (xgetcwd): Don't assume sizes fit in unsigned.
24438         Check for overflow when computing sizes.
24439         Simplify reallocation code.
24440
24441 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24442
24443         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24444         a directory's st_size can have an arbitrary value, so the old
24445         usage could waste an arbitrary amount of memory.  All uses
24446         changed.
24447         * lib/savedir.h: Update prototype.
24448
24449 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24450
24451         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24452
24453         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24454         old strtoimax.c.
24455
24456         Also, make the following further changes to make this file's
24457         configuration more similar to that of strtol.c:
24458         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24459         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24460         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24461         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24462         changed to signed values.
24463
24464         And make the following changes as well:
24465         Fix copyright notice, as 1999 was missing.
24466         (verify): New macro.
24467         (strtoimax): Check sizes at compile-time, not run-time.
24468         Prefer strtol to strtoll if both work.
24469         (main): Remove; it was not that useful and was a pain to maintain.
24470
24471         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24472
24473 2001-08-31  Jim Meyering  <meyering@lucent.com>
24474
24475         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24476         Use an initial, malloc'd, buffer of length 128 rather than
24477         a statically allocated one of length 1024.
24478
24479 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24480
24481         Simplify code, partly by assuming autoconf 2.52 semantics.
24482
24483         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24484
24485         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24486         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24487         All uses removed.
24488         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24489         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24490         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24491         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24492         jm_AC_HEADER_INTTYPES_H.
24493         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24494
24495         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24496
24497         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24498         Quote first arg of AC_DEFUN.
24499         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24500         since they are needed to parse the include file even if we need
24501         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24502         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24503         but with opposite signedness.
24504
24505 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24506
24507         Merge 'exclude' changes from tar 1.13.22.
24508         This fixes one or two unlikely storage allocation overflow bugs,
24509         but doesn't change user-visible behavior otherwise.
24510
24511 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24512
24513         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24514         (jm_PREREQ_EXCLUDE): New macro.
24515
24516 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24517
24518         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24519         tm to be declared.
24520
24521 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24522
24523         * lib/hash.c: Remove '2001' from copyright notice.
24524
24525 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24526
24527         * lib/full-write.h: New file.
24528         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24529         * lib/full-write.c: Correct credits, as cccp.c no longer
24530         exists and anyway it was so heavily changed from the old cccp
24531         code as to be unrecognizable.  Include full-write.h.
24532         (full_write) Return size_t, with short writes meaning failure.
24533         All callers changed.  This fixes a bug with large buffers
24534         on 64-bit hosts.
24535         * lib/utime.c: Include full-write.h.
24536
24537 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24538
24539         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24540         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24541         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24542         Include if available.
24543         (<xalloc.h>): Include
24544         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24545         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24546         collide with FNM macros.
24547         (struct patopts): New struct.
24548         (struct exclude): Use it, as exclude patterns now come with options.
24549         (new_exclude): Support above changes.
24550         (new_exclude, add_exclude_file):
24551         Initial size must now be a power of two to simplify overflow checking.
24552         (free_exclude, fnmatch_no_wildcards): New function.
24553         (excluded_filename): No longer requires options arg, as the options
24554         are determined by add_exclude.  Now returns bool, not int.
24555         (excluded_filename, add_exclude):
24556         Add support for the fancy new exclusion options.
24557         (add_exclude, add_exclude_file): Now takes int options arg.
24558         Check for arithmetic overflow when computing sizes.
24559         (add_exclude_file): xrealloc might modify errno, so don't
24560         realloc until after errno might be used.
24561
24562         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24563         New macros.
24564         (free_exclude): New decl.
24565         (add_exclude, add_exclude_file): Now takes int options arg.
24566         (excluded_filename): No longer requires options arg, as the options
24567         are determined by add_exclude.  Now returns bool, not int.
24568
24569 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24570
24571         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24572
24573 2001-08-27  Jim Meyering  <meyering@lucent.com>
24574
24575         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24576
24577         * lib/version-etc.c (N_): Remove definition.
24578         Revert most of last change.
24579         Instead, simply don't mark the `Copyright...' string for translation.
24580         Based on advice from Paul Eggert.
24581
24582         * lib/strtoxmax.c: Tweak comment.
24583
24584 2001-08-26  Jim Meyering  <meyering@lucent.com>
24585
24586         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24587
24588         * m4/xstrtoimax.m4: New file.
24589         * m4/xstrtoumax.m4: Add comments explaining why we
24590         AC_REPLACE_FUNCS(strtol).
24591
24592 2001-08-26  Jim Meyering  <meyering@lucent.com>
24593
24594         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24595         of copyright with `%s' so translators don't get an untranslated
24596         message in 2002.
24597         (COPYRIGHT_YEAR): Define.
24598         (version_etc): Use fprintf rather than fputs.
24599         Suggestion from Ulrich Drepper.
24600
24601         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24602
24603         * lib/strtoll.c: New file, from GNU libc.
24604         * lib/xstrtoimax.c: New file.
24605
24606         * lib/xstrtol.h: Add xstrtoimax.
24607         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24608         * lib/strtoimax.c: New file.  Likewise, but first define
24609         STRTOUXMAX_SIGNED.
24610
24611         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24612         ...
24613         * lib/strtoxmax.c: ... then renamed to this.
24614
24615 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24616
24617         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24618         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24619         (jm_AC_TYPE_INTMAX_T): New macro.
24620         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24621
24622         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24623
24624         * m4/longlong.m4: Renamed from ulonglong.m4.
24625         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24626         * m4/uintmax_t.m4: Removed.
24627
24628 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24629
24630         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24631         Port to Solaris 8, where 'sed' requires a space after the 'r'
24632         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24633         Redirect output to $tmp just once.
24634
24635 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24636
24637         * lib/addext.c (<errno.h>): Include.
24638         (errno): Declare if not defined.
24639         (addext): Work correctly when pathconf returns -1 and leaves
24640         errno alone because there is no limit.  Also, work even if
24641         pathconf returns a value greater than SIZE_MAX.
24642
24643 2001-08-12  Jim Meyering  <meyering@lucent.com>
24644
24645         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24646         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24647         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24648         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24649         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24650         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24651         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24652         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24653         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24654         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24655         utime.m4, utimes.m4, xstrtoumax.m4:
24656         Quote the first argument in each use of AC_DEFUN.
24657
24658 2001-08-12  Jim Meyering  <meyering@lucent.com>
24659
24660         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24661         Simply `return getcwd (NULL, 0);'.
24662         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24663         Use 1300 as initial value for length, not PATH_MAX.
24664
24665         * lib/pathmax.h: Clean up cpp syntax.
24666
24667 2001-08-12  Jim Meyering  <meyering@lucent.com>
24668
24669         * lib/gettimeofday.c: New file.
24670         * lib/gtod.h: New file.
24671         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24672
24673 2001-08-05  Jim Meyering  <meyering@lucent.com>
24674
24675         * m4/jm-macros.m4: Require autoconf-2.52.
24676
24677 2001-08-04  Jim Meyering  <meyering@lucent.com>
24678
24679         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24680         stmt, to get in sync with glibc.
24681
24682 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24683
24684         The following changes are from gettext 0.10.39 as maintained by
24685         Bruno Haible.
24686
24687         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24688         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24689         with inverted sense.  All uses changed.
24690
24691         * lib/mbswidth.c: Don't include <limits.h>.
24692         Include <stdlib.h> and <string.h> unconditionally.
24693         (iswcntrl, mbsinit, ISCNTRL): New macros.
24694         (mbsnwidth): Use K&R style function declarations.
24695         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24696         can optimize it when MB_CUR_MAX == 1.
24697         The width of control characters is zero, not 1.
24698
24699 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24700
24701         The following changes are from gettext 0.10.39 as maintained by
24702         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24703
24704         * m4/codeset.m4: Upgrade to serial AM1.
24705         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24706         all uses changed.  Quote first arg of AC_DEFUN.
24707         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24708
24709         * m4/iconv.m4: Upgrade to serial AM2.
24710         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24711         Add --with-libconv-prefix.
24712         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24713         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24714         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24715         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24716         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24717
24718         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24719         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24720         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24721         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24722         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24723         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24724         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24725         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24726         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24727
24728         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24729         string.h any more.
24730
24731         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24732         not the default value.
24733
24734         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24735         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24736         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24737         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24738         Also check for iswcntrl, used for wcwidth fallback.
24739         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24740         to Autoconf 2.13.
24741
24742 2001-08-03  Jim Meyering  <meyering@lucent.com>
24743
24744         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24745         as it was in the original.  Reported by Paul Eggert.
24746
24747 2001-07-16  Jim Meyering  <meyering@lucent.com>
24748
24749         * m4/gettimeofday.m4: New file.
24750         Prompted by a report from Bernhard Baehr.
24751
24752 2001-07-15  Jim Meyering  <meyering@lucent.com>
24753
24754         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24755         stuff. Now it's in ../Makefile.cfg.
24756
24757 2001-07-15  Jim Meyering  <meyering@lucent.com>
24758
24759         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24760         (BUILT_SOURCES): Add unlocked-io.h.
24761         (io_functions): Define.
24762         (unlocked-io.h): New rule.
24763         (DISTCLEANFILES): Add unlocked-io.h.
24764         (all-local): Depend on unlocked-io.h, to ensure it is created.
24765
24766         * lib/unlocked-io.hin: New file
24767
24768         * lib/regex.c: Update from glibc.
24769
24770 2001-07-05  Jim Meyering  <meyering@lucent.com>
24771
24772         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24773         recommendation.
24774         (libfetish_a_SOURCES): Put all .h files here instead.
24775         Remove a thus-exposed (better checks in automake) duplicate and
24776         two unnecessary .h files.
24777
24778 2001-07-04  Jim Meyering  <meyering@lucent.com>
24779
24780         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24781         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24782         distcheck failure.
24783
24784 2001-07-02  Jim Meyering  <meyering@lucent.com>
24785
24786         The following changes were prompted by suggestions from Bruno Haible.
24787
24788         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24789         is now generated.
24790         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24791         definition of EXTRA_DIST.
24792         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24793         ensure that the generated file is created/updated whenever the list
24794         of $(unlocked_functions) is changed.
24795         (jm-glibc-io.m4): New rule.
24796         (unlocked-io.h): New rule -- currently unused.
24797
24798 2001-06-24  Jim Meyering  <meyering@lucent.com>
24799
24800         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24801         unmatched right bracket, rather than kludging it with an extra,
24802         falsely-matching quote in a comment.  Patch by Akim Demaille.
24803
24804 2001-06-11  Jim Meyering  <meyering@lucent.com>
24805
24806         * lib/regex.c: Update from GNU libc.
24807
24808 2001-05-27  Jim Meyering  <meyering@lucent.com>
24809
24810         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24811         Check for ut_type in struct utmp.
24812
24813 2001-05-27  Jim Meyering  <meyering@lucent.com>
24814
24815         * lib/readutmp.h (UT_TYPE): Define.
24816
24817 2001-05-24  Jim Meyering  <meyering@lucent.com>
24818
24819         * lib/argmatch.c: Include "quote.h".
24820         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24821         quote function.  Reported by Göran Uddeborg.
24822
24823 2001-05-22  Jim Meyering  <meyering@lucent.com>
24824
24825         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24826         now that we use the package-supplied version unconditionally.
24827         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24828
24829 2001-05-21  Jim Meyering  <meyering@lucent.com>
24830
24831         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24832         shell syntax errors.
24833
24834 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24835
24836         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24837
24838 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24839
24840         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24841         Don't bother to check library strftime, since
24842         we'll be using our own my_strftime function anyway.
24843         Define my_strftime instead of strftime.
24844
24845 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24846
24847         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24848         which is not yet declared.
24849
24850 2001-05-15  Jim Meyering  <meyering@lucent.com>
24851
24852         * m4/regex.m4: Use proper quoting so brackets appear in the test
24853         program.
24854         Reported by, and with help from, Bruno Haible.
24855
24856 2001-05-13  Jim Meyering  <meyering@lucent.com>
24857
24858         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24859         undefined.
24860
24861 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24862
24863         dirname code cleanup.  base_name now behaves more compatibly
24864         with POSIX basename when given file names that have trailing
24865         slashes, and similarly for dir_name.  Add new primitives
24866         base_len and dir_len.  Put the directory-name-related decls
24867         into dirname.h.
24868
24869         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24870         * lib/backupfile.c (base_name): Likewise.
24871         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24872         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24873         * lib/makepath.c (strip_trailing_slashes): Likewise.
24874         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24875         ISSLASH): Likewise.
24876         * lib/rename.c (strip_trailing_slashes): Likewise.
24877         * lib/same.c (base_name): Likewise.
24878         * lib/stripslash.c (ISSLASH): Likewise.
24879
24880         * lib/addext.c: Include <dirname.h> after size_t is defined.
24881         * lib/backupfile.c: Likewise.
24882
24883         * lib/addext.c (addext): Use base_len to trim redundant
24884         trailing slashes instead of doing it ourselves.
24885         But do not trim the last slash if it is not redundant.
24886
24887         * lib/backupfile.c (find_backup_file_name,
24888         max_backup_version): Use base_len instead of rolling it ourselves.
24889         Handle the case of "" and (on DOS) "C:" correctly.
24890
24891         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24892         needed. Include <string.h>, <dirname.h>.
24893         (base_name): Allow file names ending in slashes, other than names
24894         that are all slashes.  In this case, return the basename followed
24895         by the slashes.  This is more general, and can be used in places
24896         where the original base_name purposely had an assertion failure.
24897         (base_len): New function.
24898
24899         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24900         Do not include <assert.h>; no longer needed.
24901         Include xalloc.h.
24902         (memrchr): Remove decl.
24903         (dir_name_r): Remove.
24904         (dir_len): Renamed from dirlen.  All callers changed.
24905         Rewrite in terms of base_name, for simplicity and consistency.
24906         (dir_name): Never return NULL.  All callers changed.
24907         Do not include <stdlib.h> in test program; no longer needed.
24908         return 0; is fine for test program.
24909
24910         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24911         New macros.
24912         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24913
24914         * lib/path-concat.c (path_concat): Use base_len to compute
24915         base length, not strlen; this means we cannot rely on memcpy
24916         to null-terminate.
24917
24918         * lib/same.c (STREQ): Remove.
24919         (same_name): Handle the case where the basename ends in trailing '/'.
24920
24921         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24922         a slash was stripped.  Do not strip the last slash after a
24923         file system prefix.
24924
24925 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24926
24927         * lib/Makefile.am (libfetish_a_SOURCES):
24928         Add strftime.c, since we now compile it on all hosts.
24929
24930         * lib/strftime.c (my_strftime):
24931         Define to nstrftime if emacs, but only if my_strftime is not defined.
24932         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24933         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24934         Add one more extra argument: a nanoseconds value.
24935         All uses changed.
24936         (ns): New macro.
24937         (my_strftime function): Add %N format.
24938         (emacs_strftimeu): Renamed from emacs_strftime,
24939         with extra ut argument.
24940
24941 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24942
24943         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24944
24945 2001-04-21  Jim Meyering  <meyering@lucent.com>
24946
24947         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24948         doesn't interfere.
24949
24950 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24951
24952         * m4/ftruncate.m4: Check for chsize.
24953         Link with ftruncate.o unconditionally if ftruncate is missing.
24954         This was required when cross-compiling to i586-mingw32msvc.
24955
24956 2001-04-08  Jim Meyering  <meyering@lucent.com>
24957
24958         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24959         recomputed; that's necessary when the offset spans a DST transition.
24960         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24961
24962 2001-04-02  Jim Meyering  <meyering@lucent.com>
24963
24964         * lib/regex.h, regex.c: Update from GNU libc.
24965
24966 2001-03-24  Jim Meyering  <meyering@lucent.com>
24967
24968         * m4/jm-macros.m4: Require autoconf-2.49d.
24969
24970 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24971
24972         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24973
24974 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24975
24976         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24977
24978 2001-03-17  Jim Meyering  <meyering@lucent.com>
24979
24980         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24981         now that the version in autoconf is equivalent.
24982         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24983
24984         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24985         Suggestion from Akim Demaille.
24986
24987         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24988         (jm_PREREQ_TEMPNAME): New function.
24989
24990 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24991
24992         * lib/tempname.c (uint64_t): Define to uintmax_t if
24993         not defined, and if UINT64_MAX is not defined.
24994         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24995         Reported by John David Anglin.
24996
24997 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24998
24999         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
25000         resolve alias if codeset is empty.
25001         * lib/config.charset (BeOS): Use wildcard syntax.
25002
25003 2001-03-13  Jim Meyering  <meyering@lucent.com>
25004
25005         * lib/path-concat.c (path_concat)
25006         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
25007         concatenating e.g., `C:' and `foo'.
25008         From Bruno Haible.
25009
25010 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25011
25012         * lib/localcharset.c (locale_charset): Don't use
25013         setlocale(LC_CTYPE,NULL). Don't return NULL.
25014         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
25015
25016 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25017
25018         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
25019         support for DOS/DJGPP.
25020
25021 2001-03-01  Paul Eggert  <eggert@twinsun.com>
25022
25023         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
25024         lacks mkstemp.  Compile our own tempname.c if we compile our own
25025         mkstemp.c, as mkstemp relies on tempname.
25026
25027 2001-03-01  Jim Meyering  <meyering@lucent.com>
25028
25029         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
25030         AH_VERBATIM really does output its argument verbatim.
25031
25032 2001-02-28  Paul Eggert  <eggert@twinsun.com>
25033
25034         * lib/Makefile.am (libfetish_a_SOURCES):
25035         Add dup-safer.c, fopen-safer.c.
25036         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
25037
25038         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
25039         * lib/unistd-safer.h: New files.
25040
25041 2001-02-25  Paul Eggert  <eggert@twinsun.com>
25042
25043         The mkstemp replacement is taken from glibc 2.2.2, with some
25044         portability fixes for use outside glibc, as follows:
25045
25046         * lib/tempname.c (struct_stat64): New macro.
25047         (direxists, __gen_tempname): Use it.
25048         This avoids a portability problem with Solaris 8.
25049
25050         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
25051         (<stddef.h>, <stdint.h>, <string.h>):
25052         Include only if STDC_HEADERS || _LIBC.
25053         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
25054         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
25055         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
25056         (__set_errno): Define this macro if <errno.h> doesn't.
25057         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
25058         Define these macros if <stdio.h> doesn't.
25059         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
25060         Define these macros if <sys/stat.h>
25061         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
25062         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
25063         __xstat64): Define if not _LIBC.
25064         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
25065         (__gen_tempname): Invoke gettimeofday only if
25066         HAVE_GETTIMEOFDAY || _LIBC;
25067         otherwise, fall back on plain "time".
25068         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
25069
25070         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
25071
25072         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
25073
25074 2001-02-18  Paul Eggert  <eggert@twinsun.com>
25075
25076         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
25077
25078 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25079
25080         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
25081         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
25082         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
25083         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25084
25085 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25086
25087         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
25088         Remove workaround macros for hosts that have mbrtowc but not
25089         mbstate_t, as we now insist on proper declarations for both
25090         before using mbrtowc.
25091
25092 2001-02-17  Jim Meyering  <meyering@lucent.com>
25093
25094         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
25095         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
25096         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
25097         UnixWare 7.1.1.
25098
25099         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
25100         rather than AC_CACHE_VAL.
25101
25102 2001-02-17  Jim Meyering  <meyering@lucent.com>
25103
25104         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
25105         around included file name.
25106
25107         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
25108
25109         * lib/strftime.c: Update from GNU libc (the only changes were to
25110         comments).
25111
25112 2001-02-17  Jim Meyering  <meyering@lucent.com>
25113
25114         * lib/regex.c: Update from libc.
25115
25116 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
25117
25118         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
25119         clash.
25120
25121 2001-02-16  Paul Eggert  <eggert@twinsun.com>
25122
25123         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
25124         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
25125         Reported by Mark Hounschell via Paul Eggert.
25126
25127 2001-02-07  Jim Meyering  <meyering@lucent.com>
25128
25129         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
25130
25131 2001-02-05  Jim Meyering  <meyering@lucent.com>
25132
25133         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
25134         it includes the patch required for `large file' support with at least
25135         HP-UX's 10.20 /bin/cc.
25136
25137 2001-02-03  Jim Meyering  <meyering@lucent.com>
25138
25139         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
25140         AS_IF, now that it works once again (mysteriously).
25141         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25142
25143 2001-01-30  Jim Meyering  <meyering@lucent.com>
25144
25145         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
25146         * m4/chown.m4: Rename conftestchown to conftest.chown.
25147         * m4/rename.m4: s/conftestdir/conftest.d1/ and
25148         s/conftestdir2/conftest.d2/.
25149         * m4/utimes.m4: s/conftestdata/conftest.data/
25150         Inspired by Pavel Roskin's change in autoconf.
25151
25152 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
25153
25154         * lib/config.charset: Update for FreeBSD 4.2.
25155
25156 2001-01-27  Jim Meyering  <meyering@lucent.com>
25157
25158         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
25159         a use of AS_IF.
25160         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25161
25162 2001-01-26  Jim Meyering  <meyering@lucent.com>
25163
25164         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
25165         quotearg.c includes it.
25166
25167 2001-01-26  Jim Meyering  <meyering@lucent.com>
25168
25169         * lib/quotearg.c: Include stddef.h.
25170         * lib/quote.c: Include stddef.h.
25171         Reported by Axel Kittenberger.
25172
25173         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
25174         line in double quotes so that it evokes a better diagnostic.
25175         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
25176         Reported by Axel Kittenberger.
25177
25178 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
25179
25180         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
25181         as if it was a `charset'.
25182
25183 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25184
25185         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
25186         has const.
25187
25188 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25189
25190         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
25191         to avoid a warning.  Add back 'const' to inptr.
25192
25193 2001-01-20  Jim Meyering  <meyering@lucent.com>
25194
25195         Be sure that headers are checked before used in code compiled
25196         for the type checks.
25197         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
25198         In place of that, invoke jm_CHECK_ALL_TYPES.
25199         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
25200         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
25201         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
25202         The check for ssize_t was mistakenly run before the test for unistd.h.
25203
25204         The configure-time check for stdbool.h was missing.
25205         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
25206         (jm_PREREQ_HASH): New function.
25207
25208 2001-01-17  Jim Meyering  <meyering@lucent.com>
25209
25210         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
25211         for autoconf-2.49c.
25212         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
25213
25214 2001-01-16  Jim Meyering  <meyering@lucent.com>
25215
25216         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25217         From Bruno Haible.
25218
25219 2001-01-14  Jim Meyering  <meyering@lucent.com>
25220
25221         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25222         foo and bar.  Create conftestdir/ in the script, not in the C code.
25223         Remove directories in the script, not in the C code.
25224         Remove conftestdir{,2} before trying to create the directory.
25225         Make the entire configure script fail if the mkdir fails.
25226
25227 2001-01-14  Jim Meyering  <meyering@lucent.com>
25228
25229         * lib/rename.c: New file.  From Volker Borchert.
25230         Include stdlib.h, string.h or strings.h, and xalloc.h.
25231         Use strip_trailing_slashes rather than open-coding it.
25232
25233 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25234
25235         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25236
25237 2001-01-03  Jim Meyering  <meyering@lucent.com>
25238
25239         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25240         of local `inptr' to avoid warning with some system declarations of
25241         iconv.
25242
25243 2001-01-02  Volker Borchert  <bt@teknon.de>
25244
25245         * m4/rename.m4: New file.
25246         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25247
25248 2001-01-01  Jim Meyering  <meyering@lucent.com>
25249
25250         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25251         even on systems with utmpx.h.  It's necessary for the declaration of
25252         utmp's ut_user member.  Reported by Andreas Jaeger.
25253
25254         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25255         available. They are required for the declarations of getgrgid and
25256         getpwuid resp.
25257         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25258         Reported by Andreas Jaeger.
25259
25260 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25261
25262         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25263         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25264         so `make install' also works in VPATH builds.
25265
25266 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25267
25268         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25269         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25270         can be used in subdirectories.
25271
25272 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25273
25274         * lib/modechange.c: Do not assume that mode_t uses the
25275         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25276         the other-execute bit of FOO even if S_IXOTH != 1.
25277
25278         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25279         WOTH, XOTH, ALLM): New macros.
25280         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25281          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25282         Use them.
25283         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25284         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25285         (mode_compile):
25286         No need to use uintmax_t; unsigned long is long enough.
25287         Don't bother to get suffix since we don't use it.
25288
25289 2000-12-26  Jim Meyering  <meyering@lucent.com>
25290
25291         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25292         better with autoheader.
25293
25294 2000-12-24  Jim Meyering  <meyering@lucent.com>
25295
25296         * lib/hash.c (is_prime): Return explicit boolean values.
25297         (hash_get_first): Return NULL to appease Irix5.6's 89.
25298         Reported by Nelson Beebe.
25299
25300 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25301
25302         * lib/localcharset.c (locale_charset): Add support for Win32.
25303
25304 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25305
25306         * lib/physmem.h, lib/physmem.c: New files.
25307
25308         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25309         (noinst_HEADERS): Add physmem.h.
25310
25311         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25312         't' for compatibility with Solaris 8 sort.
25313
25314 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25315
25316         * lib/config.charset: Add support for BeOS.
25317
25318 2000-12-17  Jim Meyering  <meyering@lucent.com>
25319
25320         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25321         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25322
25323 2000-12-16  Jim Meyering  <meyering@lucent.com>
25324
25325         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25326         N and M) would have treated it like `chown N:N FILE'.
25327
25328         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25329
25330 2000-12-16  Jim Meyering  <meyering@lucent.com>
25331
25332         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25333         SHELLS_FILE to a file name that's useful on djgpp systems.
25334         Include stdlib.h.
25335         (ADDITIONAL_DEFAULT_SHELLS): Define.
25336         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25337         Based mostly on a patch from Prashant TR.
25338
25339 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25340
25341         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25342         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25343         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25344
25345 2000-12-08  Andreas Schwab  <schwab@suse.de>
25346
25347         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25348         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25349
25350 2000-12-07  Jim Meyering  <meyering@lucent.com>
25351
25352         * lib/stripslash.c (ISSLASH): Define.
25353         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25354         `/'.
25355         From Prashant TR.
25356
25357         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25358         (dir_name_r): Declare this function as static.
25359         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25360         manifest itself on a name containing a mix of slashes and
25361         backslashes.
25362         Make this function work with names starting with a DOS-style
25363         drive letter and colon prefix.
25364         (dir_name): Append `.' if necessary.
25365         Based mostly on patches from Prashant TR and Eli Zaretskii.
25366
25367         * lib/dirname.h (dir_name_r): Remove prototype.
25368
25369 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25370
25371         * m4/off_t-format.m4: Remove this file.
25372         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25373
25374 2000-12-06  Jim Meyering  <meyering@lucent.com>
25375
25376         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25377         replacement strtoull, we may well need the replacement strtoul, too.
25378         Check for declarations of strtoul and strtoull.
25379         Check for strtol.  Mainly as a cue to cause automake to include
25380         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25381         Check for limits.h -- strtol.c needs it.
25382
25383 2000-12-05  Jim Meyering  <meyering@lucent.com>
25384
25385         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25386
25387 2000-12-04  Jim Meyering  <meyering@lucent.com>
25388
25389         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25390         Also include memory.h, stdlib.h, unistd.h if appropriate.
25391         Reported by Andreas Jaeger (conflicting declaration of malloc).
25392
25393 2000-12-02  Jim Meyering  <meyering@lucent.com>
25394
25395         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25396         * m4/jm-macros.m4 (jm_MACROS): require it.
25397
25398 2000-12-02  Jim Meyering  <meyering@lucent.com>
25399
25400         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25401
25402 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25403
25404         * lib/memrchr.c: Include <config.h> before any system include file.
25405
25406 2000-11-30  Jim Meyering  <meyering@lucent.com>
25407
25408         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25409
25410 2000-11-30  Jim Meyering  <meyering@lucent.com>
25411
25412         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25413
25414 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25415
25416         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25417
25418 2000-11-26  Jim Meyering  <meyering@lucent.com>
25419
25420         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25421
25422 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25423
25424         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25425         size of (size_t) -1; it's not portable.
25426
25427 2000-11-17  Jim Meyering  <meyering@lucent.com>
25428
25429         * lib/strstr.c: Update from GNU libc.
25430
25431 2000-11-17  Akim Demaille  <akim@epita.fr>
25432
25433         * lib/obstack.h: Formatting changes.
25434         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25435         prevent type checking.
25436         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25437         cast the value to (void *): assigning a `foo *' to a `void *'
25438         variable is valid.
25439         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25440
25441 2000-11-16  Jim Meyering  <meyering@lucent.com>
25442
25443         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25444
25445 2000-11-11  Jim Meyering  <meyering@lucent.com>
25446
25447         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25448
25449 2000-11-10  Jim Meyering  <meyering@lucent.com>
25450
25451         * lib/obstack.h: Update from GNU libc.
25452         * lib/obstack.c: Likewise.
25453
25454 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25455
25456         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25457
25458 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25459
25460         * lib/getusershell.c (setusershell): Use rewind rather than
25461         fseek/fseeko, to avoid configuration hassles with fseeko.
25462         Don't bother opening SHELLS_FILE if shellstream is NULL;
25463         it's not necessary.
25464
25465 2000-11-05  Jim Meyering  <meyering@lucent.com>
25466
25467         * lib/makepath.h (make_dir): Declare.
25468         * lib/makepath.c (make_dir): Remove `static' attribute.
25469         Tweak a comment.
25470
25471 2000-11-04  Jim Meyering  <meyering@lucent.com>
25472
25473         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25474
25475 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25476
25477         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25478         last one in a bucket, advance to the next bucket.
25479
25480 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25481
25482         * lib/fnmatch.c: Do not comment out all the code if we are using
25483         the GNU C library, because in some cases we are replacing buggy
25484         code in the GNU C library itself.
25485
25486 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25487
25488         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25489         (regex_compile): Catch bogus \(\1\).
25490
25491 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25492
25493         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25494         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25495         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25496
25497 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25498
25499         * lib/error.h, getline.h, modechange.h:
25500         Remove "2000" from Copyright line, as the file hasn't been
25501         changed this year other than in the copyright notice.
25502
25503         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25504         was changed this year.
25505
25506 2000-10-29  Jim Meyering  <meyering@lucent.com>
25507
25508         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25509         renaming.
25510         * m4/ls-mntd-fs.m4: Likewise
25511
25512 2000-10-29  Jim Meyering  <meyering@lucent.com>
25513
25514         * lib/xstat.in: Fix grammar in comment.
25515
25516 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25517
25518         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25519         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25520         doesn't define __restrict_arr.
25521
25522 2000-10-28  Jim Meyering  <meyering@lucent.com>
25523
25524         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25525         (jm_PREREQ_MEMCHR): New function.
25526
25527 2000-10-28  Jim Meyering  <meyering@lucent.com>
25528
25529         * lib/memchr.c: Update from libc.
25530         Adjust for portability:
25531         [HAVE_STDLIB_H]: Include stdlib.h.
25532         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25533         Undef __memchr, too.
25534         [!weak_alias]: Define __memchr to memchr.
25535
25536         * lib/regex.c: Update from libc.
25537         * lib/regex.h: Likewise.
25538         * lib/getopt1.c: Likewise.
25539         * lib/memcmp.c: Likewise.
25540
25541         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25542         Avoid using fseek, when possible -- it's broken by design.
25543         Patch by Ulrich Drepper.
25544
25545 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25546
25547         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25548         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25549         Giving in to popular pressure to shut up the compiler with casts.
25550
25551 2000-10-26  Jim Meyering  <meyering@lucent.com>
25552
25553         * lib/strftime.c: Update from libc.
25554
25555 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25556
25557         * regex.c: More `unsigned char' -> `re_char' changes.
25558         Also change several `int' into `re_wchar_t'.
25559         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25560         (PUSH_FAILURE_POINTER): Don't cast any more.
25561         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25562         We want GCC to complain, since this piece of code makes
25563         re_match non-reentrant, which *should* be fixed.
25564         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25565         (EXTEND_BUFFER): Use RETALLOC.
25566         (SET_LIST_BIT): Don't cast.
25567         (re_wchar_t): New type.
25568         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25569         that those two functions will always properly return.
25570         (IMMEDIATE_QUIT_CHECK): Cast to void.
25571         (analyse_first): Use recursion rather than an explicit stack.
25572         (re_compile_fastmap): Can't fail anymore.
25573         (re_search_2): Don't check re_compile_fastmap for failure.
25574         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25575         Now also sets the new value (passed in a new argument).
25576         (re_match_2_internal): Use it.
25577         Also, use a new var `reg' of type size_t when looping through regs
25578         rather than reuse the inappropriate `mcnt'.
25579
25580 2000-10-25  Jim Meyering  <meyering@lucent.com>
25581
25582         * lib/obstack.c: Update from libc.
25583
25584 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25585
25586         * regex.c (regex_compile): Change the way of handling a range from
25587         a char less than 256 to a char not less than 256.
25588
25589 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25590
25591         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25592         NT-Emacs only.
25593         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25594         so that re_search functions only quit when callers expect them to.
25595
25596 2000-10-23  Jim Meyering  <meyering@lucent.com>
25597
25598         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25599         wrong.  That set_locale call must not have any side effects.
25600         From Paul Eggert.
25601
25602 2000-10-22  Jim Meyering  <meyering@lucent.com>
25603
25604         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25605         [CYCLIC]: Remove now-unused definition.
25606
25607         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25608         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25609         Suggestion from Ulrich Drepper.
25610
25611 2000-10-21  Jim Meyering  <meyering@lucent.com>
25612
25613         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25614         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25615         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25616
25617 2000-10-21  Jim Meyering  <meyering@lucent.com>
25618
25619         * lib/dirname.c (memrchr): Declare if necessary.
25620         (dir_name): Remove the restriction that there be no
25621         trailing slashes.  Now, this code skips past them, effectively
25622         ignoring them.
25623         [TEST_DIRNAME] (main): New unit tests.
25624
25625         * lib/memrchr.c: New file from GNU libc.
25626         Undef __memrchr, too.
25627         [!weak_alias]: Define __memrchr to memrchr.
25628         Guard weak_alias use with `#ifdef weak_alias'.
25629
25630 2000-10-21  Jim Meyering  <meyering@lucent.com>
25631
25632         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25633         (dir_name): Use dir_name_r.
25634         * lib/dirname.h (dir_name_r): Declare it.
25635
25636 2000-10-17  Jim Meyering  <meyering@lucent.com>
25637
25638         * lib/quote.h (PARAMS): Define and use.
25639         Reported by Akim Demaille.
25640
25641         * lib/getopt.c: Update from libc.
25642
25643 2000-10-16  Jim Meyering  <meyering@lucent.com>
25644
25645         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25646         setlocale.
25647         From Jan Fedak.
25648
25649 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25650
25651         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25652
25653 2000-09-25  Jim Meyering  <meyering@lucent.com>
25654
25655         * lib/md5.h (rol): Define (from GnuPG).
25656
25657         * lib/sha.c: Give credit (GnuPG) where due.
25658         (M): Use rol rather than open-coding it.
25659         Add a FIXME comment.
25660
25661 2000-09-21  Jim Meyering  <meyering@lucent.com>
25662
25663         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25664         Reported by Michael Stone.
25665
25666 2000-09-20  Jim Meyering  <meyering@lucent.com>
25667
25668         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25669         (noinst_HEADERS): Add sha.h.
25670         Based on code from Scott G. Miller and from GnuPG.
25671
25672 2000-09-18  Jim Meyering  <meyering@lucent.com>
25673
25674         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25675         LIBS. Otherwise, everyone ends up linking with -lelf for some
25676         configurations.
25677         Reported by Mike Stone.
25678
25679 2000-09-15  Jim Meyering  <meyering@lucent.com>
25680
25681         * lib/regex.c: Update from libc.
25682
25683 2000-09-10  Jim Meyering  <meyering@lucent.com>
25684
25685         * lib/getopt.c (_getopt_internal): Update from glibc.
25686
25687 2000-09-09  Jim Meyering  <meyering@lucent.com>
25688
25689         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25690         think it should be used as a general replacement for isascii.
25691         * lib/fnmatch.c: Likewise.
25692         * lib/mbswidth.c: Likewise
25693         * lib/regex.c: Likewise.
25694
25695         Don't use atoi.
25696         * lib/userspec.c: Include sys/param.h and limits.h.
25697         Include xstrtol.h.
25698         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25699         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25700         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25701         UID, GID.  Check range.
25702
25703 2000-09-06  Jim Meyering  <meyering@lucent.com>
25704
25705         * lib/getopt.c (_getopt_internal): Update from glibc.
25706
25707 2000-08-30  Jim Meyering  <meyering@lucent.com>
25708
25709         * lib/strftime.c: Merge in changes from GNU libc.
25710
25711 2000-08-26  Jim Meyering  <meyering@lucent.com>
25712
25713         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25714         * m4/fpending.m4: New file.
25715
25716 2000-08-26  Jim Meyering  <meyering@lucent.com>
25717
25718         * lib/closeout.c: Include "__fpending.h".
25719         (close_stdout_status): Return right away if there's nothing to flush.
25720
25721         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25722         * lib/__fpending.c: New file.
25723         * lib/__fpending.h: New file.
25724
25725 2000-08-20  Jim Meyering  <meyering@lucent.com>
25726
25727         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25728         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25729         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25730
25731 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25732
25733         Improve fileutils installation on systems where running
25734         programs (like install) can't be unlinked.
25735         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25736         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25737
25738 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25739
25740         Standardize on "memory exhausted" instead of "Memory exhausted"
25741         or "virtual memory exhausted".
25742         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25743         "virtual memory exhausted".
25744         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25745         our own message.
25746         * lib/userspec.c (parse_user_spec): Likewise.
25747         * lib/bumpalloc.h: comment fix
25748         * lib/same.c, userspec.c: Include xalloc.h.
25749
25750         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25751         not char *const and pointing to a constant array.
25752         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25753         (xrealloc): Comment fix.
25754
25755         * lib/userspec.c (parse_user_spec):
25756         Don't translate a message until just before returning,
25757         to avoid unnecessary translation.
25758
25759 2000-08-07  Jim Meyering  <meyering@lucent.com>
25760
25761         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25762         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25763         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25764         getgroups.c, gethostname.c, getopt.h, group-member.c,
25765         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25766         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25767         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25768         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25769         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25770         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25771         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25772         yesno.c: Back out Copyright date changes for each file with no change
25773         this year.  This eases coordination with other programs using the same
25774         source code modules.  From Paul Eggert.
25775
25776 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25777
25778         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25779         not char, for compatibility with glibc 2.1.3 strftime.c.
25780
25781 2000-08-03  Greg McGary  <greg@mcgary.org>
25782
25783         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25784         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25785         (EXTEND_BUFFER): Use them.
25786
25787 2000-08-01  Jim Meyering  <meyering@lucent.com>
25788
25789         * lib/dirname.c (ISSLASH): Define.
25790         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25791         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25792         both `\' and `/' may be use as path separators.
25793         Based on a patch from Prashant TR.
25794
25795 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25796
25797         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25798         slot vector a constant, since it might get modified.
25799
25800 2000-07-31  Jim Meyering  <meyering@lucent.com>
25801
25802         * lib/xmalloc.c: Use `virtual memory exhausted', not
25803         `Memory exhausted'.
25804         * lib/obstack.c (print_and_abort): Likewise.
25805
25806 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25807
25808         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25809         buffer, so that the caller can always quote one small
25810         component of a "memory exhausted" message in slot 0.
25811         From a suggestion by Jim Meyering.
25812
25813 2000-07-30  Jim Meyering  <meyering@lucent.com>
25814
25815         * lib/makepath.c (make_path): Quote the other instance, too.
25816
25817         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25818         (STATIC_BUF_SIZE): Define.
25819         (quotearg_n_options): Use only statically allocated storage when
25820         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25821         than STATIC_BUF_SIZE.
25822
25823 2000-07-29  Jim Meyering  <meyering@lucent.com>
25824
25825         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25826         * lib/dirname.c (dir_name): Likewise.
25827
25828         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25829         `/'.
25830
25831         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25832         (dir_name): Assert that there are no trailing slashes.
25833
25834 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25835
25836         * lib/mbswidth.h (mbswidth): Add a flags argument.
25837         (mbswidth): New declaration.
25838         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25839         * lib/mbswidth.c (mbswidth): Add a flags argument.
25840         (mbsnwidth): New function.
25841
25842 2000-07-24  Jim Meyering  <meyering@lucent.com>
25843
25844         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25845
25846 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25847
25848         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25849
25850 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25851
25852         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25853         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25854         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25855         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25856         invoke multibyte primitives.
25857
25858 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25859
25860         * lib/quotearg.c:
25861         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25862         so that mbstate_t is always defined.
25863
25864         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25865         be 1 in at least one GCC installation, and this configuration
25866         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25867         performance on hosts that have mbrtowc but have only unibyte
25868         locales, but I assume these hosts are rare.
25869
25870 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25871
25872         * lib/mbswidth.c (_XOPEN_SOURCE):
25873         Don't define; this causes problems on Solaris 7.
25874         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25875
25876 2000-07-23  Jim Meyering  <meyering@lucent.com>
25877
25878         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25879         too: getgrgid, getpwuid, getuid.
25880
25881 2000-07-23  Jim Meyering  <meyering@lucent.com>
25882
25883         * lib/basename.c (base_name): Add an assertion.
25884
25885 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25886
25887         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25888         shadow its mbsinit function.
25889
25890 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25891
25892         * lib/mbswidth.h: New file.
25893         * lib/mbswidth.c: New file.
25894         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25895         (noinst_HEADERS): Add mbswidth.h.
25896
25897 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25898
25899         * lib/config.charset: Add support for FreeBSD. Improve support for
25900         HP-UX and IRIX 6.
25901
25902 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25903
25904         * m4/mbswidth.m4: New file.
25905         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25906
25907 2000-07-15  Jim Meyering  <meyering@lucent.com>
25908
25909         * lib/makepath.c: Include quote.h.
25910         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25911         corresponding argument in a `quote (...)' call.
25912         Give better diagnostics.
25913
25914         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25915         (noinst_HEADERS): Add quote.h.
25916
25917         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25918         from tar's src/misc.c.
25919         * lib/quote.h: New file.  Prototypes for same.
25920
25921 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25922
25923         From a suggestion by Bruno Haible.
25924         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25925         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25926         to decide whether to define the BeOS workaround macro;
25927         this adjusts to the change to AC_MBSTATE_T.
25928
25929 2000-07-14  Jim Meyering  <meyering@lucent.com>
25930
25931         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25932         jm_AC_TYPE_UINTMAX_T.
25933
25934 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25935
25936         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25937
25938         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25939         quotearg_buffer_restyled): Add support for
25940         clocale_quoting_style.  Undo previous change to
25941         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25942         and "{RIGHT QUOTATION MARK}" msgids.
25943
25944 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25945
25946         From a suggestion by Bruno Haible.
25947         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25948         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25949         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25950         and mbstate_t, to a single-part test that simply defines mbstate_t.
25951         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25952         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25953
25954 2000-07-10  Jim Meyering  <meyering@lucent.com>
25955
25956         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25957
25958         * m4/gnu-source.m4: Output to confdefs.h directly.
25959         Suggestion from Akim Demaille.
25960
25961 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25962
25963         The old behavior of quoting `like this' doesn't look good with
25964         newer, ISO-style fonts.  See:
25965         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25966
25967         Instead, quote "like this" by default.  Let the translator
25968         tailor the locale-specific quoting behavior by providing
25969         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25970
25971         * lib/quotearg.c (N_): New macro.
25972         (gettext_default): New function.
25973         (quotearg_buffer_restyled): Use
25974         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25975         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25976
25977 2000-07-09  Jim Meyering  <meyering@lucent.com>
25978
25979         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25980         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25981
25982         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25983         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25984
25985 2000-07-09  Jim Meyering  <meyering@lucent.com>
25986
25987         * lib/Most files: Update copyright dates to include 2000.
25988
25989 2000-07-08  Jim Meyering  <meyering@lucent.com>
25990
25991         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25992         if not defined.
25993         (xgethostname): Remove now-unnecessary #ifdef.
25994         Move declaration of `err' into loop where it's used.
25995
25996 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25997         and Bruno Haible  <haible@clisp.cons.org>
25998
25999         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
26000         only if the test for an object-type mbstate_t fails.  This
26001         prevents us from mistakenly reporting that mbstate_t is a
26002         system object type after we "#define mbstate_t int" to work
26003         around its lack.
26004
26005 2000-07-05  Paul Eggert  <eggert@twinsun.com>
26006         and Bruno Haible  <haible@clisp.cons.org>
26007
26008         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
26009
26010 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26011
26012         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
26013         to strerror_r.
26014         Include <ctype.h> for use of isalpha.
26015
26016 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26017
26018         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
26019         by allocating a larger buffer. Test the gethostname return value for
26020         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
26021         returns an error and ENAMETOOLONG isn't defined.
26022
26023 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26024
26025         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
26026         dimension.
26027
26028 2000-07-04  Jim Meyering  <meyering@lucent.com>
26029
26030         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
26031         of the deprecated AC_CHECKING.
26032
26033 2000-07-04  Jim Meyering  <meyering@lucent.com>
26034
26035         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
26036         Reported by Bruno Haible.
26037
26038 2000-07-04  Jim Meyering  <meyering@lucent.com>
26039
26040         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
26041         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
26042         lacks mbrtowc.
26043
26044 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26045
26046         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
26047         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
26048
26049 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26050         and Bruno Haible  <haible@clisp.cons.org>
26051
26052         * lib/quotearg.c (mbrtowc):
26053         Assign to *pwc, and return 1 only if result is nonzero.
26054         (iswprint): Use ISPRINT when substituting our own mbrtowc.
26055
26056 2000-07-03  Jim Meyering  <meyering@lucent.com>
26057
26058         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
26059
26060 2000-07-03  Jim Meyering  <meyering@lucent.com>
26061
26062         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
26063         This is necessary to get a definition of e.g., UTMP_FILE on
26064         HP-UX 10.20.
26065         From Bob Proulx.
26066
26067 2000-07-02  Jim Meyering  <meyering@lucent.com>
26068
26069         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
26070
26071         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
26072         AC_LIBOBJ(function_name).
26073         * m4/chown.m4: Likewise.
26074         * m4/fnmatch.m4: Likewise.
26075         * m4/ftruncate.m4: Likewise.
26076         * m4/getgroups.m4: Likewise.
26077         * m4/getline.m4: Likewise.
26078         * m4/group-member.m4: Likewise.
26079         * m4/jm-macros.m4: Likewise.
26080         * m4/lstat.m4: Likewise.
26081         * m4/malloc.m4: Likewise.
26082         * m4/memcmp.m4: Likewise.
26083         * m4/nanosleep.m4: Likewise.
26084         * m4/putenv.m4: Likewise.
26085         * m4/realloc.m4: Likewise.
26086         * m4/regex.m4: Likewise.
26087         * m4/stat.m4: Likewise.
26088         * m4/strftime.m4: Likewise.
26089
26090 2000-07-02  Jim Meyering  <meyering@lucent.com>
26091
26092         * lib/quotearg.c (mbstate_t): Don't define here.
26093
26094 2000-07-02  Jim Meyering  <meyering@lucent.com>
26095
26096         * lib/nanosleep.c (SIGCONT): Define if not already defined.
26097
26098 2000-07-01  Jim Meyering  <meyering@lucent.com>
26099
26100         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
26101
26102 2000-07-01  Jim Meyering  <meyering@lucent.com>
26103
26104         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
26105         problem.
26106
26107 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26108
26109         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
26110         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
26111
26112 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26113
26114         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
26115         per change in ../m4/ls-mntd-fs.m4.
26116         (read_filesystem_list): Ignore symbolic links.
26117
26118 2000-06-29  Jim Meyering  <meyering@lucent.com>
26119
26120         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
26121         for declaration of strcmp.
26122
26123         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
26124
26125         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
26126         Avoid warning by casting result to `char *' to remove `const'.
26127
26128 2000-06-28  Jim Meyering  <meyering@lucent.com>
26129
26130         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
26131         included by quotearg.c, for which we perform this test.  From
26132         Bruno Haible.
26133
26134 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26135
26136         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
26137         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
26138         <utmpx.h> exists, put readutmp.o into LIBOBJS.
26139
26140 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26141
26142         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
26143
26144 2000-06-26  Paul Eggert  <eggert@twinsun.com>
26145
26146         savedir now sets errno on failure and invokes xmalloc to get memory.
26147         Fix a couple of other minor bugs while we're at it.
26148
26149         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
26150         (NAMLEN): Remove macro.
26151         (malloc, realloc): Remove decls.
26152         (stpcpy): Likewise.
26153         ("xalloc.h"): Include.
26154         (NAME_SIZE_DEFAULT): New macro.
26155         (savedir): Use xmalloc / xrealloc to allocate memory.
26156         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
26157         Skip "" directory entries.
26158         Use strlen to calculate directory entry length, since the old method
26159         is rarely used these days and isn't worth supporting.
26160         Don't use a pointer after freeing it.
26161         Check for integer overflow when calculating allocation size.
26162         Use memcpy to copy entries, instead of stpcpy.
26163         Set errno properly when returning NULL.
26164         Check for readdir error.
26165
26166 2000-06-26  Jim Meyering  <meyering@lucent.com>
26167
26168         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
26169
26170 2000-06-25  Jim Meyering  <meyering@lucent.com>
26171
26172         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
26173         Linux header bug when _XOPEN_SOURCE is defined to 500.
26174
26175 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26176
26177         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
26178         deficiency.
26179
26180 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26181
26182         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
26183         Include xalloc.h.
26184         Don't include <stdlib.h>.  Don't declare malloc, realloc.
26185
26186 2000-06-24  Jim Meyering  <meyering@lucent.com>
26187
26188         * m4/strerror_r.m4: Revive this file -- to try out an experimental
26189         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
26190         for which strerror does return char*, but which lacks a conveniently
26191         accessible declaration of the function.  If the compile-test says
26192         strerror_r doesn't work, then resort to a `run'-test that works on
26193         BeOS and segfaults on DEC Unix.
26194
26195 2000-06-24  Jim Meyering  <meyering@lucent.com>
26196
26197         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
26198
26199 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26200
26201         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
26202         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
26203
26204 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26205
26206         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
26207         (mbrtowc, mbstate_t): Define substitutes if
26208         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
26209         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
26210         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
26211
26212 2000-06-23  Jim Meyering  <meyering@lucent.com>
26213
26214         * m4/afs.m4: Add missing AC_MSG_RESULT.
26215         Reported by Bruno Haible.
26216
26217         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26218         Suggestion from Bruno Haible.
26219
26220 2000-06-23  Jim Meyering  <meyering@lucent.com>
26221
26222         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26223
26224 2000-06-21  Jim Meyering  <meyering@lucent.com>
26225
26226         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26227
26228 2000-06-21  Jim Meyering  <meyering@lucent.com>
26229
26230         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26231         (noinst_HEADERS): Add getstr.h.
26232
26233         * lib/getline.c (getstr): Move into a separate file.
26234         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26235         the following changes: new parameter, delim2; both delim[12]
26236         parameters have type `int', not `char'.  The latter would lose
26237         with 8-bit delimiters.
26238         * lib/getstr.h: New file.
26239
26240 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26241
26242         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26243         than 1024, return a memory chunk of least possible size, instead
26244         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26245         Use free/xmalloc instead of xrealloc to avoid copying for very long
26246         paths.
26247
26248 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26249
26250         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26251         the empty string.
26252
26253 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26254
26255         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26256         address, not strdup.  Include <stdlib.h> and don't declare free().
26257
26258 2000-06-19  Jim Meyering  <meyering@lucent.com>
26259
26260         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26261
26262 2000-06-18  Jim Meyering  <meyering@lucent.com>
26263
26264         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26265
26266         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26267         `checking whether...' message to be consistent with that of the
26268         lstat test.
26269
26270 2000-06-18  Jim Meyering  <meyering@lucent.com>
26271
26272         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26273         Besides, these days every porting target provides a mkdir function.
26274
26275         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26276         needed. (this snippet comes from src/system.h).
26277
26278 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26279
26280         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26281
26282 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26283
26284         * lib/human.c (adjust_value): New function.
26285         (human_readable_inexact): Apply rounding style even when
26286         printing approximate values.
26287
26288 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26289
26290         * lib/human.c (human_readable_inexact): Allow an input block
26291         size that is not a multiple of the output block size, and vice versa.
26292         Reported by Piergiorgio Sartor.
26293
26294 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26295
26296         * lib/getdate.y (get_date): Apply relative times after time
26297         zone indicator, not before.  Reported by Todd A. Jacobs.
26298
26299 2000-06-13  Jim Meyering  <meyering@lucent.com>
26300
26301         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26302
26303         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26304
26305 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26306
26307         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26308
26309 2000-06-12  Jim Meyering  <meyering@lucent.com>
26310
26311         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26312         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26313         optional argument.
26314         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26315         the optional argument, `lib'.
26316
26317 2000-06-08  Jim Meyering  <meyering@lucent.com>
26318
26319         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26320
26321 2000-06-04  Paul Eggert  <eggert@twinsun.com>