Guard against vsnprintf implementations that mishandle a size=0 argument.
[gnulib.git] / ChangeLog
1 2007-04-29  Bruno Haible  <bruno@clisp.org>
2
3         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
4         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
6         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
8         (configure.ac): Define CHECK_SNPRINTF_POSIX.
9         (TESTS, check_PROGRAMS): Add test-snprintf.
10         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
11         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
12         (TESTS, check_PROGRAMS): Add test-vsnprintf.
13         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
14         assertions that fail on HP-UX, OSF/1, or IRIX.
15         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
16
17 2007-04-29  Bruno Haible  <bruno@clisp.org>
18
19         * MODULES.html.sh (posix_functions): Remove 'contents'.
20
21 2007-04-29  Karl Berry  <karl@gnu.org>
22
23         * config/srclist.txt (gendocs_template_min): new entry.
24
25 2007-04-29  Bruno Haible  <bruno@clisp.org>
26
27         Work around fpurge bug on BSD systems.
28         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
29         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
30         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
31         fpurge to rpl_fpurge if the system already has this function.
32         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
33         the case where the system already has this function. Correct invariants
34         on BSD systems.
35         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
36         BSD systems.
37
38 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
39
40         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
41         proposed by Sven Verdoolaege.
42
43         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
44         options.
45         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
46         (usage and help tests): Update
47
48 2007-04-29  Bruno Haible  <bruno@clisp.org>
49
50         * tests/test-fflush.c (main): Use a file of size 17, not 10.
51         Print more information in case of failure. Disable a test on BeOS.
52
53 2007-04-29  Bruno Haible  <bruno@clisp.org>
54
55         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
56         This helps debugging on systems on which no gdb is available.
57
58 2007-04-29  Bruno Haible  <bruno@clisp.org>
59
60         * lib/freading.h: Improve comments.
61         * lib/fwriting.h: Likewise.
62         * tests/test-freading.c (main): Don't check freading immediately after
63         repositioning. Needed for glibc.
64
65 2007-04-29  Bruno Haible  <bruno@clisp.org>
66
67         * lib/freading.c (freading): Trivial simplification.
68
69 2007-04-28  Bruno Haible  <bruno@clisp.org>
70
71         * tests/test-fwriting.c (main): Also test the interaction between
72         fflush and fwriting.
73         * modules/fwriting-tests (Depends-on): Add fflush.
74
75         * tests/test-freading.c (main): Also test the interaction between
76         fflush and freading.
77         * modules/freading-tests (Depends-on): Add fflush.
78
79 2007-04-28  Bruno Haible  <bruno@clisp.org>
80
81         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
82         fseeko and ftello.
83         Suggested by Eric Blake.
84
85 2007-04-28  Jim Meyering  <jim@meyering.net>
86
87         Avoid false-negative in gl_STDINT_H's C99 conformance test.
88         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
89         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
90
91 2007-04-27  Eric Blake  <ebb9@byu.net>
92
93         * doc/headers/assert.texi (assert.h): Document assert module use.
94
95 2007-04-27  Bruno Haible  <bruno@clisp.org>
96
97         * doc/headers/*.texi: New files.
98         * doc/gnulib.texi (Header File Substitutes): New chapter.
99         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
100         dependencies.
101         (standards.info ,standards.html, standards.dvi): Update dependencies.
102         (mostlyclean, clean): New targets.
103
104 2007-04-27  Bruno Haible  <bruno@clisp.org>
105
106         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
107         * modules/sysexits (Files, Makefile.am): Update.
108
109         * lib/sys_socket_.h: Renamed from lib/socket_.h.
110         * modules/sys_socket (Files, Makefile.am): Update.
111
112         * lib/sys_stat_.h: Renamed from lib/stat_.h.
113         * modules/sys_stat (Files, Makefile.am): Update.
114
115 2007-04-27  Eric Blake  <ebb9@byu.net>
116
117         * lib/freading.h: Improve comments.
118         * lib/fwriting.h: Likewise.
119         * lib/fflush.c: Likewise.
120
121         Fix closein for mingw.
122         * modules/closein-tests: Add tests for closein.
123         * tests/test-closein.c: New file.
124         * tests/test-closein.sh: Likewise.
125         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
126         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
127
128 2007-04-27  Bruno Haible  <bruno@clisp.org>
129
130         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
131         version is < 6.
132         * lib/math_.h [__DECC]: Likewise.
133         * lib/stdio_.h [__DECC]: Likewise.
134         * lib/stdlib_.h [__DECC]: Likewise.
135         * lib/string_.h [__DECC]: Likewise.
136         * lib/time_.h [__DECC]: Likewise.
137         * lib/wchar_.h [__DECC]: Likewise.
138         * lib/wctype_.h [__DECC]: Likewise.
139
140 2007-04-27  Bruno Haible  <bruno@clisp.org>
141
142         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
143
144 2007-04-27  Bruno Haible  <bruno@clisp.org>
145
146         * lib/fflush.c: Add comments.
147         * modules/fpurge-tests (Depends-on): Add fflush.
148         * modules/freadable-tests (Depends-on): Likewise.
149         * modules/fwritable-tests (Depends-on): Likewise.
150
151 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
152
153         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
154         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
155         Report by Bruno Haible <bruno@clisp.org>.
156
157 2007-04-26  Eric Blake  <ebb9@byu.net>
158
159         Fix fflush on mingw.
160         * modules/fflush (Depends-on): Add freading.
161         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
162         but unread data.
163
164 2007-04-26  Eric Blake  <ebb9@byu.net>
165         and Bruno Haible  <bruno@clisp.org>
166
167         Implement freading and fwriting.
168         * lib/freading.c: New file.
169         * lib/freading.h: Likewise.
170         * m4/freading.m4: Likewise.
171         * modules/freading: Likewise.
172         * modules/freading-tests: Likewise.
173         * tests/test-freading.c: Likewise.
174         * lib/fwriting.c: New file.
175         * lib/fwriting.h: Likewise.
176         * m4/fwriting.m4: Likewise.
177         * modules/fwriting: Likewise.
178         * modules/fwriting-tests: Likewise.
179         * tests/test-fwriting.c: Likewise.
180         * MODULES.html.sh (File stream based Input/Output): Mention them.
181
182 2007-04-26  Bruno Haible  <bruno@clisp.org>
183
184         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
185         'long' when we assume it.
186         Suggested by Eric Blake.
187
188 2007-04-26  Bruno Haible  <bruno@clisp.org>
189
190         Ensure fseeko, ftello are declared on glibc systems.
191         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
192         * modules/fseeko (configure.ac-early): Likewise.
193         * modules/ftello (configure.ac-early): Likewise.
194         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
195         AC_FUNC_FSEEKO for this.
196         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
197         (gl_CHECK_FSEEKO): Remove macro.
198
199 2007-04-26  Bruno Haible  <bruno@clisp.org>
200
201         * tests/test-fflush.c (main): Also check the ftell result after
202         fflush and fseek/fseeko.
203         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
204         file descriptor position cache in the stream.
205         * lib/fseeko.c (rpl_fseeko): Likewise.
206
207 2007-04-26  Bruno Haible  <bruno@clisp.org>
208
209         * modules/fflush-tests (Depends-on): Add fseeko.
210
211 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
212             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
213
214         * lib/argz_.h: ensure error_t definition is obtained in same
215         mechanism system argz.h would have.
216         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
217         argz facilities are known bad.  Err on the side of caution if
218         cross-compiling.
219
220 2007-04-25  Eric Blake  <ebb9@byu.net>
221
222         * lib/fpurge.c (includes): Use stdlib.h for free.
223         * tests/test-fflush.c (main): Also test fflush-fseeko.
224
225 2007-04-25  Bruno Haible  <bruno@clisp.org>
226
227         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
228         * lib/fseeko.c: New file.
229         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
230         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
231         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
232         gl_FUNC_FSEEKO.
233         (gl_FUNC_FSEEKO): Invoke it.
234         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
235         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
236         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
237
238 2007-04-25  Bruno Haible  <bruno@clisp.org>
239
240         * modules/fflush (Depends-on): Add ftello.
241
242 2007-04-25  Bruno Haible  <bruno@clisp.org>
243
244         * modules/ftello-tests: New file.
245         * tests/test-ftello.c: New file.
246
247         * modules/ftello: New file.
248         * m4/ftello.m4: New file.
249         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
250         HAVE_FTELLO.
251         * lib/stdio_.h (ftello): New declaration.
252         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
253         HAVE_FTELLO.
254
255 2007-04-25  Bruno Haible  <bruno@clisp.org>
256
257         * modules/fseeko-tests: New file.
258         * tests/test-fseeko.c: New file.
259
260         * modules/fseeko: New file.
261         * m4/fseeko.m4: New file.
262         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
263         HAVE_FSEEKO.
264         * lib/stdio_.h (fseeko): New declaration.
265         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
266         HAVE_FSEEKO.
267
268 2007-04-25  Bruno Haible  <bruno@clisp.org>
269
270         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
271
272 2007-04-25  Bruno Haible  <bruno@clisp.org>
273
274         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
275         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
276         * tests/test-unistd.c: Likewise.
277         * tests/test-fcntl.c: Likewise.
278
279 2007-04-23  Eric Blake  <ebb9@byu.net>
280
281         * lib/fflush.c: Fix missing include.
282         Reported by Bruno Haible.
283
284 2007-04-23  Bruno Haible  <bruno@clisp.org>
285
286         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
287         Reported by Eric Blake.
288
289 2007-04-23  Bruno Haible  <bruno@clisp.org>
290
291         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
292
293 2007-04-23  Bruno Haible  <bruno@clisp.org>
294
295         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
296
297 2007-04-23  Bruno Haible  <bruno@clisp.org>
298
299         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
300         Needed on HP-UX 11.
301
302 2007-04-16  Eric Blake  <ebb9@byu.net>
303
304         Make fflush rely on fpurge.
305         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
306         open coding all variants.
307         * modules/fflush (Depends-on): Add fpurge and unistd.
308         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
309         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
310
311         Fix --with-tests compilation on cygwin.
312         * modules/argmatch-tests (Makefile.am): List gnulib library first
313         in LDADD.
314         * modules/argp-tests (Makefile.am): Likewise.
315         * modules/array-list-tests (Makefile.am): Likewise.
316         * modules/array-oset-tests (Makefile.am): Likewise.
317         * modules/avltree-list-tests (Makefile.am): Likewise.
318         * modules/avltree-oset-tests (Makefile.am): Likewise.
319         * modules/avltreehash-list-tests (Makefile.am): Likewise.
320         * modules/carray-list-tests (Makefile.am): Likewise.
321         * modules/dirname-tests (Makefile.am): Likewise.
322         * modules/frexp-tests (Makefile.am): Likewise.
323         * modules/isnanl-tests (Makefile.am): Likewise.
324         * modules/linked-list-tests (Makefile.am): Likewise.
325         * modules/linkedhash-list-tests (Makefile.am): Likewise.
326         * modules/lock-tests (Makefile.am): Likewise.
327         * modules/rbtree-list-tests (Makefile.am): Likewise.
328         * modules/rbtree-oset-tests (Makefile.am): Likewise.
329         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
330         * modules/tls-tests (Makefile.am): Likewise.
331         * modules/tsearch-tests (Makefile.am): Likewise.
332         * modules/xvasprintf-tests (Makefile.am): Likewise.
333
334         Fix fpurge for cygwin.
335         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
336         value.
337         * modules/fpurge-tests (Depends-on): Clean up trash.
338
339 2007-04-16  Simon Josefsson  <simon@josefsson.org>
340
341         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
342
343         * m4/autobuild.m4: Re-indent.
344
345 2007-04-13  Bruno Haible  <bruno@clisp.org>
346
347         * modules/fpurge-tests: New file.
348         * tests/test-fpurge.c: New file.
349
350         * modules/fpurge: New file.
351         * lib/fpurge.h: New file.
352         * lib/fpurge.c: New file.
353         * m4/fpurge.m4: New file.
354
355 2007-04-13  Bruno Haible  <bruno@clisp.org>
356
357         * modules/fbufmode-tests: New file.
358         * tests/test-fbufmode.c: New file.
359
360         * modules/fbufmode: New file.
361         * lib/fbufmode.h: New file.
362         * lib/fbufmode.c: New file.
363         * m4/fbufmode.m4: New file.
364
365 2007-04-13  Bruno Haible  <bruno@clisp.org>
366
367         * modules/fwritable-tests: New file.
368         * tests/test-fwritable.c: New file.
369
370         * modules/fwritable: New file.
371         * lib/fwritable.h: New file.
372         * lib/fwritable.c: New file.
373         * m4/fwritable.m4: New file.
374
375 2007-04-13  Bruno Haible  <bruno@clisp.org>
376
377         * modules/freadable-tests: New file.
378         * tests/test-freadable.c: New file.
379
380         * modules/freadable: New file.
381         * lib/freadable.h: New file.
382         * lib/freadable.c: New file.
383         * m4/freadable.m4: New file.
384
385 2007-04-13  Bruno Haible  <bruno@clisp.org>
386
387         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
388         MOSTLYCLEANFILES.
389
390 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
391
392         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
393         gzip bootstrap.conf to avoid dragging in i18n machinery.
394         (gnulib_tool_option): Use it.
395
396 2007-04-13  Bruno Haible  <bruno@clisp.org>
397
398         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
399         %F directives.
400         * tests/test-vasprintf-posix.c (test_function): Likewise.
401         * tests/test-snprintf-posix.h (test_function): Likewise.
402         * tests/test-sprintf-posix.h (test_function): Likewise.
403         * tests/test-fprintf-posix.h (test_function): Likewise.
404         * tests/test-printf-posix.h (test_function): Likewise.
405         * tests/test-fprintf-posix.out: Likewise.
406
407 2007-04-13  Bruno Haible  <bruno@clisp.org>
408
409         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
410         * modules/tls-tests (configure.ac): Likewise.
411         Reported by Arto C. Nirkko <anirkko@insel.ch>.
412
413 2007-04-13  Bruno Haible  <bruno@clisp.org>
414
415         * lib/tls.c (glthread_tls_get): Fix return type.
416         Patch by Arto C. Nirkko <anirkko@insel.ch>.
417
418 2007-04-12  Eric Blake  <ebb9@byu.net>
419
420         * modules/gettime (Depends-on): Remove gettime.
421         Reported by Dmitry V. Levin.
422
423 2007-04-12  Bruno Haible  <bruno@clisp.org>
424
425         * modules/fflush (Include): Mention <stdio.h>.
426         * modules/strtoimax (Include): Mention <inttypes.h>.
427         * modules/strtoumax (Include): Likewise.
428
429 2007-04-12  Eric Blake  <ebb9@byu.net>
430
431         * .cvsignore: New file.
432         * .gitignore: Likewise.
433
434 2007-04-12  Bruno Haible  <bruno@clisp.org>
435
436         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
437         not before, since $(LDADD) often contains libgnu.a.
438         * modules/striconv-tests (test_striconv_LDADD): Likewise.
439         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
440         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
441         Needed on Cygwin.
442
443 2007-04-12  Eric Blake  <ebb9@byu.net>
444
445         Work around glibc's failure to flush stdin on fclose.
446         * lib/closein.c (close_stdin): Flush stdin before closing.
447
448         Work around glibc's failure to reset seekable stdin on exit.
449         * modules/closein: New module.
450         * lib/closein.c: New file.
451         * lib/closein.h: Likewise.
452         * m4/closein.m4: Likewise.
453         * MODULES.html.sh (File stream based Input/Output): Document it.
454
455 2007-04-12  Simon Josefsson  <simon@josefsson.org>
456
457         * gnulib-tool: Rename generated 'autobuild' script to
458         'do-autobuild' in --create-megatestdir output.
459
460         * doc/gnulib.texi (Build robot for gnulib): Fix.
461
462 2007-04-12  Simon Josefsson  <simon@josefsson.org>
463
464         * modules/sysexits (Depends-on): Add absolute-header.
465
466 2007-04-12  Eric Blake  <ebb9@byu.net>
467
468         No need to preserve errno on success.
469         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
470         Reported by Bruno Haible.
471
472 2007-04-12  Simon Josefsson  <simon@josefsson.org>
473
474         * MODULES.html.sh (Support for maintaining and releasing
475         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
476
477 2007-04-12  Simon Josefsson  <simon@josefsson.org>
478
479         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
480
481 2007-04-12  Simon Josefsson  <simon@josefsson.org>
482
483         * modules/autobuild: New module.
484
485         * m4/autobuild.m4: New file.
486
487 2007-04-11  Bruno Haible  <bruno@clisp.org>
488
489         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
490         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
491         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
492         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
493         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
494         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
495         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
496         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
497         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
498         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
499         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
500         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
501         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
502         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
503         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
504         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
505         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
506         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
507         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
508         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
509         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
510         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
511         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
512         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
513         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
514         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
515         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
516         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
517         Reported by Eric Blake.
518
519 2007-04-11  Bruno Haible  <bruno@clisp.org>
520
521         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
522
523 2007-04-10  Bruno Haible  <bruno@clisp.org>
524
525         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
526         for NaN and Infinity. Needed on FreeBSD 6.1.
527         * tests/test-vasnprintf-posix.c (test_function): Undo last change
528         regarding results for "%010a" of Infinity and NaN.
529         * tests/test-vasprintf-posix.c (test_function): Likewise.
530         * tests/test-snprintf-posix.h (test_function): Likewise.
531         * tests/test-sprintf-posix.h (test_function): Likewise.
532         * tests/test-fprintf-posix.h (test_function): Likewise.
533         * tests/test-printf-posix.h (test_function): Likewise.
534         * tests/test-fprintf-posix.out: Likewise.
535
536 2007-04-10  Bruno Haible  <bruno@clisp.org>
537
538         * modules/locale-tests: New file.
539         * tests/test-locale.c: New file.
540
541         * modules/locale: New file.
542         * lib/locale_.h: New file.
543         * m4/locale_h.m4: New file.
544
545 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
546             Bruno Haible  <bruno@clisp.org>
547
548         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
549         be determined, test for availability of the copysignf, copysign,
550         copysignl functions.
551         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
552         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
553         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
554
555 2007-04-09  Eric Blake  <ebb9@byu.net>
556
557         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
558         * modules/stdio (Makefile.am): Support fflush.
559         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
560         * modules/fflush: New file.
561         * lib/fflush.c: Likewise.
562         * m4/fflush.m4: Likewise.
563         * modules/fflush-tests: New test.
564         * tests/test-fflush.c: Likewise.
565         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
566
567 2007-04-06  Bruno Haible  <bruno@clisp.org>
568
569         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
570         (VASNPRINTF): Use signbit for faster determination whether to print a
571         minus sign.
572         * modules/vasnprintf (Files): Remove lib/float+.h.
573         * modules/fprintf-posix (Depends-on): Add signbit.
574         * modules/snprintf-posix (Depends-on): Likewise.
575         * modules/sprintf-posix (Depends-on): Likewise.
576         * modules/vasnprintf-posix (Depends-on): Likewise.
577         * modules/vasprintf-posix (Depends-on): Likewise.
578         * modules/vfprintf-posix (Depends-on): Likewise.
579         * modules/vsnprintf-posix (Depends-on): Likewise.
580         * modules/vsprintf-posix (Depends-on): Likewise.
581
582 2007-04-06  Bruno Haible  <bruno@clisp.org>
583
584         * tests/test-frexp.c (main): Test also the sign bit of zero results.
585         * tests/test-frexpl.c (main): Likewise.
586         * tests/test-ldexpl.c (main): Likewise.
587         * modules/frexp-tests (Depends-on): Add signbit.
588         * modules/frexpl-tests (Depdends-on): Likewise.
589         * modules/ldexpl-tests (Depdends-on): Likewise.
590
591 2007-04-06  Bruno Haible  <bruno@clisp.org>
592
593         * modules/signbit-tests: New file.
594         * tests/test-signbit.c: New file.
595
596         * modules/signbit: New file.
597         * lib/signbitf.c: New file.
598         * lib/signbitd.c: New file.
599         * lib/signbitl.c: New file.
600         * m4/signbit.m4: New file.
601         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
602         (signbit): New macro.
603         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
604         REPLACE_SIGNBIT.
605         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
606         REPLACE_FREXPL into math.h.
607
608 2007-04-06  Bruno Haible  <bruno@clisp.org>
609
610         * modules/isnanf-nolibm-tests: New file.
611         * tests/test-isnanf.c: New file.
612
613         * modules/isnanf-nolibm: New file.
614         * lib/isnanf.h: New file.
615         * lib/isnanf.c: New file.
616         * lib/isnan.c: Consider the USE_FLOAT macro.
617         * m4/isnanf.m4: New file.
618
619 2007-04-06  Bruno Haible  <bruno@clisp.org>
620
621         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
622         (Link): New section.
623
624         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
625
626 2007-04-06  Bruno Haible  <bruno@clisp.org>
627
628         Assume the 'long double' type.
629         * m4/longdouble.m4: Remove file.
630         * config/srclist.txt: Don't mention longdouble.m4.
631         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
632         * lib/float+.h: Likewise.
633         * lib/frexp.c: Likewise.
634         * lib/printf-args.h: Likewise.
635         * lib/printf-args.c: Likewise.
636         * lib/printf-frexp.c: Likewise.
637         * lib/printf-parse.c: Likewise.
638         * lib/vasnprintf.c: Likewise.
639         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
640         * m4/intl.m4: Likewise.
641         * m4/isnanl.m4: Likewise.
642         * m4/printf.m4: Likewise.
643         * m4/printf-frexpl.m4: Likewise.
644         * m4/vasnprintf.m4: Likewise.
645         * modules/allocsa (Files): Remove m4/longdouble.m4.
646         * modules/gettext (Files): Likewise.
647         * modules/relocatable-prog-wrapper (Files): Likewise.
648         * modules/vasnprintf (Files): Likewise.
649         * modules/isnanl (Files): Likewise.
650         (Include): Simplify.
651         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
652         (Include): Simplify.
653         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
654         (Include): Simplify.
655         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
656         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
657         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
658         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
659         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
660         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
661         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
662         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
663         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
664         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
665         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
666         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
667         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
668         * tests/test-isnanl.c: Likewise.
669         * tests/test-snprintf-posix.h: Likewise.
670         * tests/test-sprintf-posix.h: Likewise.
671         * tests/test-vasnprintf-posix.c: Likewise.
672         * tests/test-vasnprintf-posix2.c: Likewise.
673         * tests/test-vasprintf-posix.c: Likewise.
674
675 2007-04-06  Bruno Haible  <bruno@clisp.org>
676
677         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
678         * lib/math_.h [__DECC]: Include the overridden include file through
679         #include_next, outside the double-inclusion guard.
680         * lib/stdio_.h [__DECC]: Likewise.
681         * lib/stdlib_.h [__DECC]: Likewise.
682         * lib/string_.h [__DECC]: Likewise.
683         * lib/time_.h [__DECC]: Likewise.
684         * lib/wchar_.h [__DECC]: Likewise.
685         * lib/wctype_.h [__DECC]: Likewise.
686         * lib/inttypes_.h [__DECC]: Likewise.
687         Reported by Albert Chin <china@thewrittenword.com> in
688         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
689
690 2007-04-04  Eric Blake  <ebb9@byu.net>
691
692         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
693         1.5.x.
694
695 2007-04-04  Bruno Haible  <bruno@clisp.org>
696
697         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
698         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
699
700 2007-04-04  Bruno Haible  <bruno@clisp.org>
701
702         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
703         results for "%010a" of Infinity and NaN.
704         * tests/test-vasprintf-posix.c (test_function): Likewise.
705         * tests/test-snprintf-posix.h (test_function): Likewise.
706         * tests/test-sprintf-posix.h (test_function): Likewise.
707         * tests/test-fprintf-posix.h (test_function): Remove these tests.
708         * tests/test-printf-posix.h (test_function): Likewise.
709         * tests/test-fprintf-posix.out: Update.
710         Needed for FreeBSD 6.1.
711
712 2007-04-04  Bruno Haible  <bruno@clisp.org>
713
714         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
715         directly used by the gnulib modules nor by gnulib-tool.
716
717 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
718
719         * DEPENDENCIES: Give overall description of version dependency
720         desirability.  Use more-typical names for apps.
721         Add shell, coreutils, diffutils, grep, tar, gzip.
722
723 2007-04-04  Simon Josefsson  <simon@josefsson.org>
724
725         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
726
727 2007-04-04  Karl Berry  <karl@gnu.org>
728
729         * MODULES.html.sh (func_module): missing '.
730
731 2007-04-03  Bruno Haible  <bruno@clisp.org>
732
733         * modules/argmatch-tests (Makefile.am): New variable
734         test_argmatch_LDADD.
735         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
736         * modules/array-list-tests (Makefile.am): New variable
737         test_array_list_LDADD.
738         * modules/array-oset-tests (Makefile.am): New variable
739         test_array_oset_LDADD.
740         * modules/avltree-list-tests (Makefile.am): New variable
741         test_avltree_list_LDADD.
742         * modules/avltree-oset-tests (Makefile.am): New variable
743         test_avltree_oset_LDADD.
744         * modules/avltreehash-list-tests (Makefile.am): New variable
745         test_avltreehash_list_LDADD.
746         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
747         test_canonicalize_lgpl_LDADD.
748         * modules/carray-list-tests (Makefile.am): New variable
749         test_carray_list_LDADD.
750         * modules/dirname-tests (Makefile.am): New variable
751         test_dirname_LDADD.
752         * modules/linked-list-tests (Makefile.am): New variable
753         test_linked_list_LDADD.
754         * modules/linkedhash-list-tests (Makefile.am): New variable
755         test_linkedhash_list_LDADD.
756         * modules/rbtree-list-tests (Makefile.am): New variable
757         test_rbtree_list_LDADD.
758         * modules/rbtree-oset-tests (Makefile.am): New variable
759         test_rbtree_oset_LDADD.
760         * modules/rbtreehash-list-tests (Makefile.am): New variable
761         test_rbtreehash_list_LDADD.
762         * modules/xvasprintf-tests (Makefile.am): New variable
763         test_xvasprintf_LDADD.
764         Reported by Eric Blake.
765
766 2007-04-03  Eric Blake  <ebb9@byu.net>
767
768         * DEPENDENCIES: Weaken m4 requirements.
769
770 2007-04-03  Bruno Haible  <bruno@clisp.org>
771
772         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
773         * modules/isnanl-tests (configure.ac): Likewise.
774
775 2007-04-03  Ben Pfaff  <blp@gnu.org>
776
777         * modules/iconv_open: Add $(srcdir)/ to source directory
778         references in Makefile fragments that call gperf, to fix VPATH
779         builds.
780
781 2007-04-03  Bruno Haible  <bruno@clisp.org>
782
783         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
784         * lib/ldexpl.c: Undo last change.
785
786 2007-04-03  Bruno Haible  <bruno@clisp.org>
787
788         * modules/printf-frexpl (Depends-on): Undo last change.
789         (Files): Add m4/ldexpl.m4.
790
791 2007-04-03  Bruno Haible  <bruno@clisp.org>
792
793         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
794         * modules/isnanl (Link): New section.
795
796         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
797         * modules/frexp (Link): New section.
798
799         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
800         * modules/frexpl (Link): New section.
801
802         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
803         * modules/ldexpl (Link): New section.
804
805 2007-04-03  Bruno Haible  <bruno@clisp.org>
806
807         * modules/TEMPLATE-EXTENDED: New file.
808         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
809
810 2007-04-03  Bruno Haible  <bruno@clisp.org>
811
812         * DEPENDENCIES: New file.
813         Suggested by Simon Josefsson.
814
815 2007-04-03  Bruno Haible  <bruno@clisp.org>
816
817         * doc/gnulib.texi: Escape @.
818
819 2007-04-03  James Youngman  <jay@gnu.org>
820         and Paul Eggert  <eggert@cs.ucla.edu>
821
822         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
823         birthtime on all systems that have birthtime, not just those which
824         use st_birthtimensec rather than st_birthtim.  Putting zero in
825         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
826         that the birth time is not available for files on an NFS mount.
827
828 2007-04-03  Simon Josefsson  <simon@josefsson.org>
829
830         * modules/memxor: Move back from crypto/, suggested by Bruno.
831         * modules/crypto/hmac-sha1: Fix memxor dependency.
832
833         * modules/crypto/gc: Moved from ../.
834
835 2007-04-02  Eric Blake  <ebb9@byu.net>
836
837         * lib/ldexpl.c (includes): Avoid libm.
838
839         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
840
841 2007-04-02  Bruno Haible  <bruno@clisp.org>
842
843         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
844         on IRIX.
845
846 2007-04-02  Bruno Haible  <bruno@clisp.org>
847
848         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
849         x86 or x86_64 platforms running MacOS X.
850         Reported by Ryan Schmidt <@ryandesign.com>.
851
852 2007-04-02  Bruno Haible  <bruno@clisp.org>
853
854         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
855         i386.
856
857 2007-04-01  Simon Josefsson  <simon@josefsson.org>
858
859         * modules/crypto/arcfour: Moved from ../.
860         * modules/crypto/arcfour-tests: Moved from ../.
861         * modules/crypto/arctwo: Moved from ../.
862         * modules/crypto/arctwo-tests: Moved from ../.
863         * modules/crypto/des: Moved from ../.
864         * modules/crypto/des-tests: Moved from ../.
865         * modules/crypto/gc-arcfour: Moved from ../.
866         * modules/crypto/gc-arcfour-tests: Moved from ../.
867         * modules/crypto/gc-arctwo: Moved from ../.
868         * modules/crypto/gc-arctwo-tests: Moved from ../.
869         * modules/crypto/gc-des: Moved from ../.
870         * modules/crypto/gc-des-tests: Moved from ../.
871         * modules/crypto/gc-hmac-md5: Moved from ../.
872         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
873         * modules/crypto/gc-hmac-sha1: Moved from ../.
874         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
875         * modules/crypto/gc-md2: Moved from ../.
876         * modules/crypto/gc-md2-tests: Moved from ../.
877         * modules/crypto/gc-md4: Moved from ../.
878         * modules/crypto/gc-md4-tests: Moved from ../.
879         * modules/crypto/gc-md5: Moved from ../.
880         * modules/crypto/gc-md5-tests: Moved from ../.
881         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
882         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
883         * modules/crypto/gc-random: Moved from ../.
884         * modules/crypto/gc-rijndael: Moved from ../.
885         * modules/crypto/gc-rijndael-tests: Moved from ../.
886         * modules/crypto/gc-sha1: Moved from ../.
887         * modules/crypto/gc-sha1-tests: Moved from ../.
888         * modules/crypto/gc-tests: Moved from ../.
889         * modules/crypto/hmac-md5: Moved from ../.
890         * modules/crypto/hmac-md5-tests: Moved from ../.
891         * modules/crypto/hmac-sha1: Moved from ../.
892         * modules/crypto/hmac-sha1-tests: Moved from ../.
893         * modules/crypto/md2: Moved from ../.
894         * modules/crypto/md2-tests: Moved from ../.
895         * modules/crypto/md4: Moved from ../.
896         * modules/crypto/md4-tests: Moved from ../.
897         * modules/crypto/md5: Moved from ../.
898         * modules/crypto/md5-tests: Moved from ../.
899         * modules/crypto/memxor: Moved from ../.
900         * modules/crypto/rijndael: Moved from ../.
901         * modules/crypto/rijndael-tests: Moved from ../.
902         * modules/crypto/sha1: Moved from ../.
903
904 2007-03-30  James Youngman  <jay@gnu.org>
905
906         * tests/test-stat-time.c (prepare_test): use chmod() rather than
907         rename() to change the ctime of a file (because ctime is unaffected
908         by rename on jfs2 on AIX 5.1).
909         (main): Start by doing cleanup, in case a previous run failed leaving
910         test files behind.
911
912 2007-03-31  Bruno Haible  <bruno@clisp.org>
913
914         Support old proprietary implementations of iconv.
915         * modules/iconv_open: New file.
916         * lib/iconv_.h: New file.
917         * m4/iconv_h.m4: New file.
918         * lib/iconv_open.c: New file.
919         * lib/iconv_open-aix.gperf: New file.
920         * lib/iconv_open-hpux.gperf: New file.
921         * lib/iconv_open-irix.gperf: New file.
922         * lib/iconv_open-osf.gperf: New file.
923         * m4/iconv_open.m4: New file.
924         * modules/linebreak (Depends-on): Add iconv_open.
925         * modules/striconv (Depends-on): Likewise.
926         * modules/striconveh (Depends-on): Likewise.
927         * modules/unicodeio (Depends-on): Likewise.
928         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
929         (iconv_t)(-1).
930         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
931         conversion if cd is (iconv_t)(-1).
932         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
933         is not possible.
934
935 2007-03-31  Bruno Haible  <bruno@clisp.org>
936
937         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
938         work on Solaris either. Protect also second use of "autodetect_jp".
939
940 2007-03-31  Bruno Haible  <bruno@clisp.org>
941
942         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
943         the function is not present.
944
945 2007-03-31  Bruno Haible  <bruno@clisp.org>
946
947         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
948         the function is not present.
949
950 2007-03-31  Bruno Haible  <bruno@clisp.org>
951
952         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
953         a bug in HP-UX iconv_open().
954
955 2007-03-31  Bruno Haible  <bruno@clisp.org>
956
957         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
958         (Mathematics <math.h>): New section, add fpieee.
959         (Input/output <stdio.h>): Add fseterr.
960         (Mathematics <math.h>): New section, add printf-frexp.
961         (Container data structures): Add sublist.
962         (Core language properties): Add fpucw, inline.
963         (Functions for greatest-width integer types <inttypes.h>): Add
964         imaxabs, imaxdiv, inttypes.
965         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
966         isnanl-nolibm, ldexp.
967         (Mathematics <math.h>): New section, add printf-frexpl.
968         (Support for systems lacking POSIX:2001): Add fprintf-posix,
969         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
970         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
971         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
972         (Unicode string functions): Add unistr/u*-mbtoucr.
973         (Java): Add javacomp-script, javaexec-script.
974         (C#): Add csharpcomp-script, csharpexec-script.
975         (Support for building libraries and executables): Add havelib,
976         relocatable-*.
977         (Support for maintaining and releasing projects): Renamed from
978         'Support for maintaining and release projects'. Add announce-gen.
979
980 2007-03-31  Bruno Haible  <bruno@clisp.org>
981
982         * README: Talk primarily about git.
983         (git and CVS): Renamed from CVS.
984         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
985         gnulib is available through git.
986         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
987
988 2007-03-30  Bruno Haible  <bruno@clisp.org>
989
990         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
991         * lib/poll_.h: Likewise.
992         * lib/stat_.h: Likewise.
993         * lib/sys_time_.h: Likewise.
994         * lib/sysexit_.h: Likewise.
995         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
996         * lib/stdbool_.h: Likewise.
997         * lib/byteswap_.h: Add double-inclusion guard.
998
999 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
1000
1001         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
1002
1003 2007-03-30  Karl Berry  <karl@gnu.org>
1004
1005         * config/srclist-update: double space after USA in the license
1006         substitution, since that's how it's usually (?) written.
1007
1008 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1009
1010         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
1011         reported by Bruno Haible.
1012
1013 2007-03-29  Bruno Haible  <bruno@clisp.org>
1014
1015         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
1016         a bug in AIX iconv().
1017
1018 2007-03-29  Bruno Haible  <bruno@clisp.org>
1019
1020         * modules/ldexpl-tests: New file.
1021         * tests/test-ldexpl.c: New file.
1022
1023 2007-03-29  Bruno Haible  <bruno@clisp.org>
1024
1025         * lib/ldexpl.c: Include fpucw.h.
1026         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
1027         multiplication.
1028         * modules/ldexpl (Depends-on): Add fpucw.
1029
1030 2007-03-29  Bruno Haible  <bruno@clisp.org>
1031
1032         * modules/ldexpl: New file.
1033         * m4/ldexpl.m4: New file.
1034         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
1035         set.
1036         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
1037         REPLACE_LDEXPL.
1038         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
1039         REPLACE_LDEXPL.
1040         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1041         gl_FUNC_LDEXPL_WORKS.
1042         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
1043         * modules/mathl (Files): Remove lib/ldexpl.c.
1044         (Depends-on): Add ldexpl.
1045
1046 2007-03-29  Bruno Haible  <bruno@clisp.org>
1047
1048         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
1049
1050 2007-03-29  Bruno Haible  <bruno@clisp.org>
1051
1052         * tests/test-striconveh.c (main): Don't assume that a direct conversion
1053         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
1054         and possibly also HP-UX.
1055         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
1056         work on AIX, IRIX, HP-UX, OSF/1.
1057         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
1058         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
1059         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
1060         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
1061         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
1062         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
1063
1064 2007-03-29  Bruno Haible  <bruno@clisp.org>
1065
1066         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
1067
1068 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1069
1070         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
1071         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
1072
1073 2007-03-29  Eric Blake  <ebb9@byu.net>
1074
1075         * lib/acl-internal.h: Remove redundant include.
1076         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
1077         Cygwin when a file is locked.
1078
1079 2007-03-29  Bruno Haible  <bruno@clisp.org>
1080
1081         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
1082         file.
1083         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
1084
1085 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1086
1087         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
1088         try to remove a parent directory if the child couldn't be removed
1089         (except for the first rmdir, which could fail because the child
1090         doesn't exist).  Problem reported by Jeff Blaine in
1091         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
1092
1093 2007-03-28  Bruno Haible  <bruno@clisp.org>
1094
1095         * lib/striconveh.c (utf8conv_carefully): New function.
1096         (mem_cd_iconveh_internal): Invoke it.
1097
1098 2007-03-28  Bruno Haible  <bruno@clisp.org>
1099
1100         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
1101         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
1102         input.
1103         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
1104         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
1105         unistr/u8-uctomb.
1106
1107 2007-03-28  Bruno Haible  <bruno@clisp.org>
1108
1109         * modules/unistr/u8-mbtoucr: New file.
1110         * lib/unistr/u8-mbtoucr.c: New file.
1111         * modules/unistr/u16-mbtoucr: New file.
1112         * lib/unistr/u16-mbtoucr.c: New file.
1113         * modules/unistr/u16-mbtoucr: New file.
1114         * lib/unistr/u16-mbtoucr.c: New file.
1115         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
1116
1117 2007-03-27  Simon Josefsson  <simon@josefsson.org>
1118             Bruno Haible  <bruno@clisp.org>
1119
1120         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
1121         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
1122         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
1123
1124         * m4/stdio_h.m4: Add stubs for vasprintf too.
1125
1126         * modules/stdio: Support vasprintf in sed command.
1127
1128         * modules/vasprintf: Depend on stdio for prototypes.  Remove
1129         vasprintf.h.  Add stdio module indicator.
1130
1131         * lib/stdio_.h: Declare asprintf and vasprintf, based on
1132         vasprintf.h.
1133
1134         * lib/vasprintf.h: File removed.
1135
1136         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
1137         * lib/vasprintf.c: Ditto.
1138         * lib/xvasprintf.c: Ditto.
1139         * tests/test-vasprintf-posix.c: Ditto.
1140         * tests/test-vasprintf.c: Ditto.
1141
1142 2007-03-27  Bruno Haible  <bruno@clisp.org>
1143
1144         Make vasnprintf multithread-safe.
1145         * lib/vasnprintf.c (decimal_point_char): New function.
1146         (VASNPRINTF): Use it.
1147         Suggested by Simon Josefsson.
1148
1149 2007-03-27  Eric Blake  <ebb9@byu.net>
1150
1151         Support sub-second birthtime on cygwin.
1152         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
1153         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
1154         (get_stat_birthtime): Also work with st_birthtim.
1155
1156 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
1157
1158         * lib/stat-time.h (USE_BIRTHTIME): Remove.
1159         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
1160         (get_stat_birthtime_ns): Do not try to use "spare" fields.
1161         (get_stat_birthtime_ns): Simplify compile-time tests.
1162         (get_stat_birthtime): Change the API to look like
1163         get_stat_mtime etc., except return a negative tv_nsec on error.
1164         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
1165         Don't check for "spare" fields.
1166         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
1167         or for struct stat.st_birthtime, as these tests aren't used.
1168         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
1169
1170 2007-03-27  Bruno Haible  <bruno@clisp.org>
1171
1172         * lib/stat-time.h: Include <sys/stat.h>.
1173
1174 2007-03-27  James Youngman  <jay@gnu.org>
1175
1176         * lib/stat-time.h (get_stat_birthtime): New function for
1177           retrieving st_birthtime as provided by UFS2 (hence *BSD).
1178         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
1179           and its variants.
1180         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
1181         * modules/stat-time-test: New file.
1182         * tests/test-stat-time.c: New test, devised by Bruno Haible.
1183
1184 2007-03-26  Bruno Haible  <bruno@clisp.org>
1185
1186         Better support of signalling NaNs.
1187         * lib/atanl.c: Include isnanl.h.
1188         (atanl): Perform test for NaN at the beginning of the function and
1189         through a call to isnanl.
1190         * lib/cosl.c: Include isnanl.h.
1191         (cosl): Perform test for NaN at the beginning of the function and
1192         through a call to isnanl.
1193         * lib/ldexpl.c: Include isnanl.h.
1194         (ldexpl): Perform test for NaN through a call to isnanl.
1195         * lib/logl.c: Include isnanl.h.
1196         (logl): Perform test for NaN at the beginning of the function and
1197         through a call to isnanl.
1198         * lib/sinl.c: Include isnanl.h.
1199         (sinl): Perform test for NaN at the beginning of the function and
1200         through a call to isnanl.
1201         * lib/sqrtl.c: Include isnanl.h.
1202         (sqrtl): Perform test for NaN at the beginning of the function and
1203         through a call to isnanl.
1204         * lib/tanl.c: Include isnanl.h.
1205         (tanl): Perform test for NaN at the beginning of the function and
1206         through a call to isnanl.
1207         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
1208         * modules/mathl (Depends-on): Add isnanl.
1209
1210 2007-03-26  Eric Blake  <ebb9@byu.net>
1211
1212         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
1213         regression in logic sense of previous patch.
1214
1215 2007-03-26  Bruno Haible  <bruno@clisp.org>
1216
1217         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
1218         unportable shell command "if ! ...".
1219         Reported by Ralf Wildenhues.
1220
1221 2007-03-25  Bruno Haible  <bruno@clisp.org>
1222
1223         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
1224         <sysexits.h> file, and only add EX_CONFIG.
1225         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
1226         absolute file name and whether it is sufficient. Substitute also
1227         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
1228         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
1229         ABSOLUTE_SYSEXITS_H into sysexits.h.
1230
1231 2007-03-25  Bruno Haible  <bruno@clisp.org>
1232
1233         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
1234         hints is NULL.
1235
1236 2007-03-25  Bruno Haible  <bruno@clisp.org>
1237
1238         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
1239         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
1240
1241 2007-03-25  Bruno Haible  <bruno@clisp.org>
1242
1243         * lib/vasnprintf.c: Include langinfo.h.
1244         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
1245         multithread-safe.
1246         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
1247         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
1248         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1249         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1250         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1251         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1252         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1253         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
1254         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1255         Reported by Simon Josefsson.
1256
1257 2007-03-25  Bruno Haible  <bruno@clisp.org>
1258
1259         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
1260         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
1261         * modules/vasnprintf (Depends-on): Add stdint.
1262
1263 2007-03-25  Bruno Haible  <bruno@clisp.org>
1264
1265         * modules/fpieee: New file.
1266         * m4/fpieee.m4: New file.
1267         * modules/isnan-nolibm (Depends-on): Add fpieee.
1268         * modules/isnanl-nolibm (Depends-on): Add fpieee.
1269         * modules/isnanl (Depends-on): Add fpieee.
1270
1271 2007-03-25  Bruno Haible  <bruno@clisp.org>
1272
1273         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
1274
1275 2007-03-25  Bruno Haible  <bruno@clisp.org>
1276
1277         Avoid test failures on IRIX 6.5.
1278         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
1279         (main): Use it.
1280         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
1281         macros.
1282         (main): Use them.
1283
1284 2007-03-25  Bruno Haible  <bruno@clisp.org>
1285
1286         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
1287         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
1288         exists but doesn't work.
1289         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
1290         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
1291         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
1292         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
1293
1294 2007-03-25  Bruno Haible  <bruno@clisp.org>
1295
1296         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
1297         returns inf. Needed on IRIX 6.5.
1298
1299 2007-03-25  Bruno Haible  <bruno@clisp.org>
1300
1301         * tests/test-frexpl.c: Include isnanl-nolibm.h.
1302         (main): Use isnanl instead of x != x idiom.
1303         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
1304
1305         * tests/test-frexp.c: Include isnan.h.
1306         (main): Use isnan instead of x != x idiom.
1307         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
1308
1309 2007-03-25  Bruno Haible  <bruno@clisp.org>
1310
1311         * tests/test-frexp.c (NaN): New function/macro.
1312         (main): Use it instead of 0.0 / 0.0.
1313         * tests/test-isnan.c (NaN): New function/macro.
1314         (main): Use it instead of 0.0 / 0.0.
1315         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
1316         (test_function): Use it instead of 0.0 / 0.0.
1317         * tests/test-vasprintf-posix.c (NaN): New function/macro.
1318         (test_function): Use it instead of 0.0 / 0.0.
1319         * tests/test-snprintf-posix.h (NaN): New function/macro.
1320         (test_function): Use it instead of 0.0 / 0.0.
1321         * tests/test-sprintf-posix.h (NaN): New function/macro.
1322         (test_function): Use it instead of 0.0 / 0.0.
1323         * tests/test-fprintf-posix.h (NaN): New function/macro.
1324         (test_function): Use it instead of 0.0 / 0.0.
1325         * tests/test-printf-posix.h (NaN): New function/macro.
1326         (test_function): Use it instead of 0.0 / 0.0.
1327
1328         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
1329
1330 2007-03-25  Bruno Haible  <bruno@clisp.org>
1331
1332         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
1333
1334 2007-03-25  Bruno Haible  <bruno@clisp.org>
1335
1336         * lib/regexec.c (merge_state_with_log): Make static.
1337
1338 2007-03-25  Bruno Haible  <bruno@clisp.org>
1339
1340         * lib/trigl.c (kernel_rem_pio2): Make static.
1341
1342 2007-03-25  Bruno Haible  <bruno@clisp.org>
1343
1344         * lib/sincosl.c (sincosl_table): Make static.
1345
1346 2007-03-25  Bruno Haible  <bruno@clisp.org>
1347
1348         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
1349         if the compiler does not support C99.
1350
1351 2007-03-25  Bruno Haible  <bruno@clisp.org>
1352
1353         * modules/time (Makefile.am): Ensure all rule action lines start with a
1354         tab.
1355
1356 2007-03-24  Bruno Haible  <bruno@clisp.org>
1357
1358         * modules/tsearch-tests: New file.
1359         * tests/test-tsearch.sh: New file.
1360         * tests/test-tsearch.c: New file, mostly copied from glibc.
1361
1362         * modules/search-tests: New file.
1363         * tests/test-search.c: New file.
1364
1365         * modules/search: New file.
1366         * lib/search_.h: New file, incorporating lib/tsearch.h.
1367         * m4/search_h.m4: New file.
1368         * lib/tsearch.h: Remove file.
1369         * lib/tsearch.c: Include search.h instead of tsearch.h.
1370         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
1371         HAVE_TSEARCH.
1372         * modules/tsearch (Files): Remove lib/tsearch.h.
1373         (Depends-on): Add search.
1374         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
1375         (Include): Change tsearch.h into search.h.
1376
1377 2007-03-24  Bruno Haible  <bruno@clisp.org>
1378
1379         * modules/fpucw: New file.
1380         * lib/fpucw.h: New file.
1381         * lib/frexp.c: Include fpucw.h.
1382         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
1383         (FUNC): Use them.
1384         * lib/printf-frexp.c: Include fpucw.h.
1385         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
1386         (FUNC): Use them.
1387         * lib/vasnprintf.c: Include fpucw.h.
1388         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
1389         'long double' calculations.
1390         * tests/test-frexpl.c: Include fpucw.h.
1391         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
1392         * tests/test-printf-frexpl.c: Include fpucw.h.
1393         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
1394         * modules/frexpl (Depends-on): Add fpucw.
1395         * modules/printf-frexpl (Depends-on): Likewise.
1396         * modules/fprintf-posix (Depends-on): Likewise.
1397         * modules/snprintf-posix (Depends-on): Likewise.
1398         * modules/sprintf-posix (Depends-on): Likewise.
1399         * modules/vasnprintf-posix (Depends-on): Likewise.
1400         * modules/vasprintf-posix (Depends-on): Likewise.
1401         * modules/vfprintf-posix (Depends-on): Likewise.
1402         * modules/vsnprintf-posix (Depends-on): Likewise.
1403         * modules/vsprintf-posix (Depends-on): Likewise.
1404         * modules/frexpl-tests (Depends-on): Likewise.
1405         * modules/printf-frexpl-tests (Depends-on): Likewise.
1406
1407 2007-03-24  Bruno Haible  <bruno@clisp.org>
1408
1409         * lib/float+.h: New file.
1410         * lib/isnan.c: Include float+.h.
1411         (SIZE): New macro.
1412         (FUNC): Compare only SIZE bytes of the value.
1413         * lib/vasnprintf.c: Include float+.h.
1414         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
1415         SIZEOF_LDBL or SIZEOF_DBL bytes.
1416         * modules/isnan-nolibm (Files): Add lib/float+.h.
1417         * modules/isnanl-nolibm (Files): Add lib/float+.h.
1418         * modules/isnanl (Files): Add lib/float+.h.
1419         * modules/vasnprintf (Files): Add lib/float+.h.
1420
1421 2007-03-24  Bruno Haible  <bruno@clisp.org>
1422
1423         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
1424         include isnanl-nolibm.h.
1425
1426 2007-03-24  Bruno Haible  <bruno@clisp.org>
1427
1428         * tests/test-read-file.c (main): Don't produce spurious output for
1429         expected situations. Make the test fail if it encountered unexpected
1430         results.
1431
1432 2007-03-24  Bruno Haible  <bruno@clisp.org>
1433
1434         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
1435         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
1436
1437 2007-03-24  Bruno Haible  <bruno@clisp.org>
1438
1439         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
1440
1441 2007-03-24  Bruno Haible  <bruno@clisp.org>
1442
1443         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
1444         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
1445
1446         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
1447         * modules/utf8-ucs4: Turn into a symbolic link to module
1448         unistr/u8-mbtouc.
1449
1450         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
1451         utf8-ucs4-unsafe.
1452         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
1453         unistr/u8-mbtouc-unsafe.
1454
1455         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
1456         * modules/utf16-ucs4: Turn into a symbolic link to module
1457         unistr/u16-mbtouc.
1458
1459         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
1460         utf16-ucs4-unsafe.
1461         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
1462         unistr/u16-mbtouc-unsafe.
1463
1464         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
1465         * modules/ucs4-utf8: Turn into a symbolic link to module
1466         unistr/u8-ubtomb.
1467
1468         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
1469         * modules/ucs4-utf16: Turn into a symbolic link to module
1470         unistr/u16-ubtomb.
1471
1472 2007-03-24  Bruno Haible  <bruno@clisp.org>
1473
1474         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
1475         Enable the function only if HAVE_INLINE.
1476         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
1477         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1478         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
1479         Enable the function only if HAVE_INLINE.
1480         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
1481         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1482         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
1483         Enable the function only if HAVE_INLINE.
1484         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
1485         Enable the function only if HAVE_INLINE.
1486         * modules/utf8-ucs4: Update.
1487         * modules/utf8-ucs4-unsafe: Update.
1488         * modules/utf16-ucs4: Update.
1489         * modules/utf16-ucs4-unsafe: Update.
1490         * modules/ucs4-utf8: Update.
1491         * modules/ucs4-utf16: Update.
1492
1493 2007-03-24  Bruno Haible  <bruno@clisp.org>
1494
1495         * lib/utf8-ucs4.h: Remove file.
1496         * lib/utf8-ucs4-unsafe.h: Remove file.
1497         * lib/utf16-ucs4.h: Remove file.
1498         * lib/utf16-ucs4-unsafe.h: Remove file.
1499         * lib/ucs4-utf8.h: Remove file.
1500         * lib/ucs4-utf16.h: Remove file.
1501         * lib/unistr.h: Include their previous contents.
1502         * m4/utf-ucs4.m4: Remove file.
1503         * m4/ucs4-utf.m4: Remove file.
1504         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
1505         (Depends-on): Add unistr/base.
1506         (configure.ac): Remove gl_UTF_UCS4.
1507         (Makefile.am): Update.
1508         (Include): Change to unistr.h.
1509         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
1510         (Depends-on): Add unistr/base.
1511         (configure.ac): Remove gl_UTF_UCS4.
1512         (Makefile.am): Update.
1513         (Include): Change to unistr.h.
1514         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
1515         (Depends-on): Add unistr/base.
1516         (configure.ac): Remove gl_UTF_UCS4.
1517         (Makefile.am): Update.
1518         (Include): Change to unistr.h.
1519         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
1520         (Depends-on): Add unistr/base.
1521         (configure.ac): Remove gl_UTF_UCS4.
1522         (Makefile.am): Update.
1523         (Include): Change to unistr.h.
1524         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
1525         (Depends-on): Add unistr/base.
1526         (configure.ac): Remove gl_UCS4_UTF.
1527         (Makefile.am): Update.
1528         (Include): Change to unistr.h.
1529         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
1530         (Depends-on): Add unistr/base.
1531         (configure.ac): Remove gl_UCS4_UTF.
1532         (Makefile.am): Update.
1533         (Include): Change to unistr.h.
1534         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
1535         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
1536         utf8-ucs4-unsafe.h.
1537         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
1538         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
1539         utf16-ucs4-unsafe.h.
1540         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
1541         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
1542         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
1543         * lib/unistr/u8-strchr.c: Likewise.
1544         * lib/unistr/u8-strrchr.c: Likewise.
1545         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
1546         * lib/unistr/u16-strchr.c: Likewise.
1547         * lib/unistr/u16-strrchr.c: Likewise.
1548         * lib/striconveh.c: Update.
1549         * lib/linebreak.c: Update.
1550
1551 2007-03-24  Bruno Haible  <bruno@clisp.org>
1552
1553         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
1554         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
1555
1556 2007-03-22  Bruno Haible  <bruno@clisp.org>
1557
1558         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
1559
1560 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1561
1562         * MODULES.html.sh (File system functions): New module write-any-file.
1563         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
1564         * m4/write-any-file.m4: New files.
1565
1566 2007-03-23  Eric Blake  <ebb9@byu.net>
1567
1568         * gnulib-tool: Rearrange space-tab sequences, since some editors
1569         like to eat them.
1570
1571 2007-03-23  Eric Blake  <ebb9@byu.net>
1572
1573         * lib/version-etc.c (version_etc_va): Update license wording to
1574         be more concise.  Recommended by Richard Stallman.
1575
1576 2007-03-22  Bruno Haible  <bruno@clisp.org>
1577
1578         * lib/poll.c (MSG_PEEK): New fallback definition.
1579
1580 2007-03-22  Bruno Haible  <bruno@clisp.org>
1581
1582         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
1583         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
1584         (main): Update.
1585         Fixes a compilation error on BeOS.
1586
1587 2007-03-22  Bruno Haible  <bruno@clisp.org>
1588
1589         * modules/frexpl-tests: New file.
1590         * tests/test-frexpl.c: New file.
1591
1592         * modules/frexpl: New file.
1593         * m4/frexpl.m4: New file.
1594         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
1595         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
1596         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
1597         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
1598         (Depends-on): Add frexpl. Remove isnanl-nolibm.
1599         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
1600
1601 2007-03-22  Bruno Haible  <bruno@clisp.org>
1602
1603         * lib/frexpl.c: Share code with lib/frexp.c.
1604         * modules/mathl (Files): Add lib/frexp.c.
1605         (Depends-on): Add isnanl-nolibm.
1606
1607 2007-03-22  Bruno Haible  <bruno@clisp.org>
1608
1609         * modules/printf-frexp (Files): Add m4/frexp.m4.
1610         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
1611         only if the found frexp function actually works.
1612
1613 2007-03-22  Bruno Haible  <bruno@clisp.org>
1614
1615         * lib/frexp.c: Remove older implementation that uses divisions.
1616
1617 2007-03-21  Bruno Haible  <bruno@clisp.org>
1618
1619         * modules/frexp-tests: New file.
1620         * tests/test-frexp.c: New file.
1621
1622         * modules/frexp: New file.
1623         * lib/frexp.c: New file.
1624         * m4/frexp.m4: New file.
1625         * lib/math_.h (frexp): New declaration.
1626         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
1627         REPLACE_FREXP.
1628         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
1629
1630 2007-03-21  Bruno Haible  <bruno@clisp.org>
1631
1632         * modules/isnanl-tests: New file.
1633         * tests/test-isnanl.c: New file.
1634
1635         * modules/isnanl: New file.
1636         * lib/isnanl.h: New file.
1637         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
1638         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
1639         gl_FUNC_ISNANL_WORKS.
1640         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
1641         New macros.
1642
1643 2007-03-21  Bruno Haible  <bruno@clisp.org>
1644
1645         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
1646         lib/isnanl.h.
1647         (Include): Update.
1648         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
1649         * lib/vasnprintf.c: Update.
1650         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
1651         tests/test-isnanl.h, remove tests/test-isnanl.c.
1652         (Makefile.am): Update.
1653         * tests/test-isnanl-nolibm.c: New file.
1654         * tests/test-isnanl.h: New file.
1655         * tests/test-isnanl.c: Remove file.
1656
1657 2007-03-21  Jim Meyering  <jim@meyering.net>
1658
1659         When trying to open ".", treat ESTALE like EACCES.
1660         * lib/savewd.c (savewd_save): Resort to forking not just upon
1661         failure with EACCES, but also when errno is ESTALE.
1662
1663 2007-03-20  Bruno Haible  <bruno@clisp.org>
1664
1665         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
1666         Needed on AIX 5.1. Reported by Matthew Woehlke.
1667
1668 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1669
1670         Suggestions by Bruno Haible:
1671         * lib/acl-internal.h: Include "gettext.h" rather than rolling
1672         our own.
1673         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
1674         * modules/acl (Depends-on): Add gettext.
1675
1676 2007-03-19  Bruno Haible  <bruno@clisp.org>
1677
1678         * modules/iconvme: Remove file.
1679         * lib/iconvme.h: Remove file.
1680         * lib/iconvme.c: Remove file.
1681         * m4/iconvme.m4: Remove file.
1682
1683 2007-03-19  Bruno Haible  <bruno@clisp.org>
1684
1685         * doc/relocatable-maint.texi: Break long shell script line.
1686         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1687
1688 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1689
1690         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
1691         handle file_has_acl.
1692         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
1693         * lib/acl.c: Move header inclusions and related macro defns into
1694         lib/acl-internal.h.
1695         (S_ISLNK): Remove defn, since that's now done for us.
1696         (file_has_acl): Move to lib/file-has-acl.c.
1697         Call acl_trivial if available.  This is the crucial part of the fix.
1698         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
1699         shared within the library.  Rewrite a bit, partly to make it compatible
1700         with the GNU coding style.
1701         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
1702         Remove unnecessary double-quotes.
1703         Don't test for acl_to_text; the build will catch that.
1704         Replace acl_entries if it doesn't exist and it is needed.
1705         Check for -lsec and acl_trivial (as used on Solaris 10).
1706         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
1707         lib/file-has-acl.c.
1708         (Depends-on): Add sys_stat, for S_ISLNK.
1709
1710 2007-03-19  Ben Pfaff  <blp@gnu.org>
1711
1712         * doc/gnulib.texi: Fix typos.
1713         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1714
1715 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1716
1717         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
1718         If size is zero here, buf must be zero.
1719
1720 2007-03-19  Simon Josefsson  <simon@josefsson.org>
1721
1722         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
1723         <bruno@clisp.org>.
1724
1725 2007-03-18  Bruno Haible  <bruno@clisp.org>
1726
1727         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1728         Suggested by Eric Blake.
1729
1730 2007-03-18  Ben Pfaff  <blp@gnu.org>
1731
1732         * doc/relocatable.texi: Recommend using as prefix a directory
1733         that does not exist and will never be created.  Based on
1734         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1735         and others.
1736
1737 2007-03-17  Bruno Haible  <bruno@clisp.org>
1738
1739         * lib/fchownat.c: Include lchown.h.
1740
1741 2007-03-17  Bruno Haible  <bruno@clisp.org>
1742
1743         Fix endless loop when the given allocated size was > INT_MAX.
1744         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1745         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1746         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1747         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1748         * lib/sprintf.c (sprintf): Likewise.
1749
1750 2007-03-17  Bruno Haible  <bruno@clisp.org>
1751
1752         * tests/test-argp-2.sh (func_compare): Output a context diff.
1753
1754 2007-03-17  Bruno Haible  <bruno@clisp.org>
1755
1756         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1757         locale's decimal-point character.
1758
1759 2007-03-17  Bruno Haible  <bruno@clisp.org>
1760
1761         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1762         before comparing it. Needed because on some platforms (e.g. x86) a
1763         'long double' occupies less bytes than sizeof (long double).
1764
1765 2007-03-17  Bruno Haible  <bruno@clisp.org>
1766
1767         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1768         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1769         * tests/test-getaddrinfo.c (simple): Likewise.
1770         * tests/test-read-file.c (main): Likewise.
1771
1772 2007-03-17  Bruno Haible  <bruno@clisp.org>
1773
1774         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1775
1776 2007-03-17  Bruno Haible  <bruno@clisp.org>
1777
1778         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1779         unused variable.
1780
1781 2007-03-17  Bruno Haible  <bruno@clisp.org>
1782
1783         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1784         * tests/test-c-strncasecmp.c: Likewise.
1785
1786 2007-03-17  Bruno Haible  <bruno@clisp.org>
1787
1788         * modules/stdlib (Depends-on): Add unistd.
1789         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1790         Needed for MacOS X 10.3.
1791
1792 2007-03-17  Bruno Haible  <bruno@clisp.org>
1793
1794         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1795
1796 2007-03-17  Bruno Haible  <bruno@clisp.org>
1797
1798         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1799
1800 2007-03-17  Bruno Haible  <bruno@clisp.org>
1801
1802         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1803         to reflect files copied from gnulib (with or without modifications).
1804         Suggested by Jim Meyering.
1805
1806 2007-03-17  Eric Blake  <ebb9@byu.net>
1807
1808         * NEWS: Document stdlib change from 2007-02-18.
1809
1810 2007-03-17  Jim Meyering  <jim@meyering.net>
1811
1812         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1813         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1814         someone uses a name containing shell meta-characters.
1815         Reported by Alfred M. Szmidt.
1816
1817         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1818
1819 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1820
1821         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1822         and copy gettext configuration files only if configure.ac contains
1823         a use of AM_GNU_GETTEXT_VERSION.
1824
1825 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1826
1827         * build-aux/bootstrap (gnulib_name): New variable.
1828         (gnulib_tool_options): Use it.
1829
1830 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1831
1832         * tests/test-des.c: Use new namespace.
1833
1834 2007-03-15  Bruno Haible  <bruno@clisp.org>
1835
1836         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1837         Reported by James Youngman <jay@gnu.org>.
1838
1839 2007-03-15  Bruno Haible  <bruno@clisp.org>
1840
1841         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1842         declared prototype. Needed with cc on OSF/1 5.1.
1843
1844 2007-03-15  Bruno Haible  <bruno@clisp.org>
1845
1846         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1847         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1848         (struct gl_list_implementation): Add dispose_fn argument to the
1849         'create_empty', 'create' methods.
1850         (struct gl_list_impl_base): Add field 'dispose_fn'.
1851         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1852         argument.
1853         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1854         dispose_fn argument.
1855         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1856         dispose_fn on the dropped values.
1857         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1858         dispose_fn argument.
1859         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1860         dropped values.
1861         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1862         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1863         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1864         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1865         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1866         argument.
1867         (gl_tree_list_free): Call dispose_fn on the dropped values.
1868         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1869         the dropped values.
1870         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1871         Add dispose_fn argument.
1872         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1873         Call dispose_fn on the dropped values.
1874         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1875         Add dispose_fn argument.
1876         (gl_sublist_create): Initialize the 'dispose_fn' field.
1877         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1878         * tests/test-array_list.c (main): Update.
1879         * tests/test-carray_list.c (main): Update.
1880         * tests/test-avltree_list.c (main): Update.
1881         * tests/test-rbtree_list.c (main): Update.
1882         * tests/test-avltreehash_list.c (main): Update.
1883         * tests/test-rbtreehash_list.c (main): Update.
1884         * tests/test-linked_list.c (main): Update.
1885         * tests/test-linkedhash_list.c (main): Update.
1886         * tests/test-array_oset.c (main): Update.
1887
1888 2007-03-15  Bruno Haible  <bruno@clisp.org>
1889
1890         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1891         (gl_oset_create_empty): Add dispose_fn argument.
1892         (struct gl_oset_implementation): Add dispose_fn argument to
1893         'create_empty' method.
1894         (struct gl_oset_impl_base): Add dispose_fn field.
1895         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1896         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1897         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1898         values.
1899         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1900         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1901         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1902         dropped value.
1903         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1904         dropped value.
1905         * tests/test-array_oset.c (main): Update.
1906         * tests/test-avltree_oset.c (main): Update.
1907         * tests/test-rbtree_oset.c (main): Update.
1908         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1909
1910 2007-03-13  Bruno Haible  <bruno@clisp.org>
1911
1912         * tests/test-stdbool.c (i): Update after last patch.
1913
1914 2007-03-12  Bruno Haible  <bruno@clisp.org>
1915
1916         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1917         the iswprint macro. Needed on Solaris 2.5.1.
1918
1919 2007-03-12  Bruno Haible  <bruno@clisp.org>
1920
1921         * tests/test-printf-frexp.c (main): Declare x as volatile.
1922
1923 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1924
1925         * doc/gnulib.texi (Build robot for gnulib): New section.
1926
1927 2007-03-12  Jim Meyering  <jim@meyering.net>
1928
1929         * build-aux/bootstrap: New file.
1930         * build-aux/bootstrap.conf: New file, from coreutils.
1931
1932 2007-03-11  Bruno Haible  <bruno@clisp.org>
1933
1934         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1935
1936 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1937
1938         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1939         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1940         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1941
1942 2007-03-11  Bruno Haible  <bruno@clisp.org>
1943
1944         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1945         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1946
1947 2007-03-11  Bruno Haible  <bruno@clisp.org>
1948
1949         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1950         formula. Needed for SunPRO C 5.0.
1951
1952 2007-03-11  Bruno Haible  <bruno@clisp.org>
1953
1954         * modules/long-options (Depends-on): Add getopt.
1955
1956 2007-03-11  Bruno Haible  <bruno@clisp.org>
1957
1958         * modules/modechange (Depends-on): Add stdbool.
1959
1960 2007-03-11  Bruno Haible  <bruno@clisp.org>
1961
1962         * modules/i-ring (Depends-on): Add stdbool.
1963
1964 2007-03-11  Bruno Haible  <bruno@clisp.org>
1965
1966         * modules/gc-des (Depends-on): Add stdbool.
1967
1968 2007-03-11  Bruno Haible  <bruno@clisp.org>
1969
1970         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1971
1972 2007-03-11  Bruno Haible  <bruno@clisp.org>
1973
1974         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1975
1976 2007-03-11  Bruno Haible  <bruno@clisp.org>
1977
1978         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1979
1980 2007-03-11  Bruno Haible  <bruno@clisp.org>
1981
1982         * lib/vasnprintf.c (sprintf): Undefine.
1983
1984 2007-03-11  Bruno Haible  <bruno@clisp.org>
1985
1986         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1987         initializers in SunPRO C and Compaq C compilers.
1988
1989 2007-03-11  Bruno Haible  <bruno@clisp.org>
1990
1991         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1992         decrementing code ANSI C compliant.
1993
1994 2007-03-11  Bruno Haible  <bruno@clisp.org>
1995
1996         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1997         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1998
1999 2007-03-11  Bruno Haible  <bruno@clisp.org>
2000
2001         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
2002         <stdbool.h> substitute doesn't pass.
2003
2004 2007-03-11  Bruno Haible  <bruno@clisp.org>
2005
2006         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
2007
2008 2007-03-11  Bruno Haible  <bruno@clisp.org>
2009
2010         * gnulib-tool (func_create_megatestdir): Create also an autobuild
2011         script, for submission to autobuild.josefsson.org.
2012
2013 2007-03-10  Bruno Haible  <bruno@clisp.org>
2014
2015         * modules/canonicalize-lgpl-tests: New file.
2016         * tests/test-canonicalize-lgpl.sh: New file.
2017         * tests/test-canonicalize-lgpl.c: New file.
2018
2019         * modules/c-strcase-tests: New file.
2020         * tests/test-c-strcase.sh: New file.
2021         * tests/test-c-strcasecmp.c: New file.
2022         * tests/test-c-strncasecmp.c: New file.
2023
2024         * modules/atexit-tests: New file.
2025         * tests/test-atexit.sh: New file.
2026         * tests/test-atexit.c: New file.
2027
2028 2007-03-10  Bruno Haible  <bruno@clisp.org>
2029
2030         * tests/test-binary-io.sh: Use temporary filenames that are not so
2031         likely to clash with those of other tests (in a parallel make).
2032         * tests/test-binary-io.c: Likewise.
2033
2034 2007-03-10  Bruno Haible  <bruno@clisp.org>
2035
2036         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
2037         fallback; use #error instead.
2038         Suggested by Simon Josefsson.
2039
2040 2007-03-10  Bruno Haible  <bruno@clisp.org>
2041
2042         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
2043         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
2044         first and the last.
2045
2046 2007-03-10  Bruno Haible  <bruno@clisp.org>
2047
2048         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
2049
2050 2007-03-10  Bruno Haible  <bruno@clisp.org>
2051
2052         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
2053         "make distcheck".
2054         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
2055         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
2056         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
2057
2058 2007-03-10  Bruno Haible  <bruno@clisp.org>
2059
2060         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
2061         variable.
2062         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
2063         variable.
2064
2065 2007-03-09  Eric Blake  <ebb9@byu.net>
2066         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
2067
2068         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
2069         types are not being provided by gnulib.
2070         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
2071         types are supported.
2072
2073 2007-03-10  Bruno Haible  <bruno@clisp.org>
2074
2075         * lib/stdio_.h (__attribute__): New macro.
2076         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
2077         vsprintf): Specify __attribute__ __format__ for GCC.
2078         Suggested by Eric Blake.
2079
2080 2007-03-09  Bruno Haible  <bruno@clisp.org>
2081
2082         * modules/printf-posix-tests: New file.
2083         * tests/test-printf-posix.sh: New file.
2084         * tests/test-printf-posix.c: New file.
2085
2086         * modules/printf-posix: New file.
2087         * lib/printf.c: New file.
2088         * m4/printf-posix-rpl.m4: New file.
2089         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
2090         REPLACE_PRINTF.
2091         * lib/stdio_.h (printf): New declaration.
2092         (format, __format__, ____printf____, ____scanf____, ____strftime____,
2093         ____strfmon____): New macros.
2094         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
2095         REPLACE_PRINTF.
2096
2097 2007-03-09  Bruno Haible  <bruno@clisp.org>
2098
2099         * tests/test-vasnprintf-posix2.sh: New file.
2100         * tests/test-vasnprintf-posix2.c: New file.
2101         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
2102         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
2103         (Makefile.am): Activate test-vasnprintf-posix2.sh.
2104
2105         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
2106         a locale dependent decimal point, rather than always '.'.
2107
2108 2007-03-09  Eric Blake  <ebb9@byu.net>
2109
2110         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
2111         spite of platforms like Tandem/NSK that define it to -1.
2112
2113 2007-03-08  Bruno Haible  <bruno@clisp.org>
2114
2115         * modules/vprintf-posix-tests: New file.
2116         * tests/test-vprintf-posix.sh: New file.
2117         * tests/test-vprintf-posix.c: New file.
2118         * tests/test-printf-posix.h: New file.
2119
2120         * modules/vprintf-posix: New file.
2121         * lib/vprintf.c: New file.
2122         * m4/vprintf-posix.m4: New file.
2123         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
2124         REPLACE_VPRINTF.
2125         * lib/stdio_.h (vprintf): New declaration.
2126         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
2127         REPLACE_VPRINTF.
2128
2129 2007-03-08  Bruno Haible  <bruno@clisp.org>
2130
2131         * modules/fprintf-posix-tests: New file.
2132         * tests/test-fprintf-posix.sh: New file.
2133         * tests/test-fprintf-posix.c: New file.
2134
2135         * modules/fprintf-posix: New file.
2136         * lib/fprintf.c: New file.
2137         * m4/fprintf-posix.m4: New file.
2138         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
2139         REPLACE_FPRINTF.
2140         * lib/stdio_.h (fprintf): New declaration.
2141         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
2142         REPLACE_FPRINTF.
2143
2144 2007-03-08  Bruno Haible  <bruno@clisp.org>
2145
2146         * modules/vfprintf-posix-tests: New file.
2147         * tests/test-vfprintf-posix.sh: New file.
2148         * tests/test-vfprintf-posix.c: New file.
2149         * tests/test-fprintf-posix.h: New file.
2150         * tests/test-fprintf-posix.out: New file.
2151
2152         * modules/vfprintf-posix: New file.
2153         * lib/vfprintf.c: New file.
2154         * m4/vfprintf-posix.m4: New file.
2155         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
2156         REPLACE_VFPRINTF.
2157         * lib/stdio_.h (vfprintf): New declaration.
2158         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
2159         REPLACE_VFPRINTF.
2160
2161 2007-03-08  Bruno Haible  <bruno@clisp.org>
2162
2163         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
2164
2165 2007-03-08  Bruno Haible  <bruno@clisp.org>
2166
2167         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
2168         instead of 'expr' invocations.
2169         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2170         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2171         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2172         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2173         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2174         Suggested by Paul Eggert.
2175
2176 2007-03-08  Bruno Haible  <bruno@clisp.org>
2177
2178         * modules/fseterr-tests: New file.
2179         * tests/test-fseterr.c: New file.
2180
2181         * modules/fseterr: New file.
2182         * lib/fseterr.h: New file.
2183         * lib/fseterr.c: New file.
2184
2185 2007-03-08  Bruno Haible  <bruno@clisp.org>
2186
2187         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
2188         * lib/getopt_.h: Likewise.
2189         * lib/mbswidth.h: Likewise.
2190         * lib/setenv.h: Likewise.
2191         * lib/vasnprintf.h: Likewise.
2192         * lib/vasprintf.h: Likewise.
2193         * lib/verror.h: Likewise.
2194         * lib/xsetenv.h: Likewise.
2195         * lib/xvasprintf.h: Likewise.
2196
2197 2007-03-08  Jim Meyering  <jim@meyering.net>
2198
2199         * users.txt: Add parted.
2200
2201         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
2202
2203 2007-03-07  Bruno Haible  <bruno@clisp.org>
2204
2205         * m4/printf.m4: Make the shell script snippets copy&pastable.
2206
2207 2007-03-02  Bruno Haible  <bruno@clisp.org>
2208
2209         * lib/netinet_in_.h: New file.
2210         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
2211         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
2212         * modules/netinet_in (Files): Add lib/netinet_in_.h.
2213         (Depends-on): Add absolute-header.
2214         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
2215         into netinet/in.h.
2216
2217 2007-03-03  Bruno Haible  <bruno@clisp.org>
2218
2219         * lib/sys_select_.h: New file.
2220         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
2221         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
2222         * modules/sys_select (Files): Add lib/sys_select_.h.
2223         (Depends-on): Add absolute-header.
2224         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
2225         into sys/select.h.
2226
2227 2007-03-02  Bruno Haible  <bruno@clisp.org>
2228
2229         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
2230         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
2231         values.
2232         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
2233         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
2234         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
2235         * modules/sys_socket (Depends-on): Add absolute-header.
2236         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
2237         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
2238         (Include): Remove requirement of inclusion of <sys/types.h>.
2239
2240 2007-03-02  Bruno Haible  <bruno@clisp.org>
2241
2242         * lib/byteswap_.h (bswap_32): Fix formula.
2243
2244 2007-03-06  Bruno Haible  <bruno@clisp.org>
2245
2246         * modules/sprintf-posix-tests: New file.
2247         * tests/test-sprintf-posix.c: New file.
2248
2249         * modules/sprintf-posix: New file.
2250         * lib/sprintf.c: New file.
2251         * m4/sprintf-posix.m4: New file.
2252         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
2253         REPLACE_SPRINTF.
2254         * lib/stdio_.h (sprintf): New declaration.
2255         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
2256         REPLACE_SPRINTF.
2257
2258 2007-03-06  Bruno Haible  <bruno@clisp.org>
2259
2260         * modules/vsprintf-posix-tests: New file.
2261         * tests/test-vsprintf-posix.c: New file.
2262         * tests/test-sprintf-posix.h: New file.
2263
2264         * modules/vsprintf-posix: New file.
2265         * lib/vsprintf.c: New file.
2266         * m4/vsprintf-posix.m4: New file.
2267         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
2268         REPLACE_VSPRINTF.
2269         * lib/stdio_.h (vsprintf): New declaration.
2270         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
2271         REPLACE_VSPRINTF.
2272
2273 2007-03-06  Bruno Haible  <bruno@clisp.org>
2274
2275         * modules/vsnprintf (Depend-on): Remove minmax.
2276
2277 2007-03-06  Bruno Haible  <bruno@clisp.org>
2278
2279         * modules/snprintf-posix-tests: New file.
2280         * tests/test-snprintf-posix.c: New file.
2281
2282         * modules/snprintf-posix: New file.
2283         * m4/snprintf-posix.m4: New file.
2284         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
2285         gl_FUNC_SNPRINTF.
2286         (gl_FUNC_SNPRINTF): Invoke it.
2287         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
2288         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
2289         is set.
2290         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
2291
2292 2007-03-06  Bruno Haible  <bruno@clisp.org>
2293
2294         * modules/vsnprintf-posix-tests: New file.
2295         * tests/test-vsnprintf-posix.c: New file.
2296         * tests/test-snprintf-posix.h: New file.
2297
2298         * modules/vsnprintf-posix: New file.
2299         * m4/vsnprintf-posix.m4: New file.
2300         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
2301         gl_FUNC_VSNPRINTF.
2302         (gl_FUNC_VSNPRINTF): Invoke it.
2303         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
2304         * lib/stdio_.h (vsnprintf): Define as a replacement if
2305         REPLACE_VSNPRINTF is set.
2306         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
2307
2308 2007-03-06  Bruno Haible  <bruno@clisp.org>
2309
2310         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
2311         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
2312
2313 2007-03-06  Bruno Haible  <bruno@clisp.org>
2314
2315         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
2316         (asinl): Declare also if HAVE_DECL_ASINL is set.
2317         (atanl): Declare also if HAVE_DECL_ATANL is set.
2318         (ceill): Declare also if HAVE_DECL_CEILL is set.
2319         (cosl): Declare also if HAVE_DECL_COSL is set.
2320         (expl): Declare also if HAVE_DECL_EXPL is set.
2321         (floorl): Declare also if HAVE_DECL_FLOORL is set.
2322         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
2323         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
2324         (logl): Declare also if HAVE_DECL_LOGL is set.
2325         (sinl): Declare also if HAVE_DECL_SINL is set.
2326         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
2327         (tanl): Declare also if HAVE_DECL_TANL is set.
2328         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
2329         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
2330         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
2331         declaration of frexpl, ldexpl.
2332         * modules/printf-frexpl (Depends-on): Add math.
2333         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
2334
2335 2007-03-05  Bruno Haible  <bruno@clisp.org>
2336
2337         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
2338         frexpl and ldexpl are declared.
2339         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
2340
2341 2007-03-05  Bruno Haible  <bruno@clisp.org>
2342
2343         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
2344         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
2345
2346 2007-03-05  Bruno Haible  <bruno@clisp.org>
2347
2348         * lib/stdio_.h: Include <stddef.h>.
2349
2350 2007-03-05  Bruno Haible  <bruno@clisp.org>
2351
2352         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
2353
2354 2007-03-05  Bruno Haible  <bruno@clisp.org>
2355
2356         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
2357         NetBSD 4, from Ralf Wildenhues.
2358
2359 2007-03-04  Bruno Haible  <bruno@clisp.org>
2360
2361         * lib/vasprintf.h: Update #if logic for the case when the functions
2362         exist but are overridden.
2363
2364 2007-03-04  Bruno Haible  <bruno@clisp.org>
2365
2366         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
2367         implementations: glibc-2.4 and MacOS X 10.3.
2368         * tests/test-vasnprintf-posix.c (test_function): Test also the case
2369         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
2370         * tests/test-vasprintf-posix.c (test_function): Likewise.
2371
2372 2007-03-04  Bruno Haible  <bruno@clisp.org>
2373
2374         * modules/vasprintf-posix-tests: New file.
2375         * tests/test-vasprintf-posix.c: New file.
2376
2377         * modules/vasprintf-posix: New file.
2378         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
2379         defined.
2380         * m4/vasprintf-posix.m4: New file.
2381         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
2382         gl_FUNC_VASPRINTF.
2383         (gl_FUNC_VASPRINTF): Invoke it.
2384         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
2385         here.
2386         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
2387
2388 2007-03-04  Bruno Haible  <bruno@clisp.org>
2389
2390         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
2391         REPLACE_GETTIMEOFDAY.
2392         * modules/sys_time (Makefile.am): Likewise.
2393         * m4/sys_time_h.m4: Likewise.
2394         * m4/gettimeofday.m4: Likewise.
2395
2396 2007-03-04  Bruno Haible  <bruno@clisp.org>
2397
2398         * modules/vasnprintf-posix-tests: New file.
2399         * tests/test-vasnprintf-posix.c: New file.
2400
2401         * modules/vasnprintf-posix: New file.
2402         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
2403         printf-frexpl.h.
2404         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
2405         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
2406         REPLACE_VASNPRINTF is defined.
2407         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
2408         gl_FUNC_VASNPRINTF.
2409         (gl_FUNC_VASNPRINTF): Invoke it.
2410         * m4/vasnprintf-posix.m4: New file.
2411         * m4/printf.m4: New file.
2412
2413 2007-03-04  Bruno Haible  <bruno@clisp.org>
2414
2415         Compile progreloc.c only if --enable-relocatable is specified.
2416         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
2417         if --enable-relocatable was specified.
2418         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
2419         lib_SOURCES.
2420
2421 2007-03-04  Jim Meyering  <jim@meyering.net>
2422
2423         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
2424         Use it consistently, rather than enumerating errno constants.
2425
2426 2007-03-04  Bruno Haible  <bruno@clisp.org>
2427
2428         * modules/xvasprintf-tests: New file.
2429         * tests/test-xvasprintf.c: New file.
2430
2431         * modules/vasprintf-tests: New file.
2432         * tests/test-vasprintf.c: New file.
2433
2434         * modules/vasnprintf-tests: New file.
2435         * tests/test-vasnprintf.c: New file.
2436
2437         * modules/vsnprintf-tests: New file.
2438         * tests/test-vsnprintf.c: New file.
2439
2440         * modules/snprintf-tests: New file.
2441         * tests/test-snprintf.c: New file.
2442
2443 2007-03-04  Bruno Haible  <bruno@clisp.org>
2444
2445         Compile relocatable.c only if --enable-relocatable is specified.
2446         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
2447         gl_RELOCATABLE_LIBRARY.
2448         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
2449         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
2450         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
2451         gl_RELOCATABLE_LIBRARY.
2452         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
2453         (Makefile.am): Remove lib_SOURCES.
2454         * modules/relocatable-lib-lgpl (configure.ac): Invoke
2455         gl_RELOCATABLE_LIBRARY.
2456         (Makefile.am): Remove lib_SOURCES.
2457         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
2458         always.
2459         * modules/relocatable-prog-wrapper (configure.ac): Invoke
2460         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
2461
2462 2007-03-04  Bruno Haible  <bruno@clisp.org>
2463
2464         * modules/argmatch-tests: New file.
2465         * tests/test-argmatch.c: New file.
2466
2467         * tests/test-allocsa.c (main): Halve the number of loop runs.
2468
2469         * modules/alloca-opt-tests: New file.
2470         * tests/test-alloca-opt.c: New file.
2471
2472 2007-03-04  Jim Meyering  <jim@meyering.net>
2473
2474         Work around difference between Linux ACLs and Solaris 10 ZFS.
2475         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
2476         for EINVAL.
2477
2478 2007-03-03  Bruno Haible  <bruno@clisp.org>
2479
2480         * modules/relocatable-prog (Depends-on): Add back progreloc's
2481         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
2482
2483 2007-03-03  Bruno Haible  <bruno@clisp.org>
2484
2485         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
2486         * modules/relocatable-lib: New file.
2487
2488 2007-03-03  Bruno Haible  <bruno@clisp.org>
2489
2490         * modules/relocatable-prog: Renamed from modules/relocatable.
2491         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
2492
2493 2007-03-03  Bruno Haible  <bruno@clisp.org>
2494
2495         * modules/relocatable-script (Files): Add doc/relocatable.texi,
2496         m4/relocatable-lib.m4.
2497         (Depends-on): Remove 'relocatable'.
2498         (configure.ac): Add gl_RELOCATABLE_NOP.
2499
2500 2007-03-03  Bruno Haible  <bruno@clisp.org>
2501
2502         * modules/relocatable-prog-wrapper: New file.
2503         * modules/relocatable (Depends-on): Add it. Remove all other
2504         dependencies except progname.
2505         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
2506
2507         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
2508         (gl_FUNC_STRERROR): Nop.
2509         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
2510
2511         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
2512         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
2513
2514         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
2515         (gl_FUNC_READLINK): Update.
2516
2517         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
2518
2519 2007-03-03  Bruno Haible  <bruno@clisp.org>
2520
2521         * lib/xreadlink.c: Include <unistd.h> unconditionally.
2522         * modules/xreadlink (Depends-on): Add unistd.
2523         * modules/xreadlink-with-size (Depends-on): Likewise.
2524
2525 2007-03-03  Bruno Haible  <bruno@clisp.org>
2526
2527         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
2528         extracted from gt_FUNC_SETENV.
2529         (gt_FUNC_SETENV): Remove macro.
2530         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
2531         remove gt_FUNC_SETENV.
2532
2533 2007-03-03  Bruno Haible  <bruno@clisp.org>
2534
2535         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
2536         ENABLE_RELOCATABLE here.
2537         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
2538
2539 2007-03-03  Bruno Haible  <bruno@clisp.org>
2540
2541         * modules/rbtreehash-list-tests (Depends-on): Add progname.
2542         * tests/test-rbtreehash_list.c: Include progname.h.
2543         (main): Call set_program_name.
2544
2545         * modules/rbtree-oset-tests (Depends-on): Add progname.
2546         * tests/test-rbtree_oset.c: Include progname.h.
2547         (main): Call set_program_name.
2548
2549         * modules/rbtree-list-tests (Depends-on): Add progname.
2550         * tests/test-rbtree_list.c: Include progname.h.
2551         (main): Call set_program_name.
2552
2553         * modules/linked-list-tests (Depends-on): Add progname.
2554         * tests/test-linked_list.c: Include progname.h.
2555         (main): Call set_program_name.
2556
2557 2007-03-03  Bruno Haible  <bruno@clisp.org>
2558
2559         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
2560         All uses of __restrict changed to _Restrict_.
2561         * lib/glob_.h (__restrict): Remove macro.
2562
2563 2007-03-02  Bruno Haible  <bruno@clisp.org>
2564
2565         * modules/gettext (configure.ac): Require gettext infrastructure
2566         from version 0.16.1.
2567
2568 2007-03-02  Bruno Haible  <bruno@clisp.org>
2569
2570         * modules/linkedhash-list-tests (Depends-on): Add progname.
2571         * tests/test-linkedhash_list.c: Include progname.h.
2572         (main): Call set_program_name.
2573
2574         * modules/carray-list-tests (Depends-on): Add progname.
2575         * tests/test-carray_list.c: Include progname.h.
2576         (main): Call set_program_name.
2577
2578         * modules/avltreehash-list-tests (Depends-on): Add progname.
2579         * tests/test-avltreehash_list.c: Include progname.h.
2580         (main): Call set_program_name.
2581
2582         * modules/avltree-oset-tests (Depends-on): Add progname.
2583         * tests/test-avltree_oset.c: Include progname.h.
2584         (main): Call set_program_name.
2585
2586         * modules/avltree-list-tests (Depends-on): Add progname.
2587         * tests/test-avltree_list.c: Include progname.h.
2588         (main): Call set_program_name.
2589
2590         * modules/array-oset-tests (Depends-on): Add progname.
2591         * tests/test-array_oset.c: Include progname.h.
2592         (main): Call set_program_name.
2593
2594         * modules/array-list-tests (Depends-on): Add progname.
2595         * tests/test-array_list.c: Include progname.h.
2596         (main): Call set_program_name.
2597
2598         * modules/argp-tests (Depends-on): Add progname.
2599         * tests/test-argp.c: Include argp.h first. Include progname.h.
2600         (main): Call set_program_name.
2601
2602 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
2603
2604         * doc/gnulib-tool.texi (Initial import): Reword description of
2605         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
2606         limited effect even if defined after the first system include.
2607
2608 2007-03-01  Bruno Haible  <bruno@clisp.org>
2609
2610         * build-aux/config.libpath: Update to libtool-1.5.22.
2611         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2612
2613 2007-03-01  Bruno Haible  <bruno@clisp.org>
2614
2615         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
2616         foo_CFLAGS.
2617         Reported by Ralf Wildenhues.
2618
2619 2007-03-01  Bruno Haible  <bruno@clisp.org>
2620
2621         * build-aux/install-reloc: Remove object files left over by some
2622         compilers.
2623         Reported by Ralf Wildenhues.
2624
2625 2007-03-01  Bruno Haible  <bruno@clisp.org>
2626
2627         * build-aux/install-reloc: Break long lines.
2628
2629 2007-03-01  Bruno Haible  <bruno@clisp.org>
2630
2631         * doc/relocatable.texi: Document that it may not work on OpenBSD.
2632         Reported by Ralf Wildenhues.
2633
2634 2007-03-01  Bruno Haible  <bruno@clisp.org>
2635
2636         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
2637         include ordering constraints.
2638
2639 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
2640
2641         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
2642         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
2643         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
2644         as another example.
2645         * lib/time_.h: Fix misspelling.
2646         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2647         Require gl_HEADER_TIME_H_DEFAULTS.
2648         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
2649         * m4/time_r.m4 (gl_TIME_R): Likewise.
2650         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
2651
2652 2007-03-01  Bruno Haible  <bruno@clisp.org>
2653
2654         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
2655         * m4/utimens.m4 (gl_UTIMENS): Likewise.
2656
2657 2007-03-01  Jim Meyering  <jim@meyering.net>
2658
2659         * modules/xreadlink (Maintainer): Add my name.
2660         * modules/xreadlink-with-size (Depends-on): Alphabetize.
2661
2662 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
2663             Bruno Haible  <bruno@clisp.org>
2664
2665         * build-aux/install-reloc: Compile also c-ctype.c.
2666         * build-aux/relocatable.sh.in: New file.
2667         * doc/relocatable.texi: New file.
2668         * doc/relocatable-maint.texi: New file.
2669         * doc/gnulib.texi: Include relocatable-maint.texi.
2670         * lib/progreloc.c: Include unistd.h unconditionally.
2671         * lib/relocwrapper.c: Include unistd.h unconditionally.
2672         Include c-ctype.h.
2673         (add_dotbin): Use c_tolower.
2674         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
2675         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
2676         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
2677         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
2678         to m4/relocatable-lib.m4.
2679         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
2680         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
2681         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
2682         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
2683         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
2684         * modules/relocatable: New file.
2685         * modules/relocatable-lib: New file.
2686         * modules/relocatable-script: New file.
2687
2688 2007-02-28  Bruno Haible  <bruno@clisp.org>
2689
2690         Import --enable-relocatable infrastructure.
2691         * build-aux/config.libpath: New file, from GNU gettext.
2692         * build-aux/install-reloc: New file, from GNU gettext.
2693         * build-aux/reloc-ldflags: New file, from GNU gettext.
2694         * lib/relocatable.h: New file, from GNU gettext.
2695         * lib/relocatable.c: New file, from GNU gettext.
2696         * lib/relocwrapper.c: New file, from GNU gettext.
2697         * m4/relocatable.m4: New file, from GNU gettext.
2698
2699 2007-02-28  Bruno Haible  <bruno@clisp.org>
2700
2701         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
2702
2703         * modules/xreadlink: New file, from GNU gettext with modifications.
2704         * lib/xreadlink.c: New file, from GNU gettext.
2705         * lib/xreadlink.h: Add comments.
2706         (xreadlink): New declaration.
2707
2708         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
2709         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
2710         lib/xreadlink-with-size.c.
2711         (configure.ac): Remove gl_XREADLINK invocation.
2712         (Makefile.am): Augment lib_SOURCES.
2713         * m4/xreadlink.m4: Remove file.
2714         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
2715         (xreadlink_with_size): Renamed from xreadink.
2716         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
2717         * modules/canonicalize (Depends-on): Replace xreadlink with
2718         xreadlink-with-size.
2719         * lib/canonicalize.c (canonicalize_filename_mode): Update.
2720
2721 2007-02-25  Jim Meyering  <jim@meyering.net>
2722
2723         * build-aux/announce-gen: When complaining about excess arguments,
2724         list them.
2725
2726 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2727
2728         * README: Document signed integer overflow situation more
2729         accurately.
2730
2731 2007-02-25  Bruno Haible  <bruno@clisp.org>
2732
2733         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2734         'a' or 'A' conversion.
2735
2736 2007-02-25  Bruno Haible  <bruno@clisp.org>
2737
2738         * modules/filename: Renamed from modules/pathname.
2739         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2740         lib/concatpath.c with lib/concat-filename.c.
2741         (Makefile.am): Update.
2742         (Include): Replace pathname.h with filename.h.
2743         * lib/filename.h: Renamed from lib/pathname.h.
2744         (concatenated_filename): Renamed from concatenated_pathname.
2745         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2746         (concatenated_filename): Renamed from concatenated_pathname.
2747         * lib/findprog.c: Include filename.h instead of pathname.h.
2748         (find_in_path): Update.
2749         * lib/javacomp.c: Include filename.h instead of pathname.h.
2750         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2751         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2752         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2753         is_oldgcj_14_13_usable, is_javac_usable): Update.
2754         * lib/javaexec.c: Include filename.h instead of pathname.h.
2755         (execute_java_class): Update.
2756         * modules/findprog: Update.
2757         * modules/javacomp: Update.
2758         * modules/javaexec: Update.
2759         * MODULES.html.sh (File system functions): Add 'filename', remove
2760         'pathname'.
2761
2762 2007-02-25  Bruno Haible  <bruno@clisp.org>
2763
2764         * modules/printf-frexpl-tests: New file.
2765         * tests/test-printf-frexpl.c: New file.
2766
2767         * modules/printf-frexpl: New file.
2768         * lib/printf-frexpl.h: New file.
2769         * lib/printf-frexpl.c: New file.
2770         * m4/printf-frexpl.m4: New file.
2771
2772 2007-02-25  Bruno Haible  <bruno@clisp.org>
2773
2774         * modules/printf-frexp-tests: New file.
2775         * tests/test-printf-frexp.c: New file.
2776
2777         * modules/printf-frexp: New file.
2778         * lib/printf-frexp.h: New file.
2779         * lib/printf-frexp.c: New file.
2780         * m4/printf-frexp.m4: New file.
2781
2782 2007-02-25  Bruno Haible  <bruno@clisp.org>
2783
2784         Assume automake >= 1.10 for the tests.
2785         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2786         * modules/arctwo-tests: Likewise.
2787         * modules/argp-tests: Likewise.
2788         * modules/avltree-list-tests: Likewise.
2789         * modules/avltree-oset-tests: Likewise.
2790         * modules/avltreehash-list-tests: Likewise.
2791         * modules/carray-list-tests: Likewise.
2792         * modules/crc-tests: Likewise.
2793         * modules/des-tests: Likewise.
2794         * modules/gc-arcfour-tests: Likewise.
2795         * modules/gc-arctwo-tests: Likewise.
2796         * modules/gc-des-tests: Likewise.
2797         * modules/gc-hmac-md5-tests: Likewise.
2798         * modules/gc-hmac-sha1-tests: Likewise.
2799         * modules/gc-md2-tests: Likewise.
2800         * modules/gc-md4-tests: Likewise.
2801         * modules/gc-md5-tests: Likewise.
2802         * modules/gc-pbkdf2-sha1-tests: Likewise.
2803         * modules/gc-rijndael-tests: Likewise.
2804         * modules/gc-sha1-tests: Likewise.
2805         * modules/gc-tests: Likewise.
2806         * modules/getaddrinfo-tests: Likewise.
2807         * modules/hmac-md5-tests: Likewise.
2808         * modules/hmac-sha1-tests: Likewise.
2809         * modules/linked-list-tests: Likewise.
2810         * modules/linkedhash-list-tests: Likewise.
2811         * modules/lock-tests: Likewise.
2812         * modules/md2-tests: Likewise.
2813         * modules/md4-tests: Likewise.
2814         * modules/md5-tests: Likewise.
2815         * modules/rbtree-list-tests: Likewise.
2816         * modules/rbtree-oset-tests: Likewise.
2817         * modules/rbtreehash-list-tests: Likewise.
2818         * modules/read-file-tests: Likewise.
2819         * modules/rijndael-tests: Likewise.
2820         * modules/stdint-tests: Likewise.
2821         * modules/tls-tests: Likewise.
2822
2823 2007-02-24  Bruno Haible  <bruno@clisp.org>
2824
2825         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2826         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2827         function; instead check whether isnan with a double argument links.
2828         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2829         function; instead check whether isnan with a 'long double' argument
2830         links.
2831         Reported by Eric Blake <ebb9@byu.net>.
2832
2833 2007-02-24  Bruno Haible  <bruno@clisp.org>
2834
2835         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2836         defined.
2837         * lib/isnanl.c: Remove all code. Just include isnan.c.
2838         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2839
2840 2007-02-25  Jim Meyering  <jim@meyering.net>
2841
2842         Avoid conflicting types for 'unsetenv' on FreeBSD.
2843         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2844         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2845         in stdlib.h.
2846
2847 2007-02-24  Bruno Haible  <bruno@clisp.org>
2848
2849         * modules/isnanl-nolibm-tests: New file.
2850         * tests/test-isnanl.c: New file.
2851
2852         * modules/isnanl-nolibm: New file.
2853         * lib/isnanl.h: New file.
2854         * lib/isnanl.c: New file.
2855         * m4/isnanl.m4: New file.
2856
2857 2007-02-24  Bruno Haible  <bruno@clisp.org>
2858
2859         * modules/isnan-nolibm-tests: New file.
2860         * tests/test-isnan.c: New file.
2861
2862         * modules/isnan-nolibm: New file.
2863         * lib/isnan.h: New file.
2864         * lib/isnan.c: New file.
2865         * m4/isnan.m4: New file.
2866
2867 2007-02-24  Bruno Haible  <bruno@clisp.org>
2868
2869         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2870         assume that an exponent fits in 20 bits.
2871
2872 2007-02-24  Jim Meyering  <jim@meyering.net>
2873
2874         * m4/regex.m4: Update the description of the configure-time option,
2875         --without-included-regex, to state accurately what the defaults are,
2876         and perhaps to give people an idea why using this option is risky.
2877
2878 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2879
2880         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2881         loops on small arguments.  This attempts to avoid the problem
2882         Bruno Haible reported for AIX 4.3.2 in
2883         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2884
2885 2007-02-23  Bruno Haible  <bruno@clisp.org>
2886
2887         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2888         Needed for help2man.
2889
2890 2007-02-23  Karl Berry  <karl@gnu.org>
2891
2892         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2893         exists, foo.h should be cvs-ignored, not committed.
2894
2895 2007-02-23  Eric Blake  <ebb9@byu.net>
2896
2897         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2898         * lib/stat-time.h (includes): Likewise.
2899         * lib/utimecmp.c (includes): Likewise.
2900         * lib/utimens.h (includes): Likewise.
2901         * lib/getdate.y (includes): Also include "timespec.h" for use
2902         internal to the module.
2903         * modules/utimens (Depends-on): Revert yesterday's patch.
2904         * modules/nanosleep (Depends-on): Add missing dependency.
2905
2906 2007-02-22  Bruno Haible  <bruno@clisp.org>
2907
2908         * lib/glob.c: Don't include getlogin_r.h.
2909
2910 2007-02-22  Jim Meyering  <jim@meyering.net>
2911
2912         * modules/utimens (Depends-on): Add timespec, required for
2913         utimens.h's inclusion of timespec.h.
2914
2915 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2916
2917         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2918         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2919         Schwab in
2920         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2921         I'll try to think of a better way to fix the Solaris problem.
2922
2923         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2924         like glibc; on Solaris 10, it fails with errno == EINVAL.
2925         POSIX says the behavior is unspecified if the first argument is NULL,
2926         so play it safe and never pass NULL to the system getcwd.
2927
2928 2007-02-21  Jim Meyering  <jim@meyering.net>
2929
2930         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2931         of gettimeofday.  It would conflict with the one now always
2932         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2933         an IRIX 6.5 build failure.
2934
2935 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2936
2937         Minor fixups to port to Solaris 10 with Sun C 5.8.
2938         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2939         * modules/getcwd (Depends-on): Add dirfd.
2940         * lib/putenv.c (putenv): #undef it.
2941         (rpl_putenv): New decl.
2942         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2943
2944 2007-02-20  Bruno Haible  <bruno@clisp.org>
2945
2946         * modules/stdio-tests: New file.
2947         * tests/test-stdio.c: New file.
2948
2949         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2950         (Depends-on): Add stdio.
2951         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2952         (Include): Use <stdio.h> instead of vsnprintf.h.
2953         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2954         HAVE_DECL_VSNPRINTF.
2955         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2956
2957         * modules/snprintf (Files): Remove lib/snprintf.h.
2958         (Depends-on): Add stdio.
2959         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2960         (Include): Use <stdio.h> instead of snprintf.h.
2961         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2962         HAVE_DECL_SNPRINTF.
2963         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2964         * lib/getaddrinfo.c: Likewise.
2965
2966         * modules/stdio: New file.
2967         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2968         * lib/snprintf.h: Remove file.
2969         * lib/vsnprintf.h: Remove file.
2970         * lib/.cppi-disable: Remove snprintf.h.
2971         * m4/stdio_h.m4: New file.
2972         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2973
2974 2007-02-20  Jim Meyering  <jim@meyering.net>
2975
2976         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2977         used by e.g., mingw.  From Bruno Haible.
2978
2979 2007-02-19  Bruno Haible  <bruno@clisp.org>
2980
2981         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2982         warnings.
2983         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2984
2985 2007-02-19  Bruno Haible  <bruno@clisp.org>
2986
2987         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2988         from mingw users.
2989
2990 2007-02-19  Bruno Haible  <bruno@clisp.org>
2991
2992         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2993         warnings.
2994         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2995
2996 2007-02-19  Jim Meyering  <jim@meyering.net>
2997
2998         Don't use FD after a successful "fdopendir (fd)".
2999         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
3000         Reset it by calling dirfd on the just-obtained DIR*.
3001
3002         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
3003         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
3004
3005 2007-02-18  Bruno Haible  <bruno@clisp.org>
3006
3007         * lib/readlink.c: Include <unistd.h>.
3008         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
3009         HAVE_READLINK.
3010         * modules/readlink (Depends-on): Add unistd.
3011         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3012         (Include): Add <unistd.h>.
3013
3014         * lib/getlogin_r.h: Remove file.
3015         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
3016         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
3017         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
3018         HAVE_DECL_GETLOGIN_R.
3019         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
3020         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3021         (Include): Use <unistd.h> instead of getlogin_r.h.
3022
3023         * lib/getcwd.h: Remove file.
3024         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
3025         * lib/xgetcwd.c: Likewise.
3026         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
3027         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
3028         * modules/getcwd (Files): Remove lib/getcwd.h.
3029         (Depends-on): Add unistd.
3030         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3031         (Include): Use <unistd.h> instad of getcwd.h.
3032
3033         * lib/ftruncate.c: Include <unistd.h> first.
3034         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
3035         Set HAVE_FTRUNCATE.
3036         * modules/ftruncate (Depends-on): Add unistd.
3037         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3038
3039         * lib/fchdir.c: Include <unistd.h> first.
3040         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
3041         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
3042         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
3043         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3044         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
3045
3046         * lib/dup2.c: Include <unistd.h> first.
3047         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
3048         HAVE_DUP2.
3049         * modules/dup2 (Depends-on): Add unistd.
3050         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3051
3052         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
3053         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
3054         REPLACE_CHOWN. Don't define chown as a macro here.
3055         * modules/chown (Depends-on): Add unistd.
3056         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3057
3058         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
3059         Add definition for GL_LINK_WARNING.
3060         (chown, dup2): New declarations.
3061         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
3062         link warning.
3063         (ftruncate): New declaration.
3064         (getcwd): New declaration, taken from old getcwd.h.
3065         (getlogin_r): New declaration, taken from old getlogin_r.h.
3066         (readlink): New declaration.
3067         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
3068         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
3069         (gl_PREREQ_UNISTD): Remove macro.
3070         (gl_UNISTD_MODULE_INDICATOR): New macro.
3071         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
3072         many new variables. Don't set UNISTD_H.
3073         * modules/unistd (Description): Change.
3074         (Depends-on): Add link-warning.
3075         (configure.ac): Update.
3076         (Makefile.am): Create unistd.h always. Substitute many new variables
3077         into it.
3078
3079 2007-02-18  Bruno Haible  <bruno@clisp.org>
3080
3081         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
3082         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
3083         HAVE_GETSUBOPT.
3084         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
3085         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
3086         * lib/getsubopt.h: Remove file.
3087         * modules/getsubopt (Files): Remove lib/getsubopt.h.
3088         (Depends-on): Add stdlib.
3089         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3090         (Includes): Use <stdlib.h> instead of getsubopt.h.
3091         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
3092         Set HAVE_GETSUBOPT.
3093         * lib/getsubopt.c: Don't include getsubopt.h.
3094
3095 2007-02-18  Bruno Haible  <bruno@clisp.org>
3096
3097         * modules/fchdir (Depends-on): Add dup2.
3098
3099 2007-02-18  Bruno Haible  <bruno@clisp.org>
3100
3101         * lib/stdlib_.h: Handle glibc's special invocation convention
3102         specially.
3103
3104 2007-02-18  Bruno Haible  <bruno@clisp.org>
3105
3106         * modules/stdlib-tests: New file.
3107         * tests/test-stdlib.c: New file.
3108
3109         * modules/mkstemp (Files): Remove lib/mkstemp.h.
3110         (Depends-on): Add stdlib.
3111         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3112         (Includes): Use <stdlib.h> instead of mkstemp.h.
3113         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
3114         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
3115         * lib/mkstemp.c: Don't include mkstemp.h.
3116         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
3117         * lib/stdlib--.h: Don't include mkstemp.h.
3118
3119         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
3120         (Depends-on): Add stdlib.
3121         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3122         (Includes): Use <stdlib.h> instead of mkdtemp.h.
3123         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
3124         HAVE_MKDTEMP.
3125         * lib/mkdtemp.c: Don't include mkdtemp.h.
3126         * lib/clean-temp.c: Don't include mkdtemp.h.
3127
3128         * modules/exit (Files): Remove lib/exit.h.
3129         (Depends-on): Add stdlib.
3130         (Makefile.am): Remove lib_SOURCES.
3131         (Include): Use <stdlib.h> instead of exit.h.
3132         * lib/argmatch.c: Don't include exit.h.
3133         * lib/execute.c: Likewise.
3134         * lib/pagealign_alloc.c: Likewise.
3135         * lib/pipe.c: Likewise.
3136         * lib/wait-process.c: Likewise.
3137         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
3138         * lib/exitfail.c: Likewise.
3139         * lib/savewd.c: Likewise.
3140         * lib/xsetenv.c: Likewise.
3141
3142         * modules/stdlib: New file.
3143         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
3144         and extra comments about mkstemp().
3145         * lib/exit.h: Remove file.
3146         * lib/mkdtemp.h: Remove file.
3147         * lib/mkstemp.h: Remove file.
3148         * m4/stdlib_h.m4: New file.
3149         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
3150
3151 2007-02-18  Bruno Haible  <bruno@clisp.org>
3152
3153         * modules/math-tests: New file.
3154         * tests/test-math.c: New file.
3155
3156         * modules/math: New file.
3157         * modules/mathl (Files): Remove lib/mathl.h.
3158         (Depends-on): Add math.
3159         (Makefile.am): Don't mention mathl.h.
3160         (Include): Use <math.h> instead of mathl.h.
3161         * lib/math_.h: New file.
3162         * lib/mathl.h: Remove file.
3163         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
3164         mathl.h.
3165         * lib/asinl.c: Likewise.
3166         * lib/atanl.c: Likewise.
3167         * lib/ceill.c: Likewise.
3168         * lib/cosl.c: Likewise.
3169         * lib/expl.c: Likewise.
3170         * lib/floorl.c: Likewise.
3171         * lib/frexpl.c: Likewise.
3172         * lib/ldexpl.c: Likewise.
3173         * lib/logl.c: Likewise.
3174         * lib/sincosl.c: Likewise.
3175         * lib/sinl.c: Likewise.
3176         * lib/sqrtl.c: Likewise.
3177         * lib/tanl.c: Likewise.
3178         * lib/trigl.c: Likewise.
3179         * m4/math_h.m4: New file.
3180         * MODULES.html.sh (Mathematics): Add math.
3181
3182 2007-02-17  Bruno Haible  <bruno@clisp.org>
3183
3184         * modules/wctype-tests: New file.
3185         * tests/test-wctype.c: New file.
3186
3187         * modules/wchar-tests: New file.
3188         * tests/test-wchar.c: New file.
3189
3190         * modules/unistd-tests: New file.
3191         * tests/test-unistd.c: New file.
3192
3193         * modules/time-tests: New file.
3194         * tests/test-time.c: New file.
3195
3196         * modules/sysexits-tests: New file.
3197         * tests/test-sysexits.c: New file.
3198
3199         * modules/sys_time-tests: New file.
3200         * tests/test-sys_time.c: New file.
3201
3202         * modules/sys_stat-tests: New file.
3203         * tests/test-sys_stat.c: New file.
3204
3205         * modules/sys_socket-tests: New file.
3206         * tests/test-sys_socket.c: New file.
3207
3208         * modules/sys_select-tests: New file.
3209         * tests/test-sys_select.c: New file.
3210
3211         * modules/string-tests: New file.
3212         * tests/test-string.c: New file.
3213
3214         * modules/stdbool-tests: New file.
3215         * tests/test-stdbool.c: New file.
3216
3217         * modules/netinet_in-tests: New file.
3218         * tests/test-netinet_in.c: New file.
3219
3220         * modules/inttypes-tests: New file.
3221         * tests/test-inttypes.c: New file.
3222
3223         * modules/fcntl-tests: New file.
3224         * tests/test-fcntl.c: New file.
3225
3226         * modules/byteswap-tests: New file.
3227         * tests/test-byteswap.c: New file.
3228
3229         * modules/arpa_inet-tests: New file.
3230         * tests/test-arpa_inet.c: New file.
3231
3232 2007-02-17  Bruno Haible  <bruno@clisp.org>
3233
3234         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
3235         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
3236         if the corresponding module is not enabled. Emit link warnings if
3237         the function is used nevertheless.
3238         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
3239         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
3240         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
3241         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
3242         * modules/inttypes (Depends-on): Add link-warning.
3243         (Makefile.am): Copy the contents of build-aux/link-warning.h into
3244         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
3245         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
3246         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
3247         * modules/imaxdiv (configure.ac): Likewise.
3248         * modules/strtoimax (configure.ac): Likewise.
3249         * modules/strtoumax (configure.ac): Likewise.
3250
3251 2007-02-17  Bruno Haible  <bruno@clisp.org>
3252
3253         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
3254         gl_STRING_MODULE_INDICATOR_DEFAULTS.
3255         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
3256         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
3257
3258 2007-02-17  Bruno Haible  <bruno@clisp.org>
3259
3260         * modules/link-warning: New file.
3261         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
3262         * lib/string_.h (GL_LINK_WARNING): Remove definition.
3263         * modules/string (Depends-on): Add link-warning.
3264         (Makefile.am): Copy the contents of build-aux/link-warning.h into
3265         string.h.
3266         * MODULES.html.sh (Support for building libraries and executables): Add
3267         link-warning.
3268
3269 2007-02-17  Bruno Haible  <bruno@clisp.org>
3270
3271         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
3272         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
3273         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
3274         long lines.
3275
3276 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
3277             Bruno Haible  <bruno@clisp.org>
3278
3279         * modules/tmpfile: New file.
3280         * lib/tmpfile.c: New file.
3281         * m4/tmpfile.m4: New file.
3282         * MODULES.html.sh (func_all_modules): New section "Input/output".
3283
3284 2007-02-15  Bruno Haible  <bruno@clisp.org>
3285
3286         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
3287         (supports_delete_on_close): New function.
3288         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
3289
3290 2007-02-14  Bruno Haible  <bruno@clisp.org>
3291
3292         * modules/mbspcasecmp-tests: New file.
3293         * tests/test-mbspcasecmp.sh: New file.
3294         * tests/test-mbspcasecmp.c: New file.
3295
3296         New module mbspcasecmp.
3297         * modules/mbspcasecmp: New file.
3298         * lib/mbspcasecmp.c: New file.
3299         * lib/string_.h (strncasecmp): Change warning message.
3300         (mbspcasecmp): New declaration.
3301         * m4/mbspcasecmp.m4: New file.
3302         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3303         GNULIB_MBSPCASECMP.
3304         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
3305         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
3306
3307 2007-02-14  Bruno Haible  <bruno@clisp.org>
3308
3309         * modules/mbsncasecmp-tests: New file.
3310         * tests/test-mbsncasecmp.sh: New file.
3311         * tests/test-mbsncasecmp.c: New file.
3312
3313         New module mbsncasecmp.
3314         * modules/mbsncasecmp: New file.
3315         * lib/mbsncasecmp.c: New file.
3316         * lib/string_.h (mbsncasecmp): New declaration.
3317         * m4/mbsncasecmp.m4: New file.
3318         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3319         GNULIB_MBSNCASECMP.
3320         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
3321         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
3322
3323 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3324
3325         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
3326         Verify that it doesn't overlap with our flags.
3327         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
3328         do not have the desired effect in multibyte locales; instead, use
3329         mbscasecmp.
3330         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
3331         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
3332         we don't require GNU fnmatch ourselves (if our users require it, they
3333         should do so explicitly).
3334
3335         Fix regex code so it doesn't rely on strcasecmp.
3336         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
3337         Otherwise, include gnulib's langinfo.h.
3338         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
3339         undesirable behavior in non-C locales.  Instead, rely on localecharset.
3340         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
3341         * modules/regex (FILES): Remove m4/codeset.m4.
3342         (Depends-on): Add localcharset.  Remove strcase.
3343
3344 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3345
3346         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
3347         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
3348
3349 2007-02-13  Bruno Haible  <bruno@clisp.org>
3350
3351         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
3352         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3353
3354 2007-02-12  Bruno Haible  <bruno@clisp.org>
3355
3356         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3357         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
3358         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
3359         time warning rather than a link error.
3360
3361 2007-02-12  Bruno Haible  <bruno@clisp.org>
3362
3363         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
3364         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3365         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3366
3367 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3368
3369         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
3370         args, not 2.
3371
3372 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3373
3374         New module 'time', so that apps can include <time.h> as per
3375         POSIX and GNU instead of separate include files like time_r.h
3376         and timegm.h.  This implementation tries out a simpler approach
3377         for replacing decls in standard include files (as compared to
3378         the string module), somewhat as an experiment.
3379
3380         * config/srclist.txt: Comment out mktime.c for now.
3381         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
3382         since it doesn't apply any more.  Use generic wording instead.
3383         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
3384         'time'.
3385         * lib/time_.h, m4/time_h.m4, modules/time: New files.
3386         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
3387         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
3388         Don't include <sys/types.h>; no longer needed since we assume C89.
3389         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
3390         * lib/strftime.c: Likewise.
3391         * lib/time_r.c: Likewise.
3392         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
3393         * lib/nanosleep.c: Include <time.h> first, to check interface.
3394         * lib/strptime.c: Likewise.
3395         * lib/time_r.c: Likewise.
3396         * lib/timegm.c: Likewise.
3397         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
3398         needed.
3399         * lib/timegm.c: Don't include timegm.h; no longer needed.
3400         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
3401         time.h now handles any problems in that area.
3402         (struct timespec, nanosleep): Remove; time.h now arranges for these.
3403         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
3404         that time.h defines struct timespec.
3405         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
3406         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
3407         handles that.
3408         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
3409         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
3410         needed.  Set REPLACE_LOCALTIME.
3411         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
3412         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
3413         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
3414         nanosleep; time_h.m4 now does that.  Don't require
3415         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
3416         module handles this now.
3417         * modules/getdate (Depends-on): Remove timespec.  Add time.
3418         * modules/nanosleep (Depends-on): Likewise.
3419         * modules/stat-time (Depends-on): Likewise.
3420         * modules/nanosleep (Include): Include time.h, not timespec.h.
3421         * modules/strptime (Files): Remove lib/strptime.h.
3422         (Depends-on): Add extensions, time.
3423         (Include): Include time.h, not strptime.h.
3424         * modules/time_r (Files): Remove lib/time_r.h.
3425         (Depends-on): Add time.
3426         (Include): Include time.h, not time_r.h.
3427         * modules/timegm: Likewise.
3428         * modules/timespec (Description): Now does timespec-related decls
3429         of our own, instead of struct timespec itself.
3430         (Depends-on): Add time; remove extensions.
3431         (Maintainer): Add self.
3432         * modules/utimecmp (Depends-on): Add time; remove timespec.
3433         * modules/utimens (Depends-on): Likewise.
3434         * modules/xnanosleep (Depends-on): Likewise.
3435
3436 2007-02-11  Bruno Haible  <bruno@clisp.org>
3437
3438         * lib/c-strstr.c: Include allocsa.h.
3439         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3440         * lib/c-strcasestr.c: Include allocsa.h.
3441         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3442         * lib/strcasestr.c: Include allocsa.h.
3443         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3444         * lib/mbsstr.c: Include allocsa.h.
3445         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3446         allocsa/freesa instead of malloc/free.
3447         * lib/mbscasestr.c: Include allocsa.h.
3448         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3449         allocsa/freesa instead of malloc/free.
3450         * modules/c-strstr (Depends-on): Add allocsa.
3451         * modules/c-strcasestr (Depends-on): Likewise.
3452         * modules/strcasestr (Depends-on): Likewise.
3453         * modules/mbsstr (Depends-on): Likewise.
3454         * modules/mbscasestr (Depends-on): Likewise.
3455
3456 2007-02-11  Bruno Haible  <bruno@clisp.org>
3457
3458         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
3459
3460         * modules/mbsspn-tests: New file.
3461         * tests/test-mbsspn.sh: New file.
3462         * tests/test-mbsspn.c: New file.
3463
3464 2007-02-11  Bruno Haible  <bruno@clisp.org>
3465
3466         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
3467
3468         * modules/mbspbrk-tests: New file.
3469         * tests/test-mbspbrk.sh: New file.
3470         * tests/test-mbspbrk.c: New file.
3471
3472 2007-02-11  Bruno Haible  <bruno@clisp.org>
3473
3474         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
3475         unneeded cast.
3476
3477         * modules/mbscspn-tests: New file.
3478         * tests/test-mbscspn.sh: New file.
3479         * tests/test-mbscspn.c: New file.
3480
3481 2007-02-11  Bruno Haible  <bruno@clisp.org>
3482
3483         * modules/mbscasecmp-tests: New file.
3484         * tests/test-mbscasecmp.sh: New file.
3485         * tests/test-mbscasecmp.c: New file.
3486
3487 2007-02-11  Bruno Haible  <bruno@clisp.org>
3488
3489         Ensure O(n) worst-case complexity of mbscasestr.
3490         * lib/mbscasestr.c: Include stdbool.h.
3491         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3492         functions.
3493         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
3494         the bookkeeping indicates that it's worth it.
3495         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
3496
3497         * modules/mbscasestr-tests: New file.
3498         * tests/test-mbscasestr1.c: New file.
3499         * tests/test-mbscasestr2.sh: New file.
3500         * tests/test-mbscasestr2.c: New file.
3501         * tests/test-mbscasestr3.sh: New file.
3502         * tests/test-mbscasestr3.c: New file.
3503         * tests/test-mbscasestr4.sh: New file.
3504         * tests/test-mbscasestr4.c: New file.
3505         * m4/locale-tr.m4: New file.
3506
3507 2007-02-11  Bruno Haible  <bruno@clisp.org>
3508
3509         Ensure O(n) worst-case complexity of mbsstr.
3510         * lib/mbsstr.c: Include stdbool.h.
3511         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3512         functions.
3513         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
3514         bookkeeping indicates that it's worth it.
3515         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
3516
3517         * modules/mbsstr-tests: New file.
3518         * tests/test-mbsstr1.c: New file.
3519         * tests/test-mbsstr2.sh: New file.
3520         * tests/test-mbsstr2.c: New file.
3521         * tests/test-mbsstr3.sh: New file.
3522         * tests/test-mbsstr3.c: New file.
3523         * m4/locale-fr.m4: New file.
3524
3525 2007-02-11  Bruno Haible  <bruno@clisp.org>
3526
3527         * lib/mbsrchr.c (mbsrchr): Fix bug.
3528
3529         * modules/mbsrchr-tests: New file.
3530         * tests/test-mbsrchr.sh: New file.
3531         * tests/test-mbsrchr.c: New file.
3532
3533 2007-02-11  Bruno Haible  <bruno@clisp.org>
3534
3535         * lib/mbschr.c (mbschr): Fix bug.
3536
3537         * modules/mbschr-tests: New file.
3538         * tests/test-mbschr.sh: New file.
3539         * tests/test-mbschr.c: New file.
3540         * m4/locale-zh.m4: New file.
3541
3542 2007-02-11  Bruno Haible  <bruno@clisp.org>
3543
3544         Support for copying multibyte string iterators.
3545         * lib/mbiter.h: Include <string.h>.
3546         (mbiter_multi_copy): New function.
3547         (mbi_copy): New macro.
3548         * lib/mbuiter.h: Include <string.h>.
3549         (mbuiter_multi_copy): New function.
3550         (mbui_copy): New macro.
3551
3552 2007-02-11  Bruno Haible  <bruno@clisp.org>
3553
3554         New module mbslen.
3555         * modules/mbslen: New file.
3556         * lib/mbslen.c: New file.
3557         * lib/string_.h (mbslen): New declaration.
3558         * m4/mbslen.m4: New file.
3559         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3560         GNULIB_MBSLEN.
3561         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
3562         * MODULES.html.sh (Internationalization functions): Add mbslen.
3563
3564 2007-02-11  Bruno Haible  <bruno@clisp.org>
3565
3566         Ensure O(n) worst-case complexity of strcasestr substitute.
3567         * lib/strcasestr.c: Include stdbool.h.
3568         (knuth_morris_pratt): New function.
3569         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3570         bookkeeping indicates that it's worth it.
3571         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
3572
3573         * modules/strcasestr-tests: New file.
3574         * tests/test-strcasestr.c: New file.
3575
3576 2007-02-11  Bruno Haible  <bruno@clisp.org>
3577
3578         Ensure O(n) worst-case complexity of c_strcasestr.
3579         * lib/c-strcasestr.c: Include stdbool.h, string.h.
3580         (knuth_morris_pratt): New function.
3581         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
3582         the bookkeeping indicates that it's worth it.
3583         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
3584
3585         * modules/c-strcasestr-tests: New file.
3586         * tests/test-c-strcasestr.c: New file.
3587
3588 2007-02-11  Bruno Haible  <bruno@clisp.org>
3589
3590         Ensure O(n) worst-case complexity of c_strstr.
3591         * lib/c-strstr.c: Include stdbool.h, string.h.
3592         (knuth_morris_pratt): New function.
3593         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3594         bookkeeping indicates that it's worth it.
3595         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
3596
3597         * lib/c-strstr.c: Complete rewrite for maintainability.
3598
3599         * modules/c-strstr-tests: New file.
3600         * tests/test-c-strstr.c: New file.
3601
3602 2007-02-11  Bruno Haible  <bruno@clisp.org>
3603
3604         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
3605         5.2.1 and earlier, whereby \055 was treated just like the range
3606         delimiter '-'.
3607         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3608
3609 2007-02-08  Bruno Haible  <bruno@clisp.org>
3610
3611         * modules/regex (Depends-on): Add stdbool.
3612         Reported by Dalibor Topic <robilad@kaffe.org>.
3613
3614 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3615
3616         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
3617         Prefer returning from main to exiting from it.
3618         Remove unnecessary parens after sizeof.
3619
3620 2007-02-05  Bruno Haible  <bruno@clisp.org>
3621
3622         New module mbssep.
3623         * modules/mbssep: New file.
3624         * lib/mbssep.c: New file.
3625         * lib/string_.h (strsep): Add a conditional link warning.
3626         (mbssep): New declaration.
3627         * m4/mbssep.m4: New file.
3628         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3629         GNULIB_MBSSEP.
3630         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
3631         * MODULES.html.sh (Internationalization functions): Add mbssep.
3632
3633 2007-02-05  Bruno Haible  <bruno@clisp.org>
3634
3635         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
3636         Optimize search in case of 1 delimiter.
3637
3638 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3639
3640         * lib/acl.h: Include sys/types.h before sys/acl.h.
3641
3642 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3643
3644         Merge upstream fix for glibc bugzilla #3957:
3645
3646         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
3647
3648         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
3649         bit for RE_HAT_LISTS_NOT_NEWLINE.
3650         (build_charclass_op): Remove bogus comment.
3651
3652 2007-02-05  Simon Josefsson  <simon@josefsson.org>
3653
3654         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
3655
3656 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3657
3658         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
3659         * lib/memmem.c [!defined _LIBC]: Include config.h.
3660
3661 2007-02-04  Bruno Haible  <bruno@clisp.org>
3662
3663         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
3664         warning message.
3665
3666 2007-02-04  Bruno Haible  <bruno@clisp.org>
3667
3668         New module mbstok_r.
3669         * modules/mbstok_r: New file.
3670         * lib/mbstok_r.c: New file.
3671         * lib/string_.h (strtok_r): Change argument names to match the
3672         comments. Add a conditional link warning.
3673         (mbstok_r): New declaration.
3674         * m4/mbstok_r.m4: New file.
3675         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3676         GNULIB_MBSTOK_R.
3677         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
3678         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
3679
3680 2007-02-04  Bruno Haible  <bruno@clisp.org>
3681
3682         New module mbsspn.
3683         * modules/mbsspn: New file.
3684         * lib/mbsspn.c: New file.
3685         * lib/string_.h (strspn): Add a conditional link warning.
3686         (mbsspn): New declaration.
3687         * m4/mbsspn.m4: New file.
3688         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3689         GNULIB_MBSSPN.
3690         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
3691         * MODULES.html.sh (Internationalization functions): Add mbsspn.
3692
3693 2007-02-04  Bruno Haible  <bruno@clisp.org>
3694
3695         New module mbspbrk.
3696         * modules/mbspbrk: New file.
3697         * lib/mbspbrk.c: New file.
3698         * lib/string_.h (strpbrk): Add a conditional link warning.
3699         (mbspbrk): New declaration.
3700         * m4/mbspbrk.m4: New file.
3701         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3702         GNULIB_MBSPBRK.
3703         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
3704         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
3705
3706 2007-02-04  Bruno Haible  <bruno@clisp.org>
3707
3708         New module mbscspn.
3709         * modules/mbscspn: New file.
3710         * lib/mbscspn.c: New file.
3711         * lib/string_.h (strcspn): Add a conditional link warning.
3712         (mbscspn): New declaration.
3713         * m4/mbscspn.m4: New file.
3714         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3715         GNULIB_MBSCSPN.
3716         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
3717         * MODULES.html.sh (Internationalization functions): Add mbscspn.
3718
3719 2007-02-04  Bruno Haible  <bruno@clisp.org>
3720
3721         New module mbscasestr, reduced goal of strcasestr.
3722         * modules/mbscasestr: New file.
3723         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
3724         (mbscasestr): Renamed from strcasestr.
3725         * lib/strcasestr.c: Don't include mbuiter.h.
3726         (strcasestr): Remove support for multibyte locales.
3727         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3728         Change the conditional link warning.
3729         (mbscasestr): New declaration.
3730         * m4/mbscasestr.m4: New file.
3731         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3732         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3733         REPLACE_STRCASESTR.
3734         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3735         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3736         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3737         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3738         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3739         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3740         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3741         (Depends-on): Remove mbuiter.
3742         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3743
3744 2007-02-04  Bruno Haible  <bruno@clisp.org>
3745
3746         Simplify handling of strncasecmp.
3747         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3748         the conditional link warning.
3749         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3750         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3751         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3752         * modules/strcase (configure.ac): Don't invoke
3753         gl_STRING_MODULE_INDICATOR.
3754         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3755
3756 2007-02-04  Bruno Haible  <bruno@clisp.org>
3757
3758         New module mbscasecmp, reduced goal of strcasecmp.
3759         * modules/mbscasecmp: New file.
3760         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3761         (mbscasecmp): Renamed from strcasecmp.
3762         * lib/strcasecmp.c: Don't include mbuiter.h.
3763         (strcasecmp): Remove support for multibyte locales.
3764         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3765         Change the conditional link warning.
3766         (mbscasecmp): New declaration.
3767         * m4/mbscasecmp.m4: New file.
3768         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3769         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3770         REPLACE_STRCASECMP.
3771         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3772         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3773         GNULIB_MBSCASECMP.
3774         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3775         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3776         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3777         (Depends-on): Remove mbuiter.
3778         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3779
3780 2007-02-04  Bruno Haible  <bruno@clisp.org>
3781
3782         New module mbsstr. Remove module strstr.
3783         * modules/mbsstr: New file.
3784         * modules/strstr: Remove file.
3785         * lib/mbsstr.c: Renamed from lib/strstr.c.
3786         (mbsstr): Renamed from strstr.
3787         * lib/string_.h (strstr): Remove declaration. Change the conditional
3788         link warning.
3789         (mbsstr): New declaration.
3790         * m4/mbsstr.m4: New file.
3791         * m4/strstr.m4: Remove file.
3792         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3793         REPLACE_STRSTR.
3794         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3795         Don't initialize GNULIB_STRSTR.
3796         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3797         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3798         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3799         (Support for systems lacking ANSI C 89): Remove strstr.
3800
3801 2007-02-04  Bruno Haible  <bruno@clisp.org>
3802
3803         New module mbsrchr.
3804         * modules/mbsrchr: New file.
3805         * lib/mbsrchr.c: New file.
3806         * lib/string_.h (strrchr): Add a conditional link warning.
3807         (mbsrchr): New declaration.
3808         * m4/mbsrchr.m4: New file.
3809         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3810         GNULIB_MBSRCHR.
3811         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3812         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3813
3814 2007-02-04  Bruno Haible  <bruno@clisp.org>
3815
3816         New module mbschr.
3817         * modules/mbschr: New file.
3818         * lib/mbschr.c: New file.
3819         * lib/string_.h (strchr): Add a conditional link warning.
3820         (mbschr): New declaration.
3821         * m4/mbschr.m4: New file.
3822         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3823         GNULIB_MBSCHR.
3824         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3825         * MODULES.html.sh (Internationalization functions): Add mbschr.
3826
3827 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3828
3829         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3830
3831         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3832
3833 2007-02-04  Bruno Haible  <bruno@clisp.org>
3834
3835         New module description section 'configure.ac-early'.
3836         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3837         (func_get_autoconf_early_snippet): New function.
3838         (func_import, func_create_testdir): Use it. Remove special cases for
3839         modules 'extensions' and 'lock'.
3840         * modules/extensions (configure.ac-early): Require
3841         gl_USE_SYSTEM_EXTENSIONS.
3842         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3843
3844 2007-02-04  Bruno Haible  <bruno@clisp.org>
3845
3846         Make use of gcj-4.3's -fsource and -ftarget option.
3847         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3848         and if so try the options -fsource and -ftarget.
3849         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3850         source_version, ftarget_option, target_version arguments.
3851         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3852         (is_envjavac_oldgcj_14_14_usable): Renamed from
3853         is_envjavac_gcj_14_14_usable.
3854         (is_envjavac_oldgcj_14_13_usable): Renamed from
3855         is_envjavac_gcj_14_13_usable.
3856         (is_gcj_present): Update.
3857         (is_gcj_43, is_gcj43_usable): New functions.
3858         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3859         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3860         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3861         try the options -fsource and -ftarget.
3862
3863 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3864
3865         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3866         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3867         larger value.
3868
3869 2007-02-03  Jim Meyering  <jim@meyering.net>
3870
3871         Give tools a better chance to allocate space for very large buffers.
3872         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3873
3874         Make pwd and readlink work also when run with an unreadable parent dir
3875         on systems with openat support.
3876         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3877         provided getcwd function, even when we have openat support.
3878         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3879
3880 2007-02-02  Bruno Haible  <bruno@clisp.org>
3881
3882         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3883         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3884         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3885         portability problems if one of these functions is only used on specific
3886         platforms.
3887         Reported by Paul Eggert.
3888
3889 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3890
3891         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3892         is causing more trouble than it's curing.
3893         * lib/regex_internal.h (__mempcpy): Remove.
3894         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3895         (and make the code a tad smaller to boot).
3896         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3897
3898 2007-02-02  Jim Meyering  <jim@meyering.net>
3899
3900         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3901         section, not in the Makefile.am: one.
3902
3903 2007-02-02  Eric Blake  <ebb9@byu.net>
3904
3905         * lib/strchrnul.c: Always include config.h first.
3906
3907         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3908         gnulib strstr is not necessary here.
3909
3910 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3911
3912         * m4/socklen.m4: Fix typo.
3913
3914 2007-02-02  Eric Blake  <ebb9@byu.net>
3915
3916         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3917         * modules/netinet_in (Makefile.am): Likewise.
3918
3919 2007-02-01  Bruno Haible  <bruno@clisp.org>
3920
3921         * lib/string_.h (GL_LINK_WARNING): New macro.
3922         (strcasecmp, strstr, strcasestr): If provided by the system,
3923         conditionally define as a macro that leads to a warning instead of to
3924         an error.
3925         (strncasecmp): Conditionally define as a macro that leads to a warning.
3926
3927 2007-02-01  Karl Berry  <karl@gnu.org>
3928
3929         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3930
3931 2007-02-01  Bruno Haible  <bruno@clisp.org>
3932
3933         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3934         renamings.
3935
3936 2007-02-01  Eric Blake  <ebb9@byu.net>
3937
3938         * modules/regex (Depends-on): Revert dependence on mempcpy.
3939         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3940         module's definition of mempcpy.
3941         Reported by Paul Eggert.
3942
3943 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3944
3945         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3946         the symbol XYZ before redefining it.  This fixes a problem with
3947         programs that don't use XYZ, when compiled on systems that define
3948         XYZ to something else.
3949
3950 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3951
3952         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3953         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3954         writeable to group or other and (2) is intended to have a special
3955         mode bit that is set or cleared.  In such a case, the directory
3956         should be neither group- nor other-writeable until the special
3957         mode bits are right.
3958
3959 2007-01-31  Eric Blake  <ebb9@byu.net>
3960
3961         * modules/mountlist (Depends-on): Add strstr.
3962
3963         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3964         bug.
3965         * modules/string (Makefile.am): Remove redundant replacement.
3966         * modules/regex (Depends-on): Add mempcpy.
3967
3968 2007-01-31  Bruno Haible  <bruno@clisp.org>
3969
3970         New module description field 'Link'.
3971         * gnulib-tool (func_usage): Document --extract-link-directive.
3972         (sed_extract_prog): Recognize 'Link' directive.
3973         (func_get_link_directive): New function.
3974         (func_import): Show summary of link directives.
3975         Handle --extract-link-directive option.
3976         * modules/acl (Link): New section.
3977         * modules/clock-time (Link): New section.
3978         * modules/euidaccess (Link): New section.
3979         * modules/gettext (Link): New section.
3980         * modules/iconv (Link): New section.
3981         * modules/lock (Link): New section.
3982         * modules/nanosleep (Link): New section.
3983         * modules/readline (Link): New section.
3984
3985 2007-01-27  Bruno Haible  <bruno@clisp.org>
3986
3987         Enforce the use of gnulib modules for unportable <string.h> functions.
3988         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3989         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3990         (gl_HEADER_STRING_H_BODY): Require it.
3991         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3992         the symbol XYZ to one that gives a link error.
3993         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3994         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3995         * modules/mempcpy (configure.ac): Likewise.
3996         * modules/memrchr (configure.ac): Likewise.
3997         * modules/stpcpy (configure.ac): Likewise.
3998         * modules/stpncpy (configure.ac): Likewise.
3999         * modules/strcase (configure.ac): Likewise.
4000         * modules/strcasestr (configure.ac): Likewise.
4001         * modules/strchrnul (configure.ac): Likewise.
4002         * modules/strdup (configure.ac): Likewise.
4003         * modules/strndup (configure.ac): Likewise.
4004         * modules/strnlen (configure.ac): Likewise.
4005         * modules/strpbrk (configure.ac): Likewise.
4006         * modules/strsep (configure.ac): Likewise.
4007         * modules/strstr (configure.ac): Likewise.
4008         * modules/strtok_r (configure.ac): Likewise.
4009
4010 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
4011
4012         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
4013
4014 2007-01-30  Jim Meyering  <jim@meyering.net>
4015
4016         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
4017
4018 2007-01-29  Bruno Haible  <bruno@clisp.org>
4019
4020         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
4021         * lib/execute.c: Likewise.
4022         * lib/pipe.c: Likewise.
4023         * lib/printf-args.h: Likewise.
4024         * lib/printf-args.c: Likewise.
4025         * lib/printf-parse.c: Likewise.
4026         * lib/vasnprintf.c: Likewise.
4027
4028 2007-01-29  Eric Blake  <ebb9@byu.net>
4029
4030         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
4031         declaration.
4032
4033 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
4034
4035         * lib/strptime.h (strptime): Use 'restrict' for args where
4036         POSIX requires this.
4037         * lib/strptime.c (strptime): Likewise.
4038         Change license notice from LGPL to GPL, since gnulib-tool will
4039         change this as needed.
4040         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
4041         defined.
4042         Include "strptime.h" first, to check interface.
4043         Do not #undef _LIBC and _NL_CURRENT.
4044         Do not include <stdlib.h>; no longer needed.
4045         Include "time_r.h" and declare ptime_locale_status
4046         only if _LIBC is not defined.
4047         (__P): Remove unused macro.
4048         (match_string): Bring back glibc version, but use it only if _LIBC
4049         is defined.
4050         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
4051         Remove unnecessary assertion and abort() call.
4052         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
4053         * m4/strptime.m4: Fix serial number comment.
4054         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
4055         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
4056         (Depends-on): Add time_r.
4057
4058 2007-01-29  Bruno Haible  <bruno@clisp.org>
4059
4060         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4061         strptime.
4062         * modules/strptime (Depends-on): Add stdbool.
4063         * lib/strptime.h: Include <time.h> always. Add comments.
4064
4065 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4066
4067         * modules/strptime: New file.
4068         * lib/strptime.h: New file.
4069         * lib/strptime.c: New file.
4070         * m4/strptime.m4: New file.
4071
4072 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
4073
4074         * MODULES.html.sh: New module mpsort.
4075         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
4076
4077         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
4078         a circularity problem with HP-UX ia64 reported by Bob Proulx in
4079         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
4080         All uses changed.
4081         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
4082         All uses changed.
4083         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
4084         to _Restrict_.
4085         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
4086         the parameter matches the prototype.
4087
4088 2007-01-28  Jim Meyering  <jim@meyering.net>
4089
4090         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
4091         sys/time.h here, reverting that part of the previous patch:
4092         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
4093
4094 2007-01-28  Bruno Haible  <bruno@clisp.org>
4095
4096         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
4097         value of $(SYS_TIME_H).
4098         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
4099         remove it conditionally, too. [added by Jim Meyering]
4100         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
4101         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4102         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
4103         GETTIMEOFDAY_REPLACEMENT to 1.
4104
4105 2007-01-28  Bruno Haible  <bruno@clisp.org>
4106
4107         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
4108         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
4109         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
4110         Set UNISTD_H instead of UNISTD_H2.
4111         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
4112
4113 2007-01-28  Bruno Haible  <bruno@clisp.org>
4114
4115         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
4116         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
4117
4118 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4119
4120         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
4121         (func_create_testdir): Ensure C locale for `grep' and `tr'
4122         character ranges.
4123         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
4124         ACLOCAL_AMFLAGS parsing state machine.
4125
4126 2007-01-27  Bruno Haible  <bruno@clisp.org>
4127
4128         * modules/unistr/base: Update.
4129
4130 2007-01-27  Bruno Haible  <bruno@clisp.org>
4131
4132         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
4133         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
4134         * modules/unistr/u32-mbtouc-unsafe: Renamed from
4135         modules/unistr/u32-mbtouc.
4136         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
4137         * lib/unistr.h: Update.
4138         * lib/linebreak.c: Update.
4139         * modules/unistr/u32-mbtouc: Renamed from
4140         modules/unistr/u32-mbtouc-safe.
4141         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
4142         * lib/unistr.h: Update.
4143         * lib/unistr/u32-to-u8.c: Update.
4144         * lib/unistr/u32-to-u16.c: Update.
4145
4146 2007-01-27  Bruno Haible  <bruno@clisp.org>
4147
4148         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
4149         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
4150         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
4151         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
4152         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
4153         * modules/unistr/u16-mbtouc-unsafe: Renamed from
4154         modules/unistr/u16-mbtouc.
4155         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
4156         * lib/unistr.h: Update.
4157         * lib/linebreak.c: Update.
4158         * modules/linebreak: Update.
4159         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
4160         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
4161         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
4162         * modules/unistr/u16-mbtouc: Renamed from
4163         modules/unistr/u16-mbtouc-safe.
4164         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
4165         * lib/unistr.h: Update.
4166         * lib/unistr/u16-to-u8.c: Update.
4167         * modules/unistr/u16-to-u8: Update.
4168         * lib/unistr/u16-to-u32.c: Update.
4169         * modules/unistr/u16-to-u32: Update.
4170
4171 2007-01-27  Bruno Haible  <bruno@clisp.org>
4172
4173         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
4174         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
4175         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
4176         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
4177         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
4178         * modules/unistr/u8-mbtouc-unsafe: Renamed from
4179         modules/unistr/u8-mbtouc.
4180         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
4181         * lib/unistr.h: Update.
4182         * lib/striconveh.c: Update.
4183         * modules/striconveh: Update.
4184         * lib/linebreak.c: Update.
4185         * modules/linebreak: Update.
4186         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
4187         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
4188         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
4189         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
4190         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
4191         * lib/unistr.h: Update.
4192         * lib/striconveh.c: Update.
4193         * modules/striconveh: Update.
4194         * lib/unistr/u8-to-u16.c: Update.
4195         * modules/unistr/u8-to-u16: Update.
4196         * lib/unistr/u8-to-u32.c: Update.
4197         * modules/unistr/u8-to-u32: Update.
4198
4199 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4200
4201         Sync from Libtool.
4202         * lib/argz.c: Do not include strings.h nor memory.h, include
4203         string.h unconditionally.  Patch by Simon Josefsson.
4204
4205 2007-01-27  Bruno Haible  <bruno@clisp.org>
4206
4207         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
4208         from gl_HEADER_STRING_H_BODY.
4209         (gl_HEADER_STRING_H_BODY): Require it.
4210         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
4211         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
4212         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
4213         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
4214         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4215         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
4216         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4217         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
4218         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
4219         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
4220         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
4221         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
4222         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
4223         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4224         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4225
4226 2007-01-27  Bruno Haible  <bruno@clisp.org>
4227
4228         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
4229         check_PROGRAMS into noinst_PROGRAMS.
4230         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
4231         check_PROGRAMS in this case.
4232         (func_import): Set for_test to false.
4233         (func_create_testdir): Set for_test to true.
4234
4235 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4236             Bruno Haible  <bruno@clisp.org>
4237
4238         * modules/strcasestr (Files): Remove lib/strcasestr.h.
4239         (Depends-on): Add string.
4240         (Includes): Use <string.h> instead of strcasestr.h.
4241         * modules/string (Makefile.am): Also substitute the value of
4242         REPLACE_STRCASESTR.
4243         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
4244         assume strcasestr is declared in <string.h> not <strings.h>. Also
4245         set REPLACE_STRCASESTR.
4246         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
4247         REPLACE_STRCASESTR.
4248         * lib/strcasestr.h: Remove file.
4249         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
4250         * lib/string_.h (strcasestr): New declaration.
4251
4252 2007-01-27  Bruno Haible  <bruno@clisp.org>
4253
4254         * lib/string_.h: Use 'extern'.
4255
4256 2007-01-27  Jim Meyering  <jim@meyering.net>
4257
4258         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
4259         of set-but-not-used local, "q".
4260
4261         * lib/mempcpy.c: Include <config.h> before <string.h>.
4262         This fixes a compilation error on HP-UX, due to the system's
4263         "restrict"-using mempcpy prototype.
4264
4265 2007-01-26  Bruno Haible  <bruno@clisp.org>
4266
4267         Small optimization.
4268         * lib/javacomp.c: Include c-strstr.h.
4269          (is_envjavac_gcj): Use c_strstr instead of strstr.
4270         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
4271
4272 2007-01-26  Bruno Haible  <bruno@clisp.org>
4273
4274         * MODULES.html.sh (Unicode string functions): Add the new modules.
4275
4276         * modules/uniconv/u32-strconv-to-locale: New file.
4277         * lib/uniconv/u32-strconv-to-locale.c: New file.
4278
4279         * modules/uniconv/u16-strconv-to-locale: New file.
4280         * lib/uniconv/u16-strconv-to-locale.c: New file.
4281
4282         * modules/uniconv/u8-strconv-to-locale: New file.
4283         * lib/uniconv/u8-strconv-to-locale.c: New file.
4284
4285         * modules/uniconv/u32-strconv-from-locale: New file.
4286         * lib/uniconv/u32-strconv-from-locale.c: New file.
4287
4288         * modules/uniconv/u16-strconv-from-locale: New file.
4289         * lib/uniconv/u16-strconv-from-locale.c: New file.
4290
4291         * modules/uniconv/u8-strconv-from-locale: New file.
4292         * lib/uniconv/u8-strconv-from-locale.c: New file.
4293
4294         * modules/uniconv/u32-strconv-to-enc: New file.
4295         * lib/uniconv/u32-strconv-to-enc.c: New file.
4296         * modules/uniconv/u32-strconv-to-enc-tests: New file.
4297         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
4298
4299         * modules/uniconv/u16-strconv-to-enc: New file.
4300         * lib/uniconv/u16-strconv-to-enc.c: New file.
4301         * lib/uniconv/u-strconv-to-enc.h: New file.
4302         * modules/uniconv/u16-strconv-to-enc-tests: New file.
4303         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
4304
4305         * modules/uniconv/u8-strconv-to-enc: New file.
4306         * lib/uniconv/u8-strconv-to-enc.c: New file.
4307         * modules/uniconv/u8-strconv-to-enc-tests: New file.
4308         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
4309
4310         * modules/uniconv/u32-strconv-from-enc: New file.
4311         * lib/uniconv/u32-strconv-from-enc.c: New file.
4312         * modules/uniconv/u32-strconv-from-enc-tests: New file.
4313         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
4314
4315         * modules/uniconv/u16-strconv-from-enc: New file.
4316         * lib/uniconv/u16-strconv-from-enc.c: New file.
4317         * modules/uniconv/u16-strconv-from-enc-tests: New file.
4318         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
4319
4320         * modules/uniconv/u8-strconv-from-enc: New file.
4321         * lib/uniconv/u8-strconv-from-enc.c: New file.
4322         * lib/uniconv/u-strconv-from-enc.h: New file.
4323         * modules/uniconv/u8-strconv-from-enc-tests: New file.
4324         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
4325
4326         * modules/uniconv/u32-conv-from-enc: New file.
4327         * lib/uniconv/u32-conv-from-enc.c: New file.
4328         * modules/uniconv/u32-conv-from-enc-tests: New file.
4329         * tests/uniconv/test-u32-conv-from-enc.c: New file.
4330
4331         * modules/uniconv/u16-conv-from-enc: New file.
4332         * lib/uniconv/u16-conv-from-enc.c: New file.
4333         * lib/uniconv/u-conv-from-enc.h: New file.
4334         * modules/uniconv/u16-conv-from-enc-tests: New file.
4335         * tests/uniconv/test-u16-conv-from-enc.c: New file.
4336
4337         * modules/uniconv/u8-conv-from-enc: New file.
4338         * lib/uniconv/u8-conv-from-enc.c: New file.
4339         * modules/uniconv/u8-conv-from-enc-tests: New file.
4340         * tests/uniconv/test-u8-conv-from-enc.c: New file.
4341
4342         * modules/uniconv/base: New file.
4343         * lib/uniconv.h: New file.
4344
4345 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
4346
4347         * doc/gnulib-tool.texi (Initial import): Update to match current
4348         behavior with strdup module.
4349         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
4350         * lib/memmem.h: Remove; all uses removed.  This is now done
4351         by <string.h>.
4352         * lib/mempcpy.h: Likewise.
4353         * lib/memrchr.h: Likewise.
4354         * lib/stpcpy.h: Likewise.
4355         * lib/stpncpy.h: Likewise.
4356         * lib/strcase.h: Likewise.
4357         * lib/strchrnul.h: Likewise.
4358         * lib/strdup.h: Likewise.
4359         * lib/strndup.h: Likewise.
4360         * lib/strnlen.h: Likewise.
4361         * lib/strpbrk.h: Likewise.
4362         * lib/strsep.h: Likewise.
4363         * lib/strstr.h: Likewise.
4364         * lib/strtok_r.h: Likewise.
4365         * lib/string_.h: New file.
4366         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
4367         Rely on <string.h> instead.
4368         * lib/canon-host.c: Likewise.
4369         * lib/chdir-long.c: Likewise.
4370         * lib/concatpath.c: Likewise.
4371         * lib/exclude.c: Likewise.
4372         * lib/fchdir.c: Likewise.
4373         * lib/getaddrinfo.c: Likewise.
4374         * lib/getcwd.c: Likewise.
4375         * lib/getsubopt.c: Likewise.
4376         * lib/glob.c: Likewise.
4377         * lib/hard-locale.c: Likewise.
4378         * lib/iconvme.c: Likewise.
4379         * lib/javacomp.c: Likewise.
4380         * lib/mempcpy.c: Likewise.
4381         * lib/memrchr.c: Likewise.
4382         * lib/regex_internal.h: Likewise.
4383         * lib/stpncpy.c: Likewise.
4384         * lib/strcasecmp.c: Likewise.
4385         * lib/strchrnul.c: Likewise.
4386         * lib/strdup.c: Likewise.
4387         * lib/striconv.c: Likewise.
4388         * lib/striconveh.c: Likewise.
4389         * lib/striconveha.c: Likewise.
4390         * lib/strncasecmp.c: Likewise.
4391         * lib/strndup.c: Likewise.
4392         * lib/strnlen.c: Likewise.
4393         * lib/strsep.c: Likewise.
4394         * lib/strstr.c: Likewise.
4395         * lib/strtok_r.c: Likewise.
4396         * lib/userspec.c: Likewise.
4397         * lib/w32spawn.h: Likewise.
4398         * lib/xstrndup.c: Likewise.
4399         * lib/mountlist.c (strstr): Remove decl.
4400         * m4/string_h.m4: New file.
4401         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
4402         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
4403         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
4404         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
4405         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
4406         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
4407         Set REPLACE_STRCASECMP if necessary.
4408         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
4409         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
4410         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
4411         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
4412         HAVE_DECL_STRDUP if necessary.
4413         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
4414         since gl_FUNC_STRNDUP does that now.
4415         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
4416         Check for decl here...
4417         (gl_PREREQ_STRNLEN): ... not here.
4418         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
4419         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
4420         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
4421         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
4422         necessary.
4423         * modules/string: New file.
4424         * modules/memmem (Files): Remove special-purpose include file.
4425         (Depends-on): Add string.
4426         (Include): Include <string.h>, not the removed file.
4427         * modules/mempcpy: Likewise.
4428         * modules/memrchr: Likewise.
4429         * modules/stpcpy: Likewise.
4430         * modules/stpncpy: Likewise.
4431         * modules/strcase: Likewise.
4432         * modules/strchrnul: Likewise.
4433         * modules/strdup: Likewise.
4434         * modules/strndup: Likewise.
4435         * modules/strnlen: Likewise.
4436         * modules/strpbrk: Likewise.
4437         * modules/strsep: Likewise.
4438         * modules/strstr: Likewise.
4439         * modules/strtok_r: Likewise.
4440         * tests/test-dirname.c: Don't include "strdup.h", since
4441         <string.h> now suffices.
4442         * tests/test-memmem.c: Don't include "memmem.h", since
4443         <string.h> now suffices.
4444
4445 2007-01-25  Bruno Haible  <bruno@clisp.org>
4446
4447         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
4448         *resultp is 0.
4449
4450         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
4451         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
4452         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
4453         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
4454
4455         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
4456         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
4457         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
4458         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
4459         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
4460         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
4461
4462 2007-01-24  Bruno Haible  <bruno@clisp.org>
4463
4464         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
4465         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
4466         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
4467         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
4468         gl_FUNC_FTS_CORE.
4469         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
4470         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
4471         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4472         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
4473         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
4474         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
4475         gl_FUNC_FCHOWNAT.
4476         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
4477         gl_FUNC_STRFTIME.
4478         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
4479         Reported by Ralf Wildenhues.
4480
4481 2007-01-24  Bruno Haible  <bruno@clisp.org>
4482
4483         Drop AC_REQUIRE calls that are redundant with the module dependencies.
4484         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
4485         gl_GETADDRINFO.
4486         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
4487         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
4488         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
4489
4490 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
4491
4492         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
4493         Don't use 'exit'; just return from 'main'.
4494         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
4495
4496         * lib/fnmatch_.h: Readjust white space and comments to match
4497         glibc, to avoid spurious diffs.
4498
4499 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4500
4501         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
4502         2004-12-01 change by Jakub Jelinek, since this code won't compile
4503         if !LIBC.  Problem reported by Bob Proulx.
4504
4505 2007-01-23  Bruno Haible  <bruno@clisp.org>
4506
4507         * lib/striconveh.c: Include c-strcaseeq.h.
4508         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
4509         * modules/striconveh (Depends-on): Add c-strcaseeq.
4510
4511 2007-01-23  Bruno Haible  <bruno@clisp.org>
4512
4513         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
4514
4515         * modules/c-strcaseeq: New file.
4516         * lib/c-strcaseeq.h: New file.
4517
4518         * modules/streq: New file.
4519         * lib/streq.h: New file.
4520
4521 2007-01-23  Bruno Haible  <bruno@clisp.org>
4522
4523         * modules/striconveha-tests: New file.
4524         * tests/test-striconveha.c: New file.
4525
4526         * lib/striconveha.h: Include <stdbool.h>.
4527         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
4528         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
4529         (mem_iconveha_notranslit): Renamed from mem_iconveha.
4530         (mem_iconveha): New function.
4531         (str_iconveha_notranslit): Renamed from str_iconveha.
4532         (str_iconveha): New function.
4533         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
4534         c-strcase.
4535
4536 2007-01-23  Bruno Haible  <bruno@clisp.org>
4537
4538         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
4539         encodings without forgiving before trying any encoding with handler.
4540         (str_iconveha): Try all encodings without forgiving before trying any
4541         encoding with handler.
4542
4543 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4544
4545         Import the following changes from libc.
4546
4547         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
4548
4549         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
4550
4551         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
4552
4553         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
4554         normal_bracket label.
4555
4556         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
4557
4558         [BZ #361]
4559         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
4560         to normal_bracket after fetching the next character.
4561
4562 2007-01-22  Bruno Haible  <bruno@clisp.org>
4563
4564         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
4565         argument.
4566         * lib/striconveh.c (iconv_carefully_1): New function.
4567         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
4568         argument.
4569         (str_cd_iconveh): Update.
4570         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
4571         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
4572         * tests/test-striconveh.c (MAGIC): New macro.
4573         (new_offsets): New function.
4574         (main): Test call with and without offsets.
4575
4576 2007-01-22  Bruno Haible  <bruno@clisp.org>
4577
4578         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
4579         * modules/sys_select (Makefile.am): Likewise.
4580         * modules/sys_socket (Makefile.am): Likewise.
4581         * modules/sys_time (Makefile.am): Likewise.
4582
4583 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
4584
4585         * modules/gettimeofday (License): Change from GPL to LGPL, since
4586         gettimeofday is a library function.
4587
4588 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4589
4590         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
4591
4592 2007-01-21  Bruno Haible  <bruno@clisp.org>
4593
4594         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
4595
4596 2007-01-21  Bruno Haible  <bruno@clisp.org>
4597
4598         * modules/striconveha: New file.
4599         * lib/striconveha.h: New file.
4600         * lib/striconveha.c: New file.
4601         * MODULES.html.sh (Internationalization functions): Add striconveha.
4602         * lib/striconv.c (str_iconv): Optimize the case of an empty input
4603         string.
4604         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
4605
4606 2007-01-21  Bruno Haible  <bruno@clisp.org>
4607
4608         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
4609         * lib/striconveh.c (str_iconveh): Likewise.
4610
4611 2007-01-21  Bruno Haible  <bruno@clisp.org>
4612
4613         * lib/striconveh.h (mem_iconveh): New declaration.
4614         * lib/striconveh.c (mem_iconveh): New function.
4615         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
4616
4617 2007-01-21  Bruno Haible  <bruno@clisp.org>
4618
4619         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
4620
4621         * lib/striconveh.h (mem_cd_iconveh): Change specification.
4622         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
4623         original result buffer.
4624         (str_cd_iconveh): Update.
4625         * tests/test-striconveh.c (main): Update.
4626
4627         * lib/striconv.h (mem_cd_iconv): Change specification.
4628         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
4629         result buffer.
4630         (str_cd_iconv): Update.
4631         * tests/test-striconv.c (main): Update.
4632
4633 2007-01-21  Bruno Haible  <bruno@clisp.org>
4634
4635         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
4636
4637 2007-01-20  Jim Meyering  <jim@meyering.net>
4638
4639         * lib/userspec.c (parse_with_separator): If a user or group string
4640         starts with "+", skip the corresponding name-to-ID look-up, since
4641         such a look-up must fail: user and group names may not include "+".
4642
4643 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
4644
4645         * lib/poll.c: Include sys/time.h and time.h unconditionally,
4646         since we now assume the sys_time module.
4647         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
4648         check for sys/time.h; no longer needed.
4649         * modules/poll (Depends-on): Depend on sys_time.
4650
4651 2007-01-18  Bruno Haible  <bruno@clisp.org>
4652
4653         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
4654         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4655
4656         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
4657         gettimeofday.
4658
4659         * tests/test-gettimeofday.c: Include <time.h>.
4660         (dummy): Remove variable.
4661
4662         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
4663         gl_HEADER_SYS_TIME_H.
4664         (gl_HEADER_SYS_TIME_H): New macro.
4665
4666         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
4667         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4668         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
4669         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
4670         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4671         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
4672         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
4673         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4674         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
4675         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
4676         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4677
4678         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
4679         last change; it caused a compilation error when cross-compiling to
4680         Cygwin.
4681
4682 2007-01-18  Jim Meyering  <jim@meyering.net>
4683
4684         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
4685         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
4686         than the race-prone "test -d sys || mkdir sys".
4687         (configure.ac): Use AC_PROG_MKDIR_P.
4688         * modules/sys_select: Likewise.
4689         * modules/sys_socket: Likewise.
4690         * modules/sys_time: Likewise.
4691
4692 2007-01-18  Eric Blake  <ebb9@byu.net>
4693
4694         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
4695         replace gettimeofday.
4696         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
4697         name, to avoid infinite recursion.
4698
4699 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
4700
4701         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
4702         module sys_time.
4703         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
4704         assume timespec.h defines struct timeval.
4705         * lib/settime.c: Likewise.
4706         * lib/utimens.c: Likewise.
4707         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
4708         since we now assume the gettimeofday module.
4709         * lib/tempname.c (__gen_tempname): Likewise.
4710         * lib/gettimeofday.h: Remove.
4711         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
4712         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
4713         Include <time.h>, for 'time()'.
4714         (localtime_buffer_addr): Also use this workaround if
4715         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
4716         to simplify the uses.  All uses changed.
4717         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
4718         that #undef is inside {}, and 'const' follows type name consistently.
4719         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
4720         (gettimeofday): Do not use the maximum possible value for
4721         tv->tv_usec, since that might break usages other than ls.c.
4722         Instead, we'll leave ls.c alone.  This undoes today's patch
4723         by Bruno.  Add a compile-time warning for 1s-clock resolution;
4724         we've never observed the problem but might as well keep the
4725         canary.
4726         * lib/nanosleep.c: Include timespec.h first, for interface check.
4727         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4728         now assume the sys_time module.
4729         * lib/tempname.c: Likewise.
4730         * lib/timespec.h: Likewise.
4731         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4732         needed.
4733         * lib/strftime.c: Likewise.
4734         * lib/timespec.h: Likewise.
4735         * lib/posixtm.c: Include posixtm.h first, for interface check.
4736         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4737         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4738         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4739         * lib/sys_time_.h: New file.
4740         * lib/timespec.h (struct timespec): Use long int, not long.
4741         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4742         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4743         Remove obsolescent call to AC_HEADER_TIME.
4744         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4745         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4746         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4747         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4748         Likewise.
4749         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4750         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4751         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4752         into the sys_time module.  Check for gettimeofday just once.
4753         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4754         for gettimeofday signature to just check the signature.  Merely
4755         compile it, since linking doesn't test signature.  Improve test for
4756         whether gettimeofday.o is actually needed.
4757         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4758         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4759         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4760         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4761         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4762         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4763         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4764         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4765         than worrying about sys/time.h.
4766         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4767         Don't bother worrying about TIME_WITH_SYS_TIME.
4768         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4769         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4770         * m4/sys_time_h.m4: New file.
4771         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4772         Don't include sys/time.h.  Return from main rather than exiting.
4773         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4774         all uses changed.
4775         * modules/gethrxtime (Depends-on): Add sys_time.
4776         * modules/gettime (Depends-on): Likewise.
4777         * modules/gettimeofday (Depends-on): Likewise.
4778         * modules/nanosleep (Depends-on): Likewise.
4779         * modules/settime (Depends-on): Likewise.
4780         * modules/tempname (Depends-on): Likewise.
4781         * modules/utimens (Depends-on): Likewise.
4782         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4783         (Include:) Change back to <sys/time.h>.
4784         (Maintainer:) Add self.
4785         * modules/sys_time: New file.
4786         * modules/tempname (Depends-on): Add gettimeofday.
4787         * tests/test-gettimeofday.c: Include <sys/time.h>
4788         rather than gettimeofday.h.
4789
4790 2007-01-17  Bruno Haible  <bruno@clisp.org>
4791
4792         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4793         the license default to GPL.
4794         (func_create_testdir): Don't complain if a module is LGPL and its
4795         tests module depends on GPLed modules.
4796
4797 2007-01-17  Bruno Haible  <bruno@clisp.org>
4798
4799         * lib/gettimeofday.c (gettimeofday): Add code for the case
4800         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4801         maximum possible value for tv->tv_usec, rather than the minimum one.
4802
4803 2005-10-08  Martin Lambers  <marlam@marlam.de>
4804 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4805 2007-01-16  Bruno Haible  <bruno@clisp.org>
4806
4807         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4808         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4809         gl_FUNC_GETTIMEOFDAY.
4810         (Include): Add gettimeofday.h.
4811         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4812         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4813         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4814         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4815         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4816         * lib/gettimeofday.h: New file.
4817         * lib/gettimeofday.c: Include <sys/timeb.h>.
4818         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4819         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4820         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4821         fall back on time().
4822
4823         * tests/test-gettimeofday.c: New file.
4824         * modules/gettimeofday-tests: New file.
4825
4826 2007-01-16  Eric Blake  <ebb9@byu.net>
4827
4828         * modules/fnmatch (Depends-on): Depend on wchar.
4829         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4830         * m4/fnmatch.m4: Likewise.
4831         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4832         * m4/mbchar.m4: Likewise.
4833         * modules/mbswidth (Depends-on): Depend on wchar.
4834         * lib/mbswidth.c: Assume <wchar.h>.
4835         * m4/mbswidth.m4: Likewise.
4836         * modules/quotearg (Depends-on): Depend on wchar.
4837         * lib/quotearg.c: Assume <wchar.h>.
4838         * m4/quotearg.m4: Likewise.
4839         * modules/regex (Depends-on): Depend on wchar.
4840         * lib/regex_internal.h: Assume <wchar.h>.
4841         * m4/regex.m4: Likewise.
4842         * modules/stdint (Depends-on): Depend on wchar.
4843         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4844         * m4/stdint.m4: Likewise.
4845         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4846         * modules/strftime (Depends-on): Depend on wchar.
4847         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4848         * modules/strtol (Depends-on): Depend on wchar.
4849         * lib/strtol.c: Assume <wchar.h>.
4850         * modules/wcwidth (Depends-on): Depend on wchar.
4851         * lib/wcwidth.h: Assume <wchar.h>.
4852         * m4/wcwidth.m4: Likewise.
4853
4854 2007-01-16  Bruno Haible  <bruno@clisp.org>
4855
4856         * modules/csharpexec-script: New, created from...
4857         * modules/csharpexec: ... this.
4858
4859 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4860
4861         * modules/javaexec-script: New, created from...
4862         * modules/javaexec: ... this.
4863
4864 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4865
4866         * modules/poll (Dependencies): Add sys_select.
4867
4868 2007-01-15  Jim Meyering  <jim@meyering.net>
4869
4870         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4871         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4872         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4873         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4874
4875 2007-01-15  Bruno Haible  <bruno@clisp.org>
4876
4877         * modules/striconveh: New file.
4878         * lib/striconveh.h: New file.
4879         * lib/striconveh.c: New file.
4880         * MODULES.html.sh (Internationalization functions): Add striconveh.
4881
4882         * modules/striconveh-tests: New file.
4883         * tests/test-striconveh.c: New file.
4884
4885 2007-01-15  Bruno Haible  <bruno@clisp.org>
4886
4887         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4888         not from GNU libiconv or GNU libc.
4889
4890 2007-01-15  Bruno Haible  <bruno@clisp.org>
4891
4892         * doc/gnulib-intro.texi (Copyright): Explain the different license
4893         terms for module descriptions, autoconf macros, tests, documentation.
4894
4895 2007-01-14  Bruno Haible  <bruno@clisp.org>
4896
4897         * modules/striconv-tests: New file.
4898         * tests/test-striconv.c: New file.
4899
4900 2007-01-14  Bruno Haible  <bruno@clisp.org>
4901
4902         * modules/iconv-tests: New file.
4903         * tests/test-iconv.c: New file.
4904
4905 2007-01-14  Bruno Haible  <bruno@clisp.org>
4906
4907         * gnulib-tool (func_get_license): For test modules, use the license of
4908         the main module.
4909
4910 2007-01-14  Bruno Haible  <bruno@clisp.org>
4911
4912         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4913         if iconv is found to exist.
4914
4915 2007-01-14  Bruno Haible  <bruno@clisp.org>
4916
4917         * modules/c-ctype-tests: New file.
4918         * tests/test-c-ctype.c: New file.
4919
4920 2007-01-14  Bruno Haible  <bruno@clisp.org>
4921
4922         * modules/binary-io-tests: New file.
4923         * tests/test-binary-io.sh: New file.
4924         * tests/test-binary-io.c: New file.
4925
4926 2007-01-14  Bruno Haible  <bruno@clisp.org>
4927
4928         * modules/array-oset-tests: New file.
4929         * tests/test-array_oset.c: New file.
4930
4931 2007-01-14  Bruno Haible  <bruno@clisp.org>
4932
4933         * modules/array-list-tests: New file.
4934         * tests/test-array_list.c: New file.
4935
4936 2007-01-14  Bruno Haible  <bruno@clisp.org>
4937
4938         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4939         and make.
4940         Reported by Simon Josefsson in
4941         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4942
4943 2007-01-14  Bruno Haible  <bruno@clisp.org>
4944
4945         * modules/allocsa-tests: New file.
4946         * tests/test-allocsa.c: New file.
4947
4948 2007-01-14  Bruno Haible  <bruno@clisp.org>
4949
4950         * modules/fchdir (Depends-on): Add absolute-header.
4951         * modules/unistd (Depends-on): Likewise.
4952
4953 2006-12-30  Bruno Haible  <bruno@clisp.org>
4954
4955         * modules/fchdir: New file.
4956         * modules/unistd (Files): Add lib/unistd_.h.
4957         (Makefile.am): Generate unistd.h from unistd_.h.
4958         * lib/fchdir.c: New file.
4959         * lib/dirent_.h: New file.
4960         * lib/unistd_.h: New file.
4961         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4962         * m4/fchdir.m4: New file.
4963         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4964         (gl_HEADER_UNISTD): Invoke it.
4965         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4966         function.
4967         * lib/backupfile.c (opendir, closedir): Undefine.
4968         * lib/chown.c (open, close): Undefine.
4969         * lib/clean-temp.c (open, close): Undefine.
4970         * lib/copy-file.c (open, close): Undefine.
4971         * lib/execute.c (open, close): Undefine.
4972         * lib/fsusage.c (open, close): Undefine.
4973         * lib/gc-gnulib.c (open, close): Undefine.
4974         * lib/getcwd.c (opendir, closedir): Undefine.
4975         * lib/glob.c (opendir, closedir): Undefine.
4976         * lib/javacomp.c (open, close): Undefine.
4977         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4978         * lib/openat-proc.c (open, close): Undefine.
4979         * lib/pagealign_alloc.c (open, close): Undefine.
4980         * lib/pipe.c (open, close): Undefine.
4981         * lib/progreloc.c (open, close): Undefine.
4982         * lib/savedir.c (opendir, closedir): Undefine.
4983         * lib/utime.c (open, close): Undefine.
4984         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4985
4986 2007-01-10  Bruno Haible  <bruno@clisp.org>
4987
4988         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4989
4990 2007-01-12  Eric Blake  <ebb9@byu.net>
4991
4992         Provide a robust <wchar.h>.  Further simplifications are now
4993         possible in other modules, but not included here.
4994         * modules/wchar: New module.
4995         * m4/wchar.m4: New file.
4996         * lib/wchar_.h: Likewise.
4997         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4998         of the new module.
4999         * MODULES.html.sh (Extended multibyte and wide character utilities):
5000         New section.
5001
5002 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
5003
5004         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
5005         to a reasonable default for memory allocation.
5006         (xreadlink): Don't allocate a huge buffer, to work around a buggy
5007         file system that reports garbage st_size values for symlinks.
5008         Problem reported by Liyang Hu.
5009
5010 2007-01-11  Simon Josefsson  <simon@josefsson.org>
5011
5012         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
5013         Emacs .#* auto-save files).
5014
5015 2007-01-11  Bruno Haible  <bruno@clisp.org>
5016
5017         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
5018         directory.
5019
5020 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5021
5022         Use @...@ consistently in lib/wctype_.h.
5023         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
5024         on it being set to 1 or 0.
5025         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
5026         go back to AC_SUBSTing it.
5027         * modules/wctype (Makefile.am): Undo previous change.
5028
5029 2007-01-10  Eric Blake  <ebb9@byu.net>
5030
5031         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
5032         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
5033         * modules/wctype (Makefile.am): Likewise.
5034         Reported by Chris McGuire.
5035
5036 2007-01-10  Jim Meyering  <jim@meyering.net>
5037
5038         fts.c: a small readability/maintainability improvement
5039         * lib/fts.c (fts_read): Make this code slightly more readable and
5040         maintainable by hoisting the "sp->fts_cur = p" assignments to
5041         immediately follow the statements that set P.  Derived from
5042         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
5043
5044 2007-01-10  Eric Blake  <ebb9@byu.net>
5045
5046         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
5047         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
5048         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5049         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
5050         Reported by Chris McGuire.
5051
5052 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5053
5054         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
5055         in sed script.
5056
5057 2007-01-09  Bruno Haible  <bruno@clisp.org>
5058
5059         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
5060         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
5061         variables.
5062         (func_module): Use them.
5063
5064 2007-01-09  Bruno Haible  <bruno@clisp.org>
5065
5066         * modules/unistr/base: New file.
5067         * lib/unistr.h: New file.
5068
5069         * modules/unistr/u8-to-u16: New file.
5070         * lib/unistr/u8-to-u16.c: New file.
5071
5072         * modules/unistr/u8-to-u32: New file.
5073         * lib/unistr/u8-to-u32.c: New file.
5074
5075         * modules/unistr/u16-to-u8: New file.
5076         * lib/unistr/u16-to-u8.c: New file.
5077
5078         * modules/unistr/u16-to-u32: New file.
5079         * lib/unistr/u16-to-u32.c: New file.
5080
5081         * modules/unistr/u32-to-u8: New file.
5082         * lib/unistr/u32-to-u8.c: New file.
5083
5084         * modules/unistr/u32-to-u16: New file.
5085         * lib/unistr/u32-to-u16.c: New file.
5086
5087         * modules/unistr/u8-check: New file.
5088         * modules/unistr/u16-check: New file.
5089         * modules/unistr/u32-check: New file.
5090         * lib/unistr/u8-check.c: New file.
5091         * lib/unistr/u16-check.c: New file.
5092         * lib/unistr/u32-check.c: New file.
5093
5094         * modules/unistr/u8-chr: New file.
5095         * modules/unistr/u16-chr: New file.
5096         * modules/unistr/u32-chr: New file.
5097         * lib/unistr/u8-chr.c: New file.
5098         * lib/unistr/u16-chr.c: New file.
5099         * lib/unistr/u32-chr.c: New file.
5100
5101         * modules/unistr/u8-cmp: New file.
5102         * modules/unistr/u16-cmp: New file.
5103         * modules/unistr/u32-cmp: New file.
5104         * lib/unistr/u8-cmp.c: New file.
5105         * lib/unistr/u16-cmp.c: New file.
5106         * lib/unistr/u32-cmp.c: New file.
5107
5108         * modules/unistr/u8-cpy: New file.
5109         * modules/unistr/u16-cpy: New file.
5110         * modules/unistr/u32-cpy: New file.
5111         * lib/unistr/u8-cpy.c: New file.
5112         * lib/unistr/u16-cpy.c: New file.
5113         * lib/unistr/u32-cpy.c: New file.
5114         * lib/unistr/u-cpy.h: New file.
5115
5116         * modules/unistr/u8-cpy-alloc: New file.
5117         * modules/unistr/u16-cpy-alloc: New file.
5118         * modules/unistr/u32-cpy-alloc: New file.
5119         * lib/unistr/u8-cpy-alloc.c: New file.
5120         * lib/unistr/u16-cpy-alloc.c: New file.
5121         * lib/unistr/u32-cpy-alloc.c: New file.
5122         * lib/unistr/u-cpy-alloc.h: New file.
5123
5124         * modules/unistr/u8-endswith: New file.
5125         * modules/unistr/u16-endswith: New file.
5126         * modules/unistr/u32-endswith: New file.
5127         * lib/unistr/u8-endswith.c: New file.
5128         * lib/unistr/u16-endswith.c: New file.
5129         * lib/unistr/u32-endswith.c: New file.
5130         * lib/unistr/u-endswith.h: New file.
5131
5132         * modules/unistr/u8-mblen: New file.
5133         * modules/unistr/u16-mblen: New file.
5134         * modules/unistr/u32-mblen: New file.
5135         * lib/unistr/u8-mblen.c: New file.
5136         * lib/unistr/u16-mblen.c: New file.
5137         * lib/unistr/u32-mblen.c: New file.
5138
5139         * modules/unistr/u8-mbtouc: New file.
5140         * modules/unistr/u16-mbtouc: New file.
5141         * modules/unistr/u32-mbtouc: New file.
5142         * lib/unistr/u8-mbtouc.c: New file.
5143         * lib/unistr/u16-mbtouc.c: New file.
5144         * lib/unistr/u32-mbtouc.c: New file.
5145
5146         * modules/unistr/u8-mbtouc-safe: New file.
5147         * modules/unistr/u16-mbtouc-safe: New file.
5148         * modules/unistr/u32-mbtouc-safe: New file.
5149         * lib/unistr/u8-mbtouc-safe.c: New file.
5150         * lib/unistr/u16-mbtouc-safe.c: New file.
5151         * lib/unistr/u32-mbtouc-safe.c: New file.
5152
5153         * modules/unistr/u8-move: New file.
5154         * modules/unistr/u16-move: New file.
5155         * modules/unistr/u32-move: New file.
5156         * lib/unistr/u8-move.c: New file.
5157         * lib/unistr/u16-move.c: New file.
5158         * lib/unistr/u32-move.c: New file.
5159         * lib/unistr/u-move.h: New file.
5160
5161         * modules/unistr/u8-next: New file.
5162         * modules/unistr/u16-next: New file.
5163         * modules/unistr/u32-next: New file.
5164         * lib/unistr/u8-next.c: New file.
5165         * lib/unistr/u16-next.c: New file.
5166         * lib/unistr/u32-next.c: New file.
5167
5168         * modules/unistr/u8-prev: New file.
5169         * modules/unistr/u16-prev: New file.
5170         * modules/unistr/u32-prev: New file.
5171         * lib/unistr/u8-prev.c: New file.
5172         * lib/unistr/u16-prev.c: New file.
5173         * lib/unistr/u32-prev.c: New file.
5174
5175         * modules/unistr/u8-set: New file.
5176         * modules/unistr/u16-set: New file.
5177         * modules/unistr/u32-set: New file.
5178         * lib/unistr/u8-set.c: New file.
5179         * lib/unistr/u16-set.c: New file.
5180         * lib/unistr/u32-set.c: New file.
5181         * lib/unistr/u-set.h: New file.
5182
5183         * modules/unistr/u8-startswith: New file.
5184         * modules/unistr/u16-startswith: New file.
5185         * modules/unistr/u32-startswith: New file.
5186         * lib/unistr/u8-startswith.c: New file.
5187         * lib/unistr/u16-startswith.c: New file.
5188         * lib/unistr/u32-startswith.c: New file.
5189         * lib/unistr/u-startswith.h: New file.
5190
5191         * modules/unistr/u8-stpcpy: New file.
5192         * modules/unistr/u16-stpcpy: New file.
5193         * modules/unistr/u32-stpcpy: New file.
5194         * lib/unistr/u8-stpcpy.c: New file.
5195         * lib/unistr/u16-stpcpy.c: New file.
5196         * lib/unistr/u32-stpcpy.c: New file.
5197         * lib/unistr/u-stpcpy.h: New file.
5198
5199         * modules/unistr/u8-stpncpy: New file.
5200         * modules/unistr/u16-stpncpy: New file.
5201         * modules/unistr/u32-stpncpy: New file.
5202         * lib/unistr/u8-stpncpy.c: New file.
5203         * lib/unistr/u16-stpncpy.c: New file.
5204         * lib/unistr/u32-stpncpy.c: New file.
5205         * lib/unistr/u-stpncpy.h: New file.
5206
5207         * modules/unistr/u8-strcat: New file.
5208         * modules/unistr/u16-strcat: New file.
5209         * modules/unistr/u32-strcat: New file.
5210         * lib/unistr/u8-strcat.c: New file.
5211         * lib/unistr/u16-strcat.c: New file.
5212         * lib/unistr/u32-strcat.c: New file.
5213         * lib/unistr/u-strcat.h: New file.
5214
5215         * modules/unistr/u8-strchr: New file.
5216         * modules/unistr/u16-strchr: New file.
5217         * modules/unistr/u32-strchr: New file.
5218         * lib/unistr/u8-strchr.c: New file.
5219         * lib/unistr/u16-strchr.c: New file.
5220         * lib/unistr/u32-strchr.c: New file.
5221
5222         * modules/unistr/u8-strcmp: New file.
5223         * modules/unistr/u16-strcmp: New file.
5224         * modules/unistr/u32-strcmp: New file.
5225         * lib/unistr/u8-strcmp.c: New file.
5226         * lib/unistr/u16-strcmp.c: New file.
5227         * lib/unistr/u32-strcmp.c: New file.
5228
5229         * modules/unistr/u8-strcpy: New file.
5230         * modules/unistr/u16-strcpy: New file.
5231         * modules/unistr/u32-strcpy: New file.
5232         * lib/unistr/u8-strcpy.c: New file.
5233         * lib/unistr/u16-strcpy.c: New file.
5234         * lib/unistr/u32-strcpy.c: New file.
5235         * lib/unistr/u-strcpy.h: New file.
5236
5237         * modules/unistr/u8-strcspn: New file.
5238         * modules/unistr/u16-strcspn: New file.
5239         * modules/unistr/u32-strcspn: New file.
5240         * lib/unistr/u8-strcspn.c: New file.
5241         * lib/unistr/u16-strcspn.c: New file.
5242         * lib/unistr/u32-strcspn.c: New file.
5243         * lib/unistr/u-strcspn.h: New file.
5244
5245         * modules/unistr/u8-strdup: New file.
5246         * modules/unistr/u16-strdup: New file.
5247         * modules/unistr/u32-strdup: New file.
5248         * lib/unistr/u8-strdup.c: New file.
5249         * lib/unistr/u16-strdup.c: New file.
5250         * lib/unistr/u32-strdup.c: New file.
5251         * lib/unistr/u-strdup.h: New file.
5252
5253         * modules/unistr/u8-strlen: New file.
5254         * modules/unistr/u16-strlen: New file.
5255         * modules/unistr/u32-strlen: New file.
5256         * lib/unistr/u8-strlen.c: New file.
5257         * lib/unistr/u16-strlen.c: New file.
5258         * lib/unistr/u32-strlen.c: New file.
5259         * lib/unistr/u-strlen.h: New file.
5260
5261         * modules/unistr/u8-strmblen: New file.
5262         * modules/unistr/u16-strmblen: New file.
5263         * modules/unistr/u32-strmblen: New file.
5264         * lib/unistr/u8-strmblen.c: New file.
5265         * lib/unistr/u16-strmblen.c: New file.
5266         * lib/unistr/u32-strmblen.c: New file.
5267
5268         * modules/unistr/u8-strmbtouc: New file.
5269         * modules/unistr/u16-strmbtouc: New file.
5270         * modules/unistr/u32-strmbtouc: New file.
5271         * lib/unistr/u8-strmbtouc.c: New file.
5272         * lib/unistr/u16-strmbtouc.c: New file.
5273         * lib/unistr/u32-strmbtouc.c: New file.
5274
5275         * modules/unistr/u8-strncat: New file.
5276         * modules/unistr/u16-strncat: New file.
5277         * modules/unistr/u32-strncat: New file.
5278         * lib/unistr/u8-strncat.c: New file.
5279         * lib/unistr/u16-strncat.c: New file.
5280         * lib/unistr/u32-strncat.c: New file.
5281         * lib/unistr/u-strncat.h: New file.
5282
5283         * modules/unistr/u8-strncmp: New file.
5284         * modules/unistr/u16-strncmp: New file.
5285         * modules/unistr/u32-strncmp: New file.
5286         * lib/unistr/u8-strncmp.c: New file.
5287         * lib/unistr/u16-strncmp.c: New file.
5288         * lib/unistr/u32-strncmp.c: New file.
5289
5290         * modules/unistr/u8-strncpy: New file.
5291         * modules/unistr/u16-strncpy: New file.
5292         * modules/unistr/u32-strncpy: New file.
5293         * lib/unistr/u8-strncpy.c: New file.
5294         * lib/unistr/u16-strncpy.c: New file.
5295         * lib/unistr/u32-strncpy.c: New file.
5296         * lib/unistr/u-strncpy.h: New file.
5297
5298         * modules/unistr/u8-strnlen: New file.
5299         * modules/unistr/u16-strnlen: New file.
5300         * modules/unistr/u32-strnlen: New file.
5301         * lib/unistr/u8-strnlen.c: New file.
5302         * lib/unistr/u16-strnlen.c: New file.
5303         * lib/unistr/u32-strnlen.c: New file.
5304         * lib/unistr/u-strnlen.h: New file.
5305
5306         * modules/unistr/u8-strpbrk: New file.
5307         * modules/unistr/u16-strpbrk: New file.
5308         * modules/unistr/u32-strpbrk: New file.
5309         * lib/unistr/u8-strpbrk.c: New file.
5310         * lib/unistr/u16-strpbrk.c: New file.
5311         * lib/unistr/u32-strpbrk.c: New file.
5312         * lib/unistr/u-strpbrk.h: New file.
5313
5314         * modules/unistr/u8-strrchr: New file.
5315         * modules/unistr/u16-strrchr: New file.
5316         * modules/unistr/u32-strrchr: New file.
5317         * lib/unistr/u8-strrchr.c: New file.
5318         * lib/unistr/u16-strrchr.c: New file.
5319         * lib/unistr/u32-strrchr.c: New file.
5320
5321         * modules/unistr/u8-strspn: New file.
5322         * modules/unistr/u16-strspn: New file.
5323         * modules/unistr/u32-strspn: New file.
5324         * lib/unistr/u8-strspn.c: New file.
5325         * lib/unistr/u16-strspn.c: New file.
5326         * lib/unistr/u32-strspn.c: New file.
5327         * lib/unistr/u-strspn.h: New file.
5328
5329         * modules/unistr/u8-strstr: New file.
5330         * modules/unistr/u16-strstr: New file.
5331         * modules/unistr/u32-strstr: New file.
5332         * lib/unistr/u8-strstr.c: New file.
5333         * lib/unistr/u16-strstr.c: New file.
5334         * lib/unistr/u32-strstr.c: New file.
5335         * lib/unistr/u-strstr.h: New file.
5336
5337         * modules/unistr/u8-strtok: New file.
5338         * modules/unistr/u16-strtok: New file.
5339         * modules/unistr/u32-strtok: New file.
5340         * lib/unistr/u8-strtok.c: New file.
5341         * lib/unistr/u16-strtok.c: New file.
5342         * lib/unistr/u32-strtok.c: New file.
5343         * lib/unistr/u-strtok.h: New file.
5344
5345         * modules/unistr/u8-uctomb: New file.
5346         * modules/unistr/u16-uctomb: New file.
5347         * modules/unistr/u32-uctomb: New file.
5348         * lib/unistr/u8-uctomb.c: New file.
5349         * lib/unistr/u16-uctomb.c: New file.
5350         * lib/unistr/u32-uctomb.c: New file.
5351
5352         * MODULES.html.sh (Unicode string functions): Add the new modules.
5353
5354 2007-01-08  Bruno Haible  <bruno@clisp.org>
5355
5356         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
5357         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
5358         subdirectories.
5359
5360 2007-01-08  Karl Berry  <karl@gnu.org>
5361
5362         * doc/error.texi: mention that main() fns must set program_name
5363         when progname is used.
5364
5365 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
5366
5367         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
5368         WCTYPE_H is empty, for the benefit of builds from non-distclean
5369         directories.  Problem reported by Eric Blake in
5370         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
5371
5372 2007-01-08  Bruno Haible  <bruno@clisp.org>
5373
5374         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
5375         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
5376         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
5377         PROVIDE_CANONICALIZE_FILENAME_MODE.
5378         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
5379
5380 2007-01-08  Bruno Haible  <bruno@clisp.org>
5381
5382         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
5383         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
5384         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
5385         * lib/fts.c: Likewise.
5386         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
5387
5388 2006-12-25  Bruno Haible  <bruno@clisp.org>
5389
5390         * modules/utf8-ucs4-safe: New file.
5391         * lib/utf8-ucs4-safe.h: New file.
5392         * lib/unistr/utf8-ucs4-safe.c: New file.
5393
5394         * modules/utf16-ucs4-safe: New file.
5395         * lib/utf16-ucs4-safe.h: New file.
5396         * lib/unistr/utf16-ucs4-safe.c: New file.
5397
5398         * MODULES.html.sh (Unicode string functions): Add the new modules.
5399
5400 2007-01-08  Bruno Haible  <bruno@clisp.org>
5401
5402         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
5403         (Depends-on): Add unitypes.
5404         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
5405         (u8_mbtouc_aux): Move out to separate file.
5406         (u8_mbtouc): Use ucs4_t, uint8_t types.
5407         * lib/unistr/utf8-ucs4.c: New file.
5408
5409         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
5410         (Depends-on): Add unitypes.
5411         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
5412         (u16_mbtouc_aux): Move out to separate file.
5413         (u16_mbtouc): Use ucs4_t, uint16_t types.
5414         * lib/unistr/utf16-ucs4.c: New file.
5415
5416         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
5417         (Depends-on): Add unitypes.
5418         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
5419         (u8_uctomb_aux): Move out to separate file.
5420         (u8_uctomb): Use ucs4_t, uint8_t types.
5421         * lib/unistr/ucs4-utf8.c: New file.
5422
5423         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
5424         (Depends-on): Add unitypes.
5425         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
5426         (u16_uctomb_aux): Move out to separate file.
5427         (u16_uctomb): Use ucs4_t, uint16_t types.
5428         * lib/unistr/ucs4-utf16.c: New file.
5429
5430 2006-12-25  Bruno Haible  <bruno@clisp.org>
5431
5432         * modules/unitypes: New file.
5433         * lib/unitypes.h: New file.
5434         * MODULES.html.sh (func_all_modules): New section "Unicode string
5435         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
5436         this section. Add unitypes.
5437
5438 2007-01-08  Bruno Haible  <bruno@clisp.org>
5439
5440         Avoid variable names that conflict with those from libtool.
5441         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
5442         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
5443         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
5444         library_names_spec to acl_library_names_spec, hardcode_* to
5445         acl_hardcode_*.
5446         Reported by Ralf Wildenhues.
5447
5448 2007-01-08  Bruno Haible  <bruno@clisp.org>
5449
5450         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
5451         definition.
5452         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
5453         definition.
5454         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
5455         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
5456         definition.
5457         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
5458         definition.
5459         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
5460         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
5461         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
5462         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
5463         definition.
5464         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
5465         definition.
5466         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
5467         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
5468         GC_USE_<algorithm>.
5469         * lib/gc-libgcrypt.c: Likewise.
5470         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
5471         * modules/gc-arctwo (configure.ac): Likewise.
5472         * modules/gc-des (configure.ac): Likewise.
5473         * modules/gc-hmac-md5 (configure.ac): Likewise.
5474         * modules/gc-hmac-sha1 (configure.ac): Likewise.
5475         * modules/gc-md2 (configure.ac): Likewise.
5476         * modules/gc-md4 (configure.ac): Likewise.
5477         * modules/gc-md5 (configure.ac): Likewise.
5478         * modules/gc-random (configure.ac): Likewise.
5479         * modules/gc-rijndael (configure.ac): Likewise.
5480         * modules/gc-sha1 (configure.ac): Likewise.
5481
5482 2007-01-08  Bruno Haible  <bruno@clisp.org>
5483
5484         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
5485         macro definition.
5486         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
5487         definition.
5488         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
5489         definition.
5490         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
5491         * modules/fcntl-safer (configure.ac): Likewise.
5492         * modules/fopen-safer (configure.ac): Likewise.
5493         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
5494         GNULIB_FWRITEERROR macro definition.
5495
5496 2007-01-08  Bruno Haible  <bruno@clisp.org>
5497
5498         * m4/gnulib-common.m4: New file.
5499         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
5500         (func_get_filelist): Add m4/gnulib-common.m4.
5501
5502 2007-01-08  Bruno Haible  <bruno@clisp.org>
5503
5504         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
5505         command.
5506
5507 2007-01-08  Jim Meyering  <jim@meyering.net>
5508
5509         Use a more robust test for a "can't happen" condition.
5510         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
5511         narrowed the st_size value.  Presuming the "can't happen" condition
5512         is true, that narrowing could conceivably convert an invalid st_size
5513         value into a valid one.  Instead, use a change based on Matthew
5514         Woehlke's original patch.
5515
5516         Slight readability improvement: use an assert-like macro
5517         in place of literal "abort ()" uses.
5518         * lib/fts.c (fts_assert): Define.
5519         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
5520         Use this macro instead of a bare 'abort'.
5521
5522 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5523
5524         Don't worry about using IRIX 5.3's wctype.h broken definitions;
5525         simply work around them.
5526         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
5527         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
5528         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
5529         declaring.
5530         Don't bother to define as macros, since the standard doesn't require it.
5531         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
5532         longer worry about IRIX 5.3.
5533         (HAVE_WCTYPE_CTMP_BUG): Remove.
5534
5535 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
5536
5537         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
5538         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
5539         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5540         Problems reported by Georg Schwarz for IRIX 5.3.
5541
5542         * gnulib-tool (autoconf_minversion): Take the maximum version number
5543         found, not the minimum.  Problem reported by James Youngman.
5544
5545 2007-01-03  Karl Berry  <karl@gnu.org>
5546
5547         * doc/error.texi: new file, explaining interaction with progname.
5548         * doc/gnulib.texi: include it.  Update copyright.
5549
5550 2007-01-03  Simon Josefsson  <simon@josefsson.org>
5551
5552         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
5553         AC_CANONICAL_HOST, to improve autobuild outputs.
5554
5555 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
5556             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5557
5558         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
5559         sockets, server sockets, and other file descriptors.  Count errors
5560         to compute the return value.  Reorder the code a bit to be easier
5561         to follow.  Don't set event bits that were not requested (except
5562         POLLERR and POLLHUP).
5563
5564 2007-01-01  Bruno Haible  <bruno@clisp.org>
5565
5566         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
5567
5568 2007-01-03  Jim Meyering  <jim@meyering.net>
5569
5570         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
5571
5572 2007-01-02  Bruno Haible  <bruno@clisp.org>
5573
5574         * modules/settime (Include): Require timespec.h.
5575         * modules/nanosleep (Include): Likewise.
5576
5577 2007-01-01  Bruno Haible  <bruno@clisp.org>
5578
5579         * gnulib-tool (func_emit_copyright_notice): Bump year.
5580         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
5581
5582 2007-01-01  Bruno Haible  <bruno@clisp.org>
5583
5584         Improve support for OpenBSD.
5585         * build-aux/config.rpath (libname_spec): Export.
5586         (library_names_spec): New variable. Export.
5587         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
5588         library_names_spec from the config.rpath output. Locate shared library
5589         through the name pattern in library_names_spec.
5590
5591 2007-01-01  Eric Blake  <ebb9@byu.net>
5592
5593         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
5594
5595 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5596
5597         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
5598         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
5599         assume the C locale, and avoid an "eval" that could cause trouble.
5600         Problem with SORT reported by Bob Proulx.
5601
5602         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
5603         Define.  Trivial patch from Henning Nielsen Lund, originally
5604         sent to bug-grep@gnu.org today.
5605
5606 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5607
5608         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
5609         struct stat.  Problem reported by Henning Nielsen Lund.
5610         * lib/acl.c: Include acl.h first, to check interface.  Don't
5611         bother to include sys/types.h and sys/stat.h again.
5612
5613 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
5614
5615         Import the following change from libc; problem reported by
5616         Sven Verdoolaege.
5617
5618         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
5619
5620         [BZ #1373]
5621         * lib/argp.h: Remove __NTH for __argp_usage inline function.
5622
5623 2006-12-28  Jim Meyering  <jim@meyering.net>
5624
5625         * build-aux/announce-gen: Do not assume that the package
5626         builds any of tar.gz, tar.bz2, and .xdelta files.
5627         Suggestion from Simon Josefsson.
5628
5629 2006-12-28  Simon Josefsson  <simon@josefsson.org>
5630
5631         * modules/announce-gen: New file.
5632
5633 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
5634
5635         * lib/mbchar.h: Just include <wctype.h>; the wctype module
5636         handles its gotchas now.
5637         * lib/mbswidth.c: Likewise.
5638         * lib/wcwidth.h: Likewise.
5639         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
5640         and iswcntrl; the wctype module does this stuff now.
5641         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5642         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5643         * modules/mbchar (Depends-on): Add wctype.
5644         * modules/mbswidth (Depends-on): Likewise.
5645         * modules/wcwidth (Depends-on): Likewise.
5646
5647 2006-12-27  Eric Blake  <ebb9@byu.net>
5648
5649         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
5650         module uses more than what <wctype.h> is required to provide.
5651
5652 2006-12-26  Eric Blake  <ebb9@byu.net>
5653
5654         * gnulib-tool (sed_extract_prog): Avoid space-tab.
5655
5656 2006-12-26  Eric Blake  <ebb9@byu.net>
5657
5658         * modules/absolute-header: New module.
5659         * modules/fcntl (Depends-on): Depend on it.
5660         * modules/inttypes (Depends-on): Likewise.
5661         * modules/stdint (Depends-on): Likewise.
5662         * modules/sys_stat (Depends-on): Likewise.
5663         * modules/wctype (Depends-on): Likewise.
5664         * MODULES.html.sh (Support for building libraries and
5665         executables): Document it.
5666
5667 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
5668
5669         * gnulib-tool (SED): Remove, undoing previous change.
5670         The problem was that it broke coreutils on Solaris, because
5671         "sed --posix" leaked into a makefile.
5672         (sed): New alias, if 'alias' and GNU sed.
5673
5674 2006-12-24  Jim Meyering  <jim@meyering.net>
5675
5676         Work around an fchownat bug in glibc-2.4:
5677         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
5678         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
5679         in spite of the -P option.
5680         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
5681         New macros.
5682         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
5683         * modules/openat (Files): Add lib/fchownat.c.
5684         * lib/openat.c (fchownat): Don't define here.  Move to...
5685         * lib/fchownat.c: ...this new file.
5686
5687 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
5688
5689         Fix bug reported by Bruno Haible in
5690         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
5691         where quotearg.c didn't compile on Mac OS X 10.2 because it
5692         lacks <wchar.h> and wint_t.
5693         * lib/wctype_.h (__wctype_wint_t): New type.
5694         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
5695         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
5696         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
5697         Arg is now of type __wctype_wint_t, not wint_t.
5698         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
5699         substitute HAVE_WINT_T.
5700         * modules/wctype (Files): Add m4/wint_t.m4.
5701         (wctype.h): Substitute HAVE_WINT_T.
5702
5703 2006-12-23  Bruno Haible  <bruno@clisp.org>
5704
5705         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
5706
5707 2006-12-23  Bruno Haible  <bruno@clisp.org>
5708
5709         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
5710         S_ISLNK.
5711         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
5712         mingw.
5713
5714 2006-12-22  Bruno Haible  <bruno@clisp.org>
5715
5716         * lib/copy-file.c: Include acl.h.
5717         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
5718         Close the file descriptors only after being done with copy_acl.
5719         * modules/copy-file (Depends-on): Add acl.
5720
5721 2006-12-22  Bruno Haible  <bruno@clisp.org>
5722
5723         * gnulib-tool (SED): New variable.
5724         Use $SED instead of sed everywhere.
5725
5726 2006-12-22  Bruno Haible  <bruno@clisp.org>
5727
5728         * modules/no-c++: New file.
5729         * m4/no-c++.m4: New file.
5730         * MODULES.html.sh (Support for building libraries and executables):
5731         Add no-c++.
5732
5733 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5734
5735         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5736         Include <limits.h>, and use its INT_MAX to rewrite the
5737         j loop so that it does not overflow 'int'.  Problem reported by
5738         Ralf Wildenhues in
5739         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5740         Play it safe by shifting left by 1 rather than multiplying by 2,
5741         as GCC is less likely to optimize this away when the value
5742         is signed (when it assumes overflow leads to undefined behavior).
5743         Also, don't assume time_t uses two's complement.
5744
5745 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5746
5747         * MODULES.html.sh: New module wctype.
5748         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5749         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5750         <wctype.h>, since the new wctype module should fix this.
5751         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5752         the wctype module should arrange for it.
5753         * lib/regex_internal.h: Likewise.
5754         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5755         since the wctype module should handle this now.
5756         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5757         * modules/fnmatch (Depends-on): Add wctype.
5758         * modules/quotearg (Depends-on): Likewise.
5759         * modules/regex (Depends-on): Likewise.
5760
5761 2006-12-19  Bruno Haible  <bruno@clisp.org>
5762
5763         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5764         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5765
5766 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5767
5768         * modules/savewd (Depends-on): Fix dependency on fcntl.
5769
5770 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5771
5772         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5773         conforms to C99, rather than relying on the user's environment
5774         setting of STDINT_H.
5775
5776 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5777         and Eric Blake  <ebb9@byu.net>
5778
5779         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5780         This is more consistent with the other defines here.
5781         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5782         Port to z/OS.  Problem reported by Paul Gilmartin.
5783         Change local vars to use gl_ prefix rather than ac_.
5784         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5785         with other defines.
5786         * modules/double-slash-root: New module.
5787         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5788         (Depends-on): Add double-slash-root.
5789         * MODULES.html.sh (File system functions): Mention new module.
5790
5791 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5792
5793         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5794         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5795         This is for the benefit of gzip, which doesn't do i18n.
5796
5797 2006-12-12  Jim Meyering  <jim@meyering.net>
5798
5799         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5800         Reported by Andreas Schwab <schwab@suse.de>.
5801
5802 2006-12-12  Bruno Haible  <bruno@clisp.org>
5803
5804         Merge these changes.
5805         2006-09-05  Bruno Haible  <bruno@clisp.org>
5806         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5807         iconv_alloc succeeded.
5808         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5809         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5810         test for " && dest " at the end - dest is always != NULL there. Call
5811         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5812         with 2xNULL arguments, also to flush the state storage. Handle the
5813         IRIX iconv behaviour. Realloc the final result, to throw away unused
5814         memory.
5815
5816 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5817
5818         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5819         and fchmodat unconditionally, since glibc 2.4 has them.
5820         Problem reported by Arkadiusz Miskiewicz.
5821
5822 2006-12-10  Bruno Haible  <bruno@clisp.org>
5823
5824         * gnulib-tool (func_import): Show the include files only for those
5825         modules that are copied and specified.
5826         Reported by Karl Berry.
5827
5828 2006-12-08  Jim Meyering  <jim@meyering.net>
5829
5830         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5831         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5832
5833         * build-aux/announce-gen: Add two new options, both optional:
5834         --bootstrap-tools=TOOL_LIST
5835               a comma-separated list of tools, e.g.,
5836               autoconf,automake,bison,gnulib
5837         --gnulib-snapshot-date=DATE
5838               if gnulib is in the bootstrap tool list,
5839               then report this as the snapshot date.
5840               If not specified, use the current date/time.
5841               If you specify a date here, be sure it's UTC.
5842
5843 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5844
5845         * tests/test-argp-2.sh: Fix test to match actual output.
5846         (func_compare): Fix sed script to be portable.
5847
5848 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5849
5850         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5851         workaround for this case.  It is not autoconfigured now; offhand
5852         it's hard to see how to autoconfigure it.
5853
5854 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5855
5856         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5857         a directory that is about to be chowned.  Such a directory's
5858         initial file permissions should permit the owner only and this
5859         should not be changed until after the chown, since the group and
5860         other bits would be incorrect if they granted permission before
5861         the chown.
5862
5863         Fix porting problem for iswctype reported by Georg Schwarz in:
5864         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5865         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5866         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5867         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5868         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5869
5870 2006-12-03  Jim Meyering  <jim@meyering.net>
5871
5872         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5873         p->fts_statp may not yet be defined.
5874         (fts_read): Instead, set it in the caller, once p->fts_statp is
5875         sure to be defined, and corresponds to a top-level directory.
5876         This bug made du -x fail.  Here's the coreutils test case:
5877         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5878         Reported by Mike Frysinger.
5879
5880 2006-12-01  Jim Meyering  <jim@meyering.net>
5881
5882         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5883         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5884         Reported by Simon Josefsson.
5885
5886 2006-11-30  Jim Meyering  <jim@meyering.net>
5887
5888         * m4/warning.m4: Use the all-permissive copyright notice
5889         recommended by RMS (rather than LGPL).
5890         * m4/vararrays.m4: Likewise.
5891         * m4/flexmember.m4: Likewise.
5892
5893 2006-11-29  Bruno Haible  <bruno@clisp.org>
5894
5895         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5896         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5897         using +=.
5898         Reported by Simon Josefsson <simon@josefsson.org>.
5899
5900 2006-11-28  James Youngman <jay@gnu.org>
5901
5902         * README: Advise users that they might find the bug-gnulib@gnu.org
5903         and autotools-announce@gnu.org mailing lists useful.
5904
5905 2006-11-28  Bruno Haible  <bruno@clisp.org>
5906
5907         * m4/ptrdiff_max.m4: Remove file.
5908
5909 2006-11-21  Bruno Haible  <bruno@clisp.org>
5910
5911         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5912         _AC_COMPUTE_INT.
5913         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5914         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5915         _AC_COMPUTE_INT.
5916         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5917         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5918         _AC_COMPUTE_INT.
5919         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5920
5921 2006-11-28  Jim Meyering  <jim@meyering.net>
5922
5923         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5924         warning from "gcc -Wshadow" about shadowing the builtin.
5925
5926 2006-11-27  Bruno Haible  <bruno@clisp.org>
5927
5928         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5929         _AC_COMPUTE_INT.
5930         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5931
5932 2006-11-27  Bruno Haible  <bruno@clisp.org>
5933             Paul Eggert  <eggert@cs.ucla.edu>
5934
5935         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5936
5937 2006-11-26  Bruno Haible  <bruno@clisp.org>
5938
5939         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5940         noinst_LTLIBRARIES.
5941
5942 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5943             Bruno Haible  <bruno@clisp.org>
5944
5945         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5946         if compiling with "gcc -ansi".
5947
5948 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5949
5950         Fix some incompatibilities with gcc -ansi -pedantic.
5951         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5952         if compiling pedantically with GCC, unless it's C99 or later.
5953         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5954         it mishandles gcc -ansi -pedantic as well.
5955         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5956         if gcc -pedantic.
5957         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5958         initializers for struct if -pedantic, unless it's C99 or later.
5959
5960 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5961
5962         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5963         Don't close an fd more than once. Identical atimes indicate
5964         success, not failure.
5965
5966 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5967
5968         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5969
5970 2006-11-23  Jim Meyering  <jim@meyering.net>
5971
5972         * build-aux/announce-gen: New file.  From coreutils.
5973
5974 2006-11-22  Jim Meyering  <jim@meyering.net>
5975
5976         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5977         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5978         (fts_read): Use a temporary to narrow the overused st_size member
5979         before using it in a switch statement.  Reported by Matthew Woehlke.
5980
5981         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5982         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5983
5984 2006-11-20  Bruno Haible  <bruno@clisp.org>
5985
5986         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5987         changequote instead of pairs of brackets.
5988         Reported by Andreas Schwab <schwab@suse.de>.
5989
5990 2006-11-21  Jim Meyering  <jim@meyering.net>
5991
5992         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5993         so as to remain compatible with older compilers.
5994         Patch from Michael Deutschmann.
5995
5996 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5997
5998         * MODULES.html.sh (File system functions): Add openat.
5999
6000         * lib/openat.h (rpl_fstatat): New macro, if
6001         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
6002         (fstatat): Define to rpl_fstatat under the same conditions,
6003         unless COMPILING_FSTATAT.
6004         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
6005         seems to have the bug.
6006         * lib/fstatat.c: New file.
6007         * modules/openat (Files): Add it.
6008
6009 2006-11-20  Bruno Haible  <bruno@clisp.org>
6010
6011         * Makefile: New file.
6012
6013 2006-11-20  Jim Meyering  <jim@meyering.net>
6014
6015         The beginnings of syntax-related checks for gnulib.
6016         * lib/Makefile: New file.
6017         * lib/t-idcache: New script.  Ensure that the two halves of
6018         idcache.c stay in sync.
6019
6020         * lib/idcache.c: Adjust comments in user- and group- portions to
6021         be more accurate, and to be consistent with one another.
6022
6023 2006-11-20  Jim Meyering  <jim@meyering.net>
6024
6025         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
6026         continue using the flexible array member (thus, this module performs
6027         half as many malloc calls), with the addition that...
6028         (getgroup, getuser): Consistently record a non-match via an empty
6029         "name" string, and map an empty string match to a NULL return value.
6030         * modules/idcache (Depends-on): Re-add flexmember.
6031
6032         * lib/idcache.c (getuser): Remove all uses of the register keyword.
6033         (getuidbyname, getgroup, getgidbyname): Likewise.
6034
6035         Use cleaner syntax: NULL rather than 0.
6036         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
6037
6038 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
6039
6040         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
6041         It mishandled the case where the group was missing.
6042         Problem reported by Greg Schafer.
6043         * modules/idcache: Likewise.
6044
6045 2006-11-18  Jim Meyering  <jim@meyering.net>
6046
6047         * check-module (%exempt_header): Add exception for some
6048         conditionally-included headers.
6049
6050         * modules/i-ring (Depends-on): Add verify.
6051         (License): Change to LGPL.
6052
6053 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
6054
6055         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
6056         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
6057         and inttostr.h.  Use snprintf rather than uinttostr, so that
6058         LGPLed code doesn't depend on GPLed.
6059
6060 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6061
6062         * modules/inline (License): Change from GPL to LGPL.
6063
6064 2006-11-17  Jim Meyering  <jim@meyering.net>
6065
6066         * modules/d-type (License): Switch to LGPL.
6067
6068 2006-11-15  Bruno Haible  <bruno@clisp.org>
6069
6070         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
6071
6072 2006-11-15  Eric Blake  <ebb9@byu.net>
6073
6074         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
6075         the module dependency.
6076
6077 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6078             Bruno Haible  <bruno@clisp.org>
6079
6080         * gnulib-tool (func_create_testdir): Add license consistency check.
6081
6082 2006-11-15  Eric Blake  <ebb9@byu.net>
6083
6084         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
6085         random "(cached)" in configure output.
6086
6087 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6088
6089         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
6090         test for conforming inttypes.h is both announced and cached.
6091
6092         * MODULES.html.sh (seen_modules, seen_files): New variables.
6093         (func_module): Rewrite to use a few less gnulib-tool and sed
6094         invocations.  Avoid a couple of quadratic algorithms for ...
6095         (missed_modules, missed_files): ... these, with ...
6096         (func_append, func_tmpdir): ... these new functions, from
6097         gnulib-tool.  Analogously, install traps for cleanup.
6098
6099         * tests/test-gc.c (main): Remove unused variables.
6100         * tests/test-read-file.c: Include stdlib.h, for 'free'.
6101
6102 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
6103
6104         * modules/inttostr (License): Change to LGPL.
6105
6106 2006-11-14  Eric Blake  <ebb9@byu.net>
6107
6108         * modules/tempname (License): Change to LGPL.
6109
6110 2006-11-14  Eric Blake  <ebb9@byu.net>
6111
6112         * doc/functions.texi (Function Portability): *printf functions on
6113         Cygwin now understand all POSIX size specifiers.
6114
6115 2006-11-14  Bruno Haible  <bruno@clisp.org>
6116
6117         * modules/c-ctype (License): Change to LGPL.
6118
6119 2006-11-12  Bruno Haible  <bruno@clisp.org>
6120
6121         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
6122         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
6123         for GNOME libraries, for which the include files are installed in
6124         subdirectories of $prefix/include.
6125
6126 2006-11-12  Bruno Haible  <bruno@clisp.org>
6127
6128         * m4/lib-link.m4: Require at least autoconf-2.54.
6129         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
6130         name to underscores for the --with option.
6131
6132 2006-11-13  Bruno Haible  <bruno@clisp.org>
6133
6134         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
6135         the tests directory.
6136         Reported by Ralf Wildenhues.
6137
6138 2006-11-13  Bruno Haible  <bruno@clisp.org>
6139
6140         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
6141         (func_emit_initmacro_end): Undo the override here.
6142         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
6143         Works around the famous automake error in coreutils.
6144
6145 2006-11-13  Eric Blake  <ebb9@byu.net>
6146
6147         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
6148         element, not its node.
6149
6150 2006-11-12  Bruno Haible  <bruno@clisp.org>
6151
6152         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
6153         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
6154
6155 2006-11-12  Bruno Haible  <bruno@clisp.org>
6156
6157         * gnulib-tool: New option --local-symlink.
6158         (func_usage): Document it.
6159         (lsymbolic): New variable.
6160         (func_import, func_create_testdir): If --symlink was not specified,
6161         test whether --local-symlink was specified and the file comes from
6162         the local_gnulib_dir.
6163
6164 2006-11-12  Bruno Haible  <bruno@clisp.org>
6165
6166         * gnulib-tool (func_ln): New function.
6167         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
6168
6169 2006-11-12  Bruno Haible  <bruno@clisp.org>
6170
6171         Finish support for source files in subdirectories.
6172         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
6173         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
6174         AUTOMAKE_OPTIONS.
6175         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
6176
6177 2006-11-12  Bruno Haible  <bruno@clisp.org>
6178
6179         * gnulib-tool (func_get_automake_snippet): Synthesize also an
6180         EXTRA_lib_SOURCES augmentation.
6181         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
6182
6183 2006-11-12  Jim Meyering  <jim@meyering.net>
6184
6185         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
6186         file descriptors.  This also averts a failure on systems with
6187         native openat support when a traversed directory lacks "x" access.
6188         * lib/fts_.h: Include "i-ring.h"
6189         (struct FTS) [fts_fd_ring]: New member.
6190         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
6191         (FCHDIR): Add parentheses.
6192         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
6193         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
6194         When descending, rather than simply closing the previous
6195         fts_cwd_fd value, push that file descriptor onto the ring.
6196         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
6197         (fts_open): Initialize the new fd_ring member.
6198         (fts_close): Clear the ring.
6199         (fts_safe_changedir): When possible, use our new fd_ring to skip
6200         the diropen and fstat and dev/ino comparison that would normally
6201         accompany a virtual `chdir ("..")'.
6202
6203         * modules/fts (Depends-on): Add i-ring.
6204         * modules/i-ring: New module.
6205         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
6206         * m4/i-ring.m4: New file.
6207
6208 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6209
6210         * gnulib-tool (func_create_testdir): Fix replacement of
6211         `build-aux' in configure.ac.  Run autotools in gltests
6212         subdirectory.
6213         (func_create_testdir, func_create_megatestdir, test): There is
6214         no need for '--force' in most autotool invocations in a new
6215         tree.  Actually fail the whole test if any of the tools, or the
6216         configure or make stages fail.
6217
6218         Sync from Automake.
6219         * build-aux/gnupload: Revert last change.  Add pointer to upload
6220         instructions of the GNU Maintenance Instructions.
6221         Suggestion by Karl Berry.
6222
6223 2006-11-10  Jim Meyering  <jim@meyering.net>
6224
6225         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
6226
6227 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
6228
6229         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
6230         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
6231         (bind_textdomain_codeset) [! ENABLE_NLS]:
6232         Evaluate all the arguments.  That way, callers get compatible behavior
6233         if the arguments have side effects.  Also, it avoids some GCC
6234         diagnostics in some cases; Joel E. Denny reported problems when Bison
6235         was configured with --enable-gcc-warnigs.
6236
6237 2006-11-10  Jim Meyering  <jim@meyering.net>
6238
6239         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
6240         relevant options in CFLAGS (like -O, -fno-inline) are taken into
6241         account.
6242
6243 2006-11-10  Jim Meyering  <jim@meyering.net>
6244
6245         * modules/inline: New file/module.
6246         * modules/xalloc (Files): Remove m4/inline.m4.
6247         (Depends-on): Add inline, instead.
6248         * modules/oset: Likewise.
6249         * modules/list: Likewise.
6250
6251 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
6252
6253         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
6254         Problem reported by Matthew Woehlke.
6255
6256 2006-11-09  Bruno Haible  <bruno@clisp.org>
6257
6258         * lib/tempname.c (gen_tempname): Remove variant that invokes
6259         __gen_tempname.
6260         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
6261         __gen_tempname.
6262
6263 2006-11-08  Bruno Haible  <bruno@clisp.org>
6264
6265         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
6266         to 'yes' instead of 'cross-compiling'.
6267
6268 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
6269
6270         * lib/quotearg.h (quotearg_free): New decl.
6271         * lib/quotearg.c (quotearg_free): New function.
6272         (slot0, nslots, slotvec0, slotvec):
6273         Now file-scope so that quotearg_free can get at them.
6274
6275 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6276
6277         Sync from Automake.
6278         * build-aux/gnupload: Add missing 'gnu' to example URL.
6279         Report by Karl Berry.
6280
6281 2006-11-08  Bruno Haible  <bruno@clisp.org>
6282
6283         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
6284         Suggested by Paul Eggert.
6285
6286 2006-11-08  Jim Meyering  <jim@meyering.net>
6287
6288         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
6289         It's already included if !_LIBC.
6290         (fts_safe_changedir): Add a comment.
6291
6292 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
6293
6294         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
6295         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
6296         Matthew Woehlke.
6297
6298         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
6299         definitions up, to avoid colliding with change below.
6300         (static_inline) [HAVE_INLINE]: New macro.
6301         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
6302         Provide extern decls when !HAVE_INLINE.  Do not define unless
6303         static_inline is defined, either by us or by xmalloc.c.  Use
6304         static_inline rather than static inline.
6305         (XCALLOC): Optimize sizeof(T) = 1 case.
6306         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
6307
6308 2006-11-07  Bruno Haible  <bruno@clisp.org>
6309
6310         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
6311         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
6312         AC_C_INLINE.
6313         * modules/xalloc (Files): Add m4/inline.m4.
6314
6315 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6316
6317         * README: Fix typo.
6318         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
6319         (Miscellanous Notes): ...from this.
6320
6321 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
6322
6323         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
6324         Mention that offsetof should be used instead of sizeof.
6325         From Bruno Haible.
6326
6327 2006-11-07  Bruno Haible  <bruno@clisp.org>
6328
6329         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
6330
6331 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
6332
6333         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
6334         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
6335         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
6336         (gl_tree_add_before, gl_tree_add_after):
6337         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
6338         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
6339         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6340         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
6341         (gl_linked_add_after, gl_linked_add_at): Likewise.
6342         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
6343         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
6344         (gl_tree_add_before, gl_tree_add_after): Likewise.
6345         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
6346         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
6347         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
6348
6349 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6350
6351         * lib/gl_oset.h: Use C comment style, not C++ comment style.
6352
6353 2006-11-06  Bruno Haible  <bruno@clisp.org>
6354
6355         * m4/inline.m4: New file.
6356         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
6357         * modules/list (Files): Add m4/inline.m4.
6358         * modules/oset (Files): Likewise.
6359
6360 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
6361
6362         * lib/idcache.c: Include <stddef.h>, for offsetof.
6363         (struct userid.name): Change from char * to a flexible array member.
6364         All uses changed.
6365         * modules/idcache (Depends-on): Add flexmember.
6366
6367         * MODULES.html.sh (Core language properties): New module flexmember.
6368         * modules/flexmember, m4/flexmember.m4: New files.
6369
6370         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
6371         inline functions that are identical with the old xnmalloc_inline,
6372         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
6373         that we can avoid some unnecessary integer multiplications and
6374         divisions in the common case where the element size is known at
6375         compile time.
6376         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
6377         needed.
6378         (xnboundedmalloc): Remove.
6379         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
6380         arguments, for consistency with rest of this header.
6381         (xcharalloc): Rewrite using XNMALLOC.
6382         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
6383         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
6384         versions have been moved to lib/xalloc.h and renamed to be the
6385         non-*_inline versions.
6386         (xmalloc, xrealloc): Implement without reference to the xnmalloc
6387         and xnrealloc functions, since those functions are now inline and
6388         now call us.
6389         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
6390         renaming described above.
6391         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
6392         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
6393         captures the dependency in AC_C_INLINE.
6394
6395         New module canonicalize-lgpl, proposed by Charles Wilson in
6396         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
6397         with a few small changes afterwards.
6398         * MODULES.html.sh (File system functions): New module
6399         canonicalize-lgpl.
6400         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
6401         and canonicalize_file_name.
6402         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
6403         * modules/canonicalize-lgpl: New files.
6404
6405 2006-11-05  Bruno Haible  <bruno@clisp.org>
6406
6407         * gnulib-tool (func_import, func_create_testdir): Create directories
6408         also for files in subdirectories of lib/.
6409
6410 2006-11-05  Bruno Haible  <bruno@clisp.org>
6411
6412         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
6413         ANSI C compliant.
6414
6415 2006-11-03  Bruno Haible  <bruno@clisp.org>
6416
6417         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
6418         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
6419         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
6420         (xnboundedmalloc): New inline function.
6421         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
6422         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
6423         xmalloc.
6424         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
6425         xmalloc.
6426         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
6427         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
6428         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
6429         xmalloc.
6430         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
6431         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
6432         xmalloc.
6433         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
6434         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6435         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
6436         xmalloc.
6437         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
6438         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
6439         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6440         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
6441         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
6442         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
6443         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
6444
6445 2006-11-03  Bruno Haible  <bruno@clisp.org>
6446
6447         * lib/c-ctype.h [C++]: Define functions without name mangling.
6448         * lib/fwriteerror.h [C++]: Likewise.
6449         * lib/gcd.h [C++]: Likewise.
6450         * lib/linebreak.h [C++]: Likewise.
6451
6452 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
6453
6454         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
6455         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
6456         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
6457         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6458         Check for functions and headers just once.
6459         Check for declaration of canonicalize_file_name.
6460         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
6461
6462 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6463
6464         * gnulib-tool (func_import): Fix typo in actioncmd.
6465
6466 2006-11-02  Bruno Haible  <bruno@clisp.org>
6467
6468         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
6469         newline sequence in the Makefile.am snippet as a space, like "make"
6470         does.
6471         Reported by Roger Persson <perrog@gmail.com>.
6472
6473 2006-11-01  Bruno Haible  <bruno@clisp.org>
6474
6475         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
6476         already declared in <string.h>.
6477         * lib/strcase.h (strncasecmp): Don't declare it if yes.
6478
6479 2006-11-01  Bruno Haible  <bruno@clisp.org>
6480
6481         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
6482         * lib/strcase.h: Include <string.h>.
6483         (strcasecmp): Define to rpl_strcasecmp here.
6484
6485 2006-11-01  Bruno Haible  <bruno@clisp.org>
6486
6487         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
6488
6489 2006-11-01  Eric Blake  <ebb9@byu.net>
6490
6491         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
6492
6493         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
6494
6495 2006-10-29  Bruno Haible  <bruno@clisp.org>
6496
6497         Make it compile in C++ mode.
6498         * lib/full-write.c (full_rw): Add a cast.
6499
6500 2006-11-01  Bruno Haible  <bruno@clisp.org>
6501
6502         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
6503         be POSIX compliant.
6504         Reported by Roger Persson <perrog@gmail.com>.
6505
6506 2006-11-01  Eric Blake  <ebb9@byu.net>
6507
6508         * lib/getopt_.h: Fix comments.
6509
6510 2006-10-31  Eric Blake  <ebb9@byu.net>
6511
6512         * modules/tmpdir (Depends-on): Add sys_stat.
6513         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
6514         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
6515         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
6516         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
6517         tempname.
6518
6519 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
6520
6521         Avoid some C++ diagnostics reported by Bruno Haible.
6522         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
6523         xmalloc.
6524         (quotearg_alloc): Use xcharalloc rather than xmalloc.
6525         (struct slotvec): Move to top level.
6526         (quotearg_n_options): Rewrite to avoid xmalloc.
6527         * lib/xalloc.h (xcharalloc): New function.
6528         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
6529         [defined __cplusplus]: Add function template that provides result
6530         type propagation.  This part of the change is from Bruno Haible.
6531
6532 2006-10-29  Bruno Haible  <bruno@clisp.org>
6533
6534         Make it compile in C++ mode.
6535         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
6536         * lib/strnlen1.c (strnlen1): Cast memchr result.
6537         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
6538         * lib/clean-temp.c (string_equals, string_hash): Add casts.
6539         (create_temp_dir): Rename local variable 'template'.
6540         (compile_csharp_using_sscli): Add cast.
6541         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
6542         * lib/findprog.c (find_in_path): Likewise.
6543         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
6544         * lib/wait-process.c (register_slave_subprocess): Likewise.
6545
6546 2006-10-22  Bruno Haible  <bruno@clisp.org>
6547
6548         * modules/tsearch: New file.
6549         * lib/tsearch.h: New file.
6550         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
6551         * m4/tsearch.m4: New file.
6552         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
6553
6554 2006-10-29  Eric Blake  <ebb9@byu.net>
6555
6556         * lib/arcfour.c: Assume config.h.
6557         * lib/arctwo.c: Likewise.
6558         * lib/base64.c: Likewise.
6559         * lib/check-version.c: Likewise.
6560         * lib/crc.c: Likewise.
6561         * lib/des.c: Likewise.
6562         * lib/gc-gnulib.c: Likewise.
6563         * lib/gc-libgcrypt.c: Likewise.
6564         * lib/gc-pbkdf2-sha1.c: Likewise.
6565         * lib/getaddrinfo.c: Likewise.
6566         * lib/getdelim.c: Likewise.
6567         * lib/getline.c: Likewise.
6568         * lib/hmac-md5.c: Likewise.
6569         * lib/hmac-sha1.c: Likewise.
6570         * lib/iconvme.c: Likewise.
6571         * lib/md2.c: Likewise.
6572         * lib/md4.c: Likewise.
6573         * lib/memxor.c: Likewise.
6574         * lib/read-file.c: Likewise.
6575         * lib/readline.c: Likewise.
6576         * lib/rijndael-alg-fst.c: Likewise.
6577         * lib/rijndael-api-fst.c: Likewise.
6578         * lib/xgetdomainname.c: Likewise.
6579
6580 2006-10-28  Eric Blake  <ebb9@byu.net>
6581
6582         * lib/xstrndup.c: Assume config.h.
6583
6584 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6585
6586         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
6587         stat-macros.h is now for our own macros, whereas stat_h is for
6588         macros in the <sys/stat.h> name space.
6589         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
6590         (STAT_MACROS_H): Remove.
6591         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
6592         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
6593         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
6594         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
6595         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
6596         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
6597         Move these macros to ...
6598         * lib/stat_.h: here.  Don't include stat-macros.h.
6599         * lib/canonicalize.c: Don't include stat-macros.h.
6600         * lib/chown.c: Likewise.
6601         * lib/euidaccess.c: Likewise.
6602         * lib/file-type.c: Likewise.
6603         * lib/filemode.c: Likewise.
6604         * lib/glob.c: Likewise.
6605         * lib/isapipe.c: Likewise.
6606         * lib/lchown.c: Likewise.
6607         * lib/lstat.c: Likewise.
6608         * lib/mkdir-p.c: Likewise.
6609         * lib/rmdir.c: Likewise.
6610         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
6611         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
6612         unless mkdir isn't declared, to speed up 'configure'.
6613         Always create sys/stat.h, since it's unlikely any real sys/stat.h
6614         would define all the S_* symbols.
6615         * modules/canonicalize (Depends-on):
6616         Depend on sys_stat, not stat-macros.
6617         * modules/chown: Likewise.
6618         * modules/euidaccess: Likewise.
6619         * modules/filemode: Likewise.
6620         * modules/file-type: Likewise.
6621         * modules/glob: Likewise.
6622         * modules/isapipe: Likewise.
6623         * modules/lchown: Likewise.
6624         * modules/lstat: Likewise.
6625         * modules/mkancesdirs: Likewise.
6626         * modules/rmdir: Likewise.
6627         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
6628         * modules/modechange: Likewise.
6629         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
6630         (configure.ac): Remove gl_STAT_MACROS.
6631         * modules/sys_stat (Depends-on): Remove stat-macros.
6632
6633 2006-10-27  Bruno Haible  <bruno@clisp.org>
6634
6635         * m4/signed.m4: Remove file.
6636         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
6637         invocation.
6638         * modules/vasnprintf (Files): Remove m4/signed.m4.
6639
6640 2006-10-27  Bruno Haible  <bruno@clisp.org>
6641
6642         Update to GNU gettext 0.16.
6643         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
6644         m4/inttypes-h.m4, m4/signed.m4.
6645         * m4/gettext.m4: Update to GNU gettext 0.16.
6646         * m4/intl.m4: New file, from GNU gettext.
6647         * m4/intldir.m4: New file, from GNU gettext.
6648         * config/srclist.txt: Update
6649
6650 2006-10-27  Eric Blake  <ebb9@byu.net>
6651
6652         * MODULES.html.sh: Document tempname.
6653         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
6654         dependencies.
6655         (Files): Move lib/tempname.c...
6656         * modules/tempname: ...to this new module.
6657         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
6658         (gl_PREREQ_TEMPNAME): Move...
6659         * m4/tempname.m4: ...to this new file.
6660         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
6661         * modules/sys_stat (Depends-on): Add stat-macros.
6662         * lib/stat_.h (includes): Pick up stat macros.
6663         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
6664         if stat macros are broken.
6665         * lib/tempname.c (includes): No need to include "stat-macros.h".
6666         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
6667         (direxists, __path_search) [!_LIBC]: Don't compile these in
6668         gnulib; the tmpdir module covers that.
6669         * lib/tempname.h: New file.
6670
6671 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
6672
6673         * COPYING: Explain how gnulib-tool converts licence headers.
6674         Almost all wording by Eric Blake.
6675
6676 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
6677
6678         * lib/mbchar.h (is_basic_table): Make read-only.
6679         * lib/mbchar.c (is_basic_table): Likewise.
6680         Reported by John Darrington.
6681
6682 2006-10-25  Bruno Haible  <bruno@clisp.org>
6683
6684         * lib/progname.h (set_program_name): Undefine before defining.
6685
6686 2006-10-25  Bruno Haible  <bruno@clisp.org>
6687
6688         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
6689         false for non-gcc C++ compilers.
6690         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6691
6692 2006-10-24  Bruno Haible  <bruno@clisp.org>
6693
6694         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
6695         iconv implementations like Irix iconv.
6696
6697 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6698
6699         * modules/vararrays: New file.
6700         * m4/vararrays.m4: New file, taken from diffutils.
6701         * MODULES.html.sh: New module vararrays.
6702
6703 2006-10-24  Karl Berry  <karl@gnu.org>
6704
6705         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
6706         Don't call GNU Unix.
6707
6708 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6709
6710         * users.txt: Add Libtool.
6711
6712         Sync from Libtool:
6713
6714         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6715
6716         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
6717         to gnulib's policy of including config.h unconditionally.
6718
6719 2006-10-24  Bruno Haible  <bruno@clisp.org>
6720
6721         * modules/wcwidth (Files): Add m4/wint_t.m4.
6722         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
6723         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
6724
6725 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6726
6727         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6728         to pacify GCC with some -W flags enabled.  Problem reported by
6729         Bruno Haible.
6730
6731 2006-10-24  Jim Meyering  <jim@meyering.net>
6732
6733         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6734         Reported by Karl Berry.
6735
6736 2006-10-23  Bruno Haible  <bruno@clisp.org>
6737
6738         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6739
6740 2006-10-24  Bruno Haible  <bruno@clisp.org>
6741
6742         * lib/gl_list.h: Use C comment style, not C++ comment style.
6743
6744 2006-10-23  Eric Blake  <ebb9@byu.net>
6745
6746         * lib/getaddrinfo.c (includes): Add missing include.
6747
6748 2006-10-23  Bruno Haible  <bruno@clisp.org>
6749             Paul Eggert  <eggert@cs.ucla.edu>
6750
6751         Ability to rename obstack_free.
6752         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6753         obstack_free.
6754         (obstack_free): Invoke the __obstack_free macro.
6755         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6756
6757 2006-10-23  Bruno Haible  <bruno@clisp.org>
6758             Paul Eggert  <eggert@cs.ucla.edu>
6759
6760         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6761         __argc, __argv from the declaration. (They are defined as macros on
6762         mingw.)
6763
6764 2006-10-22  Bruno Haible  <bruno@clisp.org>
6765
6766         * doc/gnulib-intro.texi: New file.
6767         * doc/gnulib.texi: Include it.
6768
6769 2006-10-21  Bruno Haible  <bruno@clisp.org>
6770
6771         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6772         "Introduction", "Miscellanous Notes", "Particular Modules".
6773
6774 2006-10-21  Bruno Haible  <bruno@clisp.org>
6775
6776         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6777         Change mostlyclean-local rule to avoid sh syntax error from bash
6778         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6779
6780 2006-10-23  Jim Meyering  <jim@meyering.net>
6781
6782         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6783         in place of snprintf.
6784
6785         * modules/inttostr (Files): Add lib/uinttostr.c.
6786         * lib/uinttostr.c (inttostr): New file/function.
6787         * lib/inttostr.h (uinttostr): Declare.
6788         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6789         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6790         Add uinttostr.
6791         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6792
6793 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6794
6795         * lib/canonicalize.c (ELOOP): Define if not already defined.
6796         Problem reported by Bruno Haible in
6797         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6798
6799 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6800
6801         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6802         Problem reported by Perry Smith and Ville Laurikari.
6803
6804         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6805         uses.
6806
6807 2006-10-19  Bruno Haible  <bruno@clisp.org>
6808
6809         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6810         for mingw.
6811
6812 2006-10-19  Bruno Haible  <bruno@clisp.org>
6813
6814         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6815         Needed for mingw.
6816
6817 2006-10-19  Bruno Haible  <bruno@clisp.org>
6818
6819         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6820
6821 2006-10-19  Bruno Haible  <bruno@clisp.org>
6822
6823         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6824         it.
6825
6826 2006-10-19  Bruno Haible  <bruno@clisp.org>
6827
6828         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6829         invocation.
6830
6831 2006-10-19  Bruno Haible  <bruno@clisp.org>
6832
6833         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6834         mountlist by default.
6835
6836 2006-10-16  Bruno Haible  <bruno@clisp.org>
6837
6838         * lib/c-strstr.c: Include c-strstr.h.
6839
6840 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6841
6842         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6843         in a slash.
6844
6845 2006-10-18  Bruno Haible  <bruno@clisp.org>
6846
6847         * lib/lock.h [C++]: Wrap definitions in extern "C".
6848
6849 2006-10-18  Bruno Haible  <bruno@clisp.org>
6850
6851         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6852         gl_LIBOBJS list.
6853
6854 2006-10-18  Bruno Haible  <bruno@clisp.org>
6855
6856         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6857
6858 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6859
6860         * lib/xstrtol.h: Include gettext.h.
6861         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6862         Problem reported by Eric Blake.
6863         * modules/xstrtol (Depends-on): Add gettext-h.
6864
6865 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6866
6867         * lib/strftime.c (advance): New macro.
6868         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6869         incomplete type, so you can't add 0 to it.  Problem and patch
6870         reported by Eelco Dolstra for dietlibc.
6871
6872 2006-10-18  Jim Meyering  <jim@meyering.net>
6873
6874         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6875         type for a local, and rename it: s/up/user_proc/.
6876
6877 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6878
6879         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6880         READ_UTMP_USER_PROCESS.
6881         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6882
6883 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6884
6885         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6886         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6887
6888 2006-10-17  Eric Blake  <ebb9@byu.net>
6889
6890         * lib/sigprocmask.c (sigprocmask): Fix typo.
6891
6892         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6893
6894         * modules/clean-temp (Makefile.am): Don't add to make output...
6895         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6896         config.h.
6897
6898 2006-10-17  Bruno Haible  <bruno@clisp.org>
6899
6900         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6901         differently if DEFAULT_TEXT_DOMAIN is set.
6902
6903 2006-10-16  Bruno Haible  <bruno@clisp.org>
6904
6905         * lib/clean-temp.c: Include fwriteerror.h.
6906
6907 2006-10-16  Bruno Haible  <bruno@clisp.org>
6908
6909         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6910
6911 2006-10-16  Bruno Haible  <bruno@clisp.org>
6912
6913         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6914         * lib/sigprocmask.h: Include <sys/types.h>.
6915         (sigset_t): Use the system's definition if present.
6916
6917 2006-10-17  Eric Blake  <ebb9@byu.net>
6918
6919         * lib/xvasprintf.c (includes): Assume config.h.
6920         * lib/xasprintf.c (includes): Likewise.
6921
6922 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6923
6924         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6925         at least as wide as intmax_t.
6926
6927 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6928
6929         (Imported from Automake.)
6930         * build-aux/gnupload: Update to version 1.1 of directive file.
6931
6932 2006-10-16  Eric Blake  <ebb9@byu.net>
6933
6934         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6935         match Automake 1.10a.
6936
6937 2006-10-14  Bruno Haible  <bruno@clisp.org>
6938
6939         * modules/sigprocmask: New file.
6940         * lib/sigprocmask.h: New file.
6941         * lib/sigprocmask.c: New file.
6942         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6943         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6944         request sigprocmask.o.
6945         (gl_PREREQ_SIGPROCMASK): New macro.
6946         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6947         (Depends-on): Add sigprocmask.
6948         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6949         gt_SIGNALBLOCKING. Test for 'raise' only once.
6950         * lib/fatal-signal.c: Include sigprocmask.h.
6951         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6952         unblock_fatal_signals): Define always.
6953         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6954         sigprocmask.
6955
6956 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6957
6958         Sync from Automake.
6959         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6960         which incorrectly sets the mode of an existing destination
6961         directory.  In some cases the unpatched install-sh could do the
6962         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6963         system.  We hope this is rare in practice, but it's clearly worth
6964         fixing.  Problem reported by Alex Unleashed in
6965         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6966         Also, don't bother to check for -m bugs unless we're using -m;
6967         suggested by Stepan Kasal.
6968
6969 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6970
6971         Sync from Automake.
6972         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6973         `-c' flag, so they appear at the same position as in %FASTDEP%
6974         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6975         which ignores unknown options only after the first non-option.
6976         Bug report against M4 by Nelson H. F. Beebe.
6977
6978 2006-10-13  Jim Meyering  <jim@meyering.net>
6979
6980         Fix a bug in yesterday's change.
6981         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6982         p->fts_statp->st_dev would be used uninitialized.
6983         Ensures that we always call fts_stat on the very first entry.
6984         Miklos Szeredi reported that find -xdev stopped working.
6985
6986 2006-10-12  Bruno Haible  <bruno@clisp.org>
6987
6988         * gnulib-tool (func_get_automake_snippet): Append an automatically
6989         computed EXTRA_DIST augmentation.
6990         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6991         * modules/alloca-opt (Makefile.am): Likewise.
6992         * modules/allocsa (Makefile.am): Likewise.
6993         * modules/arcfour (Makefile.am): Likewise.
6994         * modules/arctwo (Makefile.am): Likewise.
6995         * modules/argmatch (Makefile.am): Likewise.
6996         * modules/argz (Makefile.am): Likewise.
6997         * modules/atexit (Makefile.am): Likewise.
6998         * modules/backupfile (Makefile.am): Likewise.
6999         * modules/byteswap (Makefile.am): Likewise.
7000         * modules/c-strtod (Makefile.am): Likewise.
7001         * modules/c-strtold (Makefile.am): Likewise.
7002         * modules/calloc (Makefile.am): Likewise.
7003         * modules/canon-host (Makefile.am): Likewise.
7004         * modules/canonicalize (Makefile.am): Likewise.
7005         * modules/chdir-long (Makefile.am): Likewise.
7006         * modules/chdir-safer (Makefile.am): Likewise.
7007         * modules/check-version (Makefile.am): Likewise.
7008         * modules/chown (Makefile.am): Likewise.
7009         * modules/cloexec (Makefile.am): Likewise.
7010         * modules/close-stream (Makefile.am): Likewise.
7011         * modules/closeout (Makefile.am): Likewise.
7012         * modules/crc (Makefile.am): Likewise.
7013         * modules/csharpexec (Makefile.am): Likewise.
7014         * modules/cycle-check (Makefile.am): Likewise.
7015         * modules/des (Makefile.am): Likewise.
7016         * modules/dev-ino (Makefile.am): Likewise.
7017         * modules/dirfd (Makefile.am): Likewise.
7018         * modules/dirname (Makefile.am): Likewise.
7019         * modules/dup2 (Makefile.am): Likewise.
7020         * modules/eealloc (Makefile.am): Likewise.
7021         * modules/error (Makefile.am): Likewise.
7022         * modules/euidaccess (Makefile.am): Likewise.
7023         * modules/exclude (Makefile.am): Likewise.
7024         * modules/exitfail (Makefile.am): Likewise.
7025         * modules/fcntl-safer (Makefile.am): Likewise.
7026         * modules/fcntl (Makefile.am): Likewise.
7027         * modules/file-type (Makefile.am): Likewise.
7028         * modules/fileblocks (Makefile.am): Likewise.
7029         * modules/filemode (Makefile.am): Likewise.
7030         * modules/filenamecat (Makefile.am): Likewise.
7031         * modules/fnmatch (Makefile.am): Likewise.
7032         * modules/fopen-safer (Makefile.am): Likewise.
7033         * modules/fpending (Makefile.am): Likewise.
7034         * modules/fprintftime (Makefile.am): Likewise.
7035         * modules/free (Makefile.am): Likewise.
7036         * modules/fsusage (Makefile.am): Likewise.
7037         * modules/ftruncate (Makefile.am): Likewise.
7038         * modules/fts (Makefile.am): Likewise.
7039         * modules/gc-arcfour (Makefile.am): Likewise.
7040         * modules/gc-des (Makefile.am): Likewise.
7041         * modules/gc-hmac-md5 (Makefile.am): Likewise.
7042         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
7043         * modules/gc-md4 (Makefile.am): Likewise.
7044         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
7045         * modules/gc-sha1 (Makefile.am): Likewise.
7046         * modules/gc (Makefile.am): Likewise.
7047         * modules/getaddrinfo (Makefile.am): Likewise.
7048         * modules/getcwd (Makefile.am): Likewise.
7049         * modules/getdelim (Makefile.am): Likewise.
7050         * modules/getdomainname (Makefile.am): Likewise.
7051         * modules/getgroups (Makefile.am): Likewise.
7052         * modules/gethostname (Makefile.am): Likewise.
7053         * modules/gethrxtime (Makefile.am): Likewise.
7054         * modules/getline (Makefile.am): Likewise.
7055         * modules/getloadavg (Makefile.am): Likewise.
7056         * modules/getlogin_r (Makefile.am): Likewise.
7057         * modules/getndelim2 (Makefile.am): Likewise.
7058         * modules/getopt (Makefile.am): Likewise.
7059         * modules/getpagesize (Makefile.am): Likewise.
7060         * modules/getpass-gnu (Makefile.am): Likewise.
7061         * modules/getpass (Makefile.am): Likewise.
7062         * modules/getsubopt (Makefile.am): Likewise.
7063         * modules/gettime (Makefile.am): Likewise.
7064         * modules/gettimeofday (Makefile.am): Likewise.
7065         * modules/getugroups (Makefile.am): Likewise.
7066         * modules/getusershell (Makefile.am): Likewise.
7067         * modules/glob (Makefile.am): Likewise.
7068         * modules/group-member (Makefile.am): Likewise.
7069         * modules/hard-locale (Makefile.am): Likewise.
7070         * modules/hash (Makefile.am): Likewise.
7071         * modules/hmac-md5 (Makefile.am): Likewise.
7072         * modules/hmac-sha1 (Makefile.am): Likewise.
7073         * modules/human (Makefile.am): Likewise.
7074         * modules/idcache (Makefile.am): Likewise.
7075         * modules/imaxabs (Makefile.am): Likewise.
7076         * modules/imaxdiv (Makefile.am): Likewise.
7077         * modules/inet_ntop (Makefile.am): Likewise.
7078         * modules/inet_pton (Makefile.am): Likewise.
7079         * modules/intprops (Makefile.am): Likewise.
7080         * modules/inttostr (Makefile.am): Likewise.
7081         * modules/inttypes (Makefile.am): Likewise.
7082         * modules/isapipe (Makefile.am): Likewise.
7083         * modules/javaversion (Makefile.am): Likewise.
7084         * modules/lchmod (Makefile.am): Likewise.
7085         * modules/lchown (Makefile.am): Likewise.
7086         * modules/localcharset (Makefile.am): Likewise.
7087         * modules/long-options (Makefile.am): Likewise.
7088         * modules/lstat (Makefile.am): Likewise.
7089         * modules/malloc (Makefile.am): Likewise.
7090         * modules/mathl (Makefile.am): Likewise.
7091         * modules/mbchar (Makefile.am): Likewise.
7092         * modules/md2 (Makefile.am): Likewise.
7093         * modules/md4 (Makefile.am): Likewise.
7094         * modules/md5 (Makefile.am): Likewise.
7095         * modules/memcasecmp (Makefile.am): Likewise.
7096         * modules/memchr (Makefile.am): Likewise.
7097         * modules/memcmp (Makefile.am): Likewise.
7098         * modules/memcoll (Makefile.am): Likewise.
7099         * modules/memcpy (Makefile.am): Likewise.
7100         * modules/memmem (Makefile.am): Likewise.
7101         * modules/memmove (Makefile.am): Likewise.
7102         * modules/mempcpy (Makefile.am): Likewise.
7103         * modules/memrchr (Makefile.am): Likewise.
7104         * modules/memset (Makefile.am): Likewise.
7105         * modules/memxor (Makefile.am): Likewise.
7106         * modules/mkancesdirs (Makefile.am): Likewise.
7107         * modules/mkdir-p (Makefile.am): Likewise.
7108         * modules/mkdir (Makefile.am): Likewise.
7109         * modules/mkdtemp (Makefile.am): Likewise.
7110         * modules/mkstemp (Makefile.am): Likewise.
7111         * modules/mktime (Makefile.am): Likewise.
7112         * modules/modechange (Makefile.am): Likewise.
7113         * modules/mountlist (Makefile.am): Likewise.
7114         * modules/nanosleep (Makefile.am): Likewise.
7115         * modules/obstack (Makefile.am): Likewise.
7116         * modules/openat (Makefile.am): Likewise.
7117         * modules/pagealign_alloc (Makefile.am): Likewise.
7118         * modules/pathmax (Makefile.am): Likewise.
7119         * modules/physmem (Makefile.am): Likewise.
7120         * modules/poll (Makefile.am): Likewise.
7121         * modules/posixtm (Makefile.am): Likewise.
7122         * modules/posixver (Makefile.am): Likewise.
7123         * modules/putenv (Makefile.am): Likewise.
7124         * modules/quote (Makefile.am): Likewise.
7125         * modules/quotearg (Makefile.am): Likewise.
7126         * modules/raise (Makefile.am): Likewise.
7127         * modules/read-file (Makefile.am): Likewise.
7128         * modules/readline (Makefile.am): Likewise.
7129         * modules/readlink (Makefile.am): Likewise.
7130         * modules/readtokens (Makefile.am): Likewise.
7131         * modules/readutmp (Makefile.am): Likewise.
7132         * modules/realloc (Makefile.am): Likewise.
7133         * modules/regex (Makefile.am): Likewise.
7134         * modules/rename-dest-slash (Makefile.am): Likewise.
7135         * modules/rename (Makefile.am): Likewise.
7136         * modules/rijndael (Makefile.am): Likewise.
7137         * modules/rmdir (Makefile.am): Likewise.
7138         * modules/rpmatch (Makefile.am): Likewise.
7139         * modules/safe-read (Makefile.am): Likewise.
7140         * modules/safe-write (Makefile.am): Likewise.
7141         * modules/same-inode (Makefile.am): Likewise.
7142         * modules/same (Makefile.am): Likewise.
7143         * modules/save-cwd (Makefile.am): Likewise.
7144         * modules/savedir (Makefile.am): Likewise.
7145         * modules/setenv (Makefile.am): Likewise.
7146         * modules/settime (Makefile.am): Likewise.
7147         * modules/sha1 (Makefile.am): Likewise.
7148         * modules/sig2str (Makefile.am): Likewise.
7149         * modules/snprintf (Makefile.am): Likewise.
7150         * modules/stat-macros (Makefile.am): Likewise.
7151         * modules/stat-time (Makefile.am): Likewise.
7152         * modules/stdbool (Makefile.am): Likewise.
7153         * modules/stdint (Makefile.am): Likewise.
7154         * modules/stdlib-safer (Makefile.am): Likewise.
7155         * modules/stpcpy (Makefile.am): Likewise.
7156         * modules/stpncpy (Makefile.am): Likewise.
7157         * modules/strcase (Makefile.am): Likewise.
7158         * modules/strcasestr (Makefile.am): Likewise.
7159         * modules/strchrnul (Makefile.am): Likewise.
7160         * modules/strcspn (Makefile.am): Likewise.
7161         * modules/strdup (Makefile.am): Likewise.
7162         * modules/strerror (Makefile.am): Likewise.
7163         * modules/strftime (Makefile.am): Likewise.
7164         * modules/strndup (Makefile.am): Likewise.
7165         * modules/strnlen (Makefile.am): Likewise.
7166         * modules/strpbrk (Makefile.am): Likewise.
7167         * modules/strsep (Makefile.am): Likewise.
7168         * modules/strstr (Makefile.am): Likewise.
7169         * modules/strtod (Makefile.am): Likewise.
7170         * modules/strtoimax (Makefile.am): Likewise.
7171         * modules/strtok_r (Makefile.am): Likewise.
7172         * modules/strtol (Makefile.am): Likewise.
7173         * modules/strtoll (Makefile.am): Likewise.
7174         * modules/strtoul (Makefile.am): Likewise.
7175         * modules/strtoull (Makefile.am): Likewise.
7176         * modules/strtoumax (Makefile.am): Likewise.
7177         * modules/strverscmp (Makefile.am): Likewise.
7178         * modules/sys_socket (Makefile.am): Likewise.
7179         * modules/sys_stat (Makefile.am): Likewise.
7180         * modules/sysexits (Makefile.am): Likewise.
7181         * modules/time_r (Makefile.am): Likewise.
7182         * modules/timegm (Makefile.am): Likewise.
7183         * modules/timespec (Makefile.am): Likewise.
7184         * modules/tmpfile-safer (Makefile.am): Likewise.
7185         * modules/trim (Makefile.am): Likewise.
7186         * modules/unistd-safer (Makefile.am): Likewise.
7187         * modules/unlinkdir (Makefile.am): Likewise.
7188         * modules/unlocked-io (Makefile.am): Likewise.
7189         * modules/userspec (Makefile.am): Likewise.
7190         * modules/utime (Makefile.am): Likewise.
7191         * modules/utimecmp (Makefile.am): Likewise.
7192         * modules/utimens (Makefile.am): Likewise.
7193         * modules/vasnprintf (Makefile.am): Likewise.
7194         * modules/vasprintf (Makefile.am): Likewise.
7195         * modules/vsnprintf (Makefile.am): Likewise.
7196         * modules/xalloc (Makefile.am): Likewise.
7197         * modules/xgetcwd (Makefile.am): Likewise.
7198         * modules/xnanosleep (Makefile.am): Likewise.
7199         * modules/xreadlink (Makefile.am): Likewise.
7200         * modules/xstrtod (Makefile.am): Likewise.
7201         * modules/xstrtol (Makefile.am): Likewise.
7202         * modules/xstrtold (Makefile.am): Likewise.
7203         * modules/yesno (Makefile.am): Likewise.
7204         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
7205
7206 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7207
7208         * modules/error (Makefile.am): Distribute files through
7209         EXTRA_DIST, not lib_SOURCES.
7210
7211 2006-10-12  Eric Blake  <ebb9@byu.net>
7212
7213         * modules/error (Makefile.am): Distribute files in /lib.
7214         * modules/obstack (Makefile.am): Likewise.
7215
7216 2006-10-12  Bruno Haible  <bruno@clisp.org>
7217
7218         * modules/acl (Makefile.am): Distribute all files in lib/ through
7219         EXTRA_DIST.
7220         * modules/arcfour (Makefile.am): Likewise.
7221         * modules/arctwo (Makefile.am): Likewise.
7222         * modules/argmatch (Makefile.am): Likewise.
7223         * modules/argz (Makefile.am): Likewise.
7224         * modules/atexit (Makefile.am): Likewise.
7225         * modules/backupfile (Makefile.am): Likewise.
7226         * modules/c-strtod (Makefile.am): Likewise.
7227         * modules/c-strtold (Makefile.am): Likewise.
7228         * modules/calloc (Makefile.am): Likewise.
7229         * modules/canon-host (Makefile.am): Likewise.
7230         * modules/canonicalize (Makefile.am): Likewise.
7231         * modules/chdir-long (Makefile.am): Likewise.
7232         * modules/chdir-safer (Makefile.am): Likewise.
7233         * modules/check-version (Makefile.am): Likewise.
7234         * modules/chown (Makefile.am): Likewise.
7235         * modules/cloexec (Makefile.am): Likewise.
7236         * modules/close-stream (Makefile.am): Likewise.
7237         * modules/closeout (Makefile.am): Likewise.
7238         * modules/crc (Makefile.am): Likewise.
7239         * modules/cycle-check (Makefile.am): Likewise.
7240         * modules/des (Makefile.am): Likewise.
7241         * modules/dirfd (Makefile.am): Likewise.
7242         * modules/dirname (Makefile.am): Likewise.
7243         * modules/dup2 (Makefile.am): Likewise.
7244         * modules/euidaccess (Makefile.am): Likewise.
7245         * modules/exclude (Makefile.am): Likewise.
7246         * modules/exitfail (Makefile.am): Likewise.
7247         * modules/fcntl-safer (Makefile.am): Likewise.
7248         * modules/file-type (Makefile.am): Likewise.
7249         * modules/fileblocks (Makefile.am): Likewise.
7250         * modules/filemode (Makefile.am): Likewise.
7251         * modules/filenamecat (Makefile.am): Likewise.
7252         * modules/fnmatch (Makefile.am): Likewise.
7253         * modules/fopen-safer (Makefile.am): Likewise.
7254         * modules/fpending (Makefile.am): Likewise.
7255         * modules/fprintftime (Makefile.am): Likewise.
7256         * modules/free (Makefile.am): Likewise.
7257         * modules/fsusage (Makefile.am): Likewise.
7258         * modules/ftruncate (Makefile.am): Likewise.
7259         * modules/fts (Makefile.am): Likewise.
7260         * modules/gc (Makefile.am): Likewise.
7261         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
7262         * modules/getaddrinfo (Makefile.am): Likewise.
7263         * modules/getcwd (Makefile.am): Likewise.
7264         * modules/getdelim (Makefile.am): Likewise.
7265         * modules/getdomainname (Makefile.am): Likewise.
7266         * modules/getgroups (Makefile.am): Likewise.
7267         * modules/gethostname (Makefile.am): Likewise.
7268         * modules/gethrxtime (Makefile.am): Likewise.
7269         * modules/getline (Makefile.am): Likewise.
7270         * modules/getloadavg (Makefile.am): Likewise.
7271         * modules/getlogin_r (Makefile.am): Likewise.
7272         * modules/getopt (Makefile.am): Likewise.
7273         * modules/getpass (Makefile.am): Likewise.
7274         * modules/getpass-gnu (Makefile.am): Likewise.
7275         * modules/getsubopt (Makefile.am): Likewise.
7276         * modules/gettime (Makefile.am): Likewise.
7277         * modules/gettimeofday (Makefile.am): Likewise.
7278         * modules/getugroups (Makefile.am): Likewise.
7279         * modules/getusershell (Makefile.am): Likewise.
7280         * modules/glob (Makefile.am): Likewise.
7281         * modules/group-member (Makefile.am): Likewise.
7282         * modules/hard-locale (Makefile.am): Likewise.
7283         * modules/hash (Makefile.am): Likewise.
7284         * modules/hmac-md5 (Makefile.am): Likewise.
7285         * modules/hmac-sha1 (Makefile.am): Likewise.
7286         * modules/human (Makefile.am): Likewise.
7287         * modules/idcache (Makefile.am): Likewise.
7288         * modules/imaxabs (Makefile.am): Likewise.
7289         * modules/imaxdiv (Makefile.am): Likewise.
7290         * modules/inet_ntop (Makefile.am): Likewise.
7291         * modules/inet_pton (Makefile.am): Likewise.
7292         * modules/inttostr (Makefile.am): Likewise.
7293         * modules/isapipe (Makefile.am): Likewise.
7294         * modules/lchown (Makefile.am): Likewise.
7295         * modules/long-options (Makefile.am): Likewise.
7296         * modules/lstat (Makefile.am): Likewise.
7297         * modules/malloc (Makefile.am): Likewise.
7298         * modules/mathl (Makefile.am): Likewise.
7299         * modules/mbchar (Makefile.am): Likewise.
7300         * modules/md2 (Makefile.am): Likewise.
7301         * modules/md4 (Makefile.am): Likewise.
7302         * modules/md5 (Makefile.am): Likewise.
7303         * modules/memcasecmp (Makefile.am): Likewise.
7304         * modules/memchr (Makefile.am): Likewise.
7305         * modules/memcmp (Makefile.am): Likewise.
7306         * modules/memcoll (Makefile.am): Likewise.
7307         * modules/memcpy (Makefile.am): Likewise.
7308         * modules/memmem (Makefile.am): Likewise.
7309         * modules/memmove (Makefile.am): Likewise.
7310         * modules/mempcpy (Makefile.am): Likewise.
7311         * modules/memrchr (Makefile.am): Likewise.
7312         * modules/memset (Makefile.am): Likewise.
7313         * modules/memxor (Makefile.am): Likewise.
7314         * modules/mkancesdirs (Makefile.am): Likewise.
7315         * modules/mkdir (Makefile.am): Likewise.
7316         * modules/mkdir-p (Makefile.am): Likewise.
7317         * modules/mkdtemp (Makefile.am): Likewise.
7318         * modules/mkstemp (Makefile.am): Likewise.
7319         * modules/mktime (Makefile.am): Likewise.
7320         * modules/modechange (Makefile.am): Likewise.
7321         * modules/mountlist (Makefile.am): Likewise.
7322         * modules/nanosleep (Makefile.am): Likewise.
7323         * modules/openat (Makefile.am): Likewise.
7324         * modules/pagealign_alloc (Makefile.am): Likewise.
7325         * modules/physmem (Makefile.am): Likewise.
7326         * modules/poll (Makefile.am): Likewise.
7327         * modules/posixtm (Makefile.am): Likewise.
7328         * modules/posixver (Makefile.am): Likewise.
7329         * modules/putenv (Makefile.am): Likewise.
7330         * modules/quote (Makefile.am): Likewise.
7331         * modules/quotearg (Makefile.am): Likewise.
7332         * modules/raise (Makefile.am): Likewise.
7333         * modules/read-file (Makefile.am): Likewise.
7334         * modules/readline (Makefile.am): Likewise.
7335         * modules/readlink (Makefile.am): Likewise.
7336         * modules/readtokens (Makefile.am): Likewise.
7337         * modules/readutmp (Makefile.am): Likewise.
7338         * modules/realloc (Makefile.am): Likewise.
7339         * modules/regex (Makefile.am): Likewise.
7340         * modules/rename (Makefile.am): Likewise.
7341         * modules/rename-dest-slash (Makefile.am): Likewise.
7342         * modules/rijndael (Makefile.am): Likewise.
7343         * modules/rmdir (Makefile.am): Likewise.
7344         * modules/rpmatch (Makefile.am): Likewise.
7345         * modules/safe-read (Makefile.am): Likewise.
7346         * modules/safe-write (Makefile.am): Likewise.
7347         * modules/same (Makefile.am): Likewise.
7348         * modules/save-cwd (Makefile.am): Likewise.
7349         * modules/savedir (Makefile.am): Likewise.
7350         * modules/setenv (Makefile.am): Likewise.
7351         * modules/settime (Makefile.am): Likewise.
7352         * modules/sha1 (Makefile.am): Likewise.
7353         * modules/sig2str (Makefile.am): Likewise.
7354         * modules/snprintf (Makefile.am): Likewise.
7355         * modules/stdlib-safer (Makefile.am): Likewise.
7356         * modules/stpcpy (Makefile.am): Likewise.
7357         * modules/stpncpy (Makefile.am): Likewise.
7358         * modules/strcase (Makefile.am): Likewise.
7359         * modules/strcasestr (Makefile.am): Likewise.
7360         * modules/strchrnul (Makefile.am): Likewise.
7361         * modules/strcspn (Makefile.am): Likewise.
7362         * modules/strdup (Makefile.am): Likewise.
7363         * modules/strerror (Makefile.am): Likewise.
7364         * modules/strftime (Makefile.am): Likewise.
7365         * modules/strndup (Makefile.am): Likewise.
7366         * modules/strnlen (Makefile.am): Likewise.
7367         * modules/strpbrk (Makefile.am): Likewise.
7368         * modules/strsep (Makefile.am): Likewise.
7369         * modules/strstr (Makefile.am): Likewise.
7370         * modules/strtod (Makefile.am): Likewise.
7371         * modules/strtoimax (Makefile.am): Likewise.
7372         * modules/strtok_r (Makefile.am): Likewise.
7373         * modules/strtol (Makefile.am): Likewise.
7374         * modules/strtoll (Makefile.am): Likewise.
7375         * modules/strtoul (Makefile.am): Likewise.
7376         * modules/strtoull (Makefile.am): Likewise.
7377         * modules/strtoumax (Makefile.am): Likewise.
7378         * modules/strverscmp (Makefile.am): Likewise.
7379         * modules/time_r (Makefile.am): Likewise.
7380         * modules/timegm (Makefile.am): Likewise.
7381         * modules/tmpfile-safer (Makefile.am): Likewise.
7382         * modules/unistd-safer (Makefile.am): Likewise.
7383         * modules/unlinkdir (Makefile.am): Likewise.
7384         * modules/userspec (Makefile.am): Likewise.
7385         * modules/utime (Makefile.am): Likewise.
7386         * modules/utimecmp (Makefile.am): Likewise.
7387         * modules/utimens (Makefile.am): Likewise.
7388         * modules/vasnprintf (Makefile.am): Likewise.
7389         * modules/vasprintf (Makefile.am): Likewise.
7390         * modules/vsnprintf (Makefile.am): Likewise.
7391         * modules/xalloc (Makefile.am): Likewise.
7392         * modules/xgetcwd (Makefile.am): Likewise.
7393         * modules/xnanosleep (Makefile.am): Likewise.
7394         * modules/xreadlink (Makefile.am): Likewise.
7395         * modules/xstrtod (Makefile.am): Likewise.
7396         * modules/xstrtol (Makefile.am): Likewise.
7397         * modules/xstrtold (Makefile.am): Likewise.
7398         * modules/yesno (Makefile.am): Likewise.
7399
7400 2006-10-12  Jim Meyering  <jim@meyering.net>
7401
7402         * m4/getloadavg.m4: Revert the change below.
7403
7404         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
7405         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
7406         fail with a symlink, which is what coreutils' ./bootstrap now
7407         creates by default.
7408
7409 2006-10-12  Bruno Haible  <bruno@clisp.org>
7410
7411         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
7412         mingw.
7413         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
7414         MSVC and mingw explicitly.
7415
7416 2006-10-11  Simon Josefsson  <jas@extundo.com>
7417             Bruno Haible  <bruno@clisp.org>
7418
7419         Add support for multiple gnulib-tool invocations in the scope of a
7420         single configure.ac file.
7421         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
7422         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
7423         with the same contents as the _LIBADD variable.
7424         (func_emit_initmacro_start, func_emit_initmacro_end,
7425         func_emit_initmacro_done): New functions.
7426         (func_import, func_create_testdir): Invoke them. Allow the identifiers
7427         gl_LIBOBJS and gl_LTLIBOBJS.
7428
7429 2006-10-11  Bruno Haible  <bruno@clisp.org>
7430
7431         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
7432         (func_create_testdir): Don't create po/Makefile.am, don't invoke
7433         autoreconf. Instead, invoke autopoint explicitly but move back the
7434         *.m4 files from gnulib.
7435
7436 2006-10-11  Bruno Haible  <bruno@clisp.org>
7437
7438         * gnulib-tool (func_usage): Make module names after --create-testdir
7439         optional.
7440         (func_create_testdir): If no module was specified, use nearly all
7441         modules.
7442
7443 2006-10-12  Jim Meyering  <jim@meyering.net>
7444
7445         Big performance improvement for fts-based tools that use FTS_NOSTAT.
7446         Avoid spurious inode-mismatch problems on non-POSIX file systems.
7447         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
7448         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
7449         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
7450         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
7451         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
7452         (fts_set_stat_required): New function.
7453         (fts_open): Defer the calls to fts_stat, if possible or requested.
7454         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
7455         into fts_stat itself.
7456         (fts_read): Perform any required (deferred) fts_stat call.
7457         (fts_build): Likewise, for the directory we're about to open and read.
7458         In the readdir loop, carefully decide whether each entry will require
7459         an eventual call to fts_stat, using dirent.d_type info if available.
7460         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
7461         a command line argument into this function.  Update all callers.
7462         Map a return value of FTS_DOT to FTS_D for a command line argument.
7463         * modules/fts (Depends-on): Add d-type.  Alphabetize.
7464         Thanks to Miklos Szeredi for his tenacity and for the initial
7465         bug report about "find" failing on a FUSE-based file system.
7466
7467         * lib/fts.c (fts_open): Use consistent indentation.
7468
7469 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7470
7471         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
7472         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
7473         reported by Jim Meyering.  All uses of cache variables renamed
7474         to match Autoconf's.
7475         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
7476         the other one.
7477
7478         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7479         Fix misspelling in diagnostic.
7480
7481 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7482
7483         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
7484         defined.  Problem reported by Matthew Woehlke.
7485
7486         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
7487         Add support for Tandem NonStop R series.
7488         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
7489         Use new macro.
7490
7491         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
7492         (has_trailing_slash): Omit size arg; all callers changed.
7493         Omit 'inline', since it doesn't help performance and we'd
7494         need to configure it.
7495         Don't count //, ///, etc. as having a trailing slash.
7496         As a side effect, this removes a C99ism reported by Matthew Woehlke.
7497         (rpl_rename_dest_slash): On failure, use rename's errno rather
7498         than (in some cases) an incorrect or junk errno.
7499         Simplify code by removing need to compute length; this does
7500         cause it to make two passes instead of one over the file name,
7501         but it's worth it.
7502
7503         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
7504         change, since Autoconf's version may no longer be appropriate now
7505         that we are using CVS Autoconf's version.  Add support for Tandem.
7506
7507 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7508             Bruno Haible  <bruno@clisp.org>
7509
7510         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
7511         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
7512         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
7513         gl_AC_TYPE_LONG_LONG.
7514
7515         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
7516         instead of HAVE_LONG_LONG.
7517         * lib/printf-args.c (printf_fetchargs): Likewise.
7518         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
7519         * lib/vasnprintf.c (VASNPRINTF): Likewise.
7520         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
7521         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
7522         gl_AC_TYPE_LONG_LONG.
7523
7524 2006-10-11  Bruno Haible  <bruno@clisp.org>
7525
7526         * m4/longlong.m4: Add comments.
7527         * m4/ulonglong.m4: Likewise.
7528
7529 2006-10-10  Bruno Haible  <bruno@clisp.org>
7530
7531         Make it possible to #define stpcpy, strdup to aliases.
7532         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
7533         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
7534
7535 2006-10-10  Bruno Haible  <bruno@clisp.org>
7536
7537         Make it possible to #define gcd to an alias.
7538         * lib/gcd.c: Include config.h.
7539
7540 2006-10-10  Bruno Haible  <bruno@clisp.org>
7541
7542         Make it possible to #define c_isascii to an alias.
7543         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
7544         defined. Undefine the macros before defining them, to avoid gcc
7545         warnings.
7546         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
7547         define NO_C_CTYPE_MACROS early.
7548
7549 2006-10-10  Bruno Haible  <bruno@clisp.org>
7550
7551         Make it possible to #define set_program_name to an alias.
7552         * lib/progname.c: Don't undefine set_program_name; instead, undefine
7553         ENABLE_RELOCATABLE early.
7554
7555 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7556
7557         Port to Tandem NSK OSS, which has 64-bit signed int but at most
7558         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
7559         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
7560         More generally, don't assume that 64-bit signed int is available
7561         if unsigned int is, and vice versa.
7562         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
7563         unsigned symbols, not on their signed counterparts.
7564         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
7565         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
7566         (UINT64_C, UINTMAX_C):
7567         Likewise.
7568         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
7569         unsigned counterparts.
7570         (Have_long_long, Unsigned): New macros.
7571         (Int): Renamed from INT.
7572         (strtoimax): Use the new macros.
7573         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
7574         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
7575         * modules/inttypes (inttypes.h): Substitute
7576         HAVE_UNSIGNED_LONG_LONG_INT.
7577         * modules/stdint (stdint.h): Likewise.
7578         (Files): Add m4/ulonglong.m4.
7579
7580 2006-10-10  Bruno Haible  <bruno@clisp.org>
7581
7582         Fix a gcc -Wshadow warning.
7583         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
7584         to 'bucket'.
7585         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
7586         gl_linked_indexof_from_to): Likewise.
7587         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
7588         Likewise.
7589         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
7590         Likewise.
7591         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
7592         Reported by Eric Blake.
7593
7594 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
7595
7596         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
7597         for NetBSD.  Problem reported by Bruno Haible.
7598
7599 2006-10-09  Jim Meyering  <jim@meyering.net>
7600
7601         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
7602         Patch from Bruno Haible.
7603
7604 2006-10-09  Jim Meyering  <jim@meyering.net>
7605
7606         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
7607         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
7608         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
7609
7610 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7611
7612         Don't include <config.h> twice; this doesn't work in some cases,
7613         e.g., when config.h has "#define intmax_t long long int" and
7614         we include <config.h>, <inttypes.h>, <config.h> in that order.
7615         Problem reported by Matthew Woehlke in:
7616         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
7617         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
7618         * lib/fts-cycle.c: Don't include config.h.
7619         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
7620         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
7621         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
7622         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
7623         inttypes.h.
7624         * lib/xstrtoumax.c: Likewise.
7625         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
7626         __strtol and the like, so that this module is more like its siblings.
7627         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
7628         Remove; no longer needed now that we assume gnulib inttypes.h.
7629
7630 2006-10-08  Bruno Haible  <bruno@clisp.org>
7631
7632         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
7633         option.
7634
7635 2006-10-07  Jim Meyering  <jim@meyering.net>
7636
7637         * modules/inttypes (inttypes.h): Revert what seems to have been
7638         an inadvertent part of today's change: use "|", not "/" in the
7639         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
7640
7641 2006-10-07  Bruno Haible  <bruno@clisp.org>
7642
7643         * modules/sublist: New file.
7644
7645 2006-10-07  Bruno Haible  <bruno@clisp.org>
7646
7647         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
7648         * modules/argz (argz.h): Likewise.
7649         * modules/arpa_inet (arpa/inet.h): Likewise.
7650         * modules/byteswap (byteswap.h): Likewise.
7651         * modules/configmake (configmake.h): Likewise.
7652         * modules/fcntl (fcntl.h): Likewise.
7653         * modules/fnmatch (fnmatch.h): Likewise.
7654         * modules/getopt (getopt.h): Likewise.
7655         * modules/glob (glob.h): Likewise.
7656         * modules/inttypes (inttypes.h): Likewise.
7657         * modules/netinet_in (netinet/in.h): Likewise.
7658         * modules/poll (poll.h): Likewise.
7659         * modules/stdbool (stdbool.h): Likewise.
7660         * modules/stdint (stdint.h): Likewise.
7661         * modules/sys_select (sys/select.h): Likewise.
7662         * modules/sys_socket (sys/socket.h): Likewise.
7663         * modules/sys_stat (sys/stat.h): Likewise.
7664         * modules/sysexits (sysexits.h): Likewise.
7665         * modules/unistd (unistd.h): Likewise.
7666         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7667         Add a "DO NOT EDIT" comment to the generated file.
7668         (func_import): Likewise for gnulib-comp.m4.
7669
7670 2006-10-07  Bruno Haible  <bruno@clisp.org>
7671
7672         * lib/gl_sublist.h: New file.
7673         * lib/gl_sublist.c: New file.
7674
7675 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7676
7677         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
7678         name (relative to the original working directory) and the file
7679         name component (relative to the temporary working directory).  All
7680         callers changed.
7681         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
7682         * lib/mkdir-p.c (make_dir_parents): Likewise.
7683         * lib/mkdir-p.h (make_dir_parents): Likewise.
7684
7685 2006-10-06  Eric Blake  <ebb9@byu.net>
7686
7687         Define several macros for use by the clean-temp module.
7688         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
7689         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
7690         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
7691
7692         * lib/clean-temp.h (close_stream_temp): New declaration.
7693         * lib/clean-temp.c (includes): Pull in headers according to what
7694         other modules are in use.
7695         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
7696
7697 2006-10-06  Bruno Haible  <bruno@clisp.org>
7698
7699         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
7700         instead of fopen, fwriteerror.
7701
7702 2006-10-06  Bruno Haible  <bruno@clisp.org>
7703
7704         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
7705         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
7706         int.
7707         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
7708         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
7709         Return an error indicator.
7710         Suggested by Eric Blake.
7711
7712 2006-10-06  Bruno Haible  <bruno@clisp.org>
7713
7714         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
7715         Reported by Eric Blake.
7716
7717 2006-10-06  Bruno Haible  <bruno@clisp.org>
7718
7719         * modules/closeout (Description): Mention stderr too.
7720
7721 2006-10-06  Bruno Haible  <bruno@clisp.org>
7722         and Paul Eggert  <eggert@cs.ucla.edu>
7723
7724         * lib/closeout.c (close_stdout): Also close stderr.
7725         * lib/closeout.h: Update comment.
7726
7727 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7728
7729         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7730         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7731         * lib/dirchownmod.c: Include lchown.h.
7732         * lib/lchown.c: Don't include files that lchown.h now includes.
7733         Don't declare chown, since lchown.h now does that.
7734         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7735         (lchown): Define to rpl_chown if lchown is declared but
7736         does not exist.  Declare using a prototype if lchown is not
7737         declared.  Add a copyright notice.
7738         * lib/mkstemp.h: Include <unistd.h>.
7739         * lib/openat.c: Include lchown.h.
7740
7741         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7742         we now test for that separately.
7743         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7744         rather than O_NOFOLLOW, when testing whether it's possible to
7745         avoid a race condition reliably.
7746         * lib/savewd.c (savewd_chdir): Likewise.
7747
7748         Remove macros that are no longer needed now that stdint.h is
7749         reliable.
7750         * lib/fsusage.c (UINTMAX_MAX): Remove.
7751         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7752         * lib/utimecmp.c (SIZE_MAX): Remove.
7753
7754         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7755
7756         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7757         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7758         O_NOATIME works.
7759
7760 2006-10-05  Bruno Haible  <bruno@clisp.org>
7761
7762         * lib/gl_list.h (gl_sortedlist_search_from_to,
7763         gl_sortedlist_indexof_from_to): New declarations.
7764         (gl_list_implementation): New fields sortedlist_search_from_to,
7765         sortedlist_indexof_from_to.
7766         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7767         inline functions.
7768         * lib/gl_list.c (gl_sortedlist_search_from_to,
7769         gl_sortedlist_indexof_from_to): New functions.
7770         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7771         function.
7772         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7773         (gl_array_sortedlist_search_from_to): New function.
7774         (gl_array_list_implementation): Update.
7775         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7776         function.
7777         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7778         (gl_carray_sortedlist_search_from_to): New function.
7779         (gl_carray_list_implementation): Update.
7780         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7781         gl_linked_sortedlist_indexof_from_to): New functions.
7782         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7783         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7784         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7785         gl_tree_sortedlist_indexof_from_to): New functions.
7786         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7787         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7788         Update.
7789         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7790         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7791         Update.
7792
7793 2006-10-05  Bruno Haible  <bruno@clisp.org>
7794
7795         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7796         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7797         (struct gl_list_implementation): Add fields search_from_to,
7798         indexof_from_to. Remove fields search, indexof.
7799         (gl_list_search): Use the search_from_to method.
7800         (gl_list_search_from, gl_list_search_from_to): New functions.
7801         (gl_list_indexof): Use the indexof_from_to method.
7802         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7803         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7804         (gl_list_search_from, gl_list_search_from_to): New functions.
7805         (gl_list_indexof): Use the indexof_from_to method.
7806         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7807         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7808         gl_array_indexof. Add start_index, end_index arguments.
7809         (gl_array_search_from_to): Renamed from gl_array_search. Add
7810         start_index, end_index arguments.
7811         (gl_array_remove, gl_array_list_implementation): Update.
7812         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7813         gl_carray_indexof. Add start_index, end_index arguments.
7814         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7815         start_index, end_index arguments.
7816         (gl_carray_remove, gl_carray_list_implementation): Update.
7817         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7818         gl_linked_search. Add start_index, end_index arguments.
7819         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7820         start_index, end_index arguments.
7821         (gl_linked_remove): Update.
7822         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7823         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7824         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7825         field to 'size_t'.
7826         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7827         gl_tree_search. Add start_index, end_index arguments.
7828         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7829         start_index, end_index arguments.
7830         (gl_tree_remove): Update.
7831         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7832         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7833         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7834         function.
7835         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7836         gl_tree_search. Add start_index, end_index arguments.
7837         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7838         start_index, end_index arguments.
7839         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7840         Update.
7841         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7842
7843 2006-10-05  Bruno Haible  <bruno@clisp.org>
7844
7845         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7846
7847         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7848         fwriteerror_temp): New declarations.
7849         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7850         (descriptors): New variable.
7851         (cleanup): First, close the descriptors.
7852         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7853         fclose_temp, fwriteerror_temp): New functions.
7854
7855 2006-10-04  Jim Meyering  <jim@meyering.net>
7856
7857         * lib/fts.c (fts_open): Tiny comment change.
7858
7859 2006-10-04  Bruno Haible  <bruno@clisp.org>
7860
7861         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7862         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7863         gl_LOCK_BODY.
7864         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7865         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7866         gl_LOCK_EARLY_BODY.
7867         (gl_LOCK): Require gl_LOCK_BODY.
7868
7869 2006-10-04  Bruno Haible  <bruno@clisp.org>
7870
7871         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7872         (gl_oset_search_atleast): New declaration.
7873         (struct gl_oset_implementation): Add field 'search_atleast'.
7874         (gl_oset_search_atleast): New inline function.
7875         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7876         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7877         (gl_array_oset_implementation): Update.
7878         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7879         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7880         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7881
7882 2006-10-04  Bruno Haible  <bruno@clisp.org>
7883
7884         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7885
7886 2006-10-03  Bruno Haible  <bruno@clisp.org>
7887
7888         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7889         from gl_avltreehash_list_implementation.
7890
7891 2006-10-03  Bruno Haible  <bruno@clisp.org>
7892
7893         * lib/gl_oset.c (gl_oset_add): Fix return type.
7894
7895 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7896
7897         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7898
7899 2006-10-02  Eric Blake  <ebb9@byu.net>
7900
7901         * modules/strnlen (Depends-on): Add extensions.
7902
7903 2006-10-02  Eric Blake  <ebb9@byu.net>
7904
7905         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7906         definition in 2.60+.
7907
7908 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7909
7910         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7911         checks.
7912
7913 2006-10-02  Bruno Haible  <bruno@clisp.org>
7914
7915         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7916         to the AUTOMAKE_OPTIONS.
7917         Reported by Jim Meyering.
7918
7919 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7920
7921         Work around bug in Solaris 10 /proc file system:
7922         /proc/self/fd/NNN/.. isn't the parent directory of
7923         the directory whose file descriptor is NNN.  This needs to
7924         be worked around at run time, not compile time, since a
7925         program might be built on Solaris 8, where things work, and
7926         run on Solaris 10.
7927         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7928         to use the following interface instead:
7929         (OPENAT_BUFFER_SIZE): New macro.
7930         (openat_proc_name): New function.
7931         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7932         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7933         Likewise.
7934         * lib/openat-proc.c: New file.
7935         * modules/openat (Files): Add lib/openat-proc.c.
7936         (Depends-on): Add same-inode, stdbool.
7937         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7938
7939 2006-09-29  Bruno Haible  <bruno@clisp.org>
7940
7941         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7942         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7943         argument. Set stdout_closed before testing for ferror, not after.
7944         (fwriteerror, fwriteerror_no_ebadf): New functions.
7945
7946 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7947
7948         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7949
7950 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7951
7952         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7953         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7954
7955 2006-09-28  Jim Meyering  <jim@meyering.net>
7956
7957         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7958         Include <unistd.h>.
7959
7960 2006-09-28  Bruno Haible  <bruno@clisp.org>
7961
7962         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7963         * modules/linkedhash-list (Depends-on): Likewise.
7964         * modules/rbtreehash-list (Depends-on): Likewise.
7965
7966 2006-09-28  Bruno Haible  <bruno@clisp.org>
7967
7968         * lib/strndup.h: Simplify the redefinition of strndup.
7969         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7970         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7971
7972 2006-09-28  Bruno Haible  <bruno@clisp.org>
7973
7974         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7975         * lib/gl_linkedhash_list.c: Likewise.
7976         * lib/gl_rbtreehash_list.c: Likewise.
7977
7978 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7979
7980         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7981         getaddrinfo.
7982
7983         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7984         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7985         it causes <stdio_ext.h> to cause a compile-time error.
7986         Problem reported by Nelson H. F. Beebe.
7987         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7988         of HAVE_DECL___PENDING.
7989
7990         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7991         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7992         declaration.
7993
7994 2006-09-27  Jim Meyering  <jim@meyering.net>
7995
7996         This file could end up with a definition for a function
7997         named __strndup, rather than rpl_strndup on a system with
7998         incomplete weak_alias support.
7999         * lib/strndup.c (strndup): Rename from __strndup.
8000         Remove #defines that used to map __strndup to strndup.
8001         Don't use K&R prototypes.
8002         Remove LIBC-related code, since this file is not sync'd with glibc.
8003         * lib/strndup.h: Revamp, accordingly.
8004         * m4/strndup.m4: Modernize.
8005
8006 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8007
8008         * modules/savewd (Depends-on): Add 'raise'.
8009         * lib/savewd.c: Include <signal.h>, for 'raise'.
8010
8011 2006-09-26  Jim Meyering  <jim@meyering.net>
8012
8013         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
8014         when we detect Darwin 8.7.0's acl_get_file bug.
8015         Rearrange to perform the new (below) run-test while $LIBS
8016         contains any acl-related library.  Set USE_ACL at the end.
8017         (gl_ACL_GET_FILE): New function.
8018
8019 2006-09-26  Eric Blake  <ebb9@byu.net>
8020
8021         * lib/verror.c: Include <config.h> unconditionally.
8022
8023 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
8024
8025         * modules/clock-time (Maintainer): Add self.
8026         * modules/getlogin_r (Depends-on): Add extensions.
8027
8028 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8029
8030         * modules/clock-time: New module.
8031         * modules/nanosleep (Depends-on): Add clock-time.
8032         * modules/gethrxtime (Depends-on): Likewise.
8033         * modules/gettime (Depends-on): Likewise.
8034         * modules/settime (Depends-on): Likewise.
8035
8036         * modules/fts-lgpl: Depend on openat.
8037         * modules/mkancesdirs: Depend on savewd.
8038         * modules/mkdir-p: Likewise.
8039
8040 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8041
8042         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
8043
8044         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
8045         `gl_have_arbitrary_file_name_length_limit' to
8046         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
8047         actually works between configure runs.
8048
8049 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8050             Bruno Haible  <bruno@clisp.org>
8051
8052         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
8053
8054 2006-09-25  Jim Meyering  <jim@meyering.net>
8055
8056         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
8057         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
8058
8059 2006-09-25  Eric Blake  <ebb9@byu.net>
8060
8061         * gnulib-tool (func_import, func_create_testdir): Fix typos in
8062         exec's in 2006-09-18 patch when shuffling fds.
8063
8064 2006-09-25  Bruno Haible  <bruno@clisp.org>
8065
8066         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
8067         Reported by Jim Meyering.
8068
8069 2006-09-24  Jim Meyering  <jim@meyering.net>
8070
8071         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
8072         compare a pointer against a literal "0".  That caused failures with
8073         at least HP-UX's hpcc.
8074
8075 2006-09-22  Simon Josefsson  <jas@extundo.com>
8076
8077         * modules/gc-sha1:
8078         * modules/gc-md4:
8079         * modules/gc-hmac-sha1:
8080         * modules/gc-hmac-md5:
8081         * modules/gc-des:
8082         * modules/gc-arcfour: Distribute more files.
8083
8084 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8085
8086         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
8087         (gl_linked_iterator_from_to): Initialize struct completely.
8088         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
8089         (gl_tree_iterator_from_to): Likewise
8090         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
8091         * lib/gl_array_list.c [lint] (gl_array_iterator)
8092         (gl_array_iterator_from_to): Likewise.
8093         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
8094         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
8095         (gl_carray_iterator_from_to): Likewise.
8096
8097         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
8098         * lib/md4.c (md4_process_block): Remove unused variable.
8099         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
8100         parentheses for clarity.
8101
8102 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8103
8104         * modules/bison-i18n (Depends-on): Add gettext.
8105
8106 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8107
8108         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
8109         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
8110         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
8111         also add missing comma that caused broken test.
8112         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
8113         stdlib.h, for `abort'.
8114         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
8115         variables.
8116         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
8117         include unistd.h if present, for `rmdir'.
8118         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
8119         variables.
8120         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
8121         in the process include standard headers for prototypes.
8122         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
8123         gets declared on GNU/Linux.
8124         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
8125         unistd.h, for `rmdir'.
8126         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
8127
8128         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
8129         always true.
8130         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
8131
8132         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
8133
8134 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8135
8136         * gnulib-tool (func_version): Create output all at once.  This
8137         may help avoid triggering unnecessary SIGPIPEs, and at any
8138         rate it doesn't hurt.
8139
8140 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8141             Bruno Haible  <bruno@clisp.org>
8142
8143         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
8144         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8145         * m4/signed.m4 (bh_C_SIGNED): Likewise.
8146
8147         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
8148         (gl_FUNC_VASPRINTF): Invoke it.
8149
8150 2006-09-22  Bruno Haible  <bruno@clisp.org>
8151
8152         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
8153         getloadavg.c as first argument.
8154
8155 2006-09-22  Bruno Haible  <bruno@clisp.org>
8156
8157         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
8158         at the beginning of the gl_INIT macro.
8159         * modules/getloadavg (configure.ac): Pass $gl_source_base to
8160         gl_GETLOADAVG.
8161
8162 2006-09-22  Bruno Haible  <bruno@clisp.org>
8163
8164         * gnulib-tool (func_create_megatestdir): Don't include the config-h
8165         module.
8166         Suggested by Ralf Wildenhues.
8167
8168 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
8169
8170         Import this patch from libc:
8171
8172         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8173
8174         * lib/regex_internal.c (re_string_reconstruct): Handle
8175         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8176         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8177         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8178         re_string_context_at.
8179
8180         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
8181         now requires it.
8182         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
8183         gl_REGEX now does it for us.
8184         (gl_REGEX): Add test taken from
8185         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
8186
8187         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
8188         Check that large offsets work.  Modernize Autoconf usages.
8189         Prefer "yes" to mean a good thing rather than a bad.
8190         Don't put "#define mkstemp" in config.h, as this might interfere
8191         with standard system headers that "#define mkstemp mkstemp64".
8192
8193         * modules/mkstemp (Depends-on): Add extensions, so that
8194         mkstemp is visible on some platforms.
8195         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
8196         (Include): Change to "mkstemp.h" from <stdlib.h>.
8197         (Files): Add mkstemp.h.
8198
8199         * lib/mkstemp.h: New file, since some standard headers
8200         #define mkstemp.
8201         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
8202         Include "mkstemp.h".
8203         Make the _LIBC code resemble glibc original more,
8204         e.g., use K&R style.
8205         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
8206         (mkstemp): Remove, since mkstemp.h does this for us.
8207         * lib/stdlib--.h: Include mkstemp.h.
8208
8209         Import this patch from libc:
8210
8211         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
8212
8213         * lib/tempname.c (__gen_tempname): Change attempts_min
8214         into a macro.  Use preprocessor to decide how to initialize
8215         attempts [Coverity CID 67].
8216
8217 2006-09-20  Bruno Haible  <bruno@clisp.org>
8218
8219         * lib/mkdtemp.c: Import from libc.
8220         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
8221                 * sysdeps/posix/tempname.c (__gen_tempname): Change
8222                 attempts_min into a macro.  Use preprocessor to decide how to
8223                 initialize attempts [Coverity CID 67].
8224         2001-11-27  Paul Eggert  <eggert@twinsun.com>
8225                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
8226                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
8227
8228 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8229
8230         * gnulib-tool (func_exit): New function, to allow to pass the
8231         exit status portably through the trap.  Use everywhere.
8232         (--help, --version): Signal a write error.
8233         (trap): catch SIGPIPE, for write errors.
8234         Exit at the end of the trap, with the correct exit status.
8235
8236 2006-09-19  Karl Berry  <karl@gnu.org>
8237
8238         * doc/gnulib.texi: note about the license texinfo files.
8239
8240 2006-09-19  Eric Blake  <ebb9@byu.net>
8241
8242         * gnulib-tool: Avoid space-tab.
8243
8244 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
8245
8246         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
8247         that prevented coreutils 6.1 from building.  Problem reported
8248         by Petter Reinholdtsen.
8249
8250 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
8251
8252         * gnulib-tool (avoidlist): Fix typo that broke options like
8253         --avoid=lock that are used by coreutils bootstrap.
8254
8255 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
8256
8257         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
8258         more systematically.
8259
8260 2006-09-18  Jim Meyering  <jim@meyering.net>
8261
8262         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
8263
8264 2006-09-18  Bruno Haible  <bruno@clisp.org>
8265
8266         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
8267
8268 2006-09-18  Bruno Haible  <bruno@clisp.org>
8269
8270         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
8271         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
8272         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
8273         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
8274         * m4/gettext.m4: Require autoconf >= 2.52.
8275         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
8276         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
8277         of gl_cv_header_inttypes_h.
8278
8279 2006-09-18  Bruno Haible  <bruno@clisp.org>
8280
8281         * lib/javaversion.c: Include configmake.h.
8282
8283 2006-09-18  Bruno Haible  <bruno@clisp.org>
8284
8285         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
8286         avoid that the while loops be executed in a subshell.
8287
8288 2006-09-18  Bruno Haible  <bruno@clisp.org>
8289
8290         * MODULES.html.sh (func_module): Break long lines.
8291         Suggested by Bruce Korb <bkorb@gnu.org>.
8292
8293 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8294
8295         Speed up by a factor of 1.12.
8296         * gnulib-tool (nl): New variable.
8297         (func_import): Rewrite include directive extraction to only read each
8298         directive once.
8299
8300 2006-09-17  Bruno Haible  <bruno@clisp.org>
8301
8302         * modules/javaversion (Makefile.am): Remove DEFS setting.
8303         (Depends-on): Add configmake, for PKGDATADIR definition.
8304
8305 2006-09-17  Bruno Haible  <bruno@clisp.org>
8306
8307         * gnulib-tool (func_create_testdir): Rewrite all files at once.
8308
8309 2006-09-17  Bruno Haible  <bruno@clisp.org>
8310
8311         * gnulib-tool (func_append): New function, stolen from libtool.m4.
8312         (func_modules_transitive_closure, func_modules_add_dummy,
8313         func_modules_to_filelist, func_import, func_create_testdir,
8314         func_create_megatestdir, ...): Use it wherever possible.
8315         Suggested by Ralf Wildenhues.
8316
8317 2006-09-16  Karl Berry  <karl@gnu.org>
8318
8319         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
8320         to avoid sectioning errors.
8321         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
8322         [ifinfo]: blank line after @center-ed titles.
8323         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
8324         Spell FSF address consistently with others.
8325         (These changes approved by rms.)
8326
8327 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8328
8329         Speed up by a factor of 1.61.
8330         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
8331         already checked module names again.
8332
8333 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8334
8335         Speed up by a factor of 1.13.
8336         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
8337         for new_files, and the input to func_add_or_update.
8338
8339 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8340
8341         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
8342         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
8343
8344 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8345
8346         * modules/mkancesdirs (Depends-on): Add fcntl.
8347         * modules/savewd: New file.
8348         * MODULES.html.sh (File system functions): Add savewd.
8349
8350         * modules/configmake (Makefile.am): Add support for the
8351         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
8352
8353 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8354
8355         * m4/savewd.m4: New file.
8356
8357 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8358
8359         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
8360         (dirchownmod): New arg FD.  All callers changed.
8361         Use FD rather than opening the directory ourself, as opening is
8362         now the caller's responsibility.
8363         * lib/dirchownmod.h: Likewise.
8364         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
8365         hosts that require <sys/types.h> before <sys/stat.h>.  Include
8366         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
8367         (test_dir): Remove.
8368         (mkancesdirs): Return length of prefix of FILE that has already
8369         been made, or -2 if there is a child doing the work.  Redo
8370         algorithm so that it is O(N) rather than O(N**2).  Optimize away
8371         ".", and treat ".." specially since it might stray back into
8372         already-created areas.  Use a subprocess if necessary.  New arg
8373         WD; all users changed.  MAKE_DIR function should now return 1
8374         if it creates a directory that is not readable.  Return -2 if
8375         a child process is spun off.
8376         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
8377         Adjust signature to match code.
8378         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
8379         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
8380         all users changed.
8381         * lib/savewd.c, lib/savewd.h: New files.
8382
8383 2006-09-15  Jim Meyering  <jim@meyering.net>
8384
8385         * modules/rename-dest-slash: New module.
8386         * MODULES.html.sh (posix_compat): Add it here.
8387
8388         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
8389
8390 2006-09-15  Jim Meyering  <jim@meyering.net>
8391
8392         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
8393         file.
8394
8395         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
8396
8397 2006-09-15  Jim Meyering  <jim@meyering.net>
8398
8399         * lib/rename-dest-slash.c (has_trailing_slash): Use
8400         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
8401         (rpl_rename_dest_slash): Perform the cheaper trailing slash
8402         test before testing whether SRC is a directory.
8403         Suggestions from Bruno Haible.
8404
8405         Avoid a warning about an unused variable.
8406         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
8407         into the #ifdef block where it's used.
8408
8409         * lib/rename-dest-slash.c: New file.
8410
8411 2006-09-14  Bruno Haible  <bruno@clisp.org>
8412
8413         * lib/allocsa.c: Include <config.h> unconditionally.
8414         * lib/asnprintf.c: Likewise.
8415         * lib/asprintf.c: Likewise.
8416         * lib/c-strcasecmp.c: Likewise.
8417         * lib/c-strcasestr.c: Likewise.
8418         * lib/c-strncasecmp.c: Likewise.
8419         * lib/c-strstr.c: Likewise.
8420         * lib/classpath.c: Likewise.
8421         * lib/clean-temp.c: Likewise.
8422         * lib/concatpath.c: Likewise.
8423         * lib/copy-file.c: Likewise.
8424         * lib/csharpcomp.c: Likewise.
8425         * lib/csharpexec.c: Likewise.
8426         * lib/execute.c: Likewise.
8427         * lib/fatal-signal.c: Likewise.
8428         * lib/findprog.c: Likewise.
8429         * lib/fwriteerror.c: Likewise.
8430         * lib/gl_array_list.c: Likewise.
8431         * lib/gl_array_oset.c: Likewise.
8432         * lib/gl_avltree_list.c: Likewise.
8433         * lib/gl_avltree_oset.c: Likewise.
8434         * lib/gl_avltreehash_list.c: Likewise.
8435         * lib/gl_carray_list.c: Likewise.
8436         * lib/gl_linked_list.c: Likewise.
8437         * lib/gl_linkedhash_list.c: Likewise.
8438         * lib/gl_list.c: Likewise.
8439         * lib/gl_oset.c: Likewise.
8440         * lib/gl_rbtree_list.c: Likewise.
8441         * lib/gl_rbtree_oset.c: Likewise.
8442         * lib/gl_rbtreehash_list.c: Likewise.
8443         * lib/imaxabs.c: Likewise.
8444         * lib/imaxdiv.c: Likewise.
8445         * lib/javacomp.c: Likewise.
8446         * lib/javaexec.c: Likewise.
8447         * lib/javaversion.c: Likewise.
8448         * lib/linebreak.c: Likewise.
8449         * lib/localcharset.c: Likewise.
8450         * lib/lock.c: Likewise.
8451         * lib/mbchar.c: Likewise.
8452         * lib/mbswidth.c: Likewise.
8453         * lib/mkdtemp.c: Likewise.
8454         * lib/pipe.c: Likewise.
8455         * lib/printf-args.c: Likewise.
8456         * lib/printf-parse.c: Likewise.
8457         * lib/progname.c: Likewise.
8458         * lib/progreloc.c: Likewise.
8459         * lib/readlink.c: Likewise.
8460         * lib/sh-quote.c: Likewise.
8461         * lib/stpcpy.c: Likewise.
8462         * lib/stpncpy.c: Likewise.
8463         * lib/strcasecmp.c: Likewise.
8464         * lib/strcasestr.c: Likewise.
8465         * lib/strcspn.c: Likewise.
8466         * lib/striconv.c: Likewise.
8467         * lib/strncasecmp.c: Likewise.
8468         * lib/strnlen1.c: Likewise.
8469         * lib/strstr.c: Likewise.
8470         * lib/strtok_r.c: Likewise.
8471         * lib/tls.c: Likewise.
8472         * lib/tmpdir.c: Likewise.
8473         * lib/unicodeio.c: Likewise.
8474         * lib/unsetenv.c: Likewise.
8475         * lib/vasnprintf.c: Likewise.
8476         * lib/vasprintf.c: Likewise.
8477         * lib/wait-process.c: Likewise.
8478         * lib/xallocsa.c: Likewise.
8479         * lib/xsetenv.c: Likewise.
8480         * lib/xstriconv.c: Likewise.
8481
8482 2006-09-13  Simon Josefsson  <jas@extundo.com>
8483
8484         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
8485         that internally, suggested by Ralf Wildenhues
8486         <Ralf.Wildenhues@gmx.de>.
8487
8488 2006-09-13  Simon Josefsson  <jas@extundo.com>
8489
8490         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
8491         @LIBOBJS@.
8492         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8493
8494 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8495
8496         * lib/_fpending.c: Include <config.h> unconditionally, since we no
8497         longer worry about uses that don't define HAVE_CONFIG_H.
8498         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
8499         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
8500         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
8501         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
8502         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
8503         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
8504         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
8505         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
8506         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
8507         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
8508         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
8509         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
8510         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
8511         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
8512         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
8513         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
8514         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
8515         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
8516         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
8517         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
8518         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
8519         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
8520         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
8521         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
8522         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
8523         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
8524         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
8525         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
8526         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
8527         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
8528         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
8529         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
8530         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
8531         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
8532         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
8533         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
8534         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
8535         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
8536         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
8537         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
8538         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
8539         Likewise.
8540
8541 2006-09-13  Eric Blake  <ebb9@byu.net>
8542
8543         * lib/getopt.c: Fix typo in last commit.
8544
8545 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8546
8547         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
8548         dgettext.
8549
8550 2006-09-12  Jim Meyering  <jim@meyering.net>
8551
8552         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
8553         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
8554         Reported by Nelson H. F. Beebe.
8555
8556 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8557
8558         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
8559         program_invocation_name and program_invocation_short_name are
8560         initialized.
8561         * lib/argp-namefrob.h: Move declarations of program_invocation_name
8562         and program_invocation_short_name to argp.h, so they are visible
8563         to user programs.
8564         * lib/argp.h: Likewise
8565
8566 2006-09-10  Bruno Haible  <bruno@clisp.org>
8567
8568         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8569         m4/inttypes_h.m4, m4/uintmax_t.m4.
8570
8571 2006-09-10  Bruno Haible  <bruno@clisp.org>
8572
8573         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
8574         gl_AC_TYPE_UINTMAX_T.
8575
8576 2006-09-10  Bruno Haible  <bruno@clisp.org>
8577
8578         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
8579
8580 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8581
8582         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
8583         convention.  Text proposed by Bruno Haible.
8584         (struct argp_option): Document the use of N_() wrappers.
8585
8586         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
8587         '\v', and translate the two parts separately, instead of feeding
8588         the whole string to gettext.  This allows to exclude
8589         '\v' from the strings visible to the translator by writing doc
8590         strings as N_("..") "\v" N_("..").
8591
8592 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
8593
8594         * config/srclist.txt: Undo latest change; the bug was fixed.
8595
8596 2006-09-09  Bruno Haible  <bruno@clisp.org>
8597
8598         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
8599         assignments if building a library without libtool.
8600         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
8601         in func_emit_lib_Makefile_am.
8602         (func_import): When building a static library libfoo.a, arrange to
8603         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
8604         (func_create_testdir): Likewise.
8605         * modules/gc (configure.ac, Makefile.am): If building statically,
8606         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
8607         * modules/iconvme (configure.ac, Makefile.am): Likewise.
8608         * modules/striconv (configure.ac, Makefile.am): Likewise.
8609         Based on a suggestion by Ralf Wildenhues.
8610
8611 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8612
8613         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8614         Check for unistd.h too, since Autoconf doesn't assume POSIX.
8615         Also:
8616
8617         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8618         Add year_2050_test to catch glibc bug 2821
8619         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8620
8621         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8622         Prefer #ifdef to #if.
8623
8624         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
8625         Return from 'main' instead of calling 'exit'.
8626
8627 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8628
8629         * lib/mktime.c (guess_time_tm): Fix bug where mktime
8630         returned the maximum time_t value rather than (time_t) -1.
8631         Problem originally reported by William Bardwell
8632         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8633
8634         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8635         Moved to here ...
8636         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8637         ... from here.
8638
8639 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8640
8641         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
8642         2821 is fixed.
8643
8644 2006-09-08  Jim Meyering  <jim@meyering.net>
8645
8646         Don't make generated files read-only.  That would bother too many
8647         people.  However, do retain the ability to work when targets are
8648         read-only: remove the destination and temporary files before writing
8649         them (when generated via sed or echo), or by using the -f option for
8650         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
8651         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8652         * modules/byteswap, modules/configmake, modules/fcntl:
8653         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8654         * modules/localcharset, modules/netinet_in, modules/poll:
8655         * modules/stdbool, modules/stdint, modules/sys_select:
8656         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8657
8658 2006-09-08  Jim Meyering  <jim@meyering.net>
8659
8660         Avoid new build failure on FreeBSD 6.0.
8661         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
8662         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
8663         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
8664
8665 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8666
8667         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
8668
8669 2006-09-07  Jim Meyering  <jim@meyering.net>
8670
8671         Fix global typo in last change: use chmod u-w, not chmod u-x.
8672         Spotted by Paul Eggert and Bruce Korb.
8673         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8674         * modules/byteswap, modules/configmake, modules/fcntl:
8675         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8676         * modules/localcharset, modules/netinet_in, modules/poll:
8677         * modules/stdbool, modules/stdint, modules/sys_select:
8678         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8679
8680 2006-09-06  Jim Meyering  <jim@meyering.net>
8681
8682         Make generated files be read-only.
8683         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
8684         Ensure that each generated file is now read-only.
8685         * modules/argz: Likewise.
8686         * modules/arpa_inet: Likewise.
8687         * modules/byteswap: Likewise.
8688         * modules/configmake: Likewise.
8689         * modules/fcntl: Likewise.
8690         * modules/fnmatch: Likewise.
8691         * modules/getopt: Likewise.
8692         * modules/glob: Likewise.
8693         * modules/inttypes: Likewise.
8694         * modules/netinet_in: Likewise.
8695         * modules/poll: Likewise.
8696         * modules/stdbool: Likewise.
8697         * modules/stdint: Likewise.
8698         * modules/sys_select: Likewise.
8699         * modules/sys_socket: Likewise.
8700         * modules/sys_stat: Likewise.
8701         * modules/sysexits: Likewise.
8702         * modules/localcharset: Same as above, but continue using temporary
8703         file named "t-$@" (why different?) rather than the "$@-t" used
8704         everywhere else.
8705
8706         * modules/sysexits (Makefile.am): Replace literal occurrences
8707         of "sysexit.h" more readable, and more consistent, "$@".
8708
8709 2006-09-06  Bruno Haible  <bruno@clisp.org>
8710
8711         * modules/striconv: New file.
8712         * modules/xstriconv: New file.
8713         * MODULES.html.sh (Internationalization functions): Add striconv,
8714         xstriconv.
8715
8716 2006-09-06  Bruno Haible  <bruno@clisp.org>
8717
8718         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
8719         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
8720         not using libtool correctly.
8721
8722 2006-09-06  Bruno Haible  <bruno@clisp.org>
8723
8724         * lib/striconv.h: New file.
8725         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8726         iconvstring.c.
8727         * lib/xstriconv.h: New file.
8728         * lib/xstriconv.c: New file.
8729
8730 2006-09-06  Bruno Haible  <bruno@clisp.org>
8731
8732         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8733         lib_..._LDFLAGS.
8734
8735 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8736
8737         * lib/argz_.h: Sync from Libtool.
8738
8739         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8740                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8741
8742         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8743
8744 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8745
8746         * modules/trim: New file.
8747
8748 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8749
8750         * lib/trim.h: New file.
8751         * lib/trim.c: New file.
8752
8753 2006-09-05  Bruno Haible  <bruno@clisp.org>
8754
8755         * MODULES.html.sh (String handling): Add trim.
8756
8757 2006-09-04  Karl Berry  <karl@gnu.org>
8758
8759         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8760         until next release.
8761
8762 2006-09-03  Bruno Haible  <bruno@clisp.org>
8763
8764         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8765         correctly.
8766
8767 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8768
8769         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8770         not gl_GETLOADAVG.  Omit unneeded semicolons.
8771         Problems reported by Ralf Wildenhues in
8772         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8773         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8774         at the end, which is the usual gnulib style.
8775
8776         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8777         of doing all the work ourselves.
8778         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8779         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8780
8781 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8782
8783         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8784         Problem reported by Ralf Wildenhues in
8785         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8786
8787         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8788         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8789
8790 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8791
8792         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8793         yesterday's patch by changing test -n to test -z.
8794
8795 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8796
8797         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8798         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8799         the former is now obsolescent.
8800
8801         * modules/chdir-long (Depends-on): Add fcntl.
8802
8803 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8804
8805         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8806         obsolescent, and programs should use gnulib instead.
8807         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8808         but with prefixes changed.
8809
8810 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8811
8812         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8813         or stdbool.h, because they might not exist while configuring.
8814
8815         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8816         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8817         does that for us.
8818         (O_DIRECTORY): Remove.
8819
8820 2006-08-31  Eric Blake  <ebb9@byu.net>
8821
8822         * gnulib-tool: Don't let emacs change spaces to TAB.
8823
8824 2006-08-31  Bruno Haible  <bruno@clisp.org>
8825
8826         * gnulib-tool: When calling func_import more than once, do it in a
8827         subshell.
8828         Reported by Eric Blake <ebb9@byu.net>.
8829
8830 2006-08-31  Bruno Haible  <bruno@clisp.org>
8831
8832         * gnulib-tool (nl): Remove variable.
8833         (sed_transform_lib_file): Use more robust test for config-h module.
8834         (func_import): Fix typo in 2006-08-25 patch.
8835
8836 2006-08-31  Bruno Haible  <bruno@clisp.org>
8837
8838         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8839         specified, augment Makefile.am variables instead of assigning them.
8840
8841 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8842
8843         Work around a bug in both the Linux and SunOS 64-bit kernels:
8844         nanosleep mishandles sleeps for longer than 2**31 seconds.
8845         Problem reported by Frank v Waveren in
8846         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8847         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8848         Check for nanosleep bug.
8849         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8850
8851 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8852
8853         Work around a bug in both the Linux and SunOS 64-bit kernels:
8854         nanosleep mishandles sleeps for longer than 2**31 seconds.
8855         Problem reported by Frank v Waveren in
8856         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8857         * lib/nanosleep.c (BILLION): New constant.
8858         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8859         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8860         implementation.
8861
8862 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8863
8864         * modules/nanosleep (Depends-on): Add gettime.
8865
8866 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8867         and Simon Josefsson  <jas@extundo.com>
8868         and Oskar Liljeblad  <oskar@osk.mine.nu>
8869
8870         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8871         * gnulib-tool (func_import): New license type 'unmodifiable license
8872         text'.
8873         * modules/fdl: Use it.  Longer description.
8874         * module/gpl, module/lgpl: New files.
8875
8876 2006-08-30  Jim Meyering  <jim@meyering.net>
8877
8878         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8879         shadowing the parameter.
8880
8881 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8882
8883         Sync from Libtool:
8884
8885         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8886
8887         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8888         sharing with gnulib.  Report by Eric Blake.
8889
8890 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8891
8892         * modules/isapipe: New file.
8893         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8894
8895 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8896
8897         * modules/configmake (Makefile.am): Add a comment, and omit
8898         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8899         by Bruno Haible.
8900
8901 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8902
8903         * m4/isapipe.m4: New file.
8904
8905 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8906
8907         * lib/isapipe.c, lib/isapipe.h: New files.
8908
8909 2006-08-29  Jim Meyering  <jim@meyering.net>
8910
8911         * modules/configmake (Makefile.am): Make configmake.h depend on
8912         Makefile.  Otherwise, a stale configmake.h could hang around.
8913
8914 2006-08-29  Eric Blake  <ebb9@byu.net>
8915
8916         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8917         resolution of upstream bug 3044.
8918
8919 2006-08-29  Bruno Haible  <bruno@clisp.org>
8920
8921         * modules/localcharset (Depends-on): Add configmake.
8922         (Makefile.am): Remove setting of LIBDIR through DEFS.
8923
8924 2006-08-29  Bruno Haible  <bruno@clisp.org>
8925
8926         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8927         defined.
8928
8929 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8930
8931         * modules/fcntl: New file.
8932         * modules/chdir-safer (Depends-on): Add fcntl.
8933         * modules/fts: Likewise.
8934         * modules/mkdir-p: Likewise.
8935
8936         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8937         This undoes the most recent change, since we're now addressing the
8938         problem in a different way.
8939
8940         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8941         into output, since the output might be called Makefile.am even
8942         if $makefile_name is something different.
8943         (func_import): Use $makefile_am rather than
8944         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8945         empty.
8946
8947         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8948
8949 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8950
8951         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8952         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8953         recent change to stdint.m4, since we're now addressing the problem in a
8954         different way.
8955
8956 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8957
8958         * m4/fcntl_h.m4: New file.
8959
8960 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8961
8962         * lib/fcntl_.h: New file.
8963         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8964         the fcntl module.
8965         * lib/dirchownmod.c: Likewise.
8966         * lib/fts.c: Likewise.
8967
8968         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8969         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8970         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8971         just before including <inttypes.h>, to avoid circular inclusion.
8972
8973 2006-08-28  Jim Meyering  <jim@meyering.net>
8974
8975         * doc/visibility.texi: Actually read and correct the grammar of the
8976         sentence affected by yesterday's change.
8977
8978 2006-08-28  Eric Blake  <ebb9@byu.net>
8979
8980         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8981         needs wrapper.
8982
8983 2006-08-28  Eric Blake  <ebb9@byu.net>
8984
8985         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8986
8987 2006-08-28  Eric Blake  <ebb9@byu.net>
8988
8989         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8990
8991 2006-08-28  Bruno Haible  <bruno@clisp.org>
8992
8993         * modules/c-strstr: New file, from GNU gettext.
8994         * MODULES.html.sh (String handling): Add c-strstr.
8995
8996 2006-08-28  Bruno Haible  <bruno@clisp.org>
8997
8998         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8999         macros.
9000         Reported by Eric Blake.
9001
9002 2006-08-28  Bruno Haible  <bruno@clisp.org>
9003
9004         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
9005         (VASNPRINTF): Return a string of length > INT_MAX without failing.
9006         * lib/vasprintf.c: Include errno.h, limits.h.
9007         (EOVERFLOW): New fallback definition.
9008         (vasprintf): Test here whether the string length is > INT_MAX.
9009         * lib/vsnprintf.c: Include errno.h, limits.h.
9010         (EOVERFLOW): New fallback definition.
9011         (vsnprintf): Fix bug when generated string was too long for the buffer.
9012         Test here whether the string length is > INT_MAX.
9013
9014 2006-08-28  Bruno Haible  <bruno@clisp.org>
9015
9016         * lib/inttypes_.h (SCNX*): Remove definitions.
9017         Reported by Eric Blake.
9018
9019 2006-08-28  Bruno Haible  <bruno@clisp.org>
9020
9021         * lib/c-strstr.h: New file, from GNU gettext.
9022         * lib/c-strstr.c: New file, from GNU gettext.
9023
9024 2006-08-28  Bruno Haible  <bruno@clisp.org>
9025
9026         * gnulib-tool: Reorder some statements.
9027
9028 2006-08-28  Bruno Haible  <bruno@clisp.org>
9029
9030         * gnulib-tool: New option --makefile-name.
9031         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
9032         $makefile_name.
9033         (func_import): Write $makefile_name to the cache file, and read it from
9034         there unless explicitly specified. Use $makefile_name as file name
9035         instead of Makefile.am. Adjust the recommendations accordingly.
9036
9037 2006-08-28  Bruno Haible  <bruno@clisp.org>
9038
9039         * gnulib-tool (func_verify_module): Check against misapplying patch.
9040
9041 2006-08-28  Bruno Haible  <bruno@clisp.org>
9042
9043         * gnulib-tool (func_relativize, func_relconcat): New functions.
9044         Give an error if --local-dir is given with --update.
9045         Remove trailing slashes from $local_gnulib_dir.
9046         (func_import): Store the relativized $local_gnulib_dir in
9047         gnulib-cache.m4, and read it from there if not specified explicitly.
9048
9049 2006-08-28  Bruno Haible  <bruno@clisp.org>
9050
9051         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
9052         is the current directory. Respect also $local_gnulib_dir.
9053
9054 2006-08-28  Bruno Haible  <bruno@clisp.org>
9055             Simon Josefsson  <jas@extundo.com>
9056
9057         BeOS portability.
9058         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
9059
9060 2006-08-27  Jim Meyering  <jim@meyering.net>
9061
9062         * doc/visibility.texi: Remove duplicate word: "pointer".
9063
9064 2006-08-26  Bruno Haible  <bruno@clisp.org>
9065
9066         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
9067         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
9068         (Makefile.am): Create inttypes.h from inttypes_.h.
9069         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
9070
9071         * modules/imaxabs: New file.
9072
9073         * modules/imaxdiv: New file.
9074
9075 2006-08-26  Bruno Haible  <bruno@clisp.org>
9076
9077         * m4/inttypes.m4: New file.
9078         * m4/_inttypes_h.m4: Remove file.
9079         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
9080         PRI_MACROS_BROKEN.
9081         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
9082
9083         * m4/imaxabs.m4: New file.
9084
9085         * m4/imaxdiv.m4: New file.
9086
9087 2006-08-26  Bruno Haible  <bruno@clisp.org>
9088
9089         * lib/inttypes_.h: New file.
9090         * lib/inttypes.h: Remove file.
9091         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
9092
9093         * lib/imaxabs.c: New file.
9094
9095         * lib/imaxdiv.c: New file.
9096
9097 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9098
9099         New config-h module, so that "make" output needn't be cluttered
9100         by -DHAVE_CONFIG_H.
9101         * MODULES.html.sh (Support for building libraries and executables):
9102         Add config-h.
9103         * modules/config-h: New file.
9104         * gnulib-tool (nl, sed_transform_lib_file): New vars.
9105         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
9106         the config-h module is used.
9107
9108         New configmake module, so that "make" output needn't be cluttered
9109         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
9110         * MODULES.html.sh (Support for building libraries and executables):
9111         Add configmake.
9112         * modules/configmake: New file.
9113
9114 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9115
9116         * m4/config-h.m4: New file.
9117
9118 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9119
9120         * config/srclist.txt: Add elisp-comp.
9121
9122 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9123
9124         * MODULES.html.sh (Support for building libraries and executables):
9125         Add elisp-comp.
9126         * build-aux/elisp-comp: New file.
9127         * modules/elisp-comp: New file.
9128
9129 2006-08-24  Bruno Haible  <bruno@clisp.org>
9130
9131         * gnulib-tool (func_create_testdir): Use non-default values of
9132         sourcebase and m4base.
9133
9134 2006-08-24  Bruno Haible  <bruno@clisp.org>
9135
9136         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
9137         HTML structure.
9138
9139 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9140
9141         * modules/openat (Depends-on): Add lchown.
9142
9143 2006-08-23  Bruno Haible  <bruno@clisp.org>
9144
9145         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
9146         of gl_LOCK_EARLY instead of gl_LOCK.
9147
9148 2006-08-23  Bruno Haible  <bruno@clisp.org>
9149
9150         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
9151         on OSF/1 to no.
9152         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
9153
9154 2006-08-23  Bruno Haible  <bruno@clisp.org>
9155
9156         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
9157         as unusable.
9158
9159         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
9160         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
9161         (gl_LOCK): New macro.
9162
9163 2006-08-22  Simon Josefsson  <jas@extundo.com>
9164
9165         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
9166         to md5 module.
9167
9168 2006-08-22  Simon Josefsson  <jas@extundo.com>
9169
9170         * MODULES.html.sh: Add "Support for maintaining and release
9171         projects".
9172
9173         * build-aux/gnupload: New file, from coreutils.
9174
9175 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9176
9177         Avoid the need for AC_LIBSOURCES in m4 macros.
9178         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
9179         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
9180         * modules/check-version (EXTRA_DIST): Add check-version.h.
9181         * modules/crc (EXTRA_DIST): Add crc.h.
9182         * modules/des (EXTRA_DIST): Add des.h.
9183         * modules/gc (EXTRA_DIST): Add gc.h.
9184         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
9185         * modules/getline (EXTRA_DIST): Add getline.h.
9186         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
9187         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
9188         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
9189         * modules/md2 (EXTRA_DIST): Add md2.h.
9190         * modules/md4 (EXTRA_DIST): Add md4.h.
9191         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
9192         * modules/read-file (EXTRA_DIST): Add read-file.h.
9193         * modules/readline (EXTRA_DIST): Add readline.h.
9194         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
9195         rijndael-api-fst.h.
9196
9197 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9198
9199         * m4/rijndael.m4 (gl_ARCFOUR):
9200         * m4/arctwo.m4 (gl_ARCTWO):
9201         * m4/check-version.m4 (gl_CHECK_VERSION):
9202         * m4/crc.m4 (gl_CRC):
9203         * m4/des.m4 (gl_DES):
9204         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
9205         * m4/gc.m4 (gl_GC):
9206         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
9207         * m4/getline.m4 (gl_FUNC_GETLINE):
9208         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
9209         * m4/hmac-md5.m4 (gl_HMAC_MD5):
9210         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
9211         * m4/md2.m4 (gl_MD2):
9212         * m4/md4.m4 (gl_MD4):
9213         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
9214         * m4/read-file.m4 (gl_FUNC_READ_FILE):
9215         * m4/readline.m4 (gl_FUNC_READLINE):
9216         * m4/rijndael.m4 (gl_RIJNDAEL):
9217         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
9218         to get the necessary .h files and whatnot.
9219
9220 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9221
9222         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
9223         gnulib rather than the other way around.
9224         * config/srclistvars.sh (COREUTILS): Remove.
9225
9226 2006-08-22  Jim Meyering  <jim@meyering.net>
9227
9228         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
9229
9230         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
9231
9232 2006-08-22  Eric Blake  <ebb9@byu.net>
9233
9234         * modules/regexprops-generic: New file.
9235         * MODULES.html.sh (Support for building documentation): List it.
9236
9237 2006-08-22  Eric Blake  <ebb9@byu.net>
9238
9239         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
9240         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
9241         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
9242         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
9243
9244 2006-08-22  Bruno Haible  <bruno@clisp.org>
9245
9246         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
9247         and lib_LTLIBRARIES like the other lib_* variables.
9248
9249 2006-08-22  Bruno Haible  <bruno@clisp.org>
9250
9251         * build-aux/x-to-1.in: New file, from GNU gettext.
9252
9253 2006-08-22  Bruno Haible  <bruno@clisp.org>
9254
9255         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
9256         <utmpx.h> exists.
9257
9258 2006-08-22  Bruno Haible  <bruno@clisp.org>
9259
9260         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
9261         <utmpx.h> exists.
9262
9263 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9264
9265         BeOS portability.
9266         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
9267         exist.
9268         Problem reported by Bruno Haible.
9269
9270 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9271
9272         Avoid the need for AC_LIBSOURCES in m4 macros.
9273         * modules/acl (EXTRA_DIST): Add acl.h.
9274         * modules/argmatch (Files): Add m4/argmatch.m4.
9275         (configure.ac): Add gl_ARGMATCH.
9276         (EXTRA_DIST): Renamed from lib_SOURCES, for
9277         consistency with the other modules.  Remove argmatch.c.
9278         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
9279         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
9280         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
9281         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
9282         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
9283         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
9284         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
9285         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
9286         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
9287         * modules/closeout (EXTRA_DIST): Add closeout.h.
9288         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
9289         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
9290         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
9291         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
9292         dirname.h; remove basename.c and stripslash.c.
9293         * modules/exclude (EXTRA_DIST): Add exclude.h.
9294         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
9295         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
9296         * modules/file-type (EXTRA_DIST): Add file-type.h.
9297         * modules/filemode (EXTRA_DIST): Add filemode.h.
9298         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
9299         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
9300         * modules/fpending (EXTRA_DIST): Add __fpending.h.
9301         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
9302         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
9303         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
9304         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
9305         * modules/getdate (EXTRA_DIST): Add getdate.c.
9306         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
9307         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
9308         * modules/getpass (EXTRA_DIST): Add getpass.h.
9309         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
9310         * modules/group-member (EXTRA_DIST): Add group-member.h.
9311         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
9312         * modules/hash (EXTRA_DIST): Add hash.h.
9313         * modules/human (EXTRA_DIST): Add human.h.
9314         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
9315         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
9316         * modules/lchown (EXTRA_DIST): Add lchown.h.
9317         * modules/long-options (EXTRA_DIST): Add long-options.h.
9318         * modules/lstat (EXTRA_DIST): Add lstat.h.
9319         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
9320         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
9321         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
9322         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
9323         * modules/memxor (EXTRA_DIST): Add memxor.h.
9324         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
9325         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
9326         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
9327         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
9328         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
9329         * modules/physmem (EXTRA_DIST): Add physmem.h.
9330         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
9331         * modules/posixver (EXTRA_DIST): Add posixver.h.
9332         * modules/quote (EXTRA_DIST): Add quote.h.
9333         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
9334         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
9335         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
9336         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
9337         regex_internal.h regexec.c.
9338         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
9339         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
9340         * modules/same (EXTRA_DIST): Add same.h.
9341         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
9342         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
9343         * modules/savedir (EXTRA_DIST): Add savedir.h.
9344         * modules/sha1 (EXTRA_DIST): Add sha1.h.
9345         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
9346         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
9347         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
9348         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
9349         * modules/strdup (EXTRA_DIST): Add strdup.h.
9350         * modules/strftime (EXTRA_DIST): Add strftime.h.
9351         * modules/strndup (EXTRA_DIST): Add strndup.h.
9352         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
9353         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
9354         * modules/time_r (EXTRA_DIST): Add time_r.h.
9355         * modules/timespec (EXTRA_DIST): Add timespec.h.
9356         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
9357         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
9358         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
9359         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
9360         * modules/userspec (EXTRA_DIST): Add userspec.h.
9361         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
9362         * modules/utimens (EXTRA_DIST): Add utimens.h.
9363         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
9364         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
9365         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
9366         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
9367         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
9368         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
9369         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
9370         * modules/yesno (EXTRA_DIST): Add yesno.h.
9371
9372 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9373
9374         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
9375
9376         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
9377         * m4/dev-ino.m4, same-inode.m4: Remove.
9378
9379         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
9380         * m4/acl.m4 (AC_FUNC_ACL):
9381         * m4/backupfile.m4 (gl_BACKUPFILE):
9382         * m4/c-strtod.m4 (gl_C99_STRTOLD):
9383         * m4/canon-host.m4 (gl_CANON_HOST):
9384         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9385         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
9386         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
9387         * m4/cloexec.m4 (gl_CLOEXEC):
9388         * m4/close-stream.m4 (gl_CLOSE_STREAM):
9389         * m4/closeout.m4 (gl_CLOSEOUT):
9390         * m4/dirfd.m4 (gl_FUNC_DIRFD):
9391         * m4/dirname.m4 (gl_DIRNAME):
9392         * m4/exclude.m4 (gl_EXCLUDE):
9393         * m4/exitfail.m4 (gl_EXITFAIL):
9394         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
9395         * m4/file-type.m4 (gl_FILE_TYPE):
9396         * m4/filemode.m4 (gl_FILEMODE):
9397         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
9398         * m4/fpending.m4 (gl_FUNC_FPENDING):
9399         * m4/fprintftime.m4 (gl_FPRINTFTIME):
9400         * m4/fts.m4 (gl_FUNC_FTS):
9401         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
9402         * m4/getdate.m4 (gl_GETDATE):
9403         * m4/gethrxtime.m4 (gl_GETHRXTIME):
9404         * m4/getpagesize.m4 (gl_GETPAGESIZE):
9405         * m4/getpass.m4 (gl_FUNC_GETPASS):
9406         * m4/gettime.m4 (gl_GETTIME):
9407         * m4/getugroups.m4 (gl_GETUGROUPS):
9408         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
9409         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
9410         * m4/hard-locale.m4 (gl_HARD_LOCALE):
9411         * m4/hash.m4 (gl_HASH):
9412         * m4/idcache.m4 (gl_IDCACHE):
9413         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
9414         * m4/lchown.m4 (gl_FUNC_LCHOWN):
9415         * m4/long-options.m4 (gl_LONG_OPTIONS):
9416         * m4/lstat.m4 (gl_FUNC_LSTAT):
9417         * m4/md5.m4 (gl_MD5):
9418         * m4/memcasecmp.m4 (gl_MEMCASECMP):
9419         * m4/memcoll.m4 (gl_MEMCOLL):
9420         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
9421         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
9422         * m4/memxor.m4 (gl_MEMXOR):
9423         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
9424         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
9425         * m4/modechange.m4 (gl_MODECHANGE):
9426         * m4/mountlist.m4 (gl_MOUNTLIST):
9427         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9428         * m4/openat.m4 (gl_FUNC_OPENAT):
9429         * m4/pathmax.m4 (gl_PATHMAX):
9430         * m4/physmem.m4 (gl_PHYSMEM):
9431         * m4/posixtm.m4 (gl_POSIXTM):
9432         * m4/posixver.m4 (gl_POSIXVER):
9433         * m4/quote.m4 (gl_QUOTE):
9434         * m4/quotearg.m4 (gl_QUOTEARG):
9435         * m4/readtokens.m4 (gl_READTOKENS):
9436         * m4/readutmp.m4 (gl_READUTMP):
9437         * m4/regex.m4 (gl_REGEX):
9438         * m4/safe-read.m4 (gl_SAFE_READ):
9439         * m4/safe-write.m4 (gl_SAFE_WRITE):
9440         * m4/same.m4 (gl_SAME):
9441         * m4/save-cwd.m4 (gl_SAVE_CWD):
9442         * m4/savedir.m4 (gl_SAVEDIR):
9443         * m4/settime.m4 (gl_SETTIME):
9444         * m4/sha1.m4 (gl_SHA1):
9445         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
9446         * m4/stat-macros.m4 (gl_STAT_MACROS):
9447         * m4/stat-time.m4 (gl_STAT_TIME):
9448         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
9449         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
9450         * m4/strdup.m4 (gl_FUNC_STRDUP):
9451         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
9452         * m4/strndup.m4 (gl_FUNC_STRNDUP):
9453         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
9454         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
9455         * m4/time_r.m4 (gl_TIME_R):
9456         * m4/timespec.m4 (gl_TIMESPEC):
9457         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
9458         * m4/unlinkdir.m4 (gl_UNLINKDIR):
9459         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
9460         * m4/userspec.m4 (gl_USERSPEC):
9461         * m4/utimecmp.m4 (gl_UTIMECMP):
9462         * m4/utimens.m4 (gl_UTIMENS):
9463         * m4/xalloc.m4 (gl_XALLOC):
9464         * m4/xgetcwd.m4 (gl_XGETCWD):
9465         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
9466         * m4/xreadlink.m4 (gl_XREADLINK):
9467         * m4/xstrtod.m4 (gl_XSTRTOD):
9468         * m4/yesno.m4 (gl_YESNO):
9469         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
9470         to get the necessary .h files and whatnot.
9471
9472 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
9473             Bruno Haible  <bruno@clisp.org>
9474
9475         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
9476         /bin/sh understanding of '!' conditional negation.
9477
9478 2006-08-21  Jim Meyering  <jim@meyering.net>
9479
9480         * modules/openat (Depends-on): Really alphabetize.
9481
9482         * modules/acl (Depends-on): Add error and quote.
9483
9484         * check-module (find_included_lib_files): Add at-func.c to the
9485         ok-to-include-more-than-once white list.
9486
9487         * modules/openat (Depends-on): Add lstat.  Alphabetize.
9488
9489 2006-08-21  Bruno Haible  <bruno@clisp.org>
9490
9491         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9492         Emit a pkgdata_DATA variable only if some snippets add contents to it.
9493         Reported by Martin Lambers <marlam@marlam.de>.
9494
9495 2006-08-21  Bruno Haible  <bruno@clisp.org>
9496
9497         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
9498         specify an installation location, don't emit a noinst_LIBRARIES or
9499         noinst_LTLIBRARIES assignment.
9500
9501 2006-08-21  Bruno Haible  <bruno@clisp.org>
9502
9503         BeOS portability.
9504         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
9505         BeOS has mbrtowc() but no <wctype.h>.
9506
9507 2006-08-21  Bruno Haible  <bruno@clisp.org>
9508
9509         BeOS portability.
9510         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
9511         exist.
9512
9513 2006-08-21  Bruno Haible  <bruno@clisp.org>
9514
9515         BeOS portability.
9516         * lib/mbchar.h: Include <wctype.h> only if it exists.
9517
9518 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9519
9520         Remove files that are no longer needed by their respective modules.
9521         * m4/obstack.m4: Remove.
9522         * m4/strerror_r.m4: Remove.
9523         * m4/uint32_t.m4: Remove.
9524         * m4/uintptr_t.m4: Remove.
9525         * m4/ullong_max.m4: Remove.
9526         * m4/xstrtoimax.m4: Remove.
9527         * m4/xstrtoumax.m4: Remove.
9528
9529         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
9530         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
9531         dependencies now capture this.
9532
9533         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
9534         Do not use AC_LIBSOURCES, since gnulib modules now do this.
9535         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
9536         * m4/human.m4 (gl_HUMAN): Likewise.
9537         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
9538         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
9539
9540         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
9541
9542         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
9543         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
9544         stdint.
9545         * m4/human.m4 (gl_HUMAN): Likewise.
9546         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
9547         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
9548         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9549         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9550         * m4/xstrtol (gl_XSTRTOL): Likewise.
9551
9552         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
9553         AC_TYPE_LONG_LONG_INT.
9554         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9555         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
9556         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
9557         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9558
9559         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
9560         on stdbool.
9561
9562         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
9563         (gl_PREREQ_XSTRTOUL): Remove.
9564
9565         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
9566
9567         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
9568         mode.
9569
9570 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9571
9572         Add and change modules to make it easier for coreutils to use
9573         gnulib-tool.
9574         * modules/backupfile (Files): Remove m4/d-ino.m4.
9575         (Depends-on): Add d-ino.
9576         * modules/cycle-check (Depends-on): Add stdint.
9577         (lib_SOURCES): Add cycle-check.h.
9578         * modules/d-ino: New module.
9579         * modules/d-type: New module.
9580         * modules/error (Files): Remove m4/strerror_r.m4.
9581         * modules/filemode (Files): Add m4/st_dm_mode.m4.
9582         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
9583         m4/inttypes_h.m4, m4/uintmax_t.m4.
9584         (Depends-on): Add stdint.
9585         (lib_SOURCES): Add fsusage.h.
9586         * modules/getcwd (Files): Remove d-ino.m4.
9587         (Depends-on): Add d-ino.
9588         * modules/getndelim2 (Depends-on): Add stdint.
9589         * modules/glob (Files): Remove m4/d-type.m4.
9590         (Depends-on): Add d-type.
9591         * modules/host-os: New module.
9592         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
9593         m4/inttypes_h.m4, m4/uintmax_t.m4.
9594         * Depends-on: Add stdint.
9595         (lib_SOURCES): Add human.h.
9596         * modules/inttostr (Files): Remove m4/intmax_t.m4,
9597         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
9598         m4/uintmax_t.m4, m4/ulonglong.m4.
9599         (Depends-on): Add stdint.
9600         (EXTRA_DIST): Add inttostr.h.
9601         * modules/lchmod: New module.
9602         * modules/link-follow: New module.
9603         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
9604         (Depends-on): Add lchmod.
9605         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
9606         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
9607         (Depends-on): Add stdint.
9608         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
9609         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
9610         (Depends-on): Add stdint.
9611         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
9612         * modules/perl: New module.
9613         * modules/regex (Depends-on): Add stdint.
9614         * modules/rmdir-errno: New module.
9615         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9616         m4/intmax_t.m4.
9617         (Depends-on): Add stdint.
9618         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9619         m4/uintmax_t.m4.
9620         (Depends-on): Add stdint.
9621         * modules/unlink-busy: New module.
9622         * modules/utimecmp (Depends-on): Add stdint.
9623         * modules/uptime: New module.
9624         * modules/winsz-ioctl: New module.
9625         * modules/winsz-termios: New module.
9626         * modules/xnanosleep (Depends-on): Add nanosleep.
9627         * modules/ullong_max: Remove.
9628         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
9629         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
9630         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
9631         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
9632         (Depends-on): Add inttypes.
9633         (lib_SOURCES): Add xstrtol.h.
9634         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
9635         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
9636         * MODULES.html.sh: Move 'assert' into the assert section.
9637         Move 'dummy' into the linking section.
9638         Remove ullong_max.
9639         Add section for compatibility checks for POSIX:2001 functions,
9640         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
9641         winsz-ioctl, and winsz-termios into it.
9642         Add lchmod.
9643         Add top-level Misc section and put host-os, perl, and uptime
9644         into it.
9645
9646 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9647
9648         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
9649         now assume the stdint module.  Do not include inttypes.h.
9650         * lib/fsusage.h: Likewise.
9651         * lib/getndelim2.c: Likewise.
9652         * lib/human.h: Likewise.
9653         * lib/inttostr.h: Likewise.
9654         * lib/obstack.c: Likewise.
9655         * lib/regex_internal.h: Likewise.
9656         * lib/tempname.c: Likewise.
9657         * lib/utimecmp.c: Likewise.
9658         * lib/xstrtol.h: Likewise.
9659
9660         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
9661
9662         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
9663         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
9664         * lib/xtime.h: Likewise.
9665
9666 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9667
9668         * modules/openat (Files): Add lib/fchmodat.c.
9669         Fixes problem reported by Jay Youngman.
9670
9671 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9672
9673         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
9674         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
9675
9676 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
9677             Bruno Haible  <bruno@clisp.org>
9678
9679         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
9680         and is a script that invokes bison. Tighten the code. Add comments.
9681
9682 2006-08-18  Jim Meyering  <jim@meyering.net>
9683
9684         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
9685         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
9686         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
9687         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
9688
9689 2006-08-18  Bruno Haible  <bruno@clisp.org>
9690
9691         * modules/bison-i18n: New file.
9692         * MODULES.html.sh (Internationalization functions): Add it.
9693
9694 2006-08-18  Bruno Haible  <bruno@clisp.org>
9695
9696         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
9697         sys/statvfs.h. When getmntinfo was found, check its declaration and
9698         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
9699
9700 2006-08-18  Bruno Haible  <bruno@clisp.org>
9701
9702         * m4/bison-i18n.m4: New file, from bison.
9703
9704 2006-08-18  Bruno Haible  <bruno@clisp.org>
9705
9706         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
9707         (ME_DUMMY): Treat "kernfs" as a dummy.
9708         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
9709
9710 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9711
9712         Update from coreutils.
9713
9714         2006-08-15  Jim Meyering  <jim@meyering.net>
9715
9716         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
9717
9718         2006-01-17  Jim Meyering  <jim@meyering.net>
9719
9720         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
9721
9722         2006-01-11  Jim Meyering  <jim@meyering.net>
9723
9724         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
9725         Check for the lchmod function.
9726
9727 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9728
9729         Update from coreutils.
9730
9731         * lib/__fpending.h: Add copyright notice.
9732         * lib/fprintftime.h: Likewise.
9733         * lib/savedir.c: Use (C) in copyright notice.
9734         * lib/savedir.h: Likewise.
9735
9736         2006-08-15  Jim Meyering  <jim@meyering.net>
9737
9738         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9739         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9740         in support of the EXPECTED_ERRNO macro.
9741         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9742         definitions.  Instead, define the appropriate symbols and include
9743         "at-func.c".
9744         * lib/mkdirat.c (mkdirat): Likewise.
9745         * lib/fchmodat.c (fchmodat): Likewise.
9746         (ENOSYS): Remove definition.
9747         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9748         it.  Don't include "unistd--.h" -- it wasn't ever used.
9749
9750         2006-01-17  Jim Meyering  <jim@meyering.net>
9751
9752         Rewrite fts.c not to change the current working directory,
9753         by using openat, fstatat, fdopendir, etc..
9754
9755         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9756         (HAVE_OPENAT_SUPPORT): Define.
9757         [_LIBC] (fchdir): Don't undef or define; no longer used.
9758         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9759         Now, this `function' always succeeds, and consumes its file descriptor
9760         parameter -- so callers must not close such FDs.  Update callers.
9761         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9762         (diropen): Add parameter, SP.  Adjust all callers.
9763         Implement using diropen_fd, rather than open.
9764         (fts_open): Initialize new member, fts_cwd_fd.
9765         Remove fts_rft-setting code.
9766         (fts_close): Close fts_cwd_fd, if necessary.
9767         (__opendir2): Define in terms of opendir or opendirat,
9768         depending on whether the FST_NOCHDIR flag is set.
9769         (fts_build): Since fts_safe_changedir consumes its FD, and since
9770         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9771         and close the dup'd file descriptor upon failure.
9772         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9773         (fts_safe_changedir): Tweak semantics to reflect that this function
9774         now calls cwd_advance_fd and hence consumes its FD argument.
9775         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9776         [struct FTS] (fts_rft): Remove now-unused member.
9777         [struct FTS] (fts_cycle.state): Improve comment.
9778
9779         * lib/openat.c (openat_needs_fchdir): New function.
9780         * lib/openat.h (openat_needs_fchdir): Declare it.
9781
9782 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9783
9784         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9785         Problem and fix reported by Pádraig Brady in
9786         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9787
9788 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9789
9790         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9791
9792 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9793
9794         * lib/memcoll.c (memcoll): Optimize for the common case where the
9795         arguments are bytewise equal.
9796
9797 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9798
9799         * doc/regexprops-generic.texi: Add a copyright notice.
9800
9801 2006-08-15  Bruno Haible  <bruno@clisp.org>
9802
9803         * modules/tmpdir (License): Change to LGPL.
9804
9805 2006-08-15  Bruno Haible  <bruno@clisp.org>
9806
9807         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9808         module.
9809
9810 2006-08-14  Simon Josefsson  <jas@extundo.com>
9811
9812         * config/srclist.txt: Add gnupload.
9813
9814 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9815
9816         Change copyright notice from LGPL 2 to GPL 2, since that's the
9817         standard form used in the gnulib repository.
9818         * tests/test-lock.c: Likewise.
9819         * tests/test-stdint.c: Likewise.
9820         * tests/test-tls.c: Likewise.
9821
9822         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9823         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9824         Add copyright notice.
9825
9826         * check-module: Add copyright notice.  Output a copyright
9827         notice if "--version" is specified.
9828         * modules/COPYING: New file.
9829         * tests/test-getaddrinfo.c: Add copyright notice.
9830         * tests/test-verify.c: Likewise.
9831
9832 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9833
9834         Change copyright notice from LGPL 2 to GPL 2, since that's the
9835         standard form used in the gnulib repository.
9836         * lib/lock.c: LGPL -> GPL.
9837         * lib/lock.h: Likewise.
9838         * lib/strnlen1.c: Likewise.
9839         * lib/strnlen1.h: Likewise.
9840         * lib/tls.c: Likewise.
9841         * lib/tls.h: Likewise.
9842         * lib/tmpdir.c: Likewise.
9843
9844         * lib/TODO: Remove; this belongs only in coreutils.
9845
9846 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9847
9848         Add copyright notices to long-enough files that lack them, since
9849         otherwise the files aren't clearly free.  Use the same notice that
9850         getdate.texi already uses.
9851         * doc/alloca-opt.texi: Add copyright notice.
9852         * doc/alloca.texi: Likewise.
9853         * doc/ctime.texi: Likewise.
9854         * doc/functions.texi: Likewise.
9855         * doc/gcd.texi: Likewise.
9856         * doc/gnulib-tool.texi: Likewise.
9857         * doc/inet_ntoa.texi: Likewise.
9858         * doc/visibility.texi: Likewise.
9859
9860         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9861         * doc/quote.texi: Add copyright notice.
9862
9863         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9864         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9865         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9866         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9867         is now obsolete, and give a pointer to the Sun list.
9868         Add copyright notice.
9869
9870 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9871
9872         * config/srclistvars.sh: Add copyright notice.
9873
9874 2006-08-14  Eric Blake  <ebb9@byu.net>
9875
9876         Import the following change from libc:
9877
9878         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9879
9880         Upstream bug 2997.
9881         * lib/misc/error.c: Add space between program name and message if file
9882         name is missing.
9883
9884 2006-08-12  Karl Berry  <karl@gnu.org>
9885
9886         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9887         remove, these originate in gnulib now.
9888
9889 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9890
9891         * doc/Makefile (standards.info standards.html standards.dvi):
9892         Also depend on make-stds.texi.
9893
9894 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9895
9896         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9897         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9898
9899         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9900         in wchar_t.  Problem reported by Eric Blake.
9901
9902         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9903         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9904         Also, help the compiler to keep LEN in a register.
9905
9906 2006-08-11  Eric Blake  <ebb9@byu.net>
9907
9908         * users.txt: Sort.  Add tar.
9909
9910 2006-08-11  Bruno Haible  <bruno@clisp.org>
9911
9912         * users.txt: New file.
9913
9914 2006-08-11  Bruno Haible  <bruno@clisp.org>
9915
9916         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9917         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9918
9919 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9920
9921         * modules/snprintf (Depends-on): Remove minmax.
9922         (Maintainer): Add self and Bruno.
9923
9924 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9925
9926         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9927         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9928         (EOVERFLOW): Define if the system does not.
9929         Do not include "minmax.h"; it wasn't used.
9930         (snprintf): Don't assume size_t promotes to an unsigned type.
9931         Fix bug when generated string was too long for the buffer: the
9932         buffer's contents are supposed to be the initial prefix of the
9933         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9934         exceeds INT_MAX; do the check ourselves.
9935
9936         Import the following changes from libc:
9937
9938         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9939
9940         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9941         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9942         set wc to the byte which couldn't be converted.
9943         (re_string_reconstruct): Don't clear valid_raw_len before calling
9944         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9945         tip_context using re_string_context_at.
9946
9947         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9948
9949         * lib/posix/regex.h: g++ still cannot handled [restrict].
9950
9951         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9952
9953         * lib/posix/regex.h: Remove special handling for VMS.
9954
9955 2006-08-10  Jim Meyering  <jim@meyering.net>
9956
9957         * modules/same-inode: New module.
9958         * modules/dev-ino: New module.
9959         * modules/cycle-check: Depend on these modules, rather than simply
9960         including their .h files.
9961         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9962         required via m4/cycle-check.m4.
9963         * modules/same: Depend on new same-inode module, rather than
9964         including same-inode.h.
9965         * modules/chdir-safer: New file.
9966
9967         * modules/chown (Depends-on): Add stat-macros.
9968
9969 2006-08-10  Jim Meyering  <jim@meyering.net>
9970
9971         * m4/cycle-check.m4: New file.
9972         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9973         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9974
9975 2006-08-10  Eric Blake  <ebb9@byu.net>
9976
9977         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9978         in from original proposal.
9979
9980 2006-08-10  Eric Blake  <ebb9@byu.net>
9981         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9982
9983         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9984         namespace.
9985
9986 2006-08-10  Bruno Haible  <bruno@clisp.org>
9987
9988         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9989         as well.
9990
9991 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9992
9993         Sync from coreutils.
9994
9995         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9996
9997         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9998         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9999
10000 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10001
10002         * modules/restrict: Remove; no longer needed now that we assume
10003         Autoconf 2.59 or later.
10004         * MODULES.html.sh: Remove 'restrict'.
10005         * modules/argp (Depends-on): Remove 'restrict'.
10006         * modules/base64 (Depends-on): Likewise.
10007         * modules/gc (Depends-on): Likewise.
10008         * modules/getaddrinfo (Depends-on): Likewise.
10009         * modules/glob (Depends-on): Likewise.
10010         * modules/inet_ntop (Depends-on): Likewise.
10011         * modules/inet_pton (Depends-on): Likewise.
10012         * modules/memxor (Depends-on): Likewise.
10013         * modules/regex (Depends-on): Likewise.
10014         * modules/strtok_r (Depends-on): Likewise.
10015         * modules/time_r (Depends-on): Likewise.
10016
10017 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10018
10019         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
10020         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
10021         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10022         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
10023         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
10024         * m4/memxor.m4 (gl_MEMXOR): Likewise.
10025         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
10026         gl_C_RESTRICT replaced by AC_C_RESTRICT.
10027
10028         Merge from coreutils.
10029         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
10030         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
10031         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10032         * m4/time_r.m4 (gl_TIME_R): Likewise.
10033
10034 2006-08-09  Karl Berry  <karl@gnu.org>
10035
10036         * config/srclist.txt: no more gettext-tools, per Bruno.
10037
10038 2006-08-08  Eric Blake  <ebb9@byu.net>
10039
10040         * modules/verror: New module.
10041         * MODULES.html.sh: Document it.
10042
10043 2006-08-08  Eric Blake  <ebb9@byu.net>
10044
10045         * lib/verror.h, lib/verror.c: New files.
10046
10047 2006-08-08  Eric Blake  <ebb9@byu.net>
10048
10049         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
10050         verror_at_line output complies with GNU Coding Standards even when
10051         file is NULL.
10052
10053 2006-08-07  Bruno Haible  <bruno@clisp.org>
10054
10055         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
10056         versions of AIX.
10057         Reported by Ralf Wildenhues.
10058
10059 2006-08-07  Bruno Haible  <bruno@clisp.org>
10060
10061         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
10062         in an AC_DEFUN. Needed so that the autoconf snippets can use
10063         AC_REQUIRE.
10064
10065 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10066
10067         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10068         Initialize pkgdata_DATA.
10069         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
10070         overriding it.
10071
10072 2006-08-06  Eric Blake  <ebb9@byu.net>
10073
10074         * lib/error.h: Fold in some upstream changes from glibc.
10075         * lib/error.c: Likewise.
10076
10077 2006-08-04  Bruno Haible  <bruno@clisp.org>
10078
10079         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10080         Make the mostlyclean-local rule depend on mostlyclean-generic.
10081         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
10082
10083 2006-07-31  Bruno Haible  <bruno@clisp.org>
10084
10085         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
10086         <stdlib.h>, <string.h>.
10087
10088 2006-07-30  Bruno Haible  <bruno@clisp.org>
10089
10090         * modules/readlink (License): Change to LGPL.
10091
10092 2006-07-30  Bruno Haible  <bruno@clisp.org>
10093
10094         * modules/javaversion (Makefile.am): Distribute javaversion.java and
10095         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
10096         set PKGDATADIR to point to it.
10097
10098 2006-07-30  Bruno Haible  <bruno@clisp.org>
10099
10100         * modules/csharpexec (configure.ac): Comment out macro invocation.
10101         * modules/javaexec (configure.ac): Likewise.
10102         * modules/javacomp-script (configure.ac): Likewise.
10103
10104         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
10105
10106 2006-07-30  Bruno Haible  <bruno@clisp.org>
10107
10108         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
10109         linked-list.
10110
10111 2006-07-30  Bruno Haible  <bruno@clisp.org>
10112
10113         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
10114
10115 2006-07-30  Bruno Haible  <bruno@clisp.org>
10116
10117         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10118         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
10119         get removed.
10120
10121 2006-07-29  Bruno Haible  <bruno@clisp.org>
10122
10123         Make it possible for gnulib-tool to work with locally modified or
10124         augmented gnulib repositories.
10125         * gnulib-tool (func_usage): Document --local-dir option.
10126         (local_gnulib_dir): New variable.
10127         Handle --local-dir option.
10128         (func_lookup_file): New function.
10129         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
10130         (func_get_description, func_get_filelist, func_get_description,
10131         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
10132         func_get_automake_snippet, func_get_include_directive,
10133         func_get_license, func_get_maintainer): Use func_lookup_file.
10134         (func_import, func_create_testdir): Use func_lookup_file.
10135
10136 2006-07-29  Bruno Haible  <bruno@clisp.org>
10137
10138         * modules/setenv (Depends-on): Add unistd.
10139
10140 2006-07-29  Bruno Haible  <bruno@clisp.org>
10141
10142         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
10143
10144 2006-07-29  Bruno Haible  <bruno@clisp.org>
10145
10146         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
10147
10148 2006-07-29  Bruno Haible  <bruno@clisp.org>
10149
10150         * gnulib-tool (import, update): If there is no Makefile.am, look at
10151         aclocal.m4, instead of bailing out.
10152
10153 2006-07-29  Bruno Haible  <bruno@clisp.org>
10154
10155         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
10156         Categorize the options by when they are useful.
10157
10158 2006-07-29  Bruno Haible  <bruno@clisp.org>
10159
10160         * gnulib-tool (func_usage): Document option --no-libtool.
10161         Handle option --no-libtool.
10162         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
10163         for changed semantics of $libtool variable.
10164         (func_import): Likewise. If libtool is not used, show this through
10165         an option --no-libtool.
10166         (func_create_testdir): Update.
10167
10168 2006-07-29  Bruno Haible  <bruno@clisp.org>
10169
10170         * gnulib-tool (func_import): Extend error message about missing
10171         --doc-base.
10172
10173 2006-07-29  Bruno Haible  <bruno@clisp.org>
10174
10175         * gnulib-tool (func_import): Don't create the $docbase directory if
10176         there is no file to store there.
10177
10178 2006-07-29  Bruno Haible  <bruno@clisp.org>
10179
10180         * gnulib-tool (autoconf_minversion): If a --dir option is given and
10181         relevant, look for configure.ac there, not in the current directory.
10182         Also use a simple search for AC_PREREQ, not "autoconf --trace".
10183
10184 2006-07-29  Bruno Haible  <bruno@clisp.org>
10185
10186         * gnulib-tool (SORT): New variable.
10187         (func_usage): Undocument --assume-autoconf option.
10188         Remove --assume-autoconf option handling.
10189         (autoconf_minversion): Determine from the contents of configure.ac.
10190         (func_import): Remove autoconf_minversion handling.
10191         Suggested by Eric Blake.
10192
10193 2006-07-29  Bruno Haible  <bruno@clisp.org>
10194
10195         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
10196
10197 2006-07-29  Bruno Haible  <bruno@clisp.org>
10198
10199         * config/srclist.txt (*setenv.[ch]): Remove rules.
10200
10201 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10202
10203         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
10204
10205 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10206
10207         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
10208         arpa/inet.h.
10209
10210 2006-07-28  Simon Josefsson  <jas@extundo.com>
10211
10212         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
10213         * modules/inet_pton (Depends-on): Likewise.
10214
10215 2006-07-28  Simon Josefsson  <jas@extundo.com>
10216
10217         * m4/netinet_in_h.m4: New file.
10218
10219 2006-07-28  Simon Josefsson  <jas@extundo.com>
10220
10221         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
10222         #include's.
10223
10224 2006-07-28  Simon Josefsson  <jas@extundo.com>
10225
10226         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
10227         #include's.
10228
10229 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
10230
10231         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
10232         setgid on directories only if they set these bits.
10233         * lib/modechange.h: Remove obsolete comment about masks.
10234
10235 2006-07-28  Eric Blake  <ebb9@byu.net>
10236
10237         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
10238         macro expansion.
10239
10240 2006-07-28  Bruno Haible  <bruno@clisp.org>
10241
10242         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
10243
10244 2006-07-28  Bruno Haible  <bruno@clisp.org>
10245
10246         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
10247
10248 2006-07-28  Bruno Haible  <bruno@clisp.org>
10249
10250         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
10251         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
10252         Define fallbacks.
10253         Avoids link error on FreeBSD 4.x.
10254         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10255
10256         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
10257         encoding.
10258         * lib/mbswidth.c (iswcntrl): Likewise.
10259
10260 2006-07-27  Bruno Haible  <bruno@clisp.org>
10261
10262         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
10263         test.
10264
10265 2006-07-27  Bruno Haible  <bruno@clisp.org>
10266
10267         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
10268         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
10269         defined.
10270
10271 2006-07-26  Eric Blake  <ebb9@byu.net>
10272
10273         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
10274
10275 2006-07-26  Eric Blake  <ebb9@byu.net>
10276
10277         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
10278         like mingw that lack mkstemp.
10279         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
10280         avoid compilation warning on mingw.
10281
10282 2006-07-26  Bruno Haible  <bruno@clisp.org>
10283
10284         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
10285         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
10286         INT_FAST*_MIN, INTPTR_MIN.
10287
10288 2006-07-25  Bruno Haible  <bruno@clisp.org>
10289
10290         * modules/version-etc (Depends-on): Add stdarg.
10291
10292 2006-07-25  Bruno Haible  <bruno@clisp.org>
10293
10294         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
10295         complex commands.
10296
10297 2006-07-25  Bruno Haible  <bruno@clisp.org>
10298
10299         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
10300         defined in <stdarg.h> or config.h.
10301
10302 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
10303
10304         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
10305         (gl_STDIO_SAFER): Remove.
10306
10307 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
10308
10309         * MODULES.html.sh (File stream based Input/Output):
10310         Add fopen-safer, tmpfile-safer; remove stdio-safer.
10311         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
10312         * modules/fopen-safer, modules/tmpfile-safer: New files.
10313         * modules/stdio-safer: Remove.
10314
10315 2006-07-24  Bruno Haible  <bruno@clisp.org>
10316
10317         * modules/tmpdir: New file.
10318         * MODULES.html.sh (File system functions): Add it.
10319
10320 2006-07-24  Bruno Haible  <bruno@clisp.org>
10321
10322         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
10323         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
10324
10325 2006-07-24  Bruno Haible  <bruno@clisp.org>
10326
10327         * modules/clean-temp: New file.
10328
10329 2006-07-24  Bruno Haible  <bruno@clisp.org>
10330
10331         * m4/tmpdir.m4: New file, from GNU gettext.
10332
10333 2006-07-24  Bruno Haible  <bruno@clisp.org>
10334
10335         * lib/tmpdir.h: New file, from GNU gettext.
10336         * lib/tmpdir.c: New file, from GNU gettext.
10337
10338 2006-07-24  Bruno Haible  <bruno@clisp.org>
10339
10340         * lib/clean-temp.h: New file, from GNU gettext.
10341         * lib/clean-temp.c: New file, from GNU gettext.
10342
10343 2006-07-23  Eric Blake  <ebb9@byu.net>
10344
10345         * modules/stdio-safer (Files): Add tmpfile-safer.c.
10346         (Depends-on): Add binary-io.
10347
10348 2006-07-23  Eric Blake  <ebb9@byu.net>
10349
10350         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
10351
10352 2006-07-23  Eric Blake  <ebb9@byu.net>
10353
10354         * lib/tmpfile-safer.c: New file.
10355         * lib/stdio-safer.h (fopen_safer): Add prototype.
10356         * lib/stdio--.h (tmpfile): Make safer.
10357
10358 2006-07-23  Bruno Haible  <bruno@clisp.org>
10359
10360         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
10361         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
10362         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
10363         gl_linked_remove_at): Use it.
10364
10365 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10366         and Simon Josefsson <jas@extundo.com>
10367
10368         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
10369
10370         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
10371
10372 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10373
10374         * modules/close-stream: New file.
10375         * modules/closeout (Description): Make it clear that it exits
10376         with a diagnostic on error.
10377         (Depends-on): Add close-stream.  Remove fpending, stdbool.
10378         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
10379
10380 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10381
10382         * m4/close-stream.m4: New file.
10383
10384 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10385
10386         * lib/close-stream.c, lib/close-stream.h: New files.
10387
10388 2006-07-22  Bruno Haible  <bruno@clisp.org>
10389
10390         Merge from GNU gettext 0.15.
10391
10392         2006-05-01  Bruno Haible  <bruno@clisp.org>
10393
10394                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
10395
10396         2006-07-22  Bruno Haible  <bruno@clisp.org>
10397
10398                 * modules/javaversion: New file.
10399                 * MODULES.html.sh (Java): Add javaversion.
10400
10401         2006-03-12  Bruno Haible  <bruno@clisp.org>
10402
10403                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
10404
10405         2005-12-04  Bruno Haible  <bruno@clisp.org>
10406
10407                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
10408                 (untested).
10409
10410         2006-06-21  Bruno Haible  <bruno@clisp.org>
10411
10412                 Avoid warnings from recent versions of mcs.
10413                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
10414                 -o, -L, -r any more. Use options documented since mcs-1.0
10415                 instead. Similarly for -g.
10416
10417         2005-12-04  Bruno Haible  <bruno@clisp.org>
10418
10419                 * build-aux/csharpcomp.sh.in: Suffix for resources is
10420                 .resources, not .resource.
10421
10422         2005-07-09  Bruno Haible  <bruno@clisp.org>
10423
10424                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
10425                 add a .dll suffix.
10426                 Reported by Mark Junker <mjscod@gmx.de>.
10427
10428         2006-07-22  Bruno Haible  <bruno@clisp.org>
10429
10430                 * modules/gettext: Upgrade to gettext-0.15.
10431                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
10432                 m4/visibility.m4.
10433                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
10434
10435 2006-07-22  Bruno Haible  <bruno@clisp.org>
10436
10437         Merge from GNU gettext 0.15.
10438
10439         2006-03-25  Bruno Haible  <bruno@clisp.org>
10440
10441                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
10442
10443         2006-07-21  Bruno Haible  <bruno@clisp.org>
10444
10445                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
10446                 "1.1".
10447
10448         2006-05-09  Bruno Haible  <bruno@clisp.org>
10449
10450                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
10451                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
10452                 for the conftestver execution.
10453
10454         2006-05-01  Bruno Haible  <bruno@clisp.org>
10455
10456                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
10457                 optional target-version argument. Verify that the compiler
10458                 groks source of the specified source-version, or add -source
10459                 option as necessary. Verify that the compiler produces
10460                 bytecode in the specified target-version, or add -target and
10461                 -source options as necessary. Make the result of the test
10462                 available as variable CONF_JAVAC. Also log error output in
10463                 config.log.
10464
10465         2006-03-11  Bruno Haible  <bruno@clisp.org>
10466
10467                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
10468
10469         2006-05-09  Bruno Haible  <bruno@clisp.org>
10470
10471                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
10472                 CLASSPATH_SEPARATOR to a semicolon.
10473
10474         2006-03-12  Bruno Haible  <bruno@clisp.org>
10475
10476                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
10477                 available as variable CONF_JAVA, for subsequent autoconf
10478                 tests. Also log error output in config.log.
10479
10480         2006-07-19  Bruno Haible  <bruno@clisp.org>
10481
10482                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
10483                 that getline works on glibc2 systems. Needed to avoid trouble
10484                 in relocatable.c.
10485                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
10486
10487         2005-12-04  Bruno Haible  <bruno@clisp.org>
10488
10489                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
10490                 launcher (untested).
10491
10492         2005-12-04  Bruno Haible  <bruno@clisp.org>
10493
10494                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
10495
10496         2006-07-22  Bruno Haible  <bruno@clisp.org>
10497
10498                 * gettext.m4: Update from GNU gettext-0.15.
10499                 * nls.m4: Likewise.
10500                 * po.m4: Likewise.
10501                 * inttypes-pri.m4: Likewise.
10502                 * inttypes-h.m4: Renamed from inttypes.m4.
10503                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
10504
10505 2006-07-22  Bruno Haible  <bruno@clisp.org>
10506
10507         Merge from GNU gettext 0.15.
10508
10509         2005-07-05  Bruno Haible  <bruno@clisp.org>
10510
10511                 * printf-args.c (printf_fetchargs): Work around broken
10512                 definition of wint_t on mingw.
10513
10514         2005-02-12  Bruno Haible  <bruno@clisp.org>
10515
10516                 * xallocsa.h: Add extern "C" for C++.
10517
10518         2006-05-17  Bruno Haible  <bruno@clisp.org>
10519
10520                 Cygwin portability.
10521                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
10522
10523         2006-04-30  Bruno Haible  <bruno@clisp.org>
10524
10525                 * progreloc.c: Include <mach-o/dyld.h> if available.
10526                 (find_executable): Use _NSGetExecutablePath when possible.
10527
10528         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10529
10530                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
10531                 function.
10532
10533         2005-12-29  Bruno Haible  <bruno@clisp.org>
10534
10535                 * progreloc.c (set_program_name_and_installdir): Fix
10536                 compilation error.
10537
10538         2005-12-04  Bruno Haible  <bruno@clisp.org>
10539
10540                 Cygwin portability.
10541                 * progreloc.c: Include <windows.h> also on Cygwin.
10542                 (find_executable): Add support for Cygwin.
10543                 (set_program_name_and_installdir): Handle also platforms with
10544                 nonempty EXEEXT.
10545
10546         2006-07-11  Bruno Haible  <bruno@clisp.org>
10547
10548                 * javacomp.c: Fix a comment.
10549                 Reported by Jim Meyering.
10550
10551         2006-04-30  Bruno Haible  <bruno@clisp.org>
10552
10553                 * javacomp.h (compile_java_class): Add source_version,
10554                 target_version arguments.
10555                 * javacomp.c: Rewritten to choose only a compiler that
10556                 respects the specified source_version and target_version.
10557
10558         2006-06-27  Bruno Haible  <bruno@clisp.org>
10559
10560                 Assume correct S_ISDIR macro.
10561                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
10562
10563         2006-07-22  Bruno Haible  <bruno@clisp.org>
10564
10565                 * javaversion.h: New file, from GNU gettext.
10566                 * javaversion.c: New file, from GNU gettext.
10567                 * javaversion.java: New file, from GNU gettext.
10568                 * javaversion.class: New file, from GNU gettext.
10569
10570         2006-05-17  Bruno Haible  <bruno@clisp.org>
10571
10572                 Cygwin portability.
10573                 * javaexec.c (execute_java_class): Test for jview program
10574                 also on Cygwin.
10575
10576         2006-04-09  Bruno Haible  <bruno@clisp.org>
10577
10578                 * fatal-signal.c: Don't include string.h.
10579                 (at_fatal_signal): Use a copying loop instead of memcpy.
10580
10581         2005-12-04  Bruno Haible  <bruno@clisp.org>
10582
10583                 * csharpexec.c: Add support for 'clix' launcher (untested).
10584                 (execute_csharp_using_sscli): New function.
10585                 (execute_csharp_program): Call it.
10586
10587         2006-06-21  Bruno Haible  <bruno@clisp.org>
10588
10589                 Avoid warnings from recent versions of mcs.
10590                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
10591                 -o, -L, -r any more. Use options documented since mcs-1.0
10592                 instead. Similarly for -g.
10593
10594         2005-07-09  Bruno Haible  <bruno@clisp.org>
10595
10596                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
10597                 add a .dll suffix.
10598                 Reported by Mark Junker <mjscod@gmx.de>.
10599
10600         2006-06-17  Bruno Haible  <bruno@clisp.org>
10601
10602                 * config.charset: Update for NetBSD 3.0.
10603
10604         2006-05-17  Bruno Haible  <bruno@clisp.org>
10605
10606                 Cygwin portability.
10607                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
10608
10609         2006-05-16  Bruno Haible  <bruno@clisp.org>
10610
10611                 * localcharset.c [CYGWIN]: Include <windows.h>.
10612                 (get_charset_aliases): For Cygwin, return the same CPxxx
10613                 aliases list as under WIN32.
10614                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
10615                 the environment variables. Fall back to GetACP().
10616
10617         2006-04-05  Bruno Haible  <bruno@clisp.org>
10618
10619                 * config.charset: Update Juan Manuel Guerrero's address.
10620
10621         2005-02-12  Bruno Haible  <bruno@clisp.org>
10622
10623                 * allocsa.h: Add extern "C" for C++.
10624
10625         2005-02-10  Bruno Haible  <bruno@clisp.org>
10626
10627                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
10628                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
10629
10630         2006-07-22  Bruno Haible  <bruno@clisp.org>
10631
10632                 * gettext.h: Update to GNU gettext-0.15.
10633
10634 2006-07-22  Bruno Haible  <bruno@clisp.org>
10635
10636         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
10637         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
10638         lib-prefix.m4, longdouble.m4, ssize_t.m4.
10639
10640 2006-07-21  Eric Blake  <ebb9@byu.net>
10641
10642         * modules/stdlib-safer: New file.
10643         * MODULES.html.sh (File stream based Input/Output): Add
10644         stdlib-safer.
10645
10646 2006-07-21  Eric Blake  <ebb9@byu.net>
10647
10648         * lib/stdlib-safer.h: New file from coreutils, required by
10649         stdlib--.h.
10650
10651 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
10652
10653         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
10654
10655 2006-07-20  Bruno Haible  <bruno@clisp.org>
10656
10657         * gnulib-tool: Recognize new option --assume-autoconf.
10658         (autoconf_minversion): New variable.
10659         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
10660
10661 2006-07-20  Bruno Haible  <bruno@clisp.org>
10662
10663         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
10664
10665 2006-07-19  Derek R. Price  <derek@ximbiot.com>
10666
10667         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
10668         Reindent and repaginate.
10669
10670 2006-07-19  Derek Price  <derek@ximbiot.com>
10671
10672         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
10673         Correct grammar.
10674
10675 2006-07-17  Bruno Haible  <bruno@clisp.org>
10676
10677         * modules/list: New file.
10678         * modules/array-list: New file.
10679         * modules/carray-list, modules/carray-list-tests: New files.
10680         * modules/linked-list, modules/linked-list-tests: New files.
10681         * modules/avltree-list, modules/avltree-list-tests: New files.
10682         * modules/rbtree-list, modules/rbtree-list-tests: New files.
10683         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
10684         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
10685         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
10686         * modules/oset: New file.
10687         * modules/array-oset: New file.
10688         * modules/avltree-oset, modules/avltree-oset-tests: New files.
10689         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
10690         * tests/test-carray_list.c: New file.
10691         * tests/test-linked_list.c: New file.
10692         * tests/test-avltree_list.c: New file.
10693         * tests/test-rbtree_list.c: New file.
10694         * tests/test-linkedhash_list.c: New file.
10695         * tests/test-avltreehash_list.c: New file.
10696         * tests/test-rbtreehash_list.c: New file.
10697         * tests/test-avltree_oset.c: New file.
10698         * tests/test-rbtree_oset.c: New file.
10699         * MODULES.html.sh (Container data structures): New section.
10700
10701 2006-07-17  Bruno Haible  <bruno@clisp.org>
10702
10703         * m4/gl_list.m4: New file.
10704
10705 2006-07-17  Bruno Haible  <bruno@clisp.org>
10706
10707         * lib/gl_list.h: New file.
10708         * lib/gl_list.c: New file.
10709         * lib/gl_array_list.h: New file.
10710         * lib/gl_array_list.c: New file.
10711         * lib/gl_carray_list.h: New file.
10712         * lib/gl_carray_list.c: New file.
10713         * lib/gl_linked_list.h: New file.
10714         * lib/gl_linked_list.c: New file.
10715         * lib/gl_anylinked_list1.h: New file.
10716         * lib/gl_anylinked_list2.h: New file.
10717         * lib/gl_avltree_list.h: New file.
10718         * lib/gl_avltree_list.c: New file.
10719         * lib/gl_anyavltree_list1.h: New file.
10720         * lib/gl_anyavltree_list2.h: New file.
10721         * lib/gl_rbtree_list.h: New file.
10722         * lib/gl_rbtree_list.c: New file.
10723         * lib/gl_anyrbtree_list1.h: New file.
10724         * lib/gl_anyrbtree_list2.h: New file.
10725         * lib/gl_anytree_list1.h: New file.
10726         * lib/gl_anytree_list2.h: New file.
10727         * lib/gl_linkedhash_list.h: New file.
10728         * lib/gl_linkedhash_list.c: New file.
10729         * lib/gl_anyhash_list1.h: New file.
10730         * lib/gl_anyhash_list2.h: New file.
10731         * lib/gl_avltreehash_list.h: New file.
10732         * lib/gl_avltreehash_list.c: New file.
10733         * lib/gl_rbtreehash_list.h: New file.
10734         * lib/gl_rbtreehash_list.c: New file.
10735         * lib/gl_anytreehash_list1.h: New file.
10736         * lib/gl_anytreehash_list2.h: New file.
10737
10738         * lib/gl_oset.h: New file.
10739         * lib/gl_oset.c: New file.
10740         * lib/gl_array_oset.h: New file.
10741         * lib/gl_array_oset.c: New file.
10742         * lib/gl_avltree_oset.h: New file.
10743         * lib/gl_avltree_oset.c: New file.
10744         * lib/gl_rbtree_oset.h: New file.
10745         * lib/gl_rbtree_oset.c: New file.
10746         * lib/gl_anytree_oset.h: New file.
10747
10748 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10749
10750         * m4/mkancesdirs.m4: New file.
10751         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10752         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10753         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10754         it.
10755
10756 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10757
10758         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10759         * lib/mkancesdirs.h: New files.
10760         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10761         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10762         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10763         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10764         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10765         callers changed.  Revamp internals significantly, by not
10766         attempting to create directories that are temporarily more
10767         permissive than the final results.  Do not attempt to use
10768         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10769         This removes some race conditions, fixes some bugs, and simplifies
10770         things.  Use new dirchownmod function to do owner and mode changes.
10771         * lib/mkdir-p.h: Likewise.
10772         * lib/modechange.c (octal_to_mode): New function.
10773         (struct mode_change): New member mentioned.
10774         (make_node_op_equals): New arg mentioned.  All callers changed.
10775         (mode_compile): Keep track of which mode bits the user has explicitly
10776         mentioned.
10777         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10778         New arg PMODE_BITS, to keep track of which mode bits the user
10779         mentioned; it treats S_ISUID and S_ISGID speciall.
10780         All callers changed.
10781         * lib/modechange.h: Likewise.
10782
10783 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10784
10785         * MODULES.html.sh: Add mkancestors.
10786         * modules/mkancesdirs: New module.
10787         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10788         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10789         The chdir-safer and afs files are now orphans; I'll remove them
10790         unless someone speaks up.
10791         Add lib/dirchownmod.c, lib/dirchownmod.h.
10792         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10793         Add lchown, mkancesdirs.
10794         (Maintainer): Add self.
10795
10796 2006-07-15  Karl Berry  <karl@gnu.org>
10797
10798         * gnulib-tool: help message wording/arrangement.
10799
10800 2006-07-14  Simon Josefsson  <jas@extundo.com>
10801
10802         * doc/gnulib.texi (Libtool and Windows): New section.
10803
10804 2006-07-12  Simon Josefsson  <jas@extundo.com>
10805
10806         * modules/gendocs (License): Fix license, approved by Karl.
10807
10808 2006-07-12  Eric Blake  <ebb9@byu.net>
10809
10810         * MODULES.html.sh: Add gendocs.
10811
10812 2006-07-11  Eric Blake  <ebb9@byu.net>
10813
10814         * modules/fdl: New module, to install doc/fdl.texi.
10815         * MODULES.html.sh: Add new section for documentation modules.
10816         * gnulib-tool: Avoid space-tab.
10817         (--doc-base): New option, to manage files from doc.
10818
10819 2006-07-11  Eric Blake  <ebb9@byu.net>
10820
10821         * m4/absolute-header.m4: Fix comments to match recent change.
10822
10823 2006-07-11  Eric Blake  <ebb9@byu.net>
10824
10825         * gnulib-tool: List --doc-base before --tests-base.
10826
10827 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10828
10829         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10830
10831 2006-07-11  Bruno Haible  <bruno@clisp.org>
10832
10833         * README: Mention where to put documentation.
10834
10835 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10836
10837         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10838
10839 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10840
10841         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10842         to stdint.m4.
10843
10844 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10845
10846         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10847         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10848         "no/such/file/stdint.h" when there is no such file, so that
10849         the resulting C code can be parsed by dodgy compilers.
10850         Problems reported by Bob Proulx.
10851
10852 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10853
10854         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10855         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10856         macros into the GNU _D_EXACT_NAMLEN.
10857         * lib/savedir.c:  Likewise.
10858         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10859
10860 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10861         and Paul Eggert  <eggert@cs.ucla.edu>
10862
10863         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10864         * m4/savedir.m4:
10865         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10866         macros into the GNU _D_EXACT_NAMLEN.
10867
10868 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10869
10870         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10871         around the absolute name, to work around a problem with the HP-UX
10872         11.23 native C compiler, reported by Bob Proulx.
10873
10874 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10875
10876         * doc/maintain.texi, make-stds.texi: Sync from
10877         <http://savannah.gnu.org/projects/gnustandards>.
10878
10879 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10880
10881         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10882
10883 2006-07-09  Jim Meyering  <jim@meyering.net>
10884
10885         * m4/glob.m4: Remove a doubled word in a comment.
10886
10887 2006-07-09  Jim Meyering  <jim@meyering.net>
10888
10889         * lib/argp-pv.c: Remove a doubled word in a comment.
10890         * lib/check-version.c (check_version): Likewise.
10891         * lib/javacomp.c (compile_java_class): Likewise.
10892
10893 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10894
10895         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10896         for the benefit of people using Autoconf 2.60.  If you want to
10897         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10898         (or m4/onceonly.m4, if pre-2.57) manually.
10899
10900 2006-07-08  Jim Meyering  <jim@meyering.net>
10901
10902         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10903         comment.
10904         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10905         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10906         comment.
10907
10908 2006-07-08  Jim Meyering  <jim@meyering.net>
10909
10910         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10911
10912 2006-07-07  Simon Josefsson  <jas@extundo.com>
10913
10914         * tests/test-crc.c: Change expected crc value, the test vector
10915         were probably computed using the old broken crc.c?
10916
10917 2006-07-06  Simon Josefsson  <jas@extundo.com>
10918
10919         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10920         now the canonical place for the M4 file).
10921
10922         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10923         from the sys_socket dependency now.
10924
10925         * modules/inet_pton (Files): Ditto.
10926
10927         * modules/inet_ntop (Files): Ditto.
10928
10929 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10930
10931         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10932         not gl_PREREQ_GETUSERSHELL.
10933
10934 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10935
10936         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10937         with only one argument, for Autoconf 2.60.
10938         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10939         expand to nothing, so add a shell command to avoid syntax error.
10940         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10941
10942 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10943
10944         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10945
10946 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10947
10948         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10949         no longer needed.  Check for isblank decl.
10950         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10951         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10952         of existence.
10953
10954 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10955
10956         * lib/getloadavg.c: Use __VMS, not VMS.
10957         * lib/getopt.c: Likewise.
10958         * lib/getpagesize.h: Likewise.
10959         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10960         and probably does not work.
10961
10962 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10963
10964         * lib/.cppi-disable: Add wcwidth.
10965         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10966         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10967         (ISGRAPH): Remove.  All uses changed to isgraph.
10968         (FOLD) [!defined _LIBC]: Remove special case.
10969         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10970         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10971         HAVE_ISBLANK.
10972         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10973         case.
10974
10975 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10976
10977         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10978         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10979         brackets.  Other minor changes to suppress some compiler
10980         warnings.
10981
10982 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10983         and Paul Eggert  <eggert@cs.ucla.edu>
10984
10985         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10986         of invoking obsolescent AC_HEADER_DIRENT macro.
10987         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10988         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10989         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10990         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10991         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10992         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10993         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10994         * m4/readdir.m4: Remove; no longer needed.
10995
10996 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10997         and Paul Eggert  <eggert@cs.ucla.edu>
10998
10999         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
11000         Don't worry about this obsolete case any more.
11001         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
11002         directories.
11003         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
11004         worry about this obsolete case any more.
11005         * lib/fts.c: Likewise.
11006         * lib/getcwd.c: Likewise.
11007         * lib/glob.h: Likewise.
11008         * lib/savedir.c: Likewise.
11009
11010 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11011
11012         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
11013         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
11014         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
11015         needed.
11016         All uses removed.
11017         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11018         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
11019         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
11020         needed.
11021         * m4/getdate.m4 (gl_GETDATE): Likewise.
11022         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
11023         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
11024         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
11025         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11026         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
11027         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
11028         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
11029         needed.
11030
11031 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11032
11033         * lib/memcasecmp.c: Include <limits.h>.
11034         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
11035         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
11036         Don't assume isdigit succeeds only on '0' through '9'.
11037
11038 2006-07-05  Eric Blake  <ebb9@byu.net>
11039
11040         * modules/getaddrinfo (Depends-on): Add snprintf.
11041
11042 2006-07-05  Eric Blake  <ebb9@byu.net>
11043
11044         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
11045         to avoid 'header present but could not be compiled' on cygwin.
11046
11047 2006-07-05  Eric Blake  <ebb9@byu.net>
11048
11049         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
11050         missing from netdb.h.
11051         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
11052
11053 2006-07-05  Derek R. Price  <derek@ximbiot.com>
11054
11055         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
11056         no longer needed.
11057         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
11058         * m4/getdate.m4 (gl_GETDATE): Likewise.
11059         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
11060         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
11061         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
11062         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11063         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
11064
11065 2006-07-05  Derek R. Price  <derek@ximbiot.com>
11066
11067         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
11068         All uses of is_space replaced by isspace.
11069         * lib/exit.h: Don't talk about STDC_HEADERS.
11070         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
11071         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
11072         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
11073         replaced by isprint etc.
11074         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
11075         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
11076         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
11077         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
11078         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
11079         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
11080
11081 2006-07-05  Bruno Haible  <bruno@clisp.org>
11082
11083         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
11084         the function exists, before testing against AIX.
11085         Reported by Martin Lambers <marlam@marlam.de>.
11086
11087 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
11088
11089         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
11090         From Mark D. Baushke.
11091
11092 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
11093
11094         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
11095         to the absolute name, not just one, to bypass Sun C 5.8's
11096         "warning: #include of /usr/include/... may be non-portable".
11097
11098 2006-07-04  Eric Blake  <ebb9@byu.net>
11099
11100         * modules/dirname-tests: New test module.
11101         * tests/test-dirname.c: New file, replacing dirname.c
11102         TEST_DIRNAME section that was recently deleted.
11103
11104 2006-07-04  Bruno Haible  <bruno@clisp.org>
11105
11106         Assume ANSI C header files and <ctype.h> functions.
11107         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
11108         (mbsnwidth): Use isprint, iscntrl instead.
11109
11110 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11111
11112         Merge from coreutils.
11113         * MODULES.html.sh: Add xstrtold.
11114         * modules/xstrtold: New file.
11115         * modules/cycle-check (Files): Add lib/same-inode.h.
11116         * modules/dirname (Files): Add m4/double-slash-root.m4.
11117         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
11118         * modules/mkdir-p (Files): Add lib/same-inode.h.
11119         * modules/same (Files): Add lib/same-inode.h.
11120
11121 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11122
11123         * m4/absolute-header.m4: Renamed from full-header-path.m4.
11124         This is to keep the terminology clean; POSIX talks about
11125         "absolute pathnames", not "full pathnames", but the GNU
11126         Coding Standards say to use "path" for something else;
11127         so use "absolute" to keep both sides happy.
11128         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
11129         Set gl_absolute_header, not gl_full_header_path.
11130         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
11131         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
11132         All uses changed.
11133
11134         Merge from coreutils.
11135
11136         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
11137
11138         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
11139         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
11140         want to require the building of c-strtod.o.
11141         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
11142         needs -lm directly.
11143         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
11144
11145         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11146
11147         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
11148         --as-needed option if available.  Problem reported by Albert Chin in
11149         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
11150         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
11151         cc merely issues a bunch of annoying warnings for --as-needed
11152         (this problem was reported by Bob Proulx).  Also, try linking with
11153         -lm to detect a bug in binutils 2.16 (this problem was reported
11154         by Ralf Wildenhues).
11155
11156         2006-06-18  Jim Meyering  <jim@meyering.net>
11157
11158         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
11159         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
11160         macro.
11161         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
11162         also check for glibc-2.4's abort-inducing bug.
11163
11164         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
11165         Low-probability clean-up should be to use rmdir to get rid of
11166         the just-created directory, not unlink.
11167
11168         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
11169         configure fail, and request a bug report to inform us about it.
11170         Add a comment that, barring reports to the contrary, in 2007 we'll
11171         assume ftruncate is universally available.
11172
11173         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
11174
11175         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
11176
11177         2006-03-12  Jim Meyering  <jim@meyering.net>
11178
11179         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
11180         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
11181         * m4/same.m4 (gl_SAME): Likewise.
11182         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
11183
11184         2006-03-11  Eric Blake  <ebb9@byu.net>
11185
11186         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
11187         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
11188         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
11189         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
11190
11191 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11192
11193         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
11194         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
11195         reported by Mark D. Baushke, one in
11196         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
11197
11198         Merge from coreutils.
11199
11200         * lib/.cppi-disable: Add stdint_.h.
11201         * lib/.cvsignore: Add stdint.h.
11202
11203         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
11204
11205         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
11206         both double and long double versions.
11207         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
11208         * lib/xstrtold.c: New file.
11209         * lib/xstrtod.h (xstrtold): New decl.
11210
11211         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
11212
11213         * lib/filemode.c (setst): Remove.
11214         (strmode): Rewrite to avoid setst.  This makes the code shorter,
11215         (arguably) clearer, and the generated code is a bit smaller on my
11216         Debian GNU/Linux stable x86 host.
11217
11218         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
11219
11220         * lib/filemode.c: Include "filemode.h" first, to test the interface.
11221         Assume that filemode.h includes sys/types.h and sys/stat.h.
11222         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
11223         (ftypelet): Reorder to put common cases first, for efficiency.
11224         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
11225         to do 'M'.
11226         (strmode): Renamed from mode_string, and now stores 12 bytes instead
11227         of 10, for compatibility with FreeBSD.  All callers changed.
11228         (filemodestring): Now stores 12 bytes instead of 10, and sets file
11229         types that can't be deduced solely from st_mode.  First arg is now a
11230         const pointer.
11231         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
11232         (strmode): Renamed from mode_string.
11233         (filemodestring): New decl.
11234         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
11235         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
11236         needed.
11237         (S_ISPORT, S_ISWHT): New macros, if not already defined.
11238
11239         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
11240
11241         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
11242         fsusage.h now does that.  Include fsusage.h first, to test interface.
11243         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
11244         at most one method (the old code could have generated decls that
11245         didn't conform to C89, not that this was ever exercised).
11246         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
11247
11248         2006-03-19  Jim Meyering  <jim@meyering.net>
11249
11250         Work even in a chroot where d_ino values for entries in "/"
11251         don't match the stat.st_ino values for the same names.
11252         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
11253         number, iterate through all entries again, using lstat instead.
11254         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
11255         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
11256
11257         * lib/getcwd.c (__getcwd): Clarify a comment.
11258         Use memcpy in place of a call to strcpy.
11259
11260         2006-03-12  Jim Meyering  <jim@meyering.net>
11261
11262         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
11263         matches that of the current directory (which we're about to chdir ".."
11264         out of), then save the dev-ino of the parent, instead.
11265
11266         * lib/same-inode.h (SAME_INODE): New file/macro.
11267         * lib/chdir-safer.c (SAME_INODE): Remove definition.
11268         Include "same-inode.h", instead.
11269         * lib/same.c: Likewise.
11270         * lib/cycle-check.h: Include "same-inode.h".
11271         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
11272         * lib/cycle-check.c (SAME_INODE): Remove definition.
11273         * lib/root-dev-ino.h: Include "same-inode.h".
11274
11275         2006-03-11  Eric Blake  <ebb9@byu.net>
11276
11277         * lib/same.c (same_name): s/base_name/last_component/
11278         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
11279         * lib/filenamecat.c (file_name_concat): Likewise.
11280
11281         2006-03-11  Eric Blake  <ebb9@byu.net>,
11282                     Paul Eggert  <eggert@cs.ucla.edu>
11283
11284         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
11285         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
11286         drive prefix.
11287         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
11288         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
11289         (last_component): New method.
11290         * lib/dirname.c (dir_len): Determine when drive letters need a
11291         subsequent slash.  Preserve // when it is special.
11292         (dir_name): Don't append dot when drive letter is absolute.
11293         [TEST_DIRNAME]: Move into a full-blown gnulib test.
11294         * lib/basename.c (base_name): New semantics - malloc the result.
11295         Preserve // when it is special.  Preserve relative files that look
11296         like drive letters.
11297         (base_len): Preserve // when it is special.
11298         (last_component): New method, similar to old base_name semantics.
11299         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
11300         base_name.  Strip redundant slashes from ///.
11301
11302 2006-07-03  Jim Meyering  <jim@meyering.net>
11303
11304         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
11305         macro is used before the first cycle_check call.
11306
11307 2006-07-03  Eric Blake  <ebb9@byu.net>
11308
11309         * modules/dirname (Depends-on): Add xstrndup.
11310
11311 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11312
11313         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
11314         test cases, so that config.log is a bit easier to follow.
11315
11316 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11317
11318         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
11319         both are 64 bits, since this seems to be the tradition, and this
11320         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
11321         we ever run into a host that prefers long long to long in this
11322         case, we'll need another configure-time test.  Problem reported by
11323         Jim Meyering.
11324
11325 2006-07-02  Eric Blake  <ebb9@byu.net>
11326
11327         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
11328
11329 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11330
11331         * modules/inttypes (Depends-on): No longer depends on stdint.
11332         * modules/stdint (Description): Say more about assumptions.
11333         Say that the fast types might differ.  Say macros are used.
11334         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
11335         (Makefile.am): Revise list of substituted symbols to match
11336         new stdint.m4.
11337         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
11338         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
11339         * tests/test-stdint.c (verify_same_types)
11340         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
11341         the code conforms to C99/C89.
11342         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
11343         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
11344
11345 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11346
11347         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
11348         but fix a bug, by requiring at least 64 bits.
11349         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
11350         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
11351         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
11352         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
11353
11354         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
11355         changes.  Make 2.59 a prerequisite.  Check and substitute for
11356         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
11357         inttypes.h.  Do not use special include files; just use the
11358         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
11359         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
11360         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
11361         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
11362         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
11363         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
11364         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
11365         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
11366         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
11367         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
11368         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
11369         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
11370         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
11371         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
11372         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
11373         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
11374         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
11375         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
11376         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
11377         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
11378         WINT_MAX.  Check for C99 conformance more strictly, by detecting
11379         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
11380         not check for things that C99 does not require, e.g., int8_t.  If
11381         a test isn't needed unless <stdint.h> isn't working, and is
11382         unlikely to be needed for any other reason, then don't do it
11383         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
11384         size_t, since we assume C89 freestanding at least.  Do not check
11385         for sig_atomic_t, wchar_t, or wint_t, since the code now does
11386         the right thing even if the types are not defined.  Instead use:
11387         (gl_STDINT_TYPE_PROPERTIES): New macro.
11388         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
11389         testing whether <sys/types.h> clashes, as Autoconf does this for
11390         us now.  All uses removed.
11391         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
11392         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
11393         (gl_CHECK_TYPE_SAME):
11394         Remove; no longer needed.
11395         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
11396         exists, since we'll return 0 anyway in that case.
11397         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
11398
11399 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11400
11401         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
11402         possible collision with system files.
11403         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
11404         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
11405         WCHAR_MIN and WCHAR_MAX in this case.
11406         (<stddef.h>): Do not include; no longer needed.
11407         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
11408         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
11409         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
11410         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
11411         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
11412         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
11413         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
11414         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
11415         !defined(__c99))]: Include in this case too, since it's harmless
11416         now.
11417         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
11418         dangerous to do so.
11419         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
11420         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
11421         (_STDINT_MIN, _STDINT_MAX): New macros.
11422         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
11423         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
11424         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
11425         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
11426         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
11427         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
11428         macros, not typedefs; this simplifies things quite a bit.
11429         Use long int for all types narrower than int64_t.
11430         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
11431         Define in terms of long long int or int64_t or long int,
11432         not int64_t or int32_t.  This saves some compile-time testing.
11433         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
11434         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
11435         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
11436         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
11437         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
11438         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
11439         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
11440         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
11441         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
11442         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
11443         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11444         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11445         undef any previous version and define our own version, for
11446         simplicity and consistency with the new macros for types.
11447         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11448         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11449         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
11450         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
11451         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
11452         @WINT_T_SUFFIX@ to keep things simple here.
11453         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
11454         Simplify by assuming typical 8/16/32/64 host, since we're
11455         already doing that elsewhere anyway.
11456         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
11457         and assume long long int is 64 bits if available.  This
11458         speeds up 'configure'.
11459
11460 2006-07-01  Eric Blake  <ebb9@byu.net>
11461
11462         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
11463         Reported by Andreas Buening.
11464
11465 2006-07-01  Eric Blake  <ebb9@byu.net>
11466
11467         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
11468
11469 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
11470
11471         * lib/getaddrinfo.c: fixed typo
11472
11473 2006-06-29  Jim Meyering  <jim@meyering.net>
11474
11475         * modules/strftime (Maintainer): Add my name, since with the
11476         FPRINTFTIME changes strftime.c has forked from glibc.
11477
11478 2006-06-29  Eric Blake  <ebb9@byu.net>
11479
11480         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
11481
11482 2006-06-29  Eric Blake  <ebb9@byu.net>
11483
11484         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
11485
11486 2006-06-29  Eric Blake  <ebb9@byu.net>
11487
11488         * lib/stat_.h: New file.
11489
11490 2006-06-29  Eric Blake  <ebb9@byu.net>
11491
11492         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
11493         unused static function.
11494
11495 2006-06-29  Eric Blake  <ebb9@byu.net>
11496
11497         * doc/functions.texi (Function Portability): Document missing lstat
11498         on mingw.
11499
11500 2006-06-29  Eric Blake  <ebb9@byu.net>
11501
11502         * MODULES.html.sh: Add sys_stat.
11503         * modules/sys_stat: New module.
11504         * modules/mkstemp (Depends-on): Add sys_stat.
11505
11506 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11507
11508         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
11509
11510 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11511
11512         * m4/c-bs-a.m4: Removed.
11513
11514 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11515
11516         * lib/strftime.c: Assume strftime() exists.
11517
11518 2006-06-29  Derek Price  <derek@ximbiot.com>
11519
11520         * modules/c-bs-a: Removed - \a is C89.
11521         * MODULES.html.sh: Remove c-bs-a.
11522
11523 2006-06-29  Bruno Haible  <bruno@clisp.org>
11524
11525         * modules/wcwidth (License): Change to LGPL.
11526
11527 2006-06-28  Simon Josefsson  <jas@extundo.com>
11528
11529         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
11530         on _WIN32.
11531
11532         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
11533         getnameinfo.
11534
11535 2006-06-28  Simon Josefsson  <jas@extundo.com>
11536
11537         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
11538
11539 2006-06-28  Simon Josefsson  <jas@extundo.com>
11540
11541         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
11542         functions there.  It will succeed on Windows XP, but on Windows
11543         2000 and (presumably) earlier, it will fail, and use the internal
11544         re-implementation.
11545         (use_win32_p): New function.
11546         (getaddrinfo): Use strtoul on servname, to support numeric ports.
11547         Support AI_NUMERICSERV to disable getservbyname.
11548         (getnameinfo): New function, only supports
11549         NI_NUMERICHOST|NI_NUMERICSERV for now.
11550
11551         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
11552         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
11553         getnameinfo.
11554
11555 2006-06-28  Eric Blake  <ebb9@byu.net>
11556
11557         * modules/wcwidth: New file.
11558         * modules/mbchar (Depends-on): Add wcwidth.
11559         * modules/mbswidth (Depends-on): Add wcwidth.
11560         * MODULES.html.sh: Add wcwidth.
11561
11562 2006-06-28  Eric Blake  <ebb9@byu.net>
11563
11564         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
11565         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
11566
11567 2006-06-28  Eric Blake  <ebb9@byu.net>
11568
11569         * lib/xvasprintf.h: Fix comments.
11570
11571 2006-06-28  Eric Blake  <ebb9@byu.net>
11572
11573         * lib/mbchar.h (wcwidth): Include wcwidth.h.
11574         * lib/mbswidth.c (wcwidth): Move from here...
11575         * lib/wcwidth.h: ...to this new file.
11576
11577 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11578
11579         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
11580
11581         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
11582         it's obsolete.
11583         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
11584
11585 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11586
11587         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
11588         Autoconf 2.60 says this stuff was obsolete.
11589
11590 2006-06-28  Bruno Haible  <bruno@clisp.org>
11591
11592         * modules/wcwidth (Files): Add m4/wchar_t.m4.
11593
11594 2006-06-28  Bruno Haible  <bruno@clisp.org>
11595
11596         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
11597         gt_TYPE_WCHAR_T.
11598
11599 2006-06-28  Bruno Haible  <bruno@clisp.org>
11600
11601         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
11602         declaration for wcwidth.
11603         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
11604
11605 2006-06-28  Bruno Haible  <bruno@clisp.org>
11606
11607         * lib/mkdtemp.c [MINGW]: Include <io.h>.
11608         (mkdir): Define using _mkdir.
11609
11610 2006-06-28  Bruno Haible  <bruno@clisp.org>
11611
11612         * lib/getaddrinfo.h: Fix POSIX URL.
11613         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
11614         _WIN32.
11615         (use_win32_p): Make static.
11616         (getaddrinfo): Reject service name if it is empty or does not consist
11617         solely of decimal digits, or if its value is > 65535.
11618         (getnameinfo): Remove useless casts.
11619
11620 2006-06-27  Simon Josefsson  <jas@extundo.com>
11621
11622         * modules/sys_select: New file, suggested by Bruno Haible, Paul
11623         Eggert and Martin Lambers.
11624
11625 2006-06-27  Simon Josefsson  <jas@extundo.com>
11626
11627         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
11628         Eggert and Martin Lambers.
11629
11630 2006-06-27  Bruno Haible  <bruno@clisp.org>
11631
11632         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
11633         result to 0, not to empty.
11634         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
11635
11636 2006-06-27  Bruno Haible  <bruno@clisp.org>
11637
11638         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
11639
11640 2006-06-26  Simon Josefsson  <jas@extundo.com>
11641
11642         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
11643         present.
11644
11645 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11646
11647         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
11648         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
11649         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
11650
11651 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
11652
11653         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
11654
11655 2006-06-26  Bruno Haible  <bruno@clisp.org>
11656
11657         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
11658
11659 2006-06-26  Bruno Haible  <bruno@clisp.org>
11660
11661         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
11662
11663 2006-06-26  Bruno Haible  <bruno@clisp.org>
11664
11665         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
11666         SGI C compiler in pre-C99 mode.
11667         Suggested by Mark D. Baushke and Larry Jones.
11668
11669 2006-06-26  Bruno Haible  <bruno@clisp.org>
11670
11671         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
11672         WCHAR_MAX.
11673         Reported by Mark D. Baushke and Larry Jones.
11674
11675 2006-06-26  Bruno Haible  <bruno@clisp.org>
11676
11677         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
11678         in pre-C99 mode.
11679         Suggested by Mark D. Baushke and Larry Jones.
11680
11681 2006-06-23  Simon Josefsson  <jas@extundo.com>
11682             Bruno Haible  <bruno@clisp.org>
11683
11684         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
11685         Emit mostlyclean-local rule.
11686         (func_emit_tests_Makefile_am): Likewise.
11687         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
11688
11689 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
11690
11691         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
11692
11693 2006-06-23  Bruno Haible  <bruno@clisp.org>
11694
11695         * tests/test-stdint.c: Update to match ISO C 99 Technical
11696         Corrigendum 1.
11697
11698 2006-06-23  Bruno Haible  <bruno@clisp.org>
11699
11700         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
11701
11702 2006-06-23  Bruno Haible  <bruno@clisp.org>
11703
11704         * lib/stdint_.h: Treat IRIX like OpenBSD.
11705
11706 2006-06-23  Bruno Haible  <bruno@clisp.org>
11707
11708         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
11709         ISO C 99 Technical Corrigendum 1.
11710
11711 2006-06-22  Simon Josefsson  <jas@extundo.com>
11712
11713         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
11714         MinGW.
11715
11716 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11717
11718         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
11719         needed.  Some compiler complained about some of them.  Problem reported
11720         by Larry Jones in
11721         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
11722
11723 2006-06-21  Simon Josefsson  <jas@extundo.com>
11724
11725         * tests/test-getaddrinfo.c: New file.
11726
11727         * modules/getaddrinfo-tests: New file.
11728
11729         * MODULES.html.sh: Add inet_pton.
11730
11731         * modules/inet_pton: New file.
11732
11733 2006-06-21  Simon Josefsson  <jas@extundo.com>
11734
11735         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11736         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11737         of using the (limited) gnulib implementation on Windows XP.
11738
11739         * m4/inet_pton.m4: New file.
11740
11741 2006-06-21  Simon Josefsson  <jas@extundo.com>
11742
11743         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11744         variable.
11745
11746         * lib/socket_.h: Don't define WINVER.
11747
11748         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11749         slightly modified to work in gnulib.
11750
11751 2006-06-21  Simon Josefsson  <jas@extundo.com>
11752
11753         * doc/gnulib.texi (Windows sockets): Add.
11754
11755 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11756
11757         * lib/read-file.c (fread_file): Start with buffer allocation of
11758         0 bytes rather than 1 byte; this simplifies the code.
11759         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11760         code to free buffer and save/restore errno.
11761         (internal_read_file): Remove unused local.
11762
11763 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11764
11765         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11766         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11767         Problem reported by Denis Excoffier in
11768         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11769
11770 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11771
11772         * modules/sys_socket, modules/socklen: Include sys/types since
11773         FreeBSD 4.x's sys/socket.h needs it.
11774
11775 2006-06-19  Simon Josefsson  <jas@extundo.com>
11776
11777         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11778
11779 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11780
11781         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11782
11783 2006-06-19  Bruno Haible  <bruno@clisp.org>
11784
11785         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11786         and FULL_PATH_INTTYPES_H in angle brackets.
11787         Reported by Mark D. Baushke <mdb@gnu.org>.
11788
11789 2006-06-17  Eric Blake  <ebb9@byu.net>
11790
11791         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11792         errno.
11793
11794 2006-06-17  Bruno Haible  <bruno@clisp.org>
11795
11796         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11797         <sys/inttypes.h>.
11798
11799 2006-06-17  Bruno Haible  <bruno@clisp.org>
11800
11801         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11802         whether errno is declared. Assume <errno.h> declares errno.
11803
11804 2006-06-17  Bruno Haible  <bruno@clisp.org>
11805
11806         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11807
11808 2006-06-17  Bruno Haible  <bruno@clisp.org>
11809
11810         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11811         problem on Solaris 2.5.1.
11812
11813 2006-06-16  Eric Blake  <ebb9@byu.net>
11814
11815         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11816         * lib/unicodeio.c [!defined errno]: Likewise.
11817         * lib/strtol.c [!defined errno]: Likewise.
11818         * lib/strtod.c [!defined errno]: Likewise.
11819
11820 2006-06-15  Eric Blake  <ebb9@byu.net>
11821
11822         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11823
11824 2006-06-15  Eric Blake  <ebb9@byu.net>
11825
11826         * config/srclist.txt (ssize_t.m4): Lose sync.
11827
11828 2006-06-15  Bruno Haible  <bruno@clisp.org>
11829
11830         * modules/stdint (Files): Include m4/full-header-path.m4,
11831         m4/size_max.m4, m4/wchar_t.m4.
11832         (Makefile.am): Many more substitutions.
11833         * modules/stdint-tests: New file.
11834         * tests/test-stdint.c: New file.
11835
11836 2006-06-15  Bruno Haible  <bruno@clisp.org>
11837
11838         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11839         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11840         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11841         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11842         gl_CHECK_TYPE_SAME): New macros.
11843
11844 2006-06-15  Bruno Haible  <bruno@clisp.org>
11845
11846         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11847
11848 2006-06-15  Bruno Haible  <bruno@clisp.org>
11849
11850         * lib/stdint_.h: Rewritten to be fully auto-configured.
11851         Fixes bug on HP-UX/IA64.
11852
11853 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11854
11855         * lib/getdate.y (__attribute__): Don't define if already defined.
11856         Problem reported by Larry Jones.
11857         * lib/utimens.c (__attribute__): Likewise.
11858
11859 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11860
11861         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11862         reported by Andreas Schwab.
11863
11864 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11865             Bruno Haible  <bruno@clisp.org>
11866
11867         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11868         check for the declaration of strnlen and a run test that exposes the
11869         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11870         rpl_strndup.
11871
11872 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11873             Bruno Haible  <bruno@clisp.org>
11874
11875         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11876
11877 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11878
11879         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11880         compile test, for Tru64 4.0D.
11881
11882 2006-05-28  Karl Berry  <karl@gnu.org>
11883
11884         * config/srclist.txt (printf-args.c): lose sync.
11885
11886 2006-05-26  Martin Lambers  <marlam@marlam.de>
11887
11888         * lib/getpass.c: Updates the test for the native W32 API, and adds
11889         missing includes, thus fixing compilation warnings.
11890
11891 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11892
11893         * lib/exclude.c (exclude_fnmatch): New function.
11894         (excluded_file_name): Call exclude_fnmatch.
11895         * lib/exclude.h (excluded_file_name): New prototype
11896
11897 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11898
11899         * lib/tempname.c (small_open, large_open): New macros.
11900         (__open, __open64) [!_LIBC]: Remove.
11901         (__gen_tempname): Use small_open and large_open instead of __open
11902         and __open64.  This fixes a portability bug on HP-UX 11.11i
11903         reported by Simon Wing-Tang in
11904         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11905
11906 2006-05-24  Bruno Haible  <bruno@clisp.org>
11907
11908         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11909         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11910         Reported by Thorsten Maerz <torte@netztorte.de> via
11911         Aaron Stone <aaron@serendipity.cx>.
11912
11913 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11914
11915         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11916         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11917         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11918         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11919         not really conditional on the cache.
11920         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11921
11922 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11923
11924         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11925         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11926         (my_usleep): Don't mishandle maximum value.
11927
11928 2006-05-19  Jim Meyering  <jim@meyering.net>
11929
11930         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11931
11932 2006-05-17  Bruno Haible  <bruno@clisp.org>
11933
11934         Cygwin portability.
11935         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11936
11937 2006-05-17  Bruno Haible  <bruno@clisp.org>
11938
11939         * lib/stdint_.h: Fix recognition of Cygwin.
11940
11941 2006-05-15  Bruno Haible  <bruno@clisp.org>
11942
11943         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11944         on libtool patch by Ralf Wildenhues.
11945
11946 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11947
11948         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11949         test for C99 conformance; (bool) 0.5 is an integer constant
11950         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11951         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11952
11953 2006-05-11  Simon Josefsson  <jas@extundo.com>
11954
11955         * m4/xvasprintf.m4: Fix obvious typo.
11956
11957 2006-05-11  Jim Meyering  <jim@meyering.net>
11958
11959         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11960         James Lemley.
11961
11962 2006-05-10  Simon Josefsson  <jas@extundo.com>
11963
11964         * lib/md4.c: Typo fix, update copyright years.
11965         (K1, K2): Don't use L because it turn computations into 64-bit on
11966         64-bit platforms.
11967
11968 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11969
11970         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11971         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11972         unwanted sign propagation, e.g., on hosts with 64-bit int.
11973         There still are some problems with reeelly weird theoretical hosts
11974         (e.g., 33-bit int) but it's not worth worrying about now.
11975         * lib/sha1.c (rol): Likewise.
11976         (K1, K2, K3, K4): Remove unnecessary L suffix.
11977
11978 2006-05-10  Bruno Haible  <bruno@clisp.org>
11979
11980         * lib/des.c: Cast to avoid warnings.
11981
11982 2006-05-09  Bruno Haible  <bruno@clisp.org>
11983
11984         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11985         (Depends-on): Depend also on xsize, stdarg.
11986         (configure.ac): Add gl_XVASPRINTF.
11987
11988 2006-05-09  Bruno Haible  <bruno@clisp.org>
11989
11990         * m4/xvasprintf.m4: New file.
11991
11992 2006-05-09  Bruno Haible  <bruno@clisp.org>
11993
11994         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11995         (EOVERFLOW): Define fallback value.
11996         (xstrcat): New function.
11997         (xvasprintf): Recognize the special case of a string concatenation.
11998
11999 2006-05-08  Eric Blake  <ebb9@byu.net>
12000
12001         * gnulib-tool (func_version): Base copyright year on CVS date.
12002         (func_emit_copyright_notice): New function.
12003         (func_emit_lib_Makefile_am): Use it.
12004         (func_emit_tests_Makefile_am): Likewise.
12005         (func_import): Likewise.
12006
12007 2006-05-08  Bruno Haible  <bruno@clisp.org>
12008
12009         * modules/stdarg: New file.
12010         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
12011
12012 2006-05-08  Bruno Haible  <bruno@clisp.org>
12013
12014         * m4/stdarg.m4: New file, from GNU gettext.
12015
12016 2006-05-08  Bruno Haible  <bruno@clisp.org>
12017
12018         * config/srclist.txt (build-aux/config.rpath): different from latest
12019         release.
12020
12021 2006-05-08  Bruno Haible  <bruno@clisp.org>
12022
12023         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
12024
12025 2006-05-05  Jim Meyering  <jim@meyering.net>
12026
12027         * m4/warning.m4: New file, derived from bison's file by the same name.
12028
12029 2006-05-03  Bruno Haible  <bruno@clisp.org>
12030
12031         * lib/stdint_.h: Shorter URL.
12032         * lib/inttypes.h: Likewise.
12033
12034 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12035
12036         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
12037
12038 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12039
12040         * lib/verify.h: Document the internals better.  Most of this change
12041         was written by Bruno Haible.
12042
12043 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12044
12045         * doc/verify.texi: New file, partly based on a proposal by
12046         Bruno Haible.
12047
12048 2006-05-02  Bruno Haible  <bruno@clisp.org>
12049
12050         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
12051         test from here...
12052         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
12053
12054 2006-04-29  Bruno Haible  <bruno@clisp.org>
12055
12056         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
12057         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
12058
12059 2006-04-29  Bruno Haible  <bruno@clisp.org>
12060
12061         * gnulib-tool: Make --update option actually work.
12062
12063 2006-04-29  Bruno Haible  <bruno@clisp.org>
12064
12065         * doc/gcd.texi: New file.
12066         * doc/gnulib.texi: Include it.
12067
12068 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
12069
12070         * lib/getdate.y (get_date): When adding relative date, start with the
12071         initial time, not with the result of the first mktime call.
12072
12073 2006-04-25  Bruno Haible  <bruno@clisp.org>
12074
12075         * gnulib-tool (func_import): Output the include directives in three
12076         blocks, sorted separately.
12077         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12078
12079 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
12080
12081         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
12082         to define main with arguments, for C++.  Reported by Eric Blake.
12083         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
12084         Prefer 'int main ()' to 'int main (void)', for C++.
12085         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
12086         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
12087         for 'main', for C99 and C++.
12088
12089 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
12090
12091         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
12092         Don't assume that exit status -1 is valid.
12093         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12094         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
12095         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
12096         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
12097         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
12098         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
12099         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
12100         functions can be used without declaring them, or that you can
12101         exit with status -1.
12102         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
12103
12104 2006-04-24  Karl Berry  <karl@gnu.org>
12105
12106         * config/srclist.txt (longdouble.m4): sync lost.
12107
12108 2006-04-24  Eric Blake  <ebb9@byu.net>
12109
12110         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
12111
12112 2006-04-24  Bruno Haible  <bruno@clisp.org>
12113
12114         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
12115         poll() implementation in AIX.
12116         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12117
12118 2006-04-24  Bruno Haible  <bruno@clisp.org>
12119
12120         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
12121         assigned exactly once.
12122
12123 2006-04-23  Claudio Fontana  <claudio@gnu.org>
12124             Bruno Haible  <bruno@clisp.org>
12125
12126         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
12127         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
12128         for AM_CPPFLAGS.
12129
12130 2006-04-23  Bruno Haible  <bruno@clisp.org>
12131
12132         * modules/copy-file: Depend on unistd.
12133         * modules/execute: Likewise.
12134         * modules/fatal-signal: Likewise.
12135         * modules/findprog: Likewise.
12136         * modules/mkdtemp : Likewise.
12137         * modules/pipe: Likewise.
12138         * modules/wait-process: Likewise.
12139
12140 2006-04-23  Bruno Haible  <bruno@clisp.org>
12141
12142         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
12143         condition was already detected.
12144         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12145
12146 2006-04-23  Bruno Haible  <bruno@clisp.org>
12147
12148         * lib/copy-file.c: Include <unistd.h> unconditionally.
12149         * lib/execute.c: Likewise.
12150         * lib/fatal-signal.c: Likewise.
12151         * lib/findprog.c: Likewise.
12152         * lib/mkdtemp.c: Likewise.
12153         * lib/pipe.h: Likewise.
12154         * lib/pipe.c: Likewise.
12155         * lib/wait-process.h: Likewise.
12156
12157 2006-04-23  Bruno Haible  <bruno@clisp.org>
12158
12159         * gnulib-tool (func_usage): Fix --import description. Document
12160         --update.
12161         (func_import): Create temporary file in a temporary directory, if
12162         --dry-run is specified. Silence errors from 'grep' when there are no
12163         m4 files in $m4dir.
12164         (func_create_testdir): Silence errors from 'grep' when there are no
12165         m4 files in $m4dir.
12166         Reported by Karl Berry <karl@freefriends.org>.
12167
12168 2006-04-20  Bruno Haible  <bruno@clisp.org>
12169
12170         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
12171         one argument, so that the code will be portable to Autoconf 2.60.
12172         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
12173         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12174         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
12175
12176 2006-04-19  Derek Price  <derek@ximbiot.com>
12177             Eric Blake  <ebb9@byu.net>
12178
12179         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
12180         rather than "/full/path.h".  Update comment to match.  Shorten &
12181         generalize m4_translit call via AS_TR_CPP.
12182
12183 2006-04-19  Derek Price  <derek@ximbiot.com>
12184             Eric Blake  <ebb9@byu.net>
12185
12186         * lib/inttypes.h: Correct grammar in comment.
12187
12188 2006-04-18  Derek Price  <derek@ximbiot.com>
12189             Paul Eggert  <eggert@cs.ucla.edu>
12190
12191         * modules/inttypes: New file.
12192         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
12193
12194 2006-04-18  Derek Price  <derek@ximbiot.com>
12195             Paul Eggert  <eggert@cs.ucla.edu>
12196
12197         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
12198         New files.
12199
12200 2006-04-18  Derek Price  <derek@ximbiot.com>
12201             Paul Eggert  <eggert@cs.ucla.edu>
12202
12203         * lib/inttypes.h: New file.
12204         * lib/strtoimax.c: Assume <inttypes.h>.
12205
12206 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
12207
12208         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
12209         isn't mounted.  Problem reported by Kir Kolyshkin.
12210
12211 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12212
12213         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
12214         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
12215         Derek R. Price.
12216         * lib/regex.h (RE_DUP_MAX): Update comment to match current
12217         implementation.
12218
12219 2006-04-12  Eric Blake  <ebb9@byu.net>
12220
12221         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
12222         is now done automatically by the corresponding Autoconf macro.
12223
12224 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
12225
12226         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
12227         time_r.h.
12228
12229 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12230
12231         Merge regex changes from libc, removing some of our
12232         POSIX-conformance changes that were rejected and redoing them in a
12233         less-intrusive way.
12234
12235         * lib/regcomp.c (re_compile_internal, init_dfa):
12236         Length arg is now size_t, not Idx.  All uses changed.
12237         (peek_token): Forward decl now says internal_function.
12238         (__re_error_msgid, __re_error_msgid_idx):
12239         Now static rather than extern with attribute_hidden.
12240         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
12241         For some reason libc prefers K&R style defns for external functions.
12242         (regerror) [!defined _LIBC]: Likewise.
12243         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
12244         (seek_collating_symbol_entry, lookup_collation_sequence_value):
12245         (build_range_exp, build_collating_symbol):
12246         Use K&R-style defn.
12247         (re_compile_fastmap): Use '\0' to memset, not 0.
12248         (utf8_sb_map): Make the calculations more obvious.
12249         (init_dfa, parse_bracket_exp, build_charclass_op):
12250         Call calloc and cast result, as glibc does.
12251         (init_word_char, fetch_token, peek_token, peek_token_bracket):
12252         (build_range_exp, build_collating_symbol):
12253         Now internal functions.
12254
12255         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
12256
12257         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
12258         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
12259         Don't depend on VMS; depend on __VMS instead, for POSIX
12260         namespace cleanness.
12261         (regoff_t): Define to ssize_t, not long int.
12262
12263         Remove the REG_ macros named below.  Instead, make the old names
12264         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
12265         __USE_GNU_REGEX.
12266         (REG_BACKSLASH_ESCAPE_IN_LISTS):
12267         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
12268         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
12269         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
12270         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
12271         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
12272         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
12273         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
12274         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
12275         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
12276         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
12277         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
12278         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
12279         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
12280         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
12281         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
12282         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
12283         (REG_NREGS):
12284         Remove.  All uses replaced by the old RE_* names.
12285         (RE_BACKSLASH_ESCAPE_IN_LISTS):
12286         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
12287         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
12288         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
12289         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
12290         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
12291         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
12292         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
12293         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
12294         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
12295         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
12296         Don't bother having these macros be independent of each others'
12297         values, since they no longer exist in the POSIX name space.
12298
12299         Rename the following member names back to their old names,
12300         unless !__USE_GNU_REGEX.  All uses changed back.
12301         (buffer): Renamed from re_buffer.
12302         (allocated): Renamed from re_allocated.
12303         (used): Renamed from re_used.
12304         (syntax): Renamed from re_syntax.
12305         (fastmap): Renamed from re_fastmap.
12306         (translate): Renamed from re_translate.
12307         (can_be_null): Renamed from re_can_be_null.
12308         (regs_allocated): Renamed from re_regs_allocated.
12309         (fastmap_accurate): Renamed from re_fastmap_accurate.
12310         (no_sub): Renamed from re_no_sub.
12311         (not_bol): Renamed from re_not_bol.
12312         (not_eol): Renamed from re_not_eol.
12313         (newline_anchor): Renamed from re_newline_anchor.
12314         (num_regs): Renamed from rm_num_regs.
12315         (start): Renamed from rm_start.
12316         (end): Renamed from rm_end.
12317
12318         (free_state): Move up a bit.
12319
12320         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
12321         #define to be empty.
12322         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
12323         when that is what is intended.
12324         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
12325         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
12326         (MAX): New macro.
12327         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
12328         All uses changed back to re_malloc, etc.  It's now the caller's
12329         responsibility to check for overflow; all callers changed.
12330         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
12331         (re_x2nrealloc): Remove.
12332         (free_state): Remove decl.
12333
12334         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
12335         (re_set_registers, re_exec):
12336         Use K&R-style defn.
12337
12338         2006-01-31  Roland McGrath  <roland@redhat.com>
12339
12340         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
12341         Reported by Mike Frysinger <vapier@gentoo.org>.
12342
12343         2006-01-15  Andreas Jaeger  <aj@suse.de>
12344
12345         [BZ #1950]
12346         * lib/regex_internal.c (re_string_reconstruct): Adjust for
12347         build_wcs_upper_buffer change.
12348         (build_wcs_upper_buffer): Change return type.
12349
12350         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
12351
12352         * lib/regex_internal.h: Include <stdint.h> if available.
12353
12354         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
12355
12356         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
12357
12358         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
12359
12360         * lib/regcomp.c: Adjust for changed secondary hash function.
12361
12362         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
12363
12364         * lib/regex.h: Pretty printing.
12365         Clean up namespace a bit.
12366
12367         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
12368
12369         * lib/regexec.c (update_cur_sifted_state, check_arrival,
12370         check_arrival_add_next_nodes): Avoid using uninitialized variable.
12371
12372         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12373                     Ulrich Drepper  <drepper@redhat.com>
12374
12375         [BZ #1302]
12376         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
12377         changed.
12378         (bitset_word_t): Renamed from bitset_word.  All uses changed.
12379
12380         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
12381
12382         [BZ #281]
12383         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
12384         * lib/regcomp.c: Remove unnecessary uses of
12385         unsigned RE_TRANSLATE_TYPE.
12386         * lib/regex_internal.h: Likewise.
12387         * lib/regex_internal.c: Likewise.
12388         * lib/regexec.c: Likewise.
12389         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
12390
12391         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
12392
12393         * lib/regexec.c (find_recover_state): Remove unnecessary
12394         initialization.
12395         (transit_state_bkref): Make DFA a const pointer.
12396         (get_subexp): Likewise.
12397         (check_arrival): Likewise.
12398         (update_cur_sifted_state): Likewise.
12399         (re_search_internal): Likewise.
12400         (prune_impossible_nodes): Likewise.
12401         (acquire_init_state_context): Likewise.
12402         (proceed_next_node): Likewise.
12403         (set_regs): Likewise.
12404         (free_fail_stack_return): Likewise.
12405         (check_arrival_expand_ecl): Mark DFA parameter as const.
12406         (check_arrival_expand_ecl_sub): Likewise.
12407         (check_subexp_limits): Likewise.
12408         (sub_epsilon_src_nodes):  Likewise.
12409         (add_epsilon_src_nodes):  Likewise.
12410         (merge_state_array): Likewise.
12411         (update_regs): Likewise.
12412         (build_trtable): Likewise.
12413         (sift_states_backward): Mark MCTX parameter as const.
12414         (build_sifted_states): Likewise.
12415         (update_cur_sifted_state): Likewise.
12416         (sift_states_mkref): Likewise.
12417         (check_arrival_expand_ecl): Mark eclosure as const.
12418         (check_dst_limits_calc_pos_1): Likewise.
12419         * lib/regex_internal.h (re_match_context_t): Make dfa a const
12420         pointer.
12421
12422         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
12423
12424         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
12425         (transit_state_sb): Likewise.
12426         (transit_state_mb): Likewise.
12427         (sift_states_iter_mb): Likewise.
12428         (check_arrival_add_next_nodes): Likewise.
12429         (check_node_accept_bytes): Change first parameter to pointer-to-const.
12430         [_LIBC] (re_search_2_stub): Use mempcpy.
12431
12432         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
12433         mbrtowc for very simple UTF-8 case.
12434
12435         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
12436         a pointer-to-const.
12437         (re_acquire_state_context): Likewise.
12438         * lib/regex_internal.h: Adjust prototypes.
12439
12440         * lib/regex.c: Prevent using C++ compilers.
12441
12442         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
12443         (re_acquire_state_context): Likewise.
12444
12445 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12446
12447         * modules/regex (Depends-on): Add ssize_t.
12448
12449 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12450
12451         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
12452         translation table.
12453
12454 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12455
12456         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
12457
12458 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
12459             Bruno Haible  <bruno@clisp.org>
12460
12461         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
12462         <sys/types.h> and <inttypes.h>.
12463
12464 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12465
12466         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
12467         `__error_t_defined', so argp.h will not typedef the former.
12468
12469 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
12470
12471         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
12472         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
12473         glibc names.  Even if glibc is changed to conform to POSIX, the
12474         traditional names will be available anyway, since regex depends on
12475         the extensions module.  Also, fix a longstanding typo in the
12476         implementation of Spencer ERE test #75 from grep 2.3.  Problems
12477         reported by Emanuele Giaquinta.  Also, change sense of cached
12478         variable, so that the message makes sense.
12479
12480 2006-03-24  Simon Josefsson  <jas@extundo.com>
12481
12482         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
12483         including some doc fixes.
12484         (base64_encode_alloc): Fix +1 bug on allocation failures.
12485
12486 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12487
12488         * lib/base64.c (base64_encode): Do not read past end of array with
12489         unsanitized input on systems with CHAR_BIT > 8.
12490
12491 2006-03-24  Eric Blake  <ebb9@byu.net>
12492
12493         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
12494
12495 2006-03-22  Karl Berry  <karl@gnu.org>
12496
12497         * config/srclist.txt (*setenv.[ch]): get from coreutils.
12498         * config/srclistvars.sh (COREUTILS): new var.
12499
12500 2006-03-17  Jim Meyering  <jim@meyering.net>
12501
12502         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
12503         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
12504
12505 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12506
12507         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
12508         no longer needs it.  Instead, check that regoff_t is as least
12509         as wide as ptrdiff_t.
12510
12511         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
12512         so that our regex.h stays compatible with the installed regex.
12513         This is helpful for installers who configure --without-included-regex.
12514         Problem reported by Emanuele Giaquinta.
12515
12516 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12517
12518         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
12519         Typedef to long int, not to off_, as POSIX will likely change
12520         in that direction.
12521
12522 2006-03-15  Eric Blake  <ebb9@byu.net>
12523
12524         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
12525
12526 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12527
12528         * lib/argp-help.c (validate_uparams): Fix typo
12529         * lib/argp-parse.c (argp_default_options): Consistently begin help
12530         messages with a lowercase letter.
12531
12532 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
12533
12534         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
12535         overrun buffers and shouldn't be used (much as gets shouldn't be
12536         used).
12537         * lib/time_r.c (asctime_r, ctime_r): Likewise.
12538
12539 2006-03-08  Simon Josefsson  <jas@extundo.com>
12540
12541         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
12542         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12543
12544 2006-03-08  Simon Josefsson  <jas@extundo.com>
12545
12546         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
12547         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12548
12549 2006-03-08  Simon Josefsson  <jas@extundo.com>
12550
12551         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
12552         signal that configure disabled the device.
12553
12554 2006-03-08  Simon Josefsson  <jas@extundo.com>
12555
12556         * build-aux/maint.mk: Fix refresh-po, to handle no translated
12557         languages.
12558
12559 2006-03-07  Simon Josefsson  <jas@extundo.com>
12560
12561         * modules/getopt (Depends-on): Add unistd.
12562
12563         * modules/unistd: New file.
12564
12565 2006-03-07  Simon Josefsson  <jas@extundo.com>
12566
12567         * modules/gc-random: New file.
12568
12569 2006-03-07  Simon Josefsson  <jas@extundo.com>
12570
12571         * m4/unistd_h.m4: New file.
12572
12573 2006-03-07  Simon Josefsson  <jas@extundo.com>
12574
12575         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
12576         test to be side-effect free by storing the result in the cache
12577         variable gl_cv_lib_readline, and moving the assignment of
12578         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
12579         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12580
12581 2006-03-07  Simon Josefsson  <jas@extundo.com>
12582
12583         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
12584         error on missing devices (the functions will return an error).
12585
12586         * m4/gc.m4: Move random stuff to gc-random.m4
12587
12588 2006-03-07  Simon Josefsson  <jas@extundo.com>
12589
12590         * lib/unistd_.h: New file.
12591
12592 2006-03-07  Simon Josefsson  <jas@extundo.com>
12593
12594         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
12595
12596 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12597
12598         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
12599         Problem reported by Juan Manuel Guerrero.
12600
12601 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12602
12603         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
12604         the unistd module.
12605         * lib/getlogin_r.c: Likewise.
12606         * lib/getlogin_r.h: Likewise.
12607         * lib/glob.c: Likewise.
12608         * lib/pagealign_alloc.c: Likewise.
12609         * lib/unistd_.h: Remove; no longer needed.
12610
12611 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12612
12613         * MODULES.html.sh (Support for systems lacking POSIX:2001):
12614         Add unistd.
12615         * modules/c-stack (Depends-on): Add unistd.
12616         * modules/getlogin_r: Likewise.
12617         * modules/glob: Likewise.
12618         * modules/pagealign_alloc: Likewise.
12619         * modules/unistd (Files): Remove lib/unistd_.h.
12620         (EXTRA_DIST): Remove.
12621         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
12622         need unistd_.h.
12623         (MOSTLYCLEANFILES): Remove unistd.h-t.
12624
12625 2006-03-03  Simon Josefsson  <jas@extundo.com>
12626
12627         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
12628
12629 2006-03-03  Simon Josefsson  <jas@extundo.com>
12630
12631         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
12632         libidn and bison.
12633
12634 2006-03-03  Simon Josefsson  <jas@extundo.com>
12635
12636         * build-aux/maint.mk: Add indent target.
12637
12638 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
12639
12640         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
12641         our replacement poll.h in any case, to avoid a differing
12642         declaration from a system header.  Seen on AIX.
12643
12644 2006-03-01  Simon Josefsson  <jas@extundo.com>
12645
12646         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
12647         <kasal@ucw.cz>.
12648
12649 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12650
12651         * modules/gettime (Depends-on): Add extensions module.
12652         * modules/nanosleep (Depends-on): Likewise.
12653         * modules/settime (Depends-on): Likewise.
12654
12655 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12656
12657         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
12658         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
12659         pedantically.
12660         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12661         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
12662
12663         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
12664         not "==".  Reported by Ralf Wildenhues.
12665
12666 2006-03-01  Karl Berry  <karl@gnu.org>
12667
12668         * doc/Copyright/request-*: new files, synced from gnuorg.
12669
12670 2006-03-01  Karl Berry  <karl@gnu.org>
12671
12672         * config/srclist.txt (Copyright/*): new entries.
12673
12674 2006-02-28  Simon Josefsson  <jas@extundo.com>
12675
12676         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
12677
12678 2006-02-27  Simon Josefsson  <jas@extundo.com>
12679
12680         * lib/base64.h: Indent #define's.  From Jim Meyering
12681         <jim@meyering.net>.
12682
12683 2006-02-27  Jim Meyering  <jim@meyering.net>
12684
12685         Revert the change of 2006-02-24, so these files can continue
12686         to be sync'd from gettext.
12687         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
12688         of `config.h'.
12689
12690 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12691
12692         * modules/intprops: New file.
12693         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12694         Add intprops.
12695         * modules/getloadavg (Files): Remove lib/intprops.h.
12696         (Depends-on): Add intprops.
12697         * modules/human: Likewise.
12698         * modules/inttostr: Likewise.
12699         * modules/openat: Likewise.
12700         * modules/sig2str: Likewise.
12701         * modules/userspec: Likewise.
12702         * modules/utimecmp: Likewise.
12703         * modules/xnanosleep: Likewise.
12704         * modules/xstrtol: Likewise.
12705
12706 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
12707
12708         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
12709         * modules/lock-tests (TESTS): Use $(EXEEXT).
12710         * modules/tls-tests: Likewise.
12711         * modules/argp-tests: Likewise.
12712         (check_PROGRAMS): New var, replacing...
12713         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
12714
12715 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12716
12717         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
12718         `config.h'.
12719
12720 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12721
12722         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
12723
12724 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12725
12726         Sync from coreutils.
12727         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12728         gl_CHDIR_SAFER.
12729
12730 2006-02-22  Jim Meyering  <jim@meyering.net>
12731
12732         Sync from coreutils.
12733         * m4/chdir-safer.m4: New file.
12734
12735 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12736
12737         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12738         AT_FDCWD exceeds INT_MAX.
12739         * lib/openat.h (AT_FDCWD): Likewise.
12740
12741 2006-02-17  Eric Blake  <address@hidden>
12742
12743         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12744
12745 2006-02-16  Simon Josefsson  <jas@extundo.com>
12746
12747         * modules/getaddrinfo (Depends-on): Add sys_socket.
12748
12749 2006-02-15  Simon Josefsson  <jas@extundo.com>
12750
12751         * build-aux/maint.mk: Add dsyntax-check rule.
12752
12753 2006-02-15  Eric Blake  <ebb9@byu.net>
12754
12755         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12756         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12757         'present but cannot compile' warnings on cygwin.
12758         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12759         use ws2tcpip.h if sys/socket.h works.
12760         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12761         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12762
12763 2006-02-14  Simon Josefsson  <jas@extundo.com>
12764
12765         * modules/maintainer-makefile (Files): Rename.
12766
12767         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12768         and (the local) Makefile.cfg to maint-cfg.mk.
12769
12770         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12771         to the latter.
12772
12773         * modules/maintainer-makefile: New module.
12774
12775         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12776         severaly stripped to make it possible to build it up from scratch
12777         with reliable tests.
12778
12779         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12780         fixes to permit overriding the default actions when configure and
12781         makefile are not available.
12782
12783 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12784
12785         Sync from coreutils.
12786         * modules/lstat (Depends-on): Don't depend on xalloc.
12787         (License): Change from GPL to LGPL, since this is now simply a
12788         replacement for a libc function.
12789
12790 2006-02-14  Jim Meyering  <jim@meyering.net>
12791
12792         Sync from coreutils.
12793
12794         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12795         failure on deficient systems, and simplify gnulib lgpl dependencies.
12796         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12797         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12798
12799         * lib/xalloc-die.c: Remove unused definition of N_.
12800
12801 2006-02-14  Jim Meyering  <jim@meyering.net>
12802
12803         Sync from coreutils.
12804         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12805         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12806         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12807         double-quote uses of that variable, to accommodate the rare case in
12808         which getmntent is available in none of the libraries checked.  This
12809         happens at least on FreeBSD 5.0.
12810
12811 2006-02-13  Simon Josefsson  <jas@extundo.com>
12812
12813         * gnulib-tool (Usage): Fix --import, from
12814         karl@freefriends.org (Karl Berry).
12815
12816 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12817
12818         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12819
12820 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12821
12822         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12823         "autoupdate" on 2005-12-12.
12824
12825 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12826
12827         * modules/closeout (Depends-on): Remove atexit.
12828
12829 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12830
12831         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12832         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12833
12834 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12835
12836         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12837         __EXTENSIONS__ if this causes compilation to fail.  Problem
12838         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12839         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12840
12841 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12842
12843         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12844         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12845         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12846         All uses changed.
12847
12848 2006-01-26  Simon Josefsson  <jas@extundo.com>
12849
12850         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12851         prototype is visible on mingw32.
12852
12853         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12854         for mingw32.
12855
12856         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12857         mingw32).
12858
12859 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12860
12861         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12862         attempt to open for write; this always fails, at least on POSIX
12863         hosts.  This reinstates the 2006-01-09 change, which was
12864         inadvertently removed.
12865
12866 2006-01-26  Bruno Haible  <bruno@clisp.org>
12867
12868         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12869         Reported by Paul Eggert.
12870
12871 2006-01-26  Bruno Haible  <bruno@clisp.org>
12872             Paul Eggert  <eggert@cs.ucla.edu>
12873
12874         * lib/stdbool_.h (_Bool)
12875         [(! (defined __cplusplus || defined __BEOS__)
12876           && !defined __GNUC__
12877           && !(defined __HP_cc || defined __xlc__
12878                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12879                || defined __sgi))]:
12880         #define to signed char in these cases too; this simplifies
12881         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12882         etc., separately) and makes it more conservative.
12883
12884 2006-01-25  Simon Josefsson  <jas@extundo.com>
12885
12886         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12887         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12888         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12889
12890 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12891
12892         * lib/argp-namefrob.h: Bugfix. Remove stray #
12893
12894 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12895
12896         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12897         so that we test the test.
12898         Check for yet another HP-UX cc bug involving *bool |= bool.
12899
12900 2006-01-25  Karl Berry  <karl@gnu.org>
12901
12902         * config/srclist.txt (vasnprintf.c): sync lost.
12903
12904 2006-01-25  Jim Meyering  <jim@meyering.net>
12905
12906         Sync from the stable (b5) branch of coreutils:
12907
12908         * lib/fts.c (fts_children): Don't let close() clobber errno from
12909         failed fchdir().
12910
12911         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12912         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12913         a dangling symlink.  That can also happen at least for ELOOP.
12914         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12915         FYI, this bug predates the inclusion of fts.c in coreutils.
12916
12917         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12918         in their own block, so pre-c99 compilers don't object.
12919
12920         Avoid the double-free (first in fts_read, second in fts_close) that
12921         would occur when an `active' directory is made inaccessible (e.g.,
12922         via chmod a-x) during a traversal.
12923         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12924         before returning.  Reproduce this failure by
12925         mkdir -p a/b; cd a; chmod a-x . b
12926         Reported by Stavros Passas.
12927
12928 2006-01-25  Jim Meyering  <jim@meyering.net>
12929
12930         * lib/fileblocks.c: Remove more useless parentheses.
12931         * lib/readutmp.h: Likewise.
12932
12933 2006-01-25  Bruno Haible  <bruno@clisp.org>
12934
12935         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12936         warnings.
12937         Reported by Paul Eggert.
12938
12939 2006-01-25  Bruno Haible  <bruno@clisp.org>
12940
12941         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12942         rid of a trap command. For Solaris sh.
12943         Reported by Mark D. Baushke <mdb@gnu.org>.
12944
12945 2006-01-24  Simon Josefsson  <jas@extundo.com>
12946
12947         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12948         Bruno.
12949
12950 2006-01-24  Karl Berry  <karl@gnu.org>
12951
12952         * config/srclist.txt (argp-namefrob.h): sync lost.
12953
12954 2006-01-24  Jim Meyering  <jim@meyering.net>
12955
12956         * modules/openat (Files): Add lib/intprops.h.
12957         From Mark D. Baushke.
12958
12959 2006-01-24  Jim Meyering  <jim@meyering.net>
12960
12961         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12962         Reported by Mark D. Baushke.
12963
12964 2006-01-24  Jim Meyering  <jim@meyering.net>
12965
12966         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12967
12968 2006-01-24  Bruno Haible  <bruno@clisp.org>
12969
12970         * modules/strnlen (Maintainer): Change from glibc to all.
12971
12972 2006-01-24  Bruno Haible  <bruno@clisp.org>
12973
12974         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12975         Patch by Paul Eggert.
12976
12977 2006-01-24  Bruno Haible  <bruno@clisp.org>
12978
12979         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12980         already has it.
12981         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12982         2005-11-26.
12983
12984         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12985         'signed char' to avoid problems with the built-in _Bool type.
12986         Reported by Paul Eggert on 2005-11-26.
12987
12988 2006-01-24  Bruno Haible  <bruno@clisp.org>
12989
12990         * gnulib-tool (func_import): Avoid constructing complicated sed
12991         expressions inside backquote.
12992         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12993
12994 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12995
12996         These changes imported from libc.
12997         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12998         test and two separate function calls.
12999         * lib/strndup.c (__strndup): Add libc_hidden_def.
13000
13001 2006-01-23  Simon Josefsson  <jas@extundo.com>
13002
13003         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
13004         Remove the test_*_SOURCES variable: automake infers it by default.
13005         * modules/tls-tests: Likewise.
13006
13007 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13008
13009         Work around porting bugs reported by Dieter in
13010         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
13011         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
13012         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
13013         Include "getopt.h" first, to check interface.
13014         (getenv): Declare only if defined HAVE_DECL_GETENV &&
13015         !HAVE_DECL_GETENV.
13016         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
13017         (__strndup): Revert to K&R-style function dfns, the glibc style.
13018         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
13019         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
13020         Include strnlen.h first, to get prototype properly.
13021         (strnlen): Renamed from __strnlen.
13022         Remove weak alias.
13023
13024 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13025
13026         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
13027
13028 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13029
13030         * config/srclist.txt: Adjust to reflect glibc reorganization.
13031         This affects only comments.
13032
13033 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13034
13035          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
13036          Reported by Bruce Korb <bkorb@gnu.org>.
13037
13038 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
13039
13040         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
13041         to pacify gcc -Wswitch-default.
13042
13043 2006-01-22  Bruno Haible  <bruno@clisp.org>
13044
13045         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
13046         temporary buffer for sprintf, take into account the precision also
13047         for 'd', 'i', 'u', 'o', 'x', 'X'.
13048
13049 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
13050
13051         * modules/argp-tests: New module
13052         * tests/test-argp.c: New file
13053         * tests/test-argp-2.sh: New file
13054
13055 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
13056
13057         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
13058         (__argp_base_name): Removed
13059         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
13060         typo.
13061         (__argp_base_name): Provide macro definition or extern declaration
13062         depending on the configuration
13063
13064 2006-01-20  Simon Josefsson  <jas@extundo.com>
13065
13066         * modules/inet_ntop (Depends-on): Depend on sys_socket.
13067
13068 2006-01-20  Simon Josefsson  <jas@extundo.com>
13069
13070         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
13071
13072 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13073
13074         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
13075         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
13076         Suggested by Bruno Haible.
13077
13078 2006-01-20  Karl Berry  <karl@gnu.org>
13079
13080         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
13081         until changes propagate, I guess.
13082
13083 2006-01-19  Simon Josefsson  <jas@extundo.com>
13084
13085         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
13086
13087 2006-01-19  Simon Josefsson  <jas@extundo.com>
13088
13089         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
13090
13091 2006-01-19  Simon Josefsson  <jas@extundo.com>
13092
13093         * gnulib-tool: Set check_PROGRAMS.
13094
13095         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
13096         modules/des-tests, modules/gc-arcfour-tests,
13097         modules/gc-arctwo-tests, modules/gc-des-tests,
13098         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
13099         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
13100         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
13101         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
13102         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
13103         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
13104         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
13105         test_*_SOURCES.
13106
13107 2006-01-18  Simon Josefsson  <jas@extundo.com>
13108
13109         * modules/socklen (Depends-on): Depend on sys_socket.
13110
13111 2006-01-18  Simon Josefsson  <jas@extundo.com>
13112
13113         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
13114         modules/des-tests, modules/gc-arcfour-tests,
13115         modules/gc-arctwo-tests, modules/gc-des-tests,
13116         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
13117         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
13118         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
13119         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
13120         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
13121         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
13122         $(EXEEXT) to automake TESTS variable, for mingw32.
13123
13124 2006-01-17  Simon Josefsson  <jas@extundo.com>
13125
13126         * modules/socklen (Include): Need sys/socket.h.
13127
13128 2006-01-17  Bruno Haible  <bruno@clisp.org>
13129
13130         * modules/ssize_t (Include): Add <sys/types.h>.
13131
13132 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
13133
13134         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
13135         it's not portable and it doesn't work with cross-compiles.
13136         Problem reported by Bruno Haible.  Fix missing-$ typo in
13137         'test "gl_cv_ignore_unused_libraries" ...' that prevented
13138         -zignore from being used with Sun's C compiler.
13139
13140 2006-01-12  Simon Josefsson  <jas@extundo.com>
13141
13142         * lib/base64.c: Fix warning, reported by Bruno Haible
13143         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
13144
13145 2006-01-12  Bruno Haible  <bruno@clisp.org>
13146
13147         * modules/ldd: New file.
13148         * build-aux/ldd.sh.in: New file.
13149         * MODULES.html.sh (Support for building libraries and executables): Add
13150         ldd.
13151
13152 2006-01-12  Bruno Haible  <bruno@clisp.org>
13153
13154         * m4/ldd.m4: New file.
13155
13156 2006-01-12  Bruno Haible  <bruno@clisp.org>
13157
13158         * gnulib-tool (func_import, func_create_testdir): Don't go into an
13159         endless loop while replacing $auxdir with build-aux.
13160
13161 2006-01-11  Simon Josefsson  <jas@extundo.com>
13162
13163         * lib/stdint_.h (SIZE_MAX): Add missing (.
13164
13165 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
13166
13167         Sync from coreutils.
13168         * lib/md5.c: Fix commentary typos.
13169         (alignof, UNALIGNED_P): No need for a GCC-specific version.
13170         * lib/md5.h (__attribute__): Remove; unused.
13171         * lib/sha1.c: Fix commentary to match md5 better.
13172         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
13173         so that we don't need to worry about alignment.  All uses changed.
13174         This merges the 2005-10-28 md5 change into sha1.
13175
13176 2006-01-11  Jim Meyering  <jim@meyering.net>
13177
13178         Sync from coreutils.
13179         * lib/md5.c (OP): Fix spacing.
13180
13181 2006-01-11  Bruno Haible  <bruno@clisp.org>
13182
13183         Ensure automatic ordering between gl_LOCK and gl_ARGP.
13184         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
13185         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
13186
13187 2006-01-11  Bruno Haible  <bruno@clisp.org>
13188
13189         Ensure automatic ordering between gl_LOCK and gl_ARGP.
13190         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
13191         the "early" section as well.
13192
13193 2006-01-11  Bruno Haible  <bruno@clisp.org>
13194
13195         Avoid "ar: no archive members specified" error on MacOS X.
13196         * gnulib-tool (func_modules_add_dummy): New function.
13197         (func_import, func_create_testdir): Invoke it.
13198
13199 2006-01-11  Bruno Haible  <bruno@clisp.org>
13200
13201         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
13202         with $auxdir in AC_CONFIG_FILES statements.
13203
13204 2006-01-11  Bruno Haible  <bruno@clisp.org>
13205
13206         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13207         Initialize also noinst_HEADERS to empty.
13208
13209 2006-01-11  Bruno Haible  <bruno@clisp.org>
13210
13211         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
13212         variables.
13213         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
13214         autoreconf.
13215
13216 2006-01-11  Bruno Haible  <bruno@clisp.org>
13217
13218         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
13219         overridable by the user.
13220         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13221
13222 2006-01-10  Simon Josefsson  <jas@extundo.com>
13223
13224         * modules/sys_socket: New file.
13225
13226 2006-01-10  Simon Josefsson  <jas@extundo.com>
13227
13228         * m4/sys_socket_h.m4: New file.
13229
13230 2006-01-10  Simon Josefsson  <jas@extundo.com>
13231
13232         * lib/socket_.h: New file.
13233
13234 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13235
13236         * modules/readutmp (Maintainer): Add myself.
13237
13238 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13239
13240         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
13241         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
13242         People who are still concerned with buggy memcmp implementations
13243         can invoke gl_FUNC_MEMCMP themselves.
13244
13245 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13246
13247         * lib/regex_internal.h (BITSET_WORD_BITS):
13248         Work around a bug in 64-bit PGC (before version 6.1-2), where the
13249         preprocessor mishandles large unsigned values as if they were signed.
13250         Problem reported by Claudio Fontana in
13251         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
13252
13253 2006-01-10  Jim Meyering  <jim@meyering.net>
13254
13255         Avoid the double-free (first in fts_read, second in fts_close) that
13256         would occur when an `active' directory is made inaccessible (e.g.,
13257         via chmod a-x) during a traversal.
13258         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
13259         before returning.  Reproduce this failure by
13260         mkdir -p a/b; cd a; chmod a-x . b
13261         Reported by Stavros Passas.
13262
13263         Sync from coreutils.
13264         * lib/sha1.c: Tweak grammar in a comment.
13265
13266 2006-01-10  Jim Meyering  <jim@meyering.net>
13267
13268         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
13269         Patch by Joerg Sonnenberger.
13270
13271 2006-01-10  Bruno Haible  <bruno@clisp.org>
13272
13273         * modules/readutmp: Depend on module free.
13274         * modules/strtok_r: Depend on module restrict.
13275
13276 2006-01-10  Bruno Haible  <bruno@clisp.org>
13277
13278         * modules/gettext (configure.ac): Add an invocation of
13279         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
13280
13281 2006-01-10  Bruno Haible  <bruno@clisp.org>
13282
13283         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
13284         Reported by Werner Lemberg <wl@gnu.org>.
13285
13286 2006-01-10  Bruno Haible  <bruno@clisp.org>
13287
13288         * lib/localcharset.c: Update from GNU gettext.
13289
13290 2006-01-10  Bruno Haible  <bruno@clisp.org>
13291
13292         * lib/argp.h (__const): Remove macro. Use const instead.
13293         * lib/argp-fmtstream.h (__const): Likewise.
13294         * lib/glob_.h (__const): Remove macro.
13295         * lib/glob-libc.h: Use const instead of __const.
13296
13297 2006-01-10  Bruno Haible  <bruno@clisp.org>
13298
13299         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
13300         variable.
13301         Needed to avoid an automake error regarding the 'gettext' module.
13302
13303 2006-01-09  Simon Josefsson  <jas@extundo.com>
13304
13305         * modules/inet_ntop (Depends-on): Add restrict.
13306
13307 2006-01-09  Simon Josefsson  <jas@extundo.com>
13308
13309         * modules/gc-rijndael-tests (License): Put under LGPL.
13310
13311         * modules/gc-des-tests (License): Likewise.
13312
13313         * modules/gc-arcfour-tests (License): Likewise.
13314
13315         * modules/gc-arctwo-tests (License): Likewise.
13316
13317         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
13318
13319         * modules/gc-hmac-sha1-tests (Files): Likewise.
13320
13321         * modules/gc-hmac-md5-tests (License): Likewise.
13322
13323         * modules/gc-sha1-tests (License): Likewise.
13324
13325         * modules/gc-md5-tests (License): Likewise.
13326
13327         * modules/gc-md4-tests (License): Likewise.
13328
13329         * modules/gc-md2-tests (License): Likewise.
13330
13331         * modules/gc-tests (License): Likewise.
13332
13333         * modules/des-tests (License): Likewise.
13334
13335         * modules/md4-tests (License): Likewise.
13336
13337         * modules/md2-tests (License): Likewise.
13338
13339 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13340
13341         Sync from coreutils:
13342
13343         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
13344         * modules/lib-ignore: New file.
13345         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
13346         chdir-safer.m4, lchmod.m4.
13347         * modules/openat: Add mkdirat.c, openat-priv.h.
13348
13349 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13350
13351         Sync from coreutils.
13352         * m4/lib-ignore.m4: New file.
13353         * m4/lchmod.m4: New file.
13354
13355 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13356
13357         Sync from coreutils.
13358         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
13359         for write access: POSIX says that must fail.
13360         * lib/fts.c (diropen): Likewise.
13361         * lib/save-cwd.c (save_cwd): Likewise.
13362         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
13363         well, for minor improvements on hosts that lack O_DIRECTORY.
13364         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
13365         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
13366         Fall back on chown if open failed with EACCES.
13367
13368         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
13369         Report an error at compile-time if only a 1-second nominal clock
13370         resolution is found.
13371
13372         * lib/lchmod.h: New file.
13373         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
13374         (make_dir_parents): Use lchown rather than chown, and
13375         lchmod rather than chmod.
13376
13377         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
13378         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
13379         "proc" reported by n0dalus.
13380
13381         * lib/mountlist.c: Include <limits.h>.
13382         (dev_from_mount_options)
13383         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
13384         New function.  It no longer assumes "dev=" has the System V meaning
13385         on Linux (since it doesn't).  It also parses "dev=" more carefully.
13386         (read_file_system_list)
13387         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
13388         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
13389         dev= in that case.
13390
13391         * lib/posixtm.h (PDS_PRE_2000): New macro.
13392         * lib/posixtm.c (year): Arg is now syntax_bits rather than
13393         allow_century.  All usages changed.  Reject dates outside the range
13394         1969-1999 if PDS_PRE_2000 is used.
13395
13396 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13397
13398         Sync from coreutils.
13399         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
13400         (Time of day items): Mention the possibility of leap seconds.
13401         Problem reported by Dr. David Alan Gilbert.
13402
13403 2006-01-09  Jim Meyering  <jim@meyering.net>
13404
13405         Sync from coreutils.
13406
13407         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
13408
13409         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
13410
13411         * lib/modechange.c (mode_compile): Reject an invalid mode string
13412         that starts with an octal digit.  From Andreas Gruenbacher.
13413
13414         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
13415         and dup to open_safer and dup_safer, respectively.
13416         (openat_permissive): Fix typo in comment.
13417
13418         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
13419         "gettext.h"; either no longer needed or are guaranteed by openat.h.
13420         (_): Remove; no longer needed.
13421         (openat): Renamed from rpl_openat; no need for rpl_openat
13422         since openat.h renames openat for us.
13423         Replace most of the body with a call to openat_permissive,
13424         to avoid duplicate code.
13425         Port to (probably hypothetical) environments were mode_t is
13426         wider than int.
13427         (openat_permissive): Require mode arg, so that we can check
13428         types better.  Put it just after flags.  Change cwd failure
13429         indicator from pointer-to-bool to pointer-to-errno-value.
13430         All callers changed.
13431         Invoke openat_save_fail and/or openat_restore_fail if
13432         cwd_errno is null, so that openat can call us.
13433         (openat_permissive, fdopendir, fstatat, unlinkat):
13434         Simplify errno handling to avoid some duplicate code,
13435         as it's OK to set errno on success.
13436         * lib/openat.h: Revamp code so that function macros depend on
13437         __OPENAT_PREFIX only, not also on AT_FDCWD.
13438         (openat_ro): Remove.  Caller changed to use openat_permissive.
13439         (openat_permissive): Now a macro, if not a function.
13440         (openat_restore_fail, openat_save_fail): Now always functions,
13441         since mkdirat needs them even if __OPENAT_PREFIX is defined.
13442
13443         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
13444         and openat.c.
13445         * lib/mkdirat.c: Include openat-priv.h.
13446         Remove definitions of macros defined therein.
13447         * lib/openat.c: Likewise.
13448
13449         * lib/mkdirat.c (mkdirat): New file and function.
13450         * lib/openat.h (mkdirat): Declare.
13451
13452         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
13453
13454         * lib/openat.h (openat_permissive): Declare.
13455         (openat_ro): Define.
13456
13457         * lib/openat.c (EXPECTED_ERRNO): New macro.
13458         (openat_permissive): New function -- used in remove.c rewrite.
13459         (all functions): Set errno just before returning, only if there
13460         was an actual failure.
13461         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
13462
13463         Emulate openat-family functions using Linux's procfs, if possible.
13464         Idea and some code based on Ulrich Drepper's glibc changes.
13465
13466         * lib/openat.c: (BUILD_PROC_NAME): New macro.
13467         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
13468         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
13469         before falling back on save_cwd and restore_cwd.
13470         (fdopendir, fstatat, unlinkat): Likewise.
13471
13472         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
13473         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
13474
13475         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
13476         as second argument to va_arg.  Otherwise, some versions of gcc
13477         warn that `if this code is reached, the program will abort'.
13478
13479 2006-01-09  Jim Meyering  <jim@meyering.net>
13480
13481         Sync from coreutils.
13482         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
13483         Require openat-priv.h.
13484
13485 2006-01-09  Bruno Haible  <bruno@clisp.org>
13486
13487         * modules/strnlen (Include): Use strnlen.h.
13488
13489 2006-01-09  Bruno Haible  <bruno@clisp.org>
13490
13491         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
13492
13493 2006-01-09  Bruno Haible  <bruno@clisp.org>
13494
13495         * lib/sysexit_.h (EX_OK): New macro.
13496         Suggested by Martin Lambers <marlam@marlam.de>.
13497
13498 2006-01-09  Bruno Haible  <bruno@clisp.org>
13499
13500         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
13501         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
13502
13503 2006-01-09  Bruno Haible  <bruno@clisp.org>
13504
13505         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
13506         numbers.
13507
13508 2006-01-09  Bruno Haible  <bruno@clisp.org>
13509
13510         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
13511         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
13512         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
13513         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
13514
13515 2006-01-09  Bruno Haible  <bruno@clisp.org>
13516
13517         * build-aux/javacomp.sh.in: New file, moved from lib/.
13518         * modules/javacomp-script (Files): Update.
13519         (configure.ac): Add AC_CONFIG_FILES invocation.
13520         (EXTRA_DIST): Remove variable.
13521
13522         * build-aux/javaexec.sh.in: New file, moved from lib/.
13523         * modules/javaexec (Files): Update.
13524         (configure.ac): Add AC_CONFIG_FILES invocation.
13525         (EXTRA_DIST): Remove javaexec.sh.in.
13526
13527         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
13528         * modules/csharpcomp-script (Files): Update.
13529         (configure.ac): Add AC_CONFIG_FILES invocation.
13530         (EXTRA_DIST): Remove variable.
13531
13532         * build-aux/csharpexec.sh.in: New file, moved from lib/.
13533         * modules/csharpexec (Files): Update.
13534         (configure.ac): Add AC_CONFIG_FILES invocation.
13535         (EXTRA_DIST): Remove csharpexec.sh.in.
13536
13537 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13538
13539         Sync from coreutils.
13540
13541         Add POSIX ACL support
13542         * lib/acl.h (copy_acl, set_acl): Add declarations.
13543         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
13544         systems other than Linux.
13545         (chmod_or_fchmod): New function: use fchmod when possible,
13546         and chmod otherwise.
13547         (file_has_acl): Add a POSIX ACL implementation, with a
13548         Linux-specific subcase.
13549         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
13550         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
13551         acls are unsupported.
13552         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
13553         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
13554         are unsupported.
13555
13556 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13557
13558         Sync from coreutils.
13559         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
13560
13561 2006-01-07  Bruno Haible  <bruno@clisp.org>
13562
13563         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
13564         gl_EARLY.
13565
13566 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13567
13568         * lib/strftime.c (tzname): Don't declare if it is already #defined.
13569         Problem reported for Mingw by Mark Junker.
13570
13571 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13572
13573         * README: Gnulib normally doesn't generate a tarball.
13574
13575 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
13576
13577         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
13578         long int, not int, for nanosecond counts, so that people who are
13579         used to POSIX struct timespec won't be surprised.  Reported by Jim
13580         Meyering.
13581
13582 2005-12-28  Bruno Haible  <bruno@clisp.org>
13583
13584         * build-aux/config.rpath: Update from GNU gettext.
13585
13586 2005-12-16  Jim Meyering  <jim@meyering.net>
13587
13588         * modules/fprintftime: New module.
13589         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
13590
13591 2005-12-16  Jim Meyering  <jim@meyering.net>
13592
13593         * m4/fprintftime.m4: New file.
13594
13595 2005-12-16  Jim Meyering  <jim@meyering.net>
13596
13597         * lib/fprintftime.c, lib/fprintftime.h: New files.
13598
13599 2005-12-15  Simon Josefsson  <jas@extundo.com>
13600
13601         * modules/socklen (configure.ac): Fix M4 macro name, to align with
13602         new m4/socklen.m4.
13603
13604 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13605
13606         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
13607         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
13608
13609 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13610
13611         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
13612         * lib/argp-help.c (fill_in_uparams): Check if the constructed
13613         struct uparams is valid. Fall back to the default values if it is
13614         not.
13615
13616 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13617
13618         * modules/argp (Files): Add argp-pin.c
13619         (Depends-on): dirname
13620         (lib_SOURCES): Add argp-pin.c
13621
13622 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13623
13624         * m4/argp.m4:  Check if program_invocation_name and
13625         program_invocation_short_name are declared and define appropriate
13626         macros if they are not.
13627
13628 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13629
13630         * lib/argp-help.c (__argp_base_name): New function
13631         (__argp_short_program_name): Rewrite using __argp_base_name
13632         * lib/argp-namefrob.h: Define program_invocation_name and
13633         program_invocation_short_name if requested
13634         (__argp_base_name): Add prototype
13635         * lib/argp-parse.c (argp_def): Use gettext wrappers
13636         (argp_default_parser): Use __argp_base_name
13637         * lib/argp-pin.c: New file. Defines program_invocation_name and
13638         program_invocation_short_name on systems that lack them.
13639
13640 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13641
13642         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
13643         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13644         porting problem reported by Georg Schwarz in
13645         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13646
13647 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13648
13649         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
13650         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13651         porting problem reported by Georg Schwarz in
13652         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13653
13654 2005-12-05  Bruno Haible  <bruno@clisp.org>
13655
13656         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
13657         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
13658         Reported by Mark Junker <mjscod@gmx.de>.
13659
13660 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
13661
13662         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
13663         Use implementation from Albert Chin, with some
13664         comments/corrections by Stepan Kasal and myself.
13665
13666 2005-12-02  Bruno Haible  <bruno@clisp.org>
13667
13668         * gnulib-tool (func_import): Accept GPLed build tool modules when
13669         --lgpl is given.
13670         * modules/csharpcomp-script: New file.
13671         * modules/csharpcomp: Depend on it.
13672         * modules/javacomp-script: New file.
13673         * modules/javacomp: Depend on it.
13674         Suggested by Simon Josefsson.
13675
13676 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
13677
13678         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
13679         statement, to work around an HP-UX 10.20 compiler bug reported by
13680         Peter O'Gorman.
13681
13682 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13683
13684         * modules/savedir (Depends-on): Add openat.
13685
13686 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13687
13688         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
13689         (uintmax_t) [defined uintmax_t]: Do not declare.
13690         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
13691         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
13692         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
13693         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
13694         sake of portability to weird hosts that C allows (though we don't
13695         know of any practical examples).
13696
13697         * lib/savedir.h (fdsavedir): New decl.
13698         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
13699         contains most of the former guts of savedir.
13700         (savedir): Use savedirstream.
13701         Include "openat.h".
13702
13703 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13704
13705         * modules/obstack (Files): Add m4/ulonglong.m4.
13706         Problem reported by Davide Angelocola.
13707
13708 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13709
13710         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
13711         coreutils no longer futzes with rounding modes.
13712
13713 2005-11-14  Jim Meyering  <jim@meyering.net>
13714
13715         * lib/mkstemp-safer.c: Include <config.h>, required for possible
13716         replacement of mkstemp.
13717
13718 2005-11-10  Simon Josefsson  <jas@extundo.com>
13719
13720         * lib/readline.c: Remove EOL.
13721
13722 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13723
13724         * modules/gethrxtime (Depends-on): Add gettime.
13725
13726 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13727
13728         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13729         or gettimeofday; no longer needed.
13730
13731 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13732
13733         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13734         time business.
13735         (gethrxtime) [! (HAVE_NANOUPTIME
13736         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13737         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13738         our own approximation.
13739
13740 2005-11-08  Eric Blake  <ebb9@byu.net>
13741
13742         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13743
13744 2005-11-08  Eric Blake  <ebb9@byu.net>
13745
13746         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13747
13748 2005-11-04  Bruno Haible  <bruno@clisp.org>
13749
13750         * gnulib-tool: Implement --update mode.
13751
13752 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13753
13754         Fix porting problem reported by Theodoros V. Kalamatianos.
13755         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13756         Don't assume that futimes failing means we must fail.
13757
13758 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13759
13760         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13761         variables to suggest the intended function of the PATH_MAX check.
13762
13763 2005-10-30  Kean Johnston  <jkj@sco.com>
13764
13765         Trivial changes to support SCO systems.
13766         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13767         as PATH_MAX.
13768         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13769         where __ptr is null when no I/O is pending.
13770
13771 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13772
13773         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13774         leave errno alone.  Problem reported by Dmitry V. Levin.
13775
13776 2005-10-28  Simon Josefsson  <jas@extundo.com>
13777
13778         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13779         Test more.
13780
13781         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13782
13783         * modules/md2, modules/md2-tests: New files.
13784
13785 2005-10-28  Simon Josefsson  <jas@extundo.com>
13786
13787         * m4/inet_ntop.m4: More tests.
13788
13789         * m4/gc-md2.m4, md2.m4: New file.
13790
13791 2005-10-28  Simon Josefsson  <jas@extundo.com>
13792
13793         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13794         "restrict" keywords, as per POSIX.  Protect the function
13795         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13796         Don't use K&R prototypes.  Check the sprintf return values.
13797         Re-define EAFNOSUPPORT if not present.  Indent.
13798
13799         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13800         suggested by Bruno Haible <bruno@clisp.org>.
13801
13802         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13803
13804         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13805
13806         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13807         libgcrypt).
13808
13809         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13810
13811         * lib/md2.h, lib/md2.c: New files.
13812
13813 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13814
13815         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13816         errno alone.  Problem reported by Frederic Jolliton.
13817
13818 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13819
13820         * modules/verify (License): Change from GPL to LGPL.  This is a
13821         tiny module and there are apparently near-equivalents that are
13822         under the BSD license.
13823
13824 2005-10-24  Simon Josefsson  <jas@extundo.com>
13825
13826         * modules/sha1: Relicense to LGPL.
13827
13828 2005-10-24  Simon Josefsson  <jas@extundo.com>
13829
13830         * lib/md4.h: Shrink buffer size, now that we changed the type.
13831
13832 2005-10-23  Simon Josefsson  <jas@extundo.com>
13833
13834         * gnulib-tool (func_import): Fix --tests-base.
13835
13836 2005-10-22  Simon Josefsson  <jas@extundo.com>
13837
13838         * modules/arcfour (Depends-on): Need stdint.
13839
13840 2005-10-22  Simon Josefsson  <jas@extundo.com>
13841
13842         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13843         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13844
13845 2005-10-22  Simon Josefsson  <jas@extundo.com>
13846
13847         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13848         suggested by Bruno Haible <bruno@clisp.org>.
13849
13850 2005-10-22  Simon Josefsson  <jas@extundo.com>
13851
13852         * lib/crc.h: Include stddef.h, for size_t.
13853
13854 2005-10-22  Simon Josefsson  <jas@extundo.com>
13855
13856         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13857         arcfour_context struct (simplify test vector testing in GNU
13858         Shishi).
13859
13860 2005-10-21  Simon Josefsson  <jas@extundo.com>
13861
13862         * modules/des, modules/des-tests: New files.
13863
13864         * modules/gc-des, modules/gc-des-tests: New files.
13865
13866         * tests/test-des.c, tests/test-gc-des.c: New file.
13867
13868 2005-10-21  Simon Josefsson  <jas@extundo.com>
13869
13870         * modules/arctwo, modules/arctwo-tests: New files.
13871
13872         * tests/test-arctwo.c: New file.
13873
13874         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13875
13876         * tests/test-gc-arctwo.c: New file.
13877
13878 2005-10-21  Simon Josefsson  <jas@extundo.com>
13879
13880         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13881         Bruno Haible <bruno@clisp.org>.
13882
13883         * m4/gc-des.m4: New file.
13884
13885 2005-10-21  Simon Josefsson  <jas@extundo.com>
13886
13887         * m4/arctwo.m4: New file.
13888
13889         * m4/gc-arctwo.m4: New file.
13890
13891 2005-10-21  Simon Josefsson  <jas@extundo.com>
13892
13893         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13894         block.
13895
13896 2005-10-21  Simon Josefsson  <jas@extundo.com>
13897
13898         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13899         <bruno@clisp.org>.
13900
13901         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13902
13903         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13904         Bruno Haible <bruno@clisp.org>.
13905
13906         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13907         <bruno@clisp.org>.
13908
13909 2005-10-21  Simon Josefsson  <jas@extundo.com>
13910
13911         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13912
13913 2005-10-21  Simon Josefsson  <jas@extundo.com>
13914
13915         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13916
13917 2005-10-21  Simon Josefsson  <jas@extundo.com>
13918
13919         * lib/des.h, lib/des.c: New files.
13920
13921         * lib/gc-gnulib.c: Support DES.c
13922
13923 2005-10-21  Simon Josefsson  <jas@extundo.com>
13924
13925         * lib/arctwo.h, lib/arctwo.c: New files.
13926
13927         * lib/gc-gnulib.c: Support ARCTWO.
13928
13929 2005-10-21  Simon Josefsson  <jas@extundo.com>
13930
13931         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13932         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13933
13934 2005-10-21  Simon Josefsson  <jas@extundo.com>
13935
13936         * gnulib-tool (func_import, func_create_testdir): Define automake
13937         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13938         Makefile.am snippet),
13939         suggested by Bruno Haible <bruno@clisp.org>.
13940
13941         * modules/gc (Makefile.am): Use it.
13942
13943 2005-10-21  Bruno Haible  <bruno@clisp.org>
13944
13945         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13946         patch.
13947
13948 2005-10-19  Simon Josefsson  <jas@extundo.com>
13949
13950         * tests/test-gc-rijndael.c: New file.
13951
13952         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13953
13954 2005-10-19  Simon Josefsson  <jas@extundo.com>
13955
13956         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13957         interface too.
13958
13959 2005-10-19  Simon Josefsson  <jas@extundo.com>
13960
13961         * tests/test-gc-arcfour.c: New file.
13962
13963         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13964
13965 2005-10-19  Simon Josefsson  <jas@extundo.com>
13966
13967         * modules/gc-md4, modules/gc-md4-tests: New file.
13968
13969         * tests/test-gc-md4.c: New file.
13970
13971 2005-10-19  Simon Josefsson  <jas@extundo.com>
13972
13973         * m4/gc-md4.m4: New file.
13974
13975 2005-10-19  Simon Josefsson  <jas@extundo.com>
13976
13977         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13978         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13979         <kasal@ucw.cz>.
13980
13981 2005-10-19  Simon Josefsson  <jas@extundo.com>
13982
13983         * m4/gc-arcfour.m4: New file.
13984
13985         * m4/gc-rijndael.m4: New file.
13986
13987 2005-10-19  Simon Josefsson  <jas@extundo.com>
13988
13989         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13990
13991 2005-10-19  Simon Josefsson  <jas@extundo.com>
13992
13993         * lib/gc-gnulib.c: Support ARCFOUR.
13994
13995 2005-10-19  Simon Josefsson  <jas@extundo.com>
13996
13997         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13998         support.
13999
14000         * lib/gc.h: Add ECB enum type.
14001
14002         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
14003
14004 2005-10-18  Simon Josefsson  <jas@extundo.com>
14005
14006         * tests/test-md5.c: New file.
14007
14008         * modules/md5-tests: New file.
14009
14010 2005-10-18  Simon Josefsson  <jas@extundo.com>
14011
14012         * tests/test-md4.c: New file.
14013
14014         * modules/md4, modules/md4-tests: New files.
14015
14016 2005-10-18  Simon Josefsson  <jas@extundo.com>
14017
14018         * m4/md4.m4: New file.
14019
14020 2005-10-18  Simon Josefsson  <jas@extundo.com>
14021
14022         * lib/md4.h, lib/md4.c: New files, based on md5.?.
14023
14024 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
14025
14026         * gnulib-tool (func_create_testdir): Omit the second check whether
14027         BUILT_SOURCES in nonempty.
14028
14029 2005-10-17  Simon Josefsson  <jas@extundo.com>
14030
14031         * tests/test-rijndael.c: New file.
14032
14033 2005-10-17  Simon Josefsson  <jas@extundo.com>
14034
14035         * modules/sha1: Depend on stdint instead of md5.
14036
14037         * modules/md5: Depend on stdint, remove uint32_t.
14038
14039 2005-10-17  Simon Josefsson  <jas@extundo.com>
14040
14041         * modules/gc-sha1-tests: New file.
14042
14043         * tests/test-gc-sha1.c: New file.
14044
14045 2005-10-17  Simon Josefsson  <jas@extundo.com>
14046
14047         * m4/md5.m4: Remove call to uint32_t.m4.
14048
14049 2005-10-17  Simon Josefsson  <jas@extundo.com>
14050
14051         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
14052
14053         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
14054         md5.h.
14055
14056         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
14057
14058         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
14059
14060 2005-10-17  Simon Josefsson  <jas@extundo.com>
14061
14062         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
14063
14064 2005-10-17  Simon Josefsson  <jas@extundo.com>
14065
14066         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
14067
14068 2005-10-17  Simon Josefsson  <jas@extundo.com>
14069
14070         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
14071
14072         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
14073
14074 2005-10-17  Bruno Haible  <bruno@clisp.org>
14075
14076         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
14077         that it can also be used in a test.
14078
14079 2005-10-16  Bruno Haible  <bruno@clisp.org>
14080
14081         * gnulib-tool (func_emit_tests_Makefile_am): Also define
14082         TESTS_ENVIRONMENT, so that individual tests can augment it.
14083
14084         * gnulib-tool (func_create_testdir): Use an intermediate target for
14085         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
14086         macros, like $(ALLOCA_H), which cannot be passed through the command
14087         line.
14088
14089 2005-10-15  Simon Josefsson  <jas@extundo.com>
14090
14091         * modules/rijndael-tests: New file.
14092
14093         * modules/rijndael: New file.
14094
14095 2005-10-15  Simon Josefsson  <jas@extundo.com>
14096
14097         * m4/rijndael.m4: New file.
14098
14099 2005-10-15  Simon Josefsson  <jas@extundo.com>
14100
14101         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
14102
14103         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
14104
14105 2005-10-14  Simon Josefsson  <jas@extundo.com>
14106
14107         * tests/test-arcfour.c: New file.
14108
14109         * modules/arcfour, modules/arcfour-tests: New files.
14110
14111 2005-10-14  Simon Josefsson  <jas@extundo.com>
14112
14113         * m4/arcfour.m4: New file.
14114
14115 2005-10-14  Simon Josefsson  <jas@extundo.com>
14116
14117         * lib/arcfour.h, lib/arcfour.c: New files.
14118
14119 2005-10-14  Roland McGrath  <roland@redhat.com>
14120
14121         Import from libc.  [BZ #1331]
14122         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
14123         macro argument.
14124         Reported by Matej Vela <vela@debian.org>.
14125
14126 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
14127
14128         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
14129         include <wchar.h>; no longer needed.
14130
14131 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
14132
14133         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
14134
14135 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
14136         and  Ulrich Drepper  <drepper@redhat.com>
14137
14138         Import from libc.
14139         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
14140         instead of inline stream orientation test and two separate
14141         function calls.  Pay no attention to USE_IN_LIBIO.
14142
14143 2005-10-13  Simon Josefsson  <jas@extundo.com>
14144
14145         * modules/gc-hmac-md5-tests: New file.
14146
14147         * tests/test-gc-hmac-sha1.c: New file.
14148
14149         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
14150
14151         * modules/gc-hmac-md5-tests: New file.
14152
14153         * tests/test-gc-md5.c: New file.
14154
14155         * modules/gc-md5-tests: New file.
14156
14157 2005-10-13  Simon Josefsson  <jas@extundo.com>
14158
14159         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
14160         Move memory allocation outside of loop.
14161
14162 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
14163
14164         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
14165         intermediate directory is in a read-only file system.  Problem
14166         reported by Eric Blake.
14167
14168 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
14169
14170         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
14171
14172 2005-10-12  Simon Josefsson  <jas@extundo.com>
14173
14174         * tests/test-hmac-sha1.c: New file.
14175
14176         * modules/hmac-sha1-tests: New file.
14177
14178         * modules/hmac-sha1: New file.
14179
14180 2005-10-12  Simon Josefsson  <jas@extundo.com>
14181
14182         * modules/gc-sha1: New file.
14183
14184 2005-10-12  Simon Josefsson  <jas@extundo.com>
14185
14186         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
14187
14188         * tests/test-gc-pbkdf2-sha1.c: New file.
14189
14190 2005-10-12  Simon Josefsson  <jas@extundo.com>
14191
14192         * modules/gc-md5, modules/gc-hmac-md5: New files.
14193
14194         * modules/gc (Files): Remove md5, memxor and hmac files.
14195
14196 2005-10-12  Simon Josefsson  <jas@extundo.com>
14197
14198         * m4/gc-pbkdf2-sha1.m4: New file.
14199
14200         * m4/gc-hmac-sha1.m4: New file.
14201
14202         * m4/gc-sha1: New file.
14203
14204         * m4/hmac-sha1.m4: New file.
14205
14206 2005-10-12  Simon Josefsson  <jas@extundo.com>
14207
14208         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
14209
14210         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
14211
14212 2005-10-12  Simon Josefsson  <jas@extundo.com>
14213
14214         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
14215         suggested by Bruno Haible <bruno@clisp.org>.
14216
14217 2005-10-12  Simon Josefsson  <jas@extundo.com>
14218
14219         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
14220
14221 2005-10-12  Simon Josefsson  <jas@extundo.com>
14222
14223         * lib/gc-pbkdf2-sha1.c: New file.
14224
14225         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
14226
14227 2005-10-12  Simon Josefsson  <jas@extundo.com>
14228
14229         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
14230
14231         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
14232
14233 2005-10-12  Simon Josefsson  <jas@extundo.com>
14234
14235         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
14236         GC_USE_HMAC_MD5, respectively.
14237
14238         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
14239         (gc_md5): Fix typo.
14240
14241         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
14242
14243         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
14244
14245         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
14246
14247 2005-10-12  Bruno Haible  <bruno@clisp.org>
14248
14249         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
14250         Reported by Stepan Kasal <kasal@ucw.cz>.
14251
14252 2005-10-11  Simon Josefsson  <jas@extundo.com>
14253
14254         * tests/test-crc.c: New file.
14255
14256         * modules/crc, modules/crc-tests: New files.
14257
14258 2005-10-11  Simon Josefsson  <jas@extundo.com>
14259
14260         * m4/crc.m4: New file.
14261
14262 2005-10-11  Simon Josefsson  <jas@extundo.com>
14263
14264         * lib/gc.h: Add gc_hash and gc_hash_buffer.
14265
14266         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
14267
14268         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
14269
14270 2005-10-11  Simon Josefsson  <jas@extundo.com>
14271
14272         * lib/crc.h, lib/crc.c: New files.
14273
14274         * lib/gc.h (gc_hash_buffer): Add doc.
14275
14276 2005-10-11  Bruno Haible  <bruno@clisp.org>
14277
14278         * modules/c-strcasestr: New file.
14279         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
14280
14281 2005-10-11  Bruno Haible  <bruno@clisp.org>
14282
14283         * modules/c-strcase: New file.
14284         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
14285
14286 2005-10-11  Bruno Haible  <bruno@clisp.org>
14287
14288         * lib/strcasecmp.c: Include limits.h.
14289         (strcasecmp): Avoid integer overflow on exotic platforms.
14290         * lib/strncasecmp.c: Include limits.h.
14291         (strncasecmp): Avoid integer overflow on exotic platforms.
14292         Reported by Paul Eggert.
14293
14294 2005-10-11  Bruno Haible  <bruno@clisp.org>
14295
14296         * lib/c-strcasestr.h: New file, from GNU gettext.
14297         * lib/c-strcasestr.c: New file, from GNU gettext.
14298
14299 2005-10-11  Bruno Haible  <bruno@clisp.org>
14300
14301         * lib/c-strcase.h: New file, from GNU gettext.
14302         * lib/c-strcasecmp.c: New file, from GNU gettext.
14303         * lib/c-strncasecmp.c: New file, from GNU gettext.
14304
14305 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14306
14307         * modules/mempcpy (License): GPL -> LGPL.
14308         * modules/strchrnul (License): Likewise.
14309         * modules/sysexits (License): Likewise.
14310
14311 2005-10-08  Simon Josefsson  <jas@extundo.com>
14312
14313         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
14314
14315 2005-10-07  Simon Josefsson  <jas@extundo.com>
14316
14317         * m4/memxor.m4: Remove gl_C_RESTRICT call.
14318
14319 2005-10-06  Simon Josefsson  <jas@extundo.com>
14320
14321         * tests/test-hmac-md5.c: New file.
14322
14323         * modules/hmac-md5-tests: New file.
14324
14325         * modules/hmac-md5: New file.
14326
14327 2005-10-06  Simon Josefsson  <jas@extundo.com>
14328
14329         * m4/hmac-md5.m4: New file.
14330
14331         * m4/memxor.m4: Require gl_C_RESTRICT.
14332
14333 2005-10-06  Simon Josefsson  <jas@extundo.com>
14334
14335         * lib/memxor.c (memxor): Avoid casts and warnings.
14336
14337 2005-10-06  Simon Josefsson  <jas@extundo.com>
14338
14339         * lib/hmac-md5.c: New file.
14340
14341         * lib/hmac.h: New file.
14342
14343 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14344
14345         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
14346         promotes to int, not unsigned int, to catch the AIX 5.3
14347         compiler bug.
14348
14349 2005-10-05  Simon Josefsson  <jas@extundo.com>
14350
14351         * modules/memxor: New file.
14352
14353         * modules/iconv (Files): Move config.rpath to havelib, it is used
14354         there.
14355
14356         * modules/havelib (Files): Add config.rpath.
14357
14358 2005-10-05  Simon Josefsson  <jas@extundo.com>
14359
14360         * m4/memxor.m4: New file.
14361
14362 2005-10-05  Simon Josefsson  <jas@extundo.com>
14363
14364         * lib/memxor.c (memxor): Fix compiler error.
14365
14366         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
14367         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
14368
14369         * lib/memxor.h, lib/memxor.c: New files.
14370
14371         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
14372         we assume all systems have it, suggested by Jim Meyering
14373         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
14374         any systems lack sys/socket.h; mingw32 is known to lack it, but we
14375         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
14376         same reasons.
14377
14378 2005-10-05  Simon Josefsson  <jas@extundo.com>
14379
14380         * config/srclist.txt: Add glibc bug 1423 for md5.h.
14381
14382 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
14383
14384         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
14385         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
14386         needed, since the source code now assumes these .h files.
14387
14388 2005-10-05  Derek Price  <derek@ximbiot.com>
14389
14390         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
14391
14392 2005-10-05  Bruno Haible  <bruno@clisp.org>
14393
14394         * modules/stdint (License): Change to LGPL.
14395
14396 2005-10-04  Simon Josefsson  <jas@extundo.com>
14397
14398         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
14399         D. Baushke" <mdb@gnu.org>.
14400
14401 2005-10-04  Bruno Haible  <bruno@clisp.org>
14402
14403         * lib/verify.h (verify_true): Provide alternative definition for C++.
14404
14405 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
14406
14407         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
14408         (SSIZE_MAX): New macro, if not already defined.
14409         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
14410         than 2 GiB.
14411
14412 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14413
14414         Sync from coreutils.
14415         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
14416         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
14417         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
14418         ULLONG_MAX doesn't work with 2.7.2.1.
14419
14420 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14421
14422         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
14423         From Ben Pfaff.
14424
14425         * modules/exclude (Depends-on): Depend on verify.
14426         * modules/strtoimax (Depends-on): Likewise.
14427         * modules/utimecmp (Depends-on): Likewise.
14428
14429 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14430
14431         * lib/exclude.c: Include verify.h.
14432         (verify): Remove.  All callers changed to use verify.h's version.
14433         * lib/strtoimax.c: Likewise.
14434         * lib/utimecmp.c: Likewis.e
14435
14436         Sync from coreutils.
14437         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
14438         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
14439         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
14440         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
14441         bother returning ENOSYS if settimeofday or stime fails; just let
14442         them return whatever errno they want to return.
14443         * lib/utimens.c: Include unistd.h, for dup2.
14444         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
14445         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
14446
14447 2005-10-02  Jim Meyering  <jim@meyering.net>
14448
14449         Sync from coreutils.
14450         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
14451         from glibc-2.2.5 that fails for read-only files.
14452
14453 2005-10-02  Jim Meyering  <jim@meyering.net>
14454
14455         Sync from coreutils.
14456         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
14457         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
14458         `#if HAVE_CONFIG_H'.
14459         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
14460         Remove AT_FDCWD test.
14461         Do not consume the fd unless successful.
14462         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
14463         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
14464         block, so that we don't even try to compile it if settimeofday is
14465         available.  This works around a compilation failure on OSF1 V5.1,
14466         due to stime requiring a `long int*' while tv_sec is `int'.
14467
14468 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
14469
14470         Sync from coreutils.
14471         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
14472         against `yes', rather than just testing for nonempty.
14473
14474 2005-10-01  Simon Josefsson  <jas@extundo.com>
14475
14476         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
14477         and Darwin.
14478
14479         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
14480         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
14481         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
14482         freeaddrinfo and gai_strerror are declared by the POSIX headers.
14483         Check if struct addrinfo is declared.
14484
14485 2005-10-01  Simon Josefsson  <jas@extundo.com>
14486
14487         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
14488         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
14489         AI_* and EAI_* definitions.  Protect function declarations.
14490
14491 2005-10-01  Jim Meyering  <jim@meyering.net>
14492
14493         Sync from coreutils.
14494
14495         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
14496         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
14497         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
14498         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14499         in the inet and nsl libraries.  Required on Solaris 5.7.
14500
14501 2005-10-01  Jim Meyering  <jim@meyering.net>
14502
14503         Sync from coreutils.
14504         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14505         in the inet and nsl libraries.  Required on Solaris 5.7.
14506
14507 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
14508
14509         * lib/getdelim.c (getdelim): Remove unused variables.
14510
14511 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
14512
14513         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
14514         so that the code works even with ancient cpp.  Portability problem
14515         with GCC 2.7.2.1 reported by Thomas M.Ott.
14516
14517 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
14518
14519         * modules/regex (Depends-on): Add strcase.
14520
14521         * modules/gethostname (Licence): Change from GPL to LGPL, since
14522         gethostname.c is a trivial implementation of a standard library
14523         function.
14524         * modules/poll (License): Change from GPL to LGPL, since it's
14525         derived from LGPL code.
14526
14527 2005-09-27  Jim Meyering  <jim@meyering.net>
14528
14529         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
14530         HAVE_CONFIG_H.
14531
14532         * lib/intprops.h (signed_type_or_expr__): Define.
14533         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
14534         for unsigned types.
14535
14536 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
14537
14538         * lib/verify.h (verify_expr): Remove, replacing with:
14539         (verify_true): New macro that returns true instead of void.
14540         (verify_type__): Remove.
14541         (verify): Use verify_true rather than verify_type__.
14542
14543 2005-09-26  Bruno Haible  <bruno@clisp.org>
14544
14545         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
14546         is necessary.
14547         (lib_SOURCES): Remove mbchar.c.
14548         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
14549         (Files): Add m4/mbrtowc.m4.
14550         * modules/mbiter: Likewise.
14551         * modules/mbuiter: Likewise.
14552
14553 2005-09-26  Bruno Haible  <bruno@clisp.org>
14554
14555         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
14556         compile mbchar.c if they are not both present.
14557         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
14558         * m4/mbiter.m4 (gl_MBITER): Likewise.
14559         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
14560         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
14561         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
14562
14563 2005-09-25  Jim Meyering  <jim@meyering.net>
14564
14565         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
14566         also uses socklen_t.
14567
14568 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
14569
14570         * lib/utimens.c (ENOSYS): Define if not already defined.
14571         (futimens): Support having a null PATH if the file descriptor
14572         is nonnegative.
14573
14574         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
14575         Remove.
14576         (__attribute): Define to empty unless GCC 3.1 or later.
14577         This works around a core dump on OpenBSD 3.4, which has GCC
14578         2.95.3, which dumps core when given __attribute__(()).  It also
14579         simplifies other tests, since we really don't want to bother with
14580         worrying about which ancient version of GCC supported what.
14581         Original problem reported by Yoann Vandoorselaere, with part of
14582         the fix suggested by Derek Price.
14583
14584 2005-09-24  Jim Meyering  <jim@meyering.net>
14585
14586         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
14587         so we can once again use a positive bitfield width of 1 -- now we
14588         don't have to explain why we were using a bitfield width of 2.
14589
14590 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14591
14592         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
14593         and similarly for the other external symbols.  Problem reported
14594         by James Gallager.
14595
14596         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
14597         bug reported by Jim Meyering.
14598
14599         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
14600         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
14601         not needed, since socklen is a prerequisite module.
14602
14603 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14604
14605         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
14606         Problem reported by Eric Blake.
14607         (getaddrinfo): Initialize se so that it's not garbage.
14608         Redo internal storage allocation so that it doesn't make unportable
14609         assumptions about alignment.
14610         Fix a memory leak.
14611
14612         * lib/utimens.c (futimens): Use futimesat if available.
14613         Prefer it to futimes since it doesn't have the futimes bug.
14614
14615         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
14616         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
14617         Instead, declare a function that returns a pointer to an array,
14618         and use verify_type__ to declare the size of the array.
14619         Problem and germ of a solution reported by Bruno Haible.
14620         (verify_type__): Use 2, not 1, for bitfield size, to avoid
14621         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
14622
14623 2005-09-23  Jim Meyering  <jim@meyering.net>
14624
14625         Sync from coreutils.
14626         Correct build failure (socklen_t not defined) on at least
14627         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
14628         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
14629
14630 2005-09-23  Jim Meyering  <jim@meyering.net>
14631
14632         * modules/getaddrinfo (Depends-on): Add socklen.
14633
14634 2005-09-23  Bruno Haible  <bruno@clisp.org>
14635
14636         * tests/test-verify.c: New file.
14637
14638 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14639
14640         Sync from coreutils.
14641
14642         * modules/argmatch (Depends-on): Add verify.
14643         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
14644         unistd-safer.
14645         * modules/save-cwd (Depends-on): Likewise.
14646
14647         * modules/openat (Files): Add lib/openat-die.c.
14648         (Depends-on): Remove error, exitfail.
14649         Add dirname.
14650
14651         * modules/verify: New file.
14652         * MODULES.html.sh (Diagnostics <assert.h>): New section,
14653         with "verify" module.
14654
14655 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14656
14657         Sync from coreutils.
14658
14659         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
14660         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
14661         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
14662         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
14663         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
14664         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
14665         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
14666         Don't bother checking for string.h, stdlib.h, unistd.h.
14667         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
14668         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
14669         module's job.
14670         * m4/jm-macros.m4 (gl_MACROS): Likewise.
14671         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
14672
14673         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
14674         (gl_GETDATE): Use it.
14675
14676         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
14677
14678 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14679
14680         Sync from coreutils.
14681
14682         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
14683         stat-time.h.
14684         * lib/argmatch.h: Include verify.h
14685         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
14686         (ARGMATCH_ASSERT): Remove; unused.
14687         * lib/canonicalize.c: Assume STDC_HEADERS.
14688         * lib/exclude.c: Include "strcase.h".
14689         * lib/regex_internal.h [!defined _LIBC]: Likewise.
14690         * lib/getusershell.c: Include stdio--.h rather than stdio.h
14691         and stdio-safer.h.
14692         (getusershell): Call fopen, not fopen_safer.
14693         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
14694         Do not include unistd-safer.h.
14695         (save_cwd): Don't call fd_safer; no longer needed
14696         now that we include fcntl--.h.
14697
14698         * lib/getdate.y (relative_time): New type.
14699         (RELATIVE_TIME_0): New constant.
14700         (parser_control): Use relative_time instead of doing it ourselves.
14701         (%union): Add new relative_time rel member.
14702         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
14703         Now typeless.
14704         (relunit, relunit_snumber): Now of type rel.
14705         (zone, rel, relunit, get_date): Adjust to above changes.
14706
14707         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
14708         Do not include unistd-safer.h.
14709         (getloadavg): Don't call fd_safer; no longer needed
14710         now that we include fcntl--.h.
14711
14712         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
14713         (make_dir_parents): Treat ENOSYS like EEXIST.
14714
14715         Improve quality of diagnostics on restore_cwd failure.
14716         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
14717         (make_dir_parents): Last arg is now int * (for errno), not bool *.
14718         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
14719         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
14720         each time through the loop.  Do not diagnose restore_cwd failure;
14721         that is the caller's job (and perhaps the caller does not care).
14722
14723         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
14724         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
14725         If the file already exists but is not a directory, don't bother
14726         to try to make its parents.
14727         Close potential file descriptor leak if we can't chdir("/") (!).
14728         Don't always return true if chdir($PWD) fails; return true only
14729         if the requested action was done successfully (except for the
14730         chdir($PWD)).
14731         Don't log final directory unless we actually made it.
14732         Refactor to avoid duplicate code to fix up permissions.
14733         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14734
14735         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14736         to make it a bit faster and (I hope) clearer.
14737         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14738         Fix bug in formats like %2N.
14739
14740         * lib/verify.h: New file.
14741
14742 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14743
14744         Sync from coreutils.
14745         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14746
14747 2005-09-22  Jim Meyering  <jim@meyering.net>
14748
14749         Sync from coreutils.
14750
14751         * m4/lstat.m4 (gl_FUNC_LSTAT):
14752         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14753         Remove obsolete comment.
14754         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14755         * m4/xstrtod.m4: Likewise.
14756
14757         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14758
14759 2005-09-22  Jim Meyering  <jim@meyering.net>
14760
14761         Sync from coreutils.
14762
14763         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14764
14765         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14766         the .tm_year member, since otherwise gcc-4.0 would now warn about
14767         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14768
14769         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14770         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14771
14772         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14773         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14774         when run in a time zone for which daylight savings time is in effect
14775         for the starting date.
14776
14777         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14778         stop us from restricting permissions of just-created absolute-named
14779         directories.
14780         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14781         to restore initial working directory.
14782         * lib/mkdir-p.c (make_dir_parents): New parameter:
14783         different_working_dir, to tell caller if/when we change the working
14784         directory and are unable to return to the initial one.
14785         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14786         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14787         `return false'.  This fixes a bug introduced on 2004-07-30.
14788
14789         * lib/openat.c (fdopendir): Be sure to close the supplied
14790         file descriptor before returning.  This makes our replacement
14791         implementation a little closer to Solaris's, where fdopendir
14792         ties the file descriptor to the returned DIR* pointer.
14793         * lib/openat.c (unlinkat): New function.
14794         * lib/openat.h (unlinkat): Add prototype.
14795         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14796         (openat_restore_fail): Rename from openat_restore_die.
14797         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14798
14799         Provide an alternative to exiting immediately upon save_cwd or
14800         restore_cwd failure.  Now, an application can arrange e.g.,
14801         to perform a longjump in that case.
14802         * lib/openat.c: Include dirname.h.
14803         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14804         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14805         and openat_restore_die rather than calling error directly.
14806         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14807
14808         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14809         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14810         define.
14811
14812         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14813         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14814                             int utc, int nanoseconds);
14815         Background:
14816         date should not have to allocate a megabyte of virtual memory to
14817         handle a format argument like +%1048575T.  When implemented with
14818         strftime, it must allocate such a buffer, use strftime to fill it
14819         in, print it, then free it.
14820         With fprintftime, it simply prints everything and exits.
14821         With no need for memory allocation, that's one fewer way to fail.
14822         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14823         optional field width, not before, so we accept %9:z, not %:9z.
14824         (my_strftime): Be sure to use L_('x') for literals.
14825
14826         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14827         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14828         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14829         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14830         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14831         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14832         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14833         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14834         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14835         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14836         * lib/xgethostname.c, lib/xreadlink.c:
14837         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14838
14839         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14840         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14841         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14842         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14843         and don't include <sys/file.h>).
14844
14845 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14846
14847         Sync from coreutils.
14848
14849         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14850         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14851         [!LDAV_DONE]: Avoid unused variable warning.
14852
14853 2005-09-21  Bruno Haible  <bruno@clisp.org>
14854
14855         * lib/unicodeio.h (unicode_to_mb): New declaration.
14856
14857 2005-09-20  Derek Price  <derek@ximbiot.com>
14858
14859         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14860         getaddrinfo.h.
14861
14862 2005-09-20  Bruno Haible  <bruno@clisp.org>
14863
14864         * gnulib-tool: Remove trailing slashes from the values specified for
14865         --source-base, --m4-base, --tests-base, --aux-dir.
14866         Suggested by Simon Josefsson <jas@extundo.com>.
14867
14868 2005-09-20  Bruno Haible  <bruno@clisp.org>
14869
14870         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14871         func_modules_to_filelist, func_import, func_create_testdir): Make all
14872         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14873         change when gnulib-tool is invoked in a different locale.
14874
14875 2005-09-19  Simon Josefsson  <jas@extundo.com>
14876
14877         * m4/socklen.m4: Fix typo.
14878
14879 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14880
14881         Use a consistent style for including <config.h>.
14882         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14883         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14884         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14885         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14886         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14887         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14888         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14889         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14890         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14891         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14892         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14893         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14894         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14895         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14896         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14897         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14898         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14899         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14900         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14901         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14902         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14903         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14904         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14905         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14906         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14907         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14908         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14909         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14910         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14911         lib/xstrtoumax.c, lib/yesno.c:
14912         Standardize inclusion of config.h.
14913         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14914         lib/inttostr.h:  Removed inclusion of config.h from header files.
14915         * lib/inttostr.c:  Adjusted in-tree users.
14916         * lib/timespec.h: Remove superfluous warning to include config.h.
14917         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14918         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14919         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14920         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14921         config.h with HAVE_CONFIG_H.
14922
14923 2005-09-19  Jim Meyering  <jim@meyering.net>
14924
14925         * modules/pathmax (License): Change to LGPL.
14926
14927 2005-09-19  Derek Price  <derek@ximbiot.com>
14928
14929         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14930
14931 2005-09-19  Bruno Haible  <bruno@clisp.org>
14932
14933         * gnulib-tool (import): Provide default for --tests-base.
14934
14935 2005-09-19  Bruno Haible  <bruno@clisp.org>
14936
14937         * doc/quote.texi: New file, extracted from gnulib.texi.
14938         * doc/ctime.texi: New file, extracted from gnulib.texi.
14939         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14940         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14941         * doc/gnulib.texi: Include them.
14942
14943 2005-09-18  Bruno Haible  <bruno@clisp.org>
14944
14945         Portability fix.
14946         * gnulib-tool (func_readlink): New function.
14947         (func_ln_if_changed): Use it.
14948
14949 2005-09-18  Bruno Haible  <bruno@clisp.org>
14950
14951         * gnulib-tool: Support --with-tests also with --import.
14952         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14953         (func_import): Use variables $testsbase and $inctests. Emit a
14954         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14955         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14956         SUBDIRS += $testsdir.
14957         (func_create_testdir): Update.
14958
14959 2005-09-18  Bruno Haible  <bruno@clisp.org>
14960
14961         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14962         instead of $dry_run.
14963         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14964         (func_ln_if_changed): Don't handle dry-run here.
14965         (func_import): In dry-run mode, detect more precisely which actions
14966         would be performed, and don't use "...ing" verbs.
14967
14968 2005-09-18  Bruno Haible  <bruno@clisp.org>
14969
14970         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14971         (func_import): Use join on two temporary files instead of three nested
14972         loops, in order to determine which files are new or old.
14973
14974 2005-09-18  Bruno Haible  <bruno@clisp.org>
14975
14976         * gnulib-tool (func_import): Comment out code that spits out the
14977         new files with --dry-run.
14978
14979 2005-09-18  Bruno Haible  <bruno@clisp.org>
14980
14981         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14982
14983 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14984
14985         * lib/stat-time.h: New file.
14986         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14987         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14988         in a different way.
14989         (timespec_cmp): New function.
14990         * lib/utimecmp.c: Include stat-time.h.
14991         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14992         members exist, not on the obsolescent ST_MTIM_NSEC.
14993         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14994
14995 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14996
14997         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14998
14999 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15000
15001         * MODULES.html.sh (File system functions): Add stat-time.
15002         * modules/stat-time: New file.
15003         * modules/timespec (Files): Remove m4/st_mtim.m4; this
15004         is now done in a different way, by the stat-time module.
15005         * modules/utimecmp (Depends-on): Add stat-time.
15006
15007 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
15008
15009         * m4/st_mtim.m4: Remove.  Superseded by...
15010         * m4/stat-time.m4: New file.
15011         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
15012         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
15013
15014 2005-09-15  Derek Price  <derek@ximbiot.com>
15015
15016         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
15017
15018 2005-09-15  Derek Price  <derek@ximbiot.com>
15019
15020         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
15021         * lib/regex_internal.c: Ditto, using this...
15022         (__GNUC_PREREQ): ...new macro.
15023         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
15024         using...
15025         (__GNUC_PREREQ): ...this new macro.
15026
15027         * lib/strstr.h: Include string.h. Define strstr as a macro here.
15028
15029 2005-09-15  Derek Price  <derek@ximbiot.com>
15030             Paul Eggert  <eggert@cs.ucla.edu>
15031
15032         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
15033         changes, consolidating in...
15034         * lib/regex_internal.h: ...this file.
15035
15036 2005-09-13  Jim Meyering  <jim@meyering.net>
15037
15038         * lib/canon-host.c: Filter through gnu indent and reword comments
15039         slightly.
15040         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
15041
15042 2005-09-13  Derek Price  <derek@ximbiot.com>
15043
15044         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
15045         failure.
15046         Reported by Jim Meyering  <jim@meyering.net>.
15047
15048 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15049
15050         * lib/base64.c: Typo.
15051         (base64_encode): Put b64str in initialized data section.
15052
15053 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
15054
15055         Merge glibc and coreutils changes into gnulib, plus a few
15056         extra fixes.
15057         * lib/md5.c: Use #error rather than a string.
15058         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
15059         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
15060         (__attribute__): Define to empty for non recent-GCC.
15061         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
15062         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
15063         Renamed from their non-__ counterparts, with new macros replacing
15064         them if not _LIBC.  Add __THROW attribute.
15065         (rol): Remove.
15066         (struct md5_ctx): Align buffer if using GCC.
15067         * lib/sha1.h (struct sha1_ctx): Likewise.
15068         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
15069         The old name was backwards.
15070         (NOTSWAP): Remove; not used.
15071         (rol): New macro, moved here from md5.h.
15072         (sha1_process_block): Remove a FIXME that doesn't make sense.
15073
15074 2005-09-12  Derek Price  <derek@ximbiot.com>
15075
15076         Return usable errors from canon-host.
15077         * lib/canon-host.h: New file.
15078         * lib/canon-host.c (canon_host): Wrap...
15079         (canon_host_r): ...this new function, which now relies exclusively on
15080         getaddrinfo.
15081         (ch_strerror): New function.
15082         (last_cherror): New global.
15083         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
15084         interface.
15085         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
15086         void *.
15087         (freeaddrinfo): Free ai->ai_canonname when set.
15088
15089 2005-09-12  Derek Price  <derek@ximbiot.com>
15090
15091         Make canon-host require getaddrinfo.
15092         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
15093         AC_LIBSOURCE canon-host.h.  Call...
15094         (gl_PREREQ_CANON_HOST): ...this new function, which requires
15095         gl_GETADDRINFO.
15096         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
15097
15098 2005-09-12  Derek Price  <derek@ximbiot.com>
15099
15100         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
15101         LGPL.
15102         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
15103
15104 2005-09-12  Derek Price  <derek@ximbiot.com>
15105
15106         * lib/gai_strerror.c: Include config.h when available.  Include
15107         getaddrinfo.h before other headers to test interface.
15108         Reported by Larry Jones <lawrence.jones@ugs.com>.
15109
15110 2005-09-12  Derek Price  <derek@ximbiot.com>
15111             Paul Eggert  <eggert@cs.ucla.edu>
15112
15113         * modules/glob (Files): Add glob-libc.h.
15114
15115 2005-09-12  Derek Price  <derek@ximbiot.com>
15116             Paul Eggert  <eggert@cs.ucla.edu>
15117
15118         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
15119         glob_.h, glob-libc.h.
15120         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
15121
15122 2005-09-12  Derek Price  <derek@ximbiot.com>
15123             Paul Eggert  <eggert@cs.ucla.edu>
15124
15125         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
15126         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
15127         protecting things that should be done only in gnulib contexts.
15128         * lib/glob_.h: New file, containing only the glob things needed for
15129         gnulib.
15130         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
15131         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
15132         (glob, globfree, glob_pattern_p): Now defined simply in terms of
15133         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
15134         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
15135         and to respect the namespace rules better.
15136
15137 2005-09-08  Simon Josefsson  <jas@extundo.com>
15138
15139         * modules/socklen: New file.
15140
15141 2005-09-08  Simon Josefsson  <jas@extundo.com>
15142
15143         * m4/socklen.m4: New file.
15144
15145 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15146
15147         * modules/utimens (Files): Add m4/utimbuf.m4, since
15148         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
15149         Reported by Sergey Poznyakoff.
15150
15151 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15152
15153         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
15154         definitions, since that's the preferred style in glibc.
15155         Fix a minor spacing issue, and update copyright notice to match
15156         glibc's.
15157
15158 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15159
15160         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
15161
15162 2005-09-06  Simon Josefsson  <jas@extundo.com>
15163
15164         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
15165         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
15166
15167 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15168
15169         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
15170         warning.
15171
15172 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15173
15174         * config/srclist.txt: Add glibc bug 1302.
15175
15176 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
15177
15178         Change bitset word type from unsigned int to unsigned long int,
15179         as this has better performance on typical 64-bit hosts.
15180         Port bitset code to hosts with unusual word sizes.
15181         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
15182         (build_collating_symbol):
15183         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
15184         argument is a bitset.  This is merely a style issue, but it makes
15185         it clearer that an entire array is expected.
15186         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
15187         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
15188         Port to the case where bitset_word is not the same as unsigned int.
15189         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15190         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
15191         Likewise.
15192         * lib/regexec.c (check_dst_limits_calc_pos_1,
15193         check_subexp_matching_top):
15194         (build_trtable, group_nodes_into_DFAstates):
15195         Likewise.
15196         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
15197         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
15198         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
15199         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
15200         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
15201         * lib/regcomp.c (optimize_subexps, lower_subexp):
15202         Work even if bitset_word has holes in its bitwise representation.
15203         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
15204         * lib/regexec.c (check_dst_limits_calc_pos_1,
15205         check_subexp_matching_top):
15206         Likewise.
15207         * lib/regex_internal.c (re_string_reconstruct):
15208         Don't assume UCHAR_MAX == 255.
15209         * lib/regex_internal.h (bitset_set_all): Likewise.
15210         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
15211         All uses changed.
15212         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
15213         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
15214         All uses changed.
15215         (BITSET_WORD_MAX): New macro.
15216         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
15217         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
15218         (bitset_empty, bitset_copy):
15219         Prefer sizeof (bitset) to multiplying it out ourselves.
15220         (bitset_not_merge): Remove; unused.
15221         (bitset_contain): Return bool, not unsigned int with one bit on.
15222         All callers changed.
15223         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
15224         alignment than re_node_set; do this by defining a new internal
15225         type struct dests_alloc and using it to allocate memory.
15226
15227 2005-09-05  Bruno Haible  <bruno@clisp.org>
15228
15229         * gnulib-tool (func_import): Fix comparison in handling of symbolic
15230         links.
15231
15232 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
15233
15234         * modules/size_max (Makefile.am): Add size_max.h
15235
15236 2005-09-04  Derek Price  <derek@ximbiot.com>
15237
15238         * gnulib-tool (func_import): Fix reversed $symbolic logic.
15239
15240 2005-09-03  Simon Josefsson  <jas@extundo.com>
15241
15242         * gnulib-tool: Fix typo.
15243
15244 2005-09-03  Simon Josefsson  <jas@extundo.com>
15245
15246         * config/srclist.txt: Add glibc bug 1293.
15247
15248 2005-09-03  Derek Price  <derek@ximbiot.com>
15249
15250         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
15251         From Larry Jones <lawrence.jones@ugs.com>.
15252
15253 2005-09-02  Simon Josefsson  <jas@extundo.com>
15254
15255         * modules/socklen: New file.
15256
15257 2005-09-02  Simon Josefsson  <jas@extundo.com>
15258
15259         * modules/havelib: New module.
15260
15261         * modules/gettext, modules/iconv, modules/lock, modules/readline:
15262         Use havelib.
15263
15264 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
15265
15266         Check for arithmetic overflow when calculating sizes, to prevent
15267         some buffer-overflow issues.  These patches are conservative, in the
15268         sense that when I couldn't determine whether an overflow was possible,
15269         I inserted a run-time check.
15270         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
15271         macros.
15272         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
15273         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
15274         (re_xnrealloc, re_x2nrealloc): New inline functions.
15275         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
15276         parse_bracket_exp):
15277         (build_equiv_class, build_charclass): Check for arithmetic overflow
15278         in size expression calculations.
15279         * lib/regex_internal.c (re_string_realloc_buffers):
15280         (build_wcs_upper_buffer, re_node_set_add_intersect):
15281         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
15282         (re_dfa_add_node, register_state): Likewise.
15283         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
15284         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
15285         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
15286         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
15287
15288 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
15289
15290         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15291         m4/ulonglong.m4.  Problem reported by Martin Lambers.
15292
15293 2005-09-02  Bruno Haible  <bruno@clisp.org>
15294
15295         Support for lib vs. lib64 distinction on biarch platforms.
15296         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
15297         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
15298         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
15299
15300 2005-09-02  Bruno Haible  <bruno@clisp.org>
15301
15302         * gnulib-tool (import): In the other first-use case, provide defaults
15303         as well.
15304
15305 2005-09-02  Bruno Haible  <bruno@clisp.org>
15306
15307         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
15308         patches not yet found in the latest gettext release.
15309
15310 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15311
15312         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
15313         to avoid a collision with bits/local_lim.h in glibc.
15314         All uses changed.  Problem reported by Dmitry V. Levin in
15315         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
15316
15317         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
15318         bugs in int versus size_t comparisons.
15319         (re_string_context_at): Fix bug where the code assumed that
15320         Idx is signed.
15321
15322         Use bool where appropriate.
15323         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
15324         All callers changed.
15325         (calc_eclosure_iter): Likewise, for ROOT arg.
15326         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
15327         (build_charclass_op): Likewise, for NON_MATCH arg.
15328         * lib/regex_internal.c (re_string_allocate, re_string_construct):
15329         (re_string_construct_common): Likewise, for ICASE arg.
15330         * lib/regexec.c (re_search_2_stub, re_search_stub):
15331         Likewise, for RET_LEN arg.
15332         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
15333         (set_regs): Likewise, for FL_BACKTRACK arg.
15334         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
15335         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
15336         (calc_eclosure_iter, parse_bracket_exp):
15337         Use bool for internal variables that are booleans.
15338         * lib/regexec.c (re_search_internal, check_matching,
15339         proceed_next_node):
15340         (set_regs, build_sifted_states, sift_states_bkref):
15341         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
15342         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15343         (find_collation_sequence_value):
15344         Likewise.
15345         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
15346         (re_node_set_compare):
15347         Return bool, not int. All callers changed.
15348         * lib/regexec.c (check_halt_node_context, check_dst_limits):
15349         (build_trtable, check_node_accept): Likewise.
15350         * lib/regex_internal.h: Include stdbool.h.
15351
15352         Fix bugs uncovered when converting to bool.
15353         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
15354         failure instead of charging ahead blindly.
15355         * lib/regex_internal.c (register_state): Likewise.
15356         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
15357         for freeing internal storage.
15358         (group_nodes_into_DFA_states): Use unsigned int, not int, for
15359         bitset pieces used as boolean, to avoid undefined behavior
15360         on hosts that do int overflow checking.
15361
15362 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15363
15364         * config/srclist.txt: Add glibc bugs 1285-1287.
15365
15366 2005-09-01  Jim Meyering  <jim@meyering.net>
15367
15368         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
15369         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
15370         Require gl_STAT_MACROS, too.
15371
15372 2005-09-01  Bruno Haible  <bruno@clisp.org>
15373
15374         * gnulib-tool (import): In the first-use case, provide defaults.
15375
15376 2005-09-01  Bruno Haible  <bruno@clisp.org>
15377
15378         * gnulib-tool (func_import): Remove the .tmp files.
15379
15380 2005-09-01  Bruno Haible  <bruno@clisp.org>
15381
15382         * gnulib-tool (func_import): Fix handling of symbolic links.
15383
15384 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15385
15386         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
15387         old glibc regex code mishandles strings longer than 2**31 bytes.
15388         This patch fixes this when the regex code is used in gnulib
15389         (i.e., outside glibc).
15390
15391         This patch should not affect the use of the regex code inside
15392         glibc.  No doubt this problem also needs to be handled for glibc
15393         as well, but the result will be an incompatible change to the
15394         glibc ABI, and the old ABI will have to be supported too.  That
15395         can be the the subject for another patch.
15396
15397         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
15398         governing whether the rest of this patch is active.  By default,
15399         the macro is disabled and the patch has no effect.
15400         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
15401         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
15402         (struct re_pattern_buffer, re_search, re_search_2, re_match):
15403         (re_match_2, re_set_registers): Use the new types.
15404         * lib/regex_internal.h (Idx, re_hashval_t): New types.
15405         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
15406         New macros.
15407         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
15408         (re_string_context_at, bin_tree_t, re_dfastate_t):
15409         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
15410         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
15411         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
15412         (re_string_char_size_at, re_string_wchar_at):
15413         (re_string_elem_size_at):
15414         Use the new types and macros to port to 64-bit hosts.
15415         Use unsigned types for internal values, so that the code
15416         mostly works even for arrays larger than SSIZE_MAX.
15417         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
15418         (search_duplicated_node, calc_eclosure_iter, fetch_number):
15419         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
15420         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
15421         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
15422         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
15423         (calc_inveclosure, parse_dup_op, build_range_exp):
15424         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
15425         (fetch_number, create_token_tree, mark_opt_subexp):
15426         Likewise.
15427         * lib/regex_internal.c (re_string_construct_common,
15428         create_ci_newstate):
15429         (create_cd_newstate, re_string_allocate, re_string_construct):
15430         (re_string_realloc_buffers, build_wcs_upper_buffer):
15431         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15432         (re_string_reconstruct, re_string_peek_byte_case):
15433         (re_string_fetch_byte_case, re_string_context_at):
15434         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15435         (re_node_set_init_copy, re_node_set_add_intersect):
15436         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15437         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15438         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15439         (re_acquire_state, re_acquire_state_context, register_state):
15440         Likewise.
15441         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
15442         search_cur_bkref_entry):
15443         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
15444         (re_search_internal, re_search_2_stub, re_search_stub)
15445         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
15446         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
15447         (update_cur_sifted_state, check_dst_limits):
15448         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15449         (check_subexp_limits, sift_states_bkref, merge_state_array):
15450         (check_subexp_matching_top, get_subexp, get_subexp_sub):
15451         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
15452         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15453         (expand_bkref_cache, check_node_accept_bytes):
15454         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
15455         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
15456         (acquire_init_state_context, check_halt_node_context):
15457         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
15458         (sift_states_backward, clean_state_log_if_needed):
15459         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
15460         (find_recover_state, transit_state_sb, transit_state_mb):
15461         (transit_state_bkref, build_trtable, match_ctx_clean):
15462         Likewise.
15463         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
15464         to work around an assumption that REG_MISSING is negative.
15465
15466         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
15467         (seek_collating_symbol_entry) [defined _LIBC]:
15468         (lookup_collation_sequence_value) [defined _LIBC]:
15469         (build_range_exp, build_collating_symbol) [defined _LIBC]:
15470         Use prototypes rather than old-style function definitions.
15471         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
15472         (transit_state_sb) [0]:
15473         (find_collation_sequence_value) [defined _LIBC]: Likewise.
15474
15475         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
15476         rm_eo.
15477
15478         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
15479         (optimize_subexps, lower_subexp):
15480         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
15481         since the signed shift might overflow.  Use 1u<<31 instead.
15482         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15483         Likewise.
15484         * lib/regexec.c (check_dst_limits_calc_pos_1,
15485         check_subexp_matching_top): Likewise.
15486
15487         * lib/regcomp.c (optimize_subexps, lower_subexp):
15488         Use CHAR_BIT rather than 8, for clarity.
15489         * lib/regexec.c (check_dst_limits_calc_pos_1):
15490         (check_subexp_matching_top): Likewise.
15491         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
15492         have to worry about portability issues when shifting it left.
15493         Remove no-longer-needed test for table_size > 0.
15494         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
15495         in a word, as the resulting behavior is undefined.
15496         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
15497         in one case, a <= should have been an <, and in another case the
15498         whole test was missing.
15499         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
15500         the standard name CHAR_BIT.
15501         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
15502         this is not true on one's complement and signed-magnitude hosts.
15503
15504         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
15505         next_last_offset.
15506         (struct re_dfa_t): Remove unused member states_alloc.
15507         * lib/regcomp.c (init_dfa): Don't initialize unused members.
15508
15509 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15510
15511         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
15512         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
15513         and large-file glibc and in 32-bit large-file Solaris.
15514
15515 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15516
15517         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
15518         lengths fit in regoff_t; this isn't true if regoff_t is the same
15519         width as size_t.
15520         * lib/regex.c (re_search_internal): 5th arg is LAST_START
15521         (= START + RANGE) instead of RANGE.  This avoids overflow
15522         problems when regoff_t is the same width as size_t.
15523         All callers changed.
15524         (re_search_2_stub): Check for overflow when adding the
15525         sizes of the two strings.
15526         (re_search_stub): Check for overflow when adding START
15527         to RANGE; if it occurs, substitute the extreme value.
15528
15529 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15530
15531         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
15532
15533 2005-08-31  Jim Meyering  <jim@meyering.net>
15534
15535         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
15536         a pointer-to-const.
15537         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
15538         (register_state): Likewise.
15539         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
15540         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15541         (group_nodes_into_DFAstates): Likewise.
15542
15543 2005-08-31  Jim Meyering  <jim@meyering.net>
15544
15545         * check-module: Add a FIXME comment.
15546
15547 2005-08-31  Eric Blake  <ebb9@byu.net>
15548
15549         * modules/unistd-safer (Files): Add unistd--.h.
15550         * modules/stdio-safer (Files): Add stdio--.h.
15551
15552 2005-08-31  Derek Price  <derek@ximbiot.com>
15553
15554         * lib/getdelim.c (getdelim): Return EOF on EOF.
15555         Reported by Larry Jones <lawrence.jones@ugs.com>.
15556
15557 2005-08-31  Bruno Haible  <bruno@clisp.org>
15558
15559         Avoid unnecessary diffs in the generated lib/Makefile.am.
15560         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
15561         the generated files.
15562         (func_import): Don't set cmd.
15563
15564 2005-08-31  Bruno Haible  <bruno@clisp.org>
15565
15566         * lib/strstr.c: Include <stddef.h>, for NULL.
15567         * lib/strcasestr.c: Likewise.
15568         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15569
15570 2005-08-31  Bruno Haible  <bruno@clisp.org>
15571
15572         * gnulib-tool: New option --macro-prefix.
15573         (func_import): Use macro_prefix.
15574         (import): Handle option --macro-prefix.
15575
15576 2005-08-31  Bruno Haible  <bruno@clisp.org>
15577
15578         * gnulib-tool (import): Rename most ac_* variables to cached_*.
15579         Also use new variables cached_lgpl, cached_libtool.
15580
15581 2005-08-31  Bruno Haible  <bruno@clisp.org>
15582
15583         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
15584         always instantiating them.
15585
15586 2005-08-31  Bruno Haible  <bruno@clisp.org>
15587
15588         * gnulib-tool (func_import): Read the previous cached settings
15589         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
15590         earlier added by gnulib but are now dropped. Warn when a gnulib file
15591         overwrites a non-gnulib file.
15592
15593 2005-08-31  Bruno Haible  <bruno@clisp.org>
15594
15595         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
15596         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
15597         projects that don't keep autogenerated files in CVS. Put into
15598         actioncmd only the specified modules, not the transitive closure.
15599
15600 2005-08-31  Bruno Haible  <bruno@clisp.org>
15601
15602         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
15603         Create directories that shall be filled.
15604         (import): Don't look for gl_* macros in configure.ac. Recurse across
15605         all directories containing a gnulib-cache.m4 files, if meaningful.
15606
15607 2005-08-31  Bruno Haible  <bruno@clisp.org>
15608
15609         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
15610         (import): Set seen_libtool when we see gl_LIBTOOL.
15611
15612 2005-08-31  Bruno Haible  <bruno@clisp.org>
15613
15614         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
15615         declaration macro definitions from generated gnulib.m4.
15616
15617 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
15618
15619         * lib/iconvme.h: Add prototype for iconv_alloc.
15620
15621 2005-08-29  Simon Josefsson  <jas@extundo.com>
15622
15623         * lib/iconvme.c: Fix errno.
15624
15625 2005-08-29  Bruno Haible  <bruno@clisp.org>
15626
15627         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
15628         that it works when the directory contains spaces.
15629
15630 2005-08-29  Bruno Haible  <bruno@clisp.org>
15631
15632         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
15633
15634 2005-08-29  Bruno Haible  <bruno@clisp.org>
15635
15636         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
15637         Emit more advice.
15638
15639 2005-08-29  Bruno Haible  <bruno@clisp.org>
15640         and Stepan Kasal  <kasal@ucw.cz>
15641
15642         * check-module: If more parameters are given, check each of them
15643         separately; add more exceptions, as noted by Jim Meyering.
15644         (check_module): New procedure.
15645         (%exempt_header): Now contains all exceptions.
15646
15647 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
15648
15649         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
15650
15651 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15652
15653         * lib/iconvme.c: Split iconv_string into iconv_alloc.
15654
15655 2005-08-28  Bruno Haible  <bruno@clisp.org>
15656
15657         * m4/gnulib-tool.m4: New file.
15658
15659 2005-08-27  Jim Meyering  <jim@meyering.net>
15660
15661         * modules/unistd-safer (Files): Add pipe-safer.c.
15662         * modules/fcntl-safer (Files): Add creat-safer.c.
15663
15664 2005-08-27  Jim Meyering  <jim@meyering.net>
15665
15666         * m4/stdlib-safer.m4: New file.  From coreutils.
15667         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
15668         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
15669         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
15670         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
15671         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
15672
15673 2005-08-27  Jim Meyering  <jim@meyering.net>
15674
15675         * lib/fopen-safer.c: Merge minor changes from coreutils.
15676         * lib/dup-safer.c: Likewise.
15677         * lib/fd-safer.c: Likewise.
15678
15679         Merge from coreutils.
15680         * lib/stdio--.h: New file.
15681         * lib/stdlib--.h: New file.
15682         * lib/mkstemp-safer.c: New file.
15683
15684         GNU tar needs these.
15685         * lib/pipe-safer.c: New file.
15686         * lib/creat-safer.c: New file.
15687         * lib/fcntl--.h (creat): Define to creat_safer.
15688         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
15689         * lib/unistd--.h (pipe): Define to pipe_safer.
15690         * lib/unistd-safer.h: Declare pipe_safer.
15691
15692 2005-08-26  Simon Josefsson  <jas@extundo.com>
15693
15694         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
15695         Haible <bruno@clisp.org>.
15696
15697 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
15698
15699         * lib/regex_internal.h: Remove all references to
15700         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
15701         or better.
15702         (bitset_not, bitset_merge, bitset_not_merge):
15703         (bitset_mask, re_string_allocate, re_string_construct):
15704         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
15705         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
15706         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
15707         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
15708         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15709         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15710         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
15711         (re_acquire_state_context):
15712         Remove unnecessary forward decls.
15713         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
15714         Put __attribute at function definition,
15715         now that the function decl has been removed.
15716         * lib/regex_internal.c (re_string_peek_byte_case):
15717         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
15718         Likewise.
15719
15720 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
15721
15722         * m4/regex.m4: Add AC_PREREQ(2.50).
15723         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
15724
15725 2005-08-25  Simon Josefsson  <jas@extundo.com>
15726
15727         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15728         __fsetlocking.
15729
15730 2005-08-25  Simon Josefsson  <jas@extundo.com>
15731
15732         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15733         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15734         GLIBC specific code.
15735
15736 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15737
15738         Make regex safe for g++.  This fixes one real bug (an "err"
15739         that should have been "*err").  g++ problem reported by
15740         Sam Steingold.
15741         * lib/regex_internal.h (re_calloc): New macro, consistent with
15742         re_malloc etc.  All callers of calloc changed to use re_calloc.
15743         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15744         not int.  All callers changed.
15745         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15746         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15747         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15748         (find_recover_state): Change "err" to "*err"; this fixes what
15749         appears to be a real bug.
15750         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15751         versus int.
15752
15753 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15754
15755         * modules/regex (Depends-on): Add malloc, since the code
15756         assumes that !malloc(0) means failure.
15757
15758 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15759
15760         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15761
15762         alloca modernization/simplification for regex.
15763         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15764         needs to be at the start of the file, and can be moved into
15765         regex_internal.h and simplified.
15766         * lib/regex_internal.h: Include <alloca.h>.
15767         (__libc_use_alloca) [!defined _LIBC]: New macro.
15768         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15769         now works outside glibc.
15770
15771 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15772
15773         * config/srclist.txt: Add glibc bugs 1241, 1245.
15774
15775 2005-08-25  Jim Meyering  <jim@meyering.net>
15776
15777         * lib/open-safer.c: Include <config.h>.
15778         Otherwise, we'd lose LARGEFILE support in any file using
15779         e.g. "fcntl--.h"
15780
15781 2005-08-25  Bruno Haible  <bruno@clisp.org>
15782
15783         * m4/minmax.m4: Require autoconf 2.52.
15784         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15785         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15786         alternatives of translit over the alphabet.
15787         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15788
15789 2005-08-24  Simon Josefsson  <jas@extundo.com>
15790
15791         * tests/test-getpass.c: New file.
15792
15793 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15794
15795         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15796         for GNU regex features.
15797
15798 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15799
15800         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15801         * lib/regex.h (regerror): Likewise.
15802
15803         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15804         requires this.  (The code never needed it.)
15805
15806         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15807         All uses of recently-renamed identifiers changed to use the new,
15808         POSIX-compliant names.  The code will build and run just fine
15809         without these changes, but it's better to eat our own dog food
15810         and use the standard-conforming names.
15811
15812         * lib/regex.h: Fix a multitude of POSIX name space violations.
15813         These changes have an effect only for programs that define
15814         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15815         do not change anything for programs compiled in the normal way.
15816         Also, there is no effect on the ABI.
15817
15818         (_REGEX_SOURCE): New macro.
15819         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15820         defined and _GNU_SOURCE is not; this fixes a name space violation.
15821
15822         Rename the following macros to obey POSIX requirements.
15823         The old names are still visible as macros if _REGEX_SOURCE is defined.
15824         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15825         RE_BACKSLASH_ESCAPE_IN_LISTS.
15826         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15827         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15828         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15829         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15830         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15831         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15832         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15833         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15834         (REG_INTERVALS): renamed from RE_INTERVALS.
15835         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15836         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15837         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15838         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15839         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15840         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15841         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15842         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15843         RE_UNMATCHED_RIGHT_PAREN_ORD.
15844         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15845         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15846         (REG_DEBUG): renamed from RE_DEBUG.
15847         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15848         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15849         unusual, since we can't clash with the POSIX REG_ICASE.
15850         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15851         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15852         (REG_NO_SUB): renamed from RE_NO_SUB.
15853         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15854         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15855         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15856         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15857         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15858         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15859         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15860         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15861         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15862         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15863         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15864         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15865         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15866         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15867         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15868         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15869         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15870         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15871         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15872         (REG_FIXED): Renamed from REGS_FIXED.
15873         (REG_NREGS): Renamed from RE_NREGS.
15874
15875         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15876         of other REG_* macros, since POSIX says the user is allowed to
15877         #undef these macros selectively.
15878
15879         (reg_errcode_t): Update comment stating what other tables need
15880         to be consistent.
15881
15882         Rename the following enum values to obey POSIX requirements.
15883         The old names are still visible as macros.
15884         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15885         is not defined, since GNU is supposed to be a superset of POSIX as
15886         much as possible, and since we want reg_errcode_t to be a signed
15887         type for implementation consistency.
15888         (_REG_NOERROR): Renamed from REG_NOERROR.
15889         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15890         (_REG_BADPAT): Renamed from REG_BADPAT.
15891         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15892         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15893         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15894         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15895         (_REG_EBRACK): Renamed from REG_EBRACK.
15896         (_REG_EPAREN): Renamed from REG_EPAREN.
15897         (_REG_EBRACE): Renamed from REG_EBRACE.
15898         (_REG_BADBR): Renamed from REG_BADBR.
15899         (_REG_ERANGE): Renamed from REG_ERANGE.
15900         (_REG_ESPACE): Renamed from REG_ESPACE.
15901         (_REG_BADRPT): Renamed from REG_BADRPT.
15902         (_REG_EEND): Renamed from REG_EEND.
15903         (_REG_ESIZE): Renamed from REG_ESIZE.
15904         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15905         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15906         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15907         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15908         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15909
15910         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15911         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15912         changed.  But support the old name if the new one is not defined
15913         and if _REGEX_SOURCE.
15914
15915         Change the following member names in struct re_pattern_buffer.
15916         The old names are still supported if !_REGEX_SOURCE.
15917         The new names are always supported, regardless of _REGEX_SOURCE.
15918         (re_buffer): Renamed from buffer.
15919         (re_allocated): Renamed from allocated.
15920         (re_used): Renamed from used.
15921         (re_syntax): Renamed from syntax.
15922         (re_fastmap): Renamed from fastmap.
15923         (re_translate): Renamed from translate.
15924         (re_can_be_null): Renamed from can_be_null.
15925         (re_regs_allocated): Renamed from regs_allocated.
15926         (re_fastmap_accurate): Renamed from fastmap_accurate.
15927         (re_no_sub): Renamed from no_sub.
15928         (re_not_bol): Renamed from not_bol.
15929         (re_not_eol): Renamed from not_eol.
15930         (re_newline_anchor): Renamed from newline_anchor.
15931
15932         Change the following member names in struct re_registers.
15933         The old names are still supported if !_REGEX_SOURCE.
15934         The new names are always supported, regardless of _REGEX_SOURCE.
15935         (rm_num_regs): Renamed from num_regs.
15936         (rm_start): Renamed from start.
15937         (rm_end): Renamed from end.
15938
15939         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15940         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15941         Prepend __ to parameter names.
15942
15943         Undo yesterday's changes.
15944
15945 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15946
15947         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15948         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15949         lib/regex.c.
15950
15951 2005-08-24  Jim Meyering  <jim@meyering.net>
15952
15953         Sync from coreutils.
15954         * m4/fcntl-safer.m4: New file.
15955
15956         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15957         and object files for this module.
15958
15959 2005-08-24  Jim Meyering  <jim@meyering.net>
15960
15961         Sync from coreutils.
15962         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15963
15964 2005-08-24  Jim Meyering  <jim@meyering.net>
15965
15966         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15967         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15968
15969 2005-08-24  Jim Meyering  <jim@meyering.net>
15970
15971         * modules/fcntl-safer: New module.
15972         * modules/fts (Depends-on): Add fcntl-safer.
15973         * MODULES.html.sh (File descriptor based Input/Output):
15974         Add fcntl-safer.
15975
15976 2005-08-24  Bruno Haible  <bruno@clisp.org>
15977
15978         Support for unit test modules.
15979         * modules/README: Mention tests modules.
15980         * modules/TEMPLATE-TESTS: New file.
15981         * gnulib-tool: New options --extract-tests-module, --with-tests and
15982         --tests-base (unused for the moment).
15983         (testsbase, inctests): New variables.
15984         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15985         (func_verify_module): Exclude TEMPLATE-TESTS.
15986         (func_verify_nontests_module, func_verify_tests_module): New functions.
15987         (func_get_dependencies): Add implicit dependency for tests modules.
15988         (func_get_tests_module): New function.
15989         (func_modules_transitive_closure): When --with-tests was specified,
15990         include the unit tests as well, unless explicitly avoided.
15991         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15992         (func_emit_tests_Makefile_am): New function.
15993         (func_create_testdir): When --with-tests was specified, emit a
15994         tests/ directory.
15995         * MODULES.html.sh (Future developments): Update.
15996
15997 2005-08-24  Bruno Haible  <bruno@clisp.org>
15998
15999         * modules/tls-tests: New file.
16000         * tests/test-tls.c: New file, from GNU gettext.
16001
16002 2005-08-24  Bruno Haible  <bruno@clisp.org>
16003
16004         * modules/lock-tests: New file.
16005         * tests/test-lock.c: New file, from GNU gettext.
16006
16007 2005-08-24  Bruno Haible  <bruno@clisp.org>
16008
16009         * lib/lock.h: Add multiple inclusion guard.
16010         * lib/tls.h: Add multiple inclusion guard.
16011
16012 2005-08-24  Bruno Haible  <bruno@clisp.org>
16013
16014         * gnulib-tool: Add support for the --aux-dir option to
16015         --create-testdir, --create-megatestdir, --test, --megatest.
16016         (func_create_testdir, func_create_megatestdir): Optionally emit a
16017         AC_CONFIG_AUX_DIR directive.
16018         (create-testdir, create-megatestdir, test, megatest): Provide a
16019         default value for $auxdir.
16020
16021 2005-08-24  Bruno Haible  <bruno@clisp.org>
16022
16023         * gnulib-tool (import): Use compound statement instead of subshell
16024         where possible.
16025
16026 2005-08-24  Bruno Haible  <bruno@clisp.org>
16027
16028         * gnulib-tool (import): Change --aux-dir default to "build-aux".
16029
16030 2005-08-24  Bruno Haible  <bruno@clisp.org>
16031
16032         * gnulib-tool (func_version): Update.
16033
16034 2005-08-24  Bruno Haible  <bruno@clisp.org>
16035
16036         * gnulib-tool (func_import, func_create_testdir,
16037         func_create_megatestdir): Quote all autoconf macro arguments.
16038
16039 2005-08-24  Bruno Haible  <bruno@clisp.org>
16040
16041         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
16042         option --force, because --force causes the aclocal.m4 of each
16043         subdirectory to be newer than the corresponding config.h.in.
16044
16045 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16046
16047         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
16048         All contents moved to gl_REGEX.
16049         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
16050         assume that it does.
16051
16052 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16053
16054         * lib/regex.h (REG_NOSYS)
16055         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
16056         Define, since POSIX requires it as of 2001.
16057         (_REG_ENOSYS)
16058         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
16059         New private symbol, used to keep the enum signed in all cases.
16060         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
16061         Youngman in
16062         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
16063
16064         * lib/regex_internal.c (re_string_skip_chars, register_state):
16065         (calc_state_hash):
16066         Remove forward decls; no longer needed now that we use prototypes.
16067         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
16068         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
16069         (clean_state_log_if_needed): Likewise.
16070
16071 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16072
16073         * config/srclist.txt: Add glibc bugs 1231-1233.
16074
16075 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16076
16077         Fix problems reported by Sam Steingold in
16078         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
16079         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
16080         assumed that reg_errcode_t is a signed type, which is not
16081         necessarily true if _XOPEN_SOURCE is not defined.
16082         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
16083         since some compilers warn about it otherwise.
16084
16085 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16086
16087         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
16088         (init_word_char, create_initial_state, duplicate_node_closure):
16089         (fetch_token, peek_token_bracket, build_range_exp):
16090         (build_collating_symbol): Remove forward decls; no longer needed
16091         now that we use prototypes.
16092
16093         * lib/regcomp.c:
16094         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
16095         (re_compile_fastmap_iter, regcomp, regerror, regfree):
16096         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
16097         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
16098         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
16099         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
16100         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
16101         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
16102         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
16103         (build_range_exp, build_collating_symbol, parse_bracket_exp):
16104         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
16105         (build_charclass, build_charclass_op, fetch_number, create_tree):
16106         (create_token_tree, mark_opt_subexp, duplicate_tree):
16107         Use prototypes rather than old-style definitions.
16108
16109         * lib/regex_internal.c:
16110         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
16111         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
16112         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
16113         (re_string_reconstruct, re_string_peek_byte_case):
16114         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
16115         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
16116         (re_node_set_init_copy, re_node_set_add_intersect):
16117         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
16118         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
16119         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
16120         (re_acquire_state, re_acquire_state_context, register_state):
16121         (create_ci_newstate, create_cd_newstate, free_state):
16122         Likewise.
16123         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
16124         re_search_2):
16125         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
16126         (re_search_internal, prune_impossible_nodes):
16127         (acquire_init_state_context, check_matching, static):
16128         (check_halt_node_context, check_halt_state_context, proceed_next_node):
16129         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
16130         (update_regs, sift_states_backward, build_sifted_states):
16131         (clean_state_log_if_needed, merge_state_array):
16132         (update_cur_sifted_state, add_epsilon_src_nodes):
16133         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
16134         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
16135         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
16136         (find_recover_state, check_subexp_matching_top, transit_state_mb):
16137         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
16138         (check_arrival, check_arrival_add_next_nodes):
16139         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
16140         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
16141         (check_node_accept_bytes, check_node_accept, extend_buffers):
16142         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
16143         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
16144         (sift_ctx_init):
16145         Likewise.
16146
16147         * lib/regex_internal.h:
16148         (re_string_allocate, re_string_construct, re_string_reconstruct):
16149         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
16150         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
16151         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
16152         (re_string_context_at, re_string_peek_byte_case):
16153         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
16154         is defined, since we now use prototypes always.
16155
16156         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
16157         C89 or better.  All uses removed.
16158
16159 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16160
16161         * config/srclist.txt: Add glibc bugs 1220-1227.
16162
16163 2005-08-20  Jim Meyering  <jim@meyering.net>
16164
16165         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
16166         of unused local, dfa.
16167
16168 2005-08-20  Bruno Haible  <bruno@clisp.org>
16169
16170         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
16171
16172 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16173
16174         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
16175         (re_node_set_insert_last, re_dfa_add_node):
16176         Rename local variables to avoid GCC shadowing warnings.
16177
16178 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16179
16180         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
16181         [defined lint]: Suppress bogus uninitialized-variable warnings.
16182
16183         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
16184         and let the caller return REG_ESPACE if out of space.  This
16185         removes an uninitialied-variable warning with GCC 4.0.1, and also
16186         avoids taking the address of a local variable.  All callers
16187         changed.
16188
16189 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16190
16191         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
16192         $LIBCSRC/posix/regexec.c.
16193         Add glibc bug 1217 for regcomp.c.
16194
16195 2005-08-19  Jim Meyering  <jim@meyering.net>
16196
16197         * lib/regexec.c (proceed_next_node): Redo local variables to
16198         avoid GCC shadowing warnings.
16199
16200 2005-08-18  Bruno Haible  <bruno@clisp.org>
16201
16202         * lib/strstr.c (strstr): Fix return value in multibyte case.
16203         * lib/strcasestr.c (strcasestr): Likewise.
16204
16205 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16206
16207         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
16208
16209 2005-08-17  Jim Meyering  <jim@meyering.net>
16210
16211         Make the %s format (seconds since the epoch) work for a negative
16212         number and when used with a zero-padded field width, e.g. %015s.
16213
16214         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
16215         label so that it precedes the code to set `digits'.  Otherwise,
16216         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
16217         print `00-22'.  Now, it prints `-0022', as it should.
16218
16219 2005-08-17  Bruno Haible  <bruno@clisp.org>
16220
16221         * modules/strstr (Files): Add m4/mbrtowc.m4.
16222         (Depends-on): Add mbuiter.
16223
16224 2005-08-17  Bruno Haible  <bruno@clisp.org>
16225
16226         * modules/strcasestr: New file.
16227         * MODULES.html.sh (String handling, based on ANSI C 89): Add
16228         strcasestr.
16229
16230 2005-08-17  Bruno Haible  <bruno@clisp.org>
16231
16232         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
16233
16234 2005-08-17  Bruno Haible  <bruno@clisp.org>
16235
16236         * modules/mbuiter: New file.
16237         * MODULES.html.sh (Extended multibyte and wide character utilities):
16238         Add mbuiter.
16239
16240 2005-08-17  Bruno Haible  <bruno@clisp.org>
16241
16242         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
16243         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
16244
16245 2005-08-17  Bruno Haible  <bruno@clisp.org>
16246
16247         * m4/strcasestr.m4: New file.
16248
16249 2005-08-17  Bruno Haible  <bruno@clisp.org>
16250
16251         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
16252         * lib/strstr.c: Completely rewritten, with multibyte locale support.
16253
16254 2005-08-17  Bruno Haible  <bruno@clisp.org>
16255
16256         * lib/strcasestr.h: New file.
16257         * lib/strcasestr.c: New file.
16258
16259 2005-08-17  Bruno Haible  <bruno@clisp.org>
16260
16261         * lib/strcasecmp.c: Use mbuiter.h.
16262
16263 2005-08-17  Bruno Haible  <bruno@clisp.org>
16264
16265         * lib/mbuiter.h: New file.
16266
16267 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
16268
16269         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
16270         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
16271         and gl_GETOPT are both invoked via different paths (as happens
16272         with GNU tar CVS because it uses both argp and getopt), the former
16273         wins.
16274
16275 2005-08-16  Bruno Haible  <bruno@clisp.org>
16276
16277         * modules/tls: New file.
16278         * MODULES.html.sh (Multithreading): Add tls.
16279
16280 2005-08-16  Bruno Haible  <bruno@clisp.org>
16281
16282         * modules/strnlen1: New file.
16283         * MODULES.html.sh (String handling): Add strnlen1.
16284
16285 2005-08-16  Bruno Haible  <bruno@clisp.org>
16286
16287         * modules/strcase (Files): Add m4/mbrtowc.m4.
16288         (Depends-on): Add strnlen1, mbchar.
16289
16290 2005-08-16  Bruno Haible  <bruno@clisp.org>
16291
16292         * modules/mbiter: New file.
16293         * MODULES.html.sh (Extended multibyte and wide character utilities):
16294         Add mbiter.
16295
16296 2005-08-16  Bruno Haible  <bruno@clisp.org>
16297
16298         * modules/mbfile: New file.
16299         * MODULES.html.sh (Extended multibyte and wide character utilities):
16300         Add mbfile.
16301
16302 2005-08-16  Bruno Haible  <bruno@clisp.org>
16303
16304         * modules/mbchar: New file.
16305         * MODULES.html.sh (Extended multibyte and wide character utilities):
16306         New section.
16307
16308 2005-08-16  Bruno Haible  <bruno@clisp.org>
16309
16310         * m4/tls.m4: New file, from GNU gettext.
16311
16312 2005-08-16  Bruno Haible  <bruno@clisp.org>
16313
16314         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
16315         always.
16316         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
16317
16318 2005-08-16  Bruno Haible  <bruno@clisp.org>
16319
16320         * m4/mbiter.m4: New file.
16321
16322 2005-08-16  Bruno Haible  <bruno@clisp.org>
16323
16324         * m4/mbfile.m4: New file.
16325
16326 2005-08-16  Bruno Haible  <bruno@clisp.org>
16327
16328         * m4/mbchar.m4: New file.
16329
16330 2005-08-16  Bruno Haible  <bruno@clisp.org>
16331
16332         * lib/tls.h: New file, from GNU gettext.
16333         * lib/tls.c: New file, from GNU gettext.
16334
16335 2005-08-16  Bruno Haible  <bruno@clisp.org>
16336
16337         * lib/strnlen1.h: New file.
16338         * lib/strnlen1.c: New file.
16339
16340 2005-08-16  Bruno Haible  <bruno@clisp.org>
16341
16342         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
16343         (mbi_init): Update.
16344         (mbi_avail, mbi_advance): Let the iteration end before the terminating
16345         NUL byte, not after it.
16346
16347 2005-08-16  Bruno Haible  <bruno@clisp.org>
16348
16349         * lib/strcase.h (strcasecmp): Add note in comments.
16350         * lib/strncasecmp.c: Use code from strcasecmp.c.
16351         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
16352         (strcasecmp): Work correctly in multibyte locales.
16353
16354 2005-08-16  Bruno Haible  <bruno@clisp.org>
16355
16356         * lib/mbiter.h: New file.
16357
16358 2005-08-16  Bruno Haible  <bruno@clisp.org>
16359
16360         * lib/mbfile.h: New file.
16361
16362 2005-08-16  Bruno Haible  <bruno@clisp.org>
16363
16364         * lib/mbchar.h: New file.
16365         * lib/mbchar.c: New file.
16366
16367 2005-08-16  Bruno Haible  <bruno@clisp.org>
16368
16369         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
16370         the valid ones. Makes the comparison operations transitive:
16371         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
16372         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
16373
16374 2005-08-15  Simon Josefsson  <jas@extundo.com>
16375
16376         * modules/ssize_t (License): Change to 'unlimited'.
16377
16378         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
16379
16380 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16381
16382         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
16383         Add comments for each pending glibc patch.
16384
16385 2005-08-15  Bruno Haible  <bruno@clisp.org>
16386
16387         * lib/regex.h (__restrict_arr): Don't define to __restrict if
16388         __cplusplus is defined.
16389
16390 2005-08-14  Jim Meyering  <jim@meyering.net>
16391
16392         Sync from coreutils.
16393
16394         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
16395         Use the hash-table-based cycle-detection code not just when
16396         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
16397         Reported by James Youngman in
16398         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
16399         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
16400         FTS_TIGHT_CYCLE_CHECK.
16401         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
16402         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
16403         once again.
16404         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
16405         * lib/fts.c (fd_safer): Remove decl.
16406         Include fcntl--.h rather than unistd-safer.h
16407         (fts_safe_changedir): Don't call fd_safer; no longer needed
16408         now that we include fcntl--.h.
16409
16410 2005-08-12  Simon Josefsson  <jas@extundo.com>
16411
16412         * modules/getndelim2: Use ssize_t module.
16413         * modules/getnline: Likewise.
16414         * modules/safe-read: Likewise.
16415         * modules/xreadlink: Likewise.
16416
16417         * modules/ssize_t: New file.
16418
16419 2005-08-12  Simon Josefsson  <jas@extundo.com>
16420
16421         * m4/readline.m4: Look for termcap, curses or ncurses if required.
16422
16423 2005-08-12  Simon Josefsson  <jas@extundo.com>
16424
16425         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16426         ssize_t.
16427
16428 2005-08-12  Simon Josefsson  <jas@extundo.com>
16429
16430         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
16431         readline, getdelim and check_version.
16432         (Support for systems lacking ISO C 99: Sizes of integer types):
16433         Add size_max.
16434
16435 2005-08-12  Bruno Haible  <bruno@clisp.org>
16436
16437         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
16438
16439 2005-08-11  Simon Josefsson  <jas@extundo.com>
16440
16441         * modules/readline: New file.
16442
16443         * modules/strnlen (Files): Add strnlen.h.
16444
16445 2005-08-11  Simon Josefsson  <jas@extundo.com>
16446
16447         * m4/readline.m4: New file.
16448
16449 2005-08-11  Simon Josefsson  <jas@extundo.com>
16450
16451         * lib/readline.h, readline.c: New file.
16452
16453 2005-08-11  Simon Josefsson  <jas@extundo.com>
16454
16455         * doc/gnulib.texi (Initial import, Finishing touches): Mention
16456         gl_AVOID.
16457
16458 2005-08-11  Bruno Haible  <bruno@clisp.org>
16459
16460         * lib/strnlen.h (strnlen): Change parameter name to match comment.
16461
16462 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
16463
16464         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
16465
16466 2005-08-10  Simon Josefsson  <jas@extundo.com>
16467
16468         * tests/test-iconvme.c: New file.
16469
16470 2005-08-10  Simon Josefsson  <jas@extundo.com>
16471
16472         * m4/strnlen.m4: New file.
16473
16474         * m4/strndup.m4: Don't check for strnlen declaration, done in
16475         strnlen.m4.
16476
16477 2005-08-10  Simon Josefsson  <jas@extundo.com>
16478
16479         * lib/strndup.c: Use strnlen.h.
16480
16481         * lib/strnlen.h: New file.
16482
16483 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16484
16485         * README: Typos.
16486
16487 2005-08-02  Simon Josefsson  <jas@extundo.com>
16488
16489         * modules/readline: New file.
16490
16491 2005-08-02  Simon Josefsson  <jas@extundo.com>
16492
16493         * modules/getdelim: New file.
16494
16495         * modules/getline: Rewrite, don't use getndelim2.
16496
16497 2005-08-02  Simon Josefsson  <jas@extundo.com>
16498
16499         * m4/getline.m4: Separate out getdelim stuff into separate module.
16500
16501         * m4/getdelim.m4: New file.
16502
16503 2005-08-02  Simon Josefsson  <jas@extundo.com>
16504
16505         * lib/getline.h, getline.c: Rewrite.
16506
16507         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
16508
16509 2005-07-31  Bruno Haible  <bruno@clisp.org>
16510
16511         * lib/lock.h (gl_lock_initializer): New macro.
16512         (gl_lock_define_initialized): Use it.
16513         (gl_rwlock_initializer): New macro.
16514         (gl_rwlock_define_initialized): Use it.
16515         (gl_recursive_lock_initializer): New macro.
16516         (gl_recursive_lock_define_initialized): Use it.
16517
16518 2005-07-30  Karl Berry  <karl@gnu.org>
16519
16520         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
16521         Report from Ben Pfaff, regarding getopt.
16522
16523 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
16524
16525         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
16526         normal way.
16527         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
16528         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
16529         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
16530         (gl_GETOPT): Use the new macros.  Most of the implementation
16531         is moved to the new macros.  This is for programs like Emacs
16532         that don't want all the functionality of gl_GETOPT.
16533
16534 2005-07-26  Bruno Haible  <bruno@clisp.org>
16535
16536         * m4/lock.m4: Update from GNU gettext.
16537
16538 2005-07-26  Bruno Haible  <bruno@clisp.org>
16539
16540         * lib/lock.h: Update from GNU gettext.
16541         * lib/lock.c: Update from GNU gettext.
16542
16543 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
16544
16545         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
16546         obsolescent AC_TRY_RUN.  Include the default includes files, for
16547         'exit'.
16548
16549 2005-07-24  Bruno Haible  <bruno@clisp.org>
16550
16551         * modules/visibility: New file.
16552         * MODULES.html.sh (Misc): Add visibility.
16553
16554 2005-07-24  Bruno Haible  <bruno@clisp.org>
16555
16556         * m4/visibility.m4: New file.
16557
16558 2005-07-24  Bruno Haible  <bruno@clisp.org>
16559
16560         * doc/visibility.texi: New file.
16561
16562 2005-07-22  Bruno Haible  <bruno@clisp.org>
16563
16564         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
16565         $(ALLOCA_H), redundant through BUILT_SOURCES.
16566         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
16567         redundant through BUILT_SOURCES.
16568         * modules/byteswap (Makefile.am): Remove explicit dependency on
16569         $(BYTESWAP_H), redundant through BUILT_SOURCES.
16570         * modules/fnmatch (Makefile.am): Remove explicit dependency on
16571         $(FNMATCH_H), redundant through BUILT_SOURCES.
16572         * modules/getopt (Makefile.am): Remove explicit dependency on
16573         $(GETOPT_H), redundant through BUILT_SOURCES.
16574         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
16575         redundant through BUILT_SOURCES.
16576         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
16577         redundant through BUILT_SOURCES.
16578         * modules/stdbool (Makefile.am): Remove explicit dependency on
16579         $(STDBOOL_H), redundant through BUILT_SOURCES.
16580         * modules/stdint (Makefile.am): Remove explicit dependency on
16581         $(STDINT_H), redundant through BUILT_SOURCES.
16582         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
16583         Remove explicit dependency on $(SYSEXITS_H).
16584         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
16585
16586 2005-07-18  Simon Josefsson  <jas@extundo.com>
16587
16588         * lib/check-version.c (check_version): Accept identical versions too.
16589
16590 2005-07-18  Bruno Haible  <bruno@clisp.org>
16591
16592         * modules/lock: New file.
16593         * MODULES.html.sh (Multithreading): New section.
16594
16595 2005-07-18  Bruno Haible  <bruno@clisp.org>
16596
16597         * m4/lock.m4: New file, from GNU gettext.
16598
16599 2005-07-18  Bruno Haible  <bruno@clisp.org>
16600
16601         * lib/lock.h: New file, from GNU gettext.
16602         * lib/lock.c: New file, from GNU gettext.
16603
16604 2005-07-18  Bruno Haible  <bruno@clisp.org>
16605
16606         * lib/lock.h (gl_once_t): New type.
16607         (gl_once_define, gl_once): New macros.
16608         * lib/lock.c (fresh_once): New variable.
16609         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
16610         functions.
16611
16612 2005-07-16  Simon Josefsson  <jas@extundo.com>
16613
16614         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
16615         workaround, suggested by Bruno.
16616
16617 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16618
16619         * modules/xalloc (Depends-on): Add xalloc-die.
16620         * modules/xvasprintf (Depends-on): Add xalloc-die.
16621
16622 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
16625         with a minor change.
16626
16627 2005-07-15  Bruno Haible  <bruno@clisp.org>
16628
16629         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
16630         When using lib/poll.c, define poll as rpl_poll.
16631
16632 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
16633
16634         * modules/argp (Depends-on): Remove unlocked-io.
16635
16636 2005-07-14  Derek Price  <derek@ximbiot.com>
16637
16638         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
16639         for glob symlink bug.
16640
16641 2005-07-14  Bruno Haible  <bruno@clisp.org>
16642
16643         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
16644         Instead, test for *_unlocked function declarations directly.
16645
16646 2005-07-11  Simon Josefsson  <jas@extundo.com>
16647
16648         * modules/size_max: New file.
16649
16650         * modules/xsize: Depend on size_max module for size_max.m4.
16651
16652 2005-07-11  Simon Josefsson  <jas@extundo.com>
16653
16654         * lib/size_max.h: New file.
16655
16656 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
16657
16658         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
16659         copyright symbol and the year.
16660         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
16661         (version_etc_va): Use parameterized copyright notice.
16662         Reword to conform to the current GNU coding standards.
16663
16664 2005-07-11  Karl Berry  <karl@gnu.org>
16665
16666         * doc/gnulib.texi (Quoting): new node.
16667         (Initial import): more info, from Patrice.
16668
16669 2005-07-11  Bruno Haible  <bruno@clisp.org>
16670
16671         * gnulib-tool (func_usage): Document option --avoid.
16672         (Command line options): Handle --avoid.
16673         (func_acceptable): New function.
16674         (func_modules_transitive_closure): Use it.
16675
16676 2005-07-11  Bruno Haible  <bruno@clisp.org>
16677
16678         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
16679         Reported by Jim Meyering.
16680
16681 2005-07-10  Bruno Haible  <bruno@clisp.org>
16682
16683         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
16684         Needed when size_t is smaller than 'unsigned int'.
16685         Reported by Paul Eggert.
16686
16687 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16688
16689         * modules/argp (Depends-on): Add unlocked-io
16690
16691 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16692
16693         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
16694         block of defines.
16695
16696 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16697
16698         * config/srclist.txt: Comment out regcomp.c, since we have a porting
16699         fix now.
16700
16701 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
16702         and Paul Eggert  <eggert@cs.ucla.edu>
16703
16704         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
16705         in wint_t, not wchar_t.  Remove now-unnecessary cast.
16706
16707 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16708
16709         * modules/regex (Files): Add lib/regex_internal.c,
16710         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
16711         (Depends-on): Add extensions.
16712         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
16713
16714 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16715
16716         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
16717         pathconf.
16718         * m4/same.m4 (gl_SAME): Likewise.
16719         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
16720
16721         * m4/regex.m4: Adjust to new libc regex implementation.
16722         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
16723         all the .c and .h parts of (the new) regex.
16724         Quote the m4 stuff better.
16725         Check for RE_ICASE bug of old gnulib.
16726         Check for REG_STARTEND of recent libc.
16727         Rename local variables from jm_* to gl_*.
16728         Quote operand of "test -f".
16729         Say "recent enough" version of libc, not "version 2".
16730         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16731         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16732         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16733         Remove check for btowc, isascii.
16734         Require AM_LANGINFO_CODESET.
16735
16736 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16737
16738         * lib/regex.c, regex.h: Sync from libc.
16739         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16740         * lib/regexec.c:
16741         New files, synced from libc, except that regex_internal.h
16742         currently has a small porting fix.
16743
16744 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16745
16746         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16747         regex_internal.c, regexec.c.
16748         Add regex_internal.h too, but as a comment, since the libc version
16749         is currently broken in gnulib mode.
16750
16751 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16752
16753         Support programs like Emacs that use gnulib but not gettext.
16754         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16755         * modules/gettext-h: New file.
16756         * modules/gettext (Files): Remove lib/gettext.h.
16757         (Depends-on): Add gettext-h.
16758         (Makefile.am): Remove lib_SOURCES.
16759         * modules/argmatch, modules/c-stack, modules/closeout:
16760         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16761         * modules/execute, modules/file-type, modules/getaddrinfo:
16762         * modules/getopt, modules/human, modules/javacomp:
16763         * modules/javaexec, modules/mkdir-p, modules/obstack:
16764         * modules/openat, modules/pagealign_alloc, modules/pipe:
16765         * modules/quotearg, modules/regex, modules/rpmatch:
16766         * modules/unicodeio, modules/userspec, modules/version-etc:
16767         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16768         * modules/xsetenv:
16769         Depend on gettext-h, not gettext.
16770
16771 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16772
16773         * gnulib-tool (func_import): Add support for 'public domain' license.
16774         * modules/alloca, modules/atexit, modules/memmove:
16775         Now public domain, not GPL.
16776         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16777         * modules/realloc, modules/strerror, modules/strtod:
16778         Now LGPL, not GPL.
16779
16780 2005-07-05  Bruno Haible  <bruno@clisp.org>
16781
16782         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16783         autoconf CVS. Needed for mingw.
16784
16785 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16786
16787         Remove the dependency of the strftime module on the tzset module.
16788         * modules/strftime (Depends-on): Remove dependency on tzset.
16789
16790 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16791
16792         Remove the dependency of the strftime module on the tzset module.
16793         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16794         gl_FUNC_TZSET_CLOBBER.
16795
16796 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16797
16798         Remove the dependency of the strftime module on the tzset module.
16799         * lib/strftime.c (my_strftime)
16800         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16801         Copy the input structure, to work around some of the bug with
16802         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16803         Solaris releases, you should also use the tzset module, but we won't
16804         require it as a dependency any more since we don't want LGPLed code
16805         to depend on GPLed code.
16806
16807 2005-07-02  Jim Meyering  <jim@meyering.net>
16808
16809         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16810         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16811         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16812         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16813
16814 2005-07-02  Jim Meyering  <jim@meyering.net>
16815
16816         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16817
16818 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16819
16820         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16821         declares only 'struct timespec;' (!).
16822
16823 2005-07-01  Jim Meyering  <jim@meyering.net>
16824
16825         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16826         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16827         * lib/save-cwd.c, tempname.c:
16828         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16829         and don't include <sys/file.h>).
16830
16831 2005-06-29  Jim Meyering  <jim@meyering.net>
16832
16833         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16834         type name.  Use the variable name instead.
16835         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16836         Likewise.
16837
16838 2005-06-28  Simon Josefsson  <jas@extundo.com>
16839
16840         * modules/check-version (Files): Add check-version.m4.
16841
16842 2005-06-28  Simon Josefsson  <jas@extundo.com>
16843
16844         * m4/check-version.m4: New file, suggested by Jim Meyering
16845         <jim@meyering.net>.
16846
16847 2005-06-28  Simon Josefsson  <jas@extundo.com>
16848
16849         * lib/check-version.h, lib/check-version.c: New files.
16850
16851 2005-06-28  Simon Josefsson  <jas@extundo.com>
16852
16853         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16854         collision with global variable.  Better indentation.  Don't
16855         increment buffer pointer beyond buffer end.  Based on comments
16856         from Paul Eggert <eggert@cs.ucla.edu>.
16857
16858         * lib/base64.h: Indent.
16859
16860 2005-06-28  Simon Josefsson  <jas@extundo.com>
16861
16862         * doc/gnulib.texi (Library version handling): New section.
16863
16864 2005-06-28  Jim Meyering  <jim@meyering.net>
16865
16866         * check-module (find_included_lib_files): Hard-code another
16867         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16868         but modules/fts-lgpl (correctly) does not list those files.
16869
16870         * modules/canonicalize (Files): Add lib/pathmax.h.
16871
16872 2005-06-25  Simon Josefsson  <jas@extundo.com>
16873
16874         * modules/check-version: New file.
16875
16876 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16877
16878         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16879         initializer of struct addrinfo, as an indication that we don't
16880         care how many members the structure has.
16881
16882 2005-06-24  Derek Price  <derek@ximbiot.com>
16883         and Bruno Haible  <bruno@clisp.org>
16884
16885         Remove stat module & update lstat.
16886         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16887         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16888         * m4/stat.m4: Remove this file.
16889
16890 2005-06-24  Derek Price  <derek@ximbiot.com>
16891         and Bruno Haible  <bruno@clisp.org>
16892
16893         Remove stat module & update lstat.
16894         * lib/stat.c: Remove this file...
16895         (slash_aware_lstat): ...moving this content and its support...
16896         * lib/lstat.c (rpl_lstat): ...into here.
16897         * lib/lstat.h: New file.
16898
16899 2005-06-24  Derek Price  <derek@ximbiot.com>
16900         and Bruno Haible  <bruno@clisp.org>
16901
16902         Remove stat module & update lstat.
16903         * config/srclist.txt (libc sources): Remove stat.
16904
16905 2005-06-24  Derek Price  <derek@ximbiot.com>
16906         and Bruno Haible  <bruno@clisp.org>
16907
16908         Remove stat module & update lstat.
16909         * MODULES.html.sh (stat): Remove.
16910         * MODULES.html: Regenerated.
16911         * modules/lstat (Description): Correct function name.
16912         (Files): Add "lstat.h".
16913         (Depends-on): Remove stat, add xalloc, stat-macros.
16914         * modules/stat: Remove this file.
16915         (Include): Add "lstat.h", remove <sys/stat.h>.
16916
16917 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16918
16919         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16920         (ranged_convert): Don't save conversion in a temporary struct.
16921         This causes a warning with GCC 4.0.0, and anyway in the typical
16922         case it's not worth the extra 100 bytes or so of code.
16923         (ranged_convert, __mktime_internal): When calling a function via a
16924         pointer P, use P () rather than (*P) (), as we now assume C89 or
16925         better.
16926
16927 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16928
16929         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16930         "who -r" failed to give output.  Problem reported by Tim Waugh.
16931
16932         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16933         (xcalloc): Use it to avoid needless tests.
16934         Problem reported by Jim Meyering.
16935
16936 2005-06-20  Derek Price  <derek@ximbiot.com>
16937
16938         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16939         unnecessary for Autoconfs > 2.59c.
16940
16941 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16942
16943         * lib/argp.h (__option_is_short): Check upper limit of
16944         __key. Isprint() requires its argument to have the value
16945         of an unsigned char or EOF.
16946
16947 2005-06-16  Jim Meyering  <jim@meyering.net>
16948
16949         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16950         when either N or S is zero.
16951
16952 2005-06-16  Derek Price  <derek@ximbiot.com>
16953
16954         * m4/bison.m4: Declare YACC & YFLAGS precious.
16955
16956 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16957
16958         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16959         multibyte string or pattern, fall back on unibyte matching.
16960         Problem reported by James Youngman.
16961
16962 2005-06-08  Bruno Haible  <bruno@clisp.org>
16963
16964         * modules/csharpcomp: New file.
16965         * MODULES.html.sh (C#): Add csharpcomp.
16966
16967 2005-06-08  Bruno Haible  <bruno@clisp.org>
16968
16969         * m4/csharpcomp.m4: New file, from GNU gettext.
16970
16971 2005-06-08  Bruno Haible  <bruno@clisp.org>
16972
16973         * lib/csharpcomp.h: New file, from GNU gettext.
16974         * lib/csharpcomp.c: New file, from GNU gettext.
16975         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16976
16977 2005-06-08  Bruno Haible  <bruno@clisp.org>
16978
16979         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16980         warning on mingw.
16981
16982 2005-06-07  Derek Price  <derek@ximbiot.com>
16983
16984         Sync from CVS.
16985         * lib/glob_.h: Indent nested #ifdef.
16986
16987 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16988
16989         Sync from coreutils.
16990         Use "file name" when talking about file names, instead of "filename"
16991         or "path", as per the GNU coding standards.
16992         * lib/mkdir-p.c: Renamed from makepath.c.
16993         (make_dir_parents): Renamed from make_path.  All callers changed.
16994         * lib/mkdir-p.h: Likewise.  All includers changed.
16995         * lib/filenamecat.c: Renamed from path-concat.c.
16996         (file_name_concat): Renamed from path_concat.  All callers changed.
16997         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16998         * lib/filenamecat.h: Likewise.  All includers changed.
16999         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
17000         in comments or local variable names.
17001         * lib/basename.c: Likewise.
17002         * lib/canonicalize.c, canonicalize.h: Likewise.
17003         * lib/dirname.c, dirname.h: Likewise.
17004         * lib/euidaccess.c: Likewise.
17005         * lib/exclude.c: Likewise
17006         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
17007         * lib/fsusage.c, fsuage.h: Likewise.
17008         * lib/fts.c, fts_.h: Likewise.
17009         * lib/getcwd.c: Likewise.
17010         * lib/getloadavg.c: Likewise.
17011         * lib/mkstemp.c: Likewise.
17012         * lib/mountlist.c, mountlist.h: Likewise.
17013         * lib/openat.c, openat.h: Likewise.
17014         * lib/readlink-stub.c: Likewise.
17015         * lib/readutmp.c, readutmp.h: Likewise.
17016         * lib/rename.c: Likewise.
17017         * lib/rmdir.c: Likewise.
17018         * lib/same.c: Likewise.
17019         * lib/savedir.c: Likewise.
17020         * lib/stripslash.c: Likewise.
17021         * lib/tempname.c: Likewise.
17022         * lib/xreadlink.c: Likewise.
17023         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
17024         All uses changed.
17025         * lib/exclude.h: Likewise.
17026
17027         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
17028         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17029         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
17030         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17031         * lib/pathmax.h: Include <limits.h> unconditionally, since other
17032         files have been getting away with it for years (MORE/BSD 4.3
17033         is extinct now).
17034         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
17035         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17036
17037         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
17038         Define to 256, not 255, as per modern POSIX.
17039
17040 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17041
17042         Sync from coreutils.
17043         Use "file name" when talking about file names, instead of "filename"
17044         or "path", as per the GNU coding standards.
17045         * MODULES.html.sh: mkdir-p renamed from makepath.
17046         filenamecat renamed from path-concat.
17047         * modules/filenamecat: Renamed from modules/path-concat.
17048         (Files): filenamecat.h and filenamecat.c renamed from
17049         path-concat.h and path-concat.c.
17050         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
17051         (Include): filenamecat.h, not path-concat.h.
17052         * modules/mkdir-p: Renamed from modules/makepath.
17053         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
17054         makepath.c.
17055         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
17056         (Include): mkdir-p.h, not makepath.h.
17057
17058 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17059
17060         Sync from coreutils.
17061         * m4/mkdir-p.m4: Renamed from makepath.m4.
17062         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
17063         Rename files from makepath.c to mkdir-p.c, and from
17064         makepath.h to mkdir-p.h.
17065         * m4/filenamecat.m4: Renamed from path-concat.m4.
17066         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
17067         Rename files from path-concat.c to filenamecat.c,
17068         and from path-concat.h to filenamecat.h.
17069         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
17070         "file name" in local variables or comments.
17071         * m4/rename.m4: Likewise.
17072
17073 2005-06-01  Bruno Haible  <bruno@clisp.org>
17074
17075         * modules/csharpexec: New file.
17076         * MODULES.html.sh (C#): New section.
17077
17078 2005-06-01  Bruno Haible  <bruno@clisp.org>
17079
17080         * m4/csharp.m4: New file, from GNU gettext.
17081         * m4/csharpexec.m4: New file, from GNU gettext.
17082
17083 2005-06-01  Bruno Haible  <bruno@clisp.org>
17084
17085         * lib/csharpexec.h: New file, from GNU gettext.
17086         * lib/csharpexec.c: New file, from GNU gettext.
17087         * lib/csharpexec.sh.in: New file, from GNU gettext.
17088
17089 2005-05-31  Derek Price  <derek@ximbiot.com>
17090             Paul Eggert  <eggert@cs.ucla.edu>
17091
17092         Sync from cvs.
17093         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
17094
17095 2005-05-31  Derek Price  <derek@ximbiot.com>
17096             Paul Eggert  <eggert@cs.ucla.edu>
17097
17098         Sync from cvs.
17099         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
17100
17101 2005-05-29  Derek Price  <derek@ximbiot.com>
17102
17103         * config/srclist.txt (glob_.h, glob.c): Add these files.
17104
17105 2005-05-29  Derek Price  <derek@ximbiot.com>
17106
17107         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
17108         * modules/glob: New file.
17109         * modules/getlogin_r: Add link to POSIX spec in description.
17110
17111 2005-05-29  Derek Price  <derek@ximbiot.com>
17112             Paul Eggert  <eggert@cs.ucla.edu>
17113
17114         * m4/glob.m4: New file.
17115
17116 2005-05-29  Derek Price  <derek@ximbiot.com>
17117             Paul Eggert  <eggert@cs.ucla.edu>
17118
17119         * lib/glob_.h, lib/glob.c: New files.
17120
17121 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17122
17123         * modules/fts (Files): Remove m4/inttypes-pri.m4.
17124         * modules/fts-lgpl (Depends-on): Remove gettext.
17125
17126 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17127
17128         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
17129         and don't require gt_INTTYPES_PRI.
17130
17131 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17132
17133         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
17134
17135         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
17136         the configuration hassle isn't worth it.
17137         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
17138         (LONGEST_MODIFIER, PRIuMAX): Remove.
17139
17140 2005-05-27  Bruno Haible  <bruno@clisp.org>
17141
17142         * lib/getlogin_r.h: Remove second include of <stddef.h>.
17143
17144 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
17145
17146         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
17147         _POSIX_PTHREAD_SEMANTICS for Solaris.
17148
17149 2005-05-25  Derek Price  <derek@ximbiot.com>
17150
17151         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
17152
17153 2005-05-25  Derek Price  <derek@ximbiot.com>
17154             Paul Eggert  <eggert@cs.ucla.edu>
17155
17156         * modules/getlogin_r, m4/getlogin_r.m4: New files.
17157         * lib/getlogin_r.c, getlogin_r.h: New files.
17158
17159 2005-05-25  Bruno Haible  <bruno@clisp.org>
17160             Derek Price  <derek@ximbiot.com>
17161
17162         * lib/getlogin_r.h: Simplify API documentation.
17163
17164 2005-05-23  Derek Price  <derek@ximbiot.com>
17165
17166         * modules/minmax (Files): Add m4/minmax.m4.
17167         (configure.ac): Add gl_MINMAX.
17168
17169 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
17170
17171         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
17172         so that unistd-safer.h (GPL'ed code) need not be included.
17173
17174 2005-05-22  Bruno Haible  <bruno@clisp.org>
17175
17176         * m4/minmax.m4: New file.
17177         Based on a patch by Derek Price <derek@ximbiot.com>.
17178
17179 2005-05-22  Bruno Haible  <bruno@clisp.org>
17180
17181         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
17182         (INT64_MIN): Fix definition.
17183         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
17184
17185         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
17186         NEED_SIGNED_INT_TYPES.
17187
17188         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
17189         HAVE_SYSTEM_INTTYPES.
17190
17191 2005-05-22  Bruno Haible  <bruno@clisp.org>
17192
17193         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
17194         Also include <sys/param.h> if it defines MIN, MAX.
17195         Based on a patch by Derek Price <derek@ximbiot.com>.
17196
17197 2005-05-21  Jim Meyering  <jim@meyering.net>
17198
17199         * modules/fts (Files): Add m4/inttypes-pri.m4.
17200         (Depends-on): Add lstat and remove gettext.  Alphabetize.
17201
17202 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17203
17204         New fts module.
17205         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
17206         (setup_dir, free_dir): New functions.
17207         (enter_dir, leave_dir): Define trivial
17208         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
17209         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
17210         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
17211         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
17212         Move to fts-cycle.c.
17213         (fts_open): Use setup_dir.
17214         (fts_close): Use free_dir.
17215         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
17216         This adds a label and some gotos, but the alternatives were messier.
17217         Check for memory allocation failure when entering a dir.
17218         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
17219         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
17220         (FTS): New member fts_cycle, that is a union that contains the
17221         old active_dir_ht and cycle_state.  All uses changed to mention
17222         fts_cycle.ht and fts_cycle.state.
17223         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
17224         fts.c, with the following changes:
17225         (setup_dir, free_dir): New functions.
17226         (enter_dir): Now returns bool.  Return true if successful, false
17227         if memory exhausted.  All callers changed.
17228         Do not bother partly cleaning up on
17229         memory allocation failure; that is free_dir's job.
17230         However, free ad if hash_insert fails, to avoid memory leak.
17231         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
17232         fts->fts_options to see which union member to use.
17233
17234 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17235
17236         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
17237         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
17238
17239 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17240
17241         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
17242
17243 2005-05-20  Jim Meyering  <jim@meyering.net>
17244
17245         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
17246         Now a macro, to pacify GCC.
17247
17248 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
17249
17250         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
17251         of -1.
17252
17253 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
17254
17255         * lib/chown.c (rpl_chown): Return -1 on failure.
17256
17257 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
17258
17259         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
17260         Don't check for stddef.h.
17261         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
17262         don't use its results.
17263         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
17264         since we include them unconditionally.  Don't require
17265         AM_STDBOOL_H, since stdbool is a prerequisite.
17266         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
17267         since we assume C89 or better.
17268         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
17269         as we don't use their results.
17270         Don't check for fchdir, memmove, memset, strrchr, as we use
17271         them unconditionally.
17272         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
17273         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
17274
17275 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
17276
17277         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
17278         Include <stddef.h> unconditionally, since we assume C89 now.
17279         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
17280         * lib/fts.c: Include fts_.h first, to check interface.
17281         Do not include intprops.h; no longer needed.
17282         Include cycle-check.h and hash.h, since fts_.h no longer does.
17283         Remove unnecessary casts of closedir to void.
17284         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
17285         decide whether to decrement nlinks.
17286         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
17287         (FTS): Use struct hash_table * instead of Hash_table, so that
17288         we no longer need to include hash.h here.
17289
17290 2005-05-18  Jim Meyering  <jim@meyering.net>
17291
17292         * modules/dirfd (License): Change to LGPL.  Most of the code
17293         is already in the public domain.
17294
17295 2005-05-18  Jim Meyering  <jim@meyering.net>
17296
17297         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
17298         Reported by Yoann Vandoorselaere.
17299
17300 2005-05-17  Jim Meyering  <jim@meyering.net>
17301
17302         * m4/fts.m4: New file, from coreutils.
17303
17304 2005-05-17  Jim Meyering  <jim@meyering.net>
17305
17306         * lib/fts.c, lib/fts_.h: New files, from coreutils.
17307
17308 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17309
17310         Sync from coreutils.
17311         * m4/unlinkdir.m4: New file.
17312
17313 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17314
17315         Sync from coreutils.
17316         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
17317         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
17318         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
17319         White space changes only.
17320         * lib/makepath.c (make_path): Port to hosts where leading "//" is
17321         special.
17322         * lib/yesno.c: Include getline.h, not ctype.h.
17323         (yesno): Don't remove leading white space; POSIX doesn't allow it.
17324         Use getline to remove arbitrary restriction on response length.
17325
17326 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17327
17328         * config/srclist-update: Spell out "Street" in FSF postal
17329         mail address; this is the style the FSF seems to prefer.
17330
17331         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
17332         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
17333         this updates FSF postal mail address.
17334
17335         Sync from coreutils.
17336         * modules/unlinkdir: New file.
17337         * modules/yesno (Depends-on): Add getline.
17338         * MODULES.html.sh (File system functions): Add unlinkdir.
17339
17340 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17341
17342         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
17343         lib/strsep.h:
17344         Change the initial comment to refer to GPL, not LGPL.
17345         gnulib-tool will change it to LGPL as needed.
17346
17347         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
17348         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
17349         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
17350         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
17351         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
17352         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
17353         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
17354         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
17355         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
17356         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
17357         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
17358         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
17359         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
17360         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
17361         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
17362         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
17363         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
17364         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
17365         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
17366         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
17367         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
17368         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
17369         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
17370         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
17371         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
17372         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
17373         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
17374         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
17375         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
17376         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
17377         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
17378         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
17379         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
17380         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
17381         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
17382         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
17383         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
17384         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
17385         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
17386         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
17387         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
17388         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
17389         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
17390         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
17391         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
17392         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
17393         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
17394         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
17395         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
17396         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
17397         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17398         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
17399         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
17400         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
17401         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
17402         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
17403         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
17404         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
17405         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
17406         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
17407         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
17408         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
17409         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
17410         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
17411         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
17412         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
17413         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
17414         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
17415         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
17416         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
17417         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
17418         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
17419         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
17420         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
17421         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
17422         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
17423         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
17424         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
17425         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
17426         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
17427         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
17428         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
17429         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
17430         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
17431         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
17432         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
17433         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
17434         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
17435         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
17436         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
17437         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
17438         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
17439         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
17440         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
17441         lib/yesno.c, lib/yesno.h:
17442         Update FSF postal mail address.
17443
17444 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17445
17446         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
17447         tests/test-memmem.c, tests/test-stpncpy.c:
17448         Update FSF postal mail address.
17449
17450 2005-05-13  Bruno Haible  <bruno@clisp.org>
17451
17452         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
17453         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
17454         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
17455         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
17456         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
17457         Add support for 64-bit integers in the MSVC compiler.
17458
17459 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17460
17461         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
17462
17463 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
17464
17465         * gnulib-tool (func_import): Sort and uniquify recommended includes.
17466
17467 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
17468
17469         * doc/getdate.texi (General date syntax): Don't say that date
17470         date --iso-8601=ns generates acceptable dates; it doesn't yet.
17471         Problem reported by Nic Ferrier.
17472
17473 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17474
17475         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
17476         specified in ai_socktype. Fix invalid ai_protocol
17477         check. ai_protocol is usually set to 0 or depending on
17478         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
17479         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
17480         ai_socktype / ai_protocol in the returned addrinfo structure.
17481
17482 2005-05-10  Simon Josefsson  <jas@extundo.com>
17483
17484         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
17485         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17486
17487 2005-05-10  Karl Berry  <karl@gnu.org>
17488
17489         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
17490         (from http://www.gnu.org/licenses).
17491         * doc/COPYING.LIB: also rename to COPYING.LESSER.
17492         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
17493         fdl.texi suffices.
17494
17495 2005-05-10  Karl Berry  <karl@gnu.org>
17496
17497         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
17498         (COPYING.DOC): remove.
17499
17500         * config/srclist-update: new FSF address.
17501
17502 2005-05-10  Derek Price  <derek@ximbiot.com>
17503
17504         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
17505         possible.
17506
17507 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17508             Bruno Haible  <bruno@clisp.org>
17509
17510         * modules/inet_ntop: New file.
17511         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17512         inet_ntop.
17513
17514 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17515             Bruno Haible  <bruno@clisp.org>
17516
17517         * m4/inet_ntop.m4: New file.
17518
17519 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17520             Bruno Haible  <bruno@clisp.org>
17521
17522         * lib/inet_ntop.h: New file.
17523         * lib/inet_ntop.c: New file, from glibc with modifications.
17524
17525 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
17526
17527         * modules/time_r (License): Change to LGPL.
17528         * modules/extensions (License): Change to LGPL.  Actually,
17529         the license is more permissive than that, but currently gnulib-tool
17530         doesn't know how to handle more-permissive licenses.
17531
17532         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
17533         Problem reported by Dave Love.
17534
17535 2005-05-08  Jim Meyering  <jim@meyering.net>
17536
17537         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
17538         blank.
17539
17540 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17541
17542         * modules/argmatch (Depends-on): Add stdbool.
17543         * modules/backupfile (Depends-on): Likewise.
17544         * modules/chdir-long (Depends-on): Likewise.
17545         * modules/closeout (Depends-on): Likewise.
17546         * modules/cycle-check (Depends-on): Likewise.
17547         * modules/dirname (Depends-on): Likewise.
17548         * modules/fnmatch (Depends-on): Likewise.
17549         * modules/fsusage (Depends-on): Likewise.
17550         * modules/fwriteerror (Depends-on): Likewise.
17551         * modules/getcwd (Depends-on): Likewise.
17552         * modules/getloadavg (Depends-on): Likewise.
17553         * modules/hard-locale (Depends-on): Likewise.
17554         * modules/makepath (Depends-on): Likewise.
17555         * modules/mountlist (Depends-on): Likewise.
17556         * modules/nanosleep (Depends-on): Likewise.
17557         * modules/posixtm (Depends-on): Likewise.
17558         * modules/quotearg (Depends-on): Likewise.
17559         * modules/readtokens (Depends-on): Likewise.
17560         * modules/readtokens0 (Depends-on): Likewise.
17561         * modules/readutmp (Depends-on): Likewise.
17562         * modules/save-cwd (Depends-on): Likewise.
17563         * modules/strftime (Depends-on): Likewise.
17564         * modules/userspec (Depends-on): Likewise.
17565         * modules/utimecmp (Depends-on): Likewise.
17566         * modules/xgetcwd (Depends-on): Likewise.
17567         * modules/xnanosleep (Depends-on): Likewise.
17568         * modules/xstrtod (Depends-on): Likewise.
17569         * modules/yesno (Depends-on): Likewise.
17570
17571 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
17572
17573         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
17574         needless checks.
17575
17576 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17577
17578         Merge from coreutils.  Among other things,
17579         add bulletproofing for cases where stdin, stdout, or stderr are closed.
17580         * lib/fd-safer.c: New file.
17581         * lib/fcntl-safer.h, open-safer.c: Remove.
17582         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
17583         * lib/dup-safer.c: Include unistd-safer.h first.
17584         Don't include errno.h.
17585         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
17586         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
17587         * lib/file-type.c: Rely on file-type.h change.
17588         * lib/getloadavg.c: Include unistd-safer.h.
17589         (getloadavg): Use safer open.
17590         * lib/getusershell.c: Include "stdio-safer.h".
17591         (getusershell): Use safer fopen.
17592         * lib/long-options.c (long_options): Use NULL rather than 0.
17593         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
17594         'free'.
17595         * lib/modechange.c: Likewise.
17596         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
17597         (MODE_DONE): New constant.
17598         (struct mode_change): Remove 'next' member.
17599         (make_node_op_equals): New function; like the old one of the
17600         same name, except it allocates an array.
17601         (mode_compile, mode_create_from_ref): Use it.
17602         (mode_compile): Allocate result as an array, not a linked list.
17603         Parse octal string ourself, so that we catch mistakes like "+0".
17604         (mode_adjust): Arg is an array, not a linked list.
17605         * lib/modechange.c: Include stat-macros.h, xalloc.h.
17606         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
17607         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
17608         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
17609         Remove.  This is now stat-macros.h's job.
17610         (talloc): Remove.  All callers replaced by xalloc, so that
17611         our invokers don't have to worry about reporting memory failures.
17612         (make_node_op_equals): Remove.
17613         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17614         New constants.
17615         (struct mode_change): Moved here from modechange.h.
17616         (mode_append_entry): Remove.
17617         (mode_compile): Remove MASKED_OPS arg, since it encouraged
17618         apps to have incorrect behavior.  Use simpler algorithm for head
17619         and tail.  Don't futz with umask; that's now the job of mode_adjust.
17620         Detect more invalid usages rather than having somewhat-random behavior.
17621         Don't insert an "a=" action, as that leads to incorrect behavior.
17622         (mode_compile, mode_create_from_ref): Return NULL on error instead
17623         of an enum, since now there's only one way to have an error.  All
17624         callers changed.
17625         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
17626         at the correct time.  Simplify calculation of "+u" and its ilk.
17627         Don't mishandle "+X".
17628         (mode_free): Remove "register" and localize decls.
17629         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17630         (struct mode_change): Move to modechange.c; callers don't
17631         need to see this stuff.
17632         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
17633         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
17634         (mode_change, mode_adjust): Reflect the new signatures noted above.
17635         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
17636         that might redefine system include files.
17637         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
17638         (my_usleep): Use NULL rather than (void *) 0.
17639         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
17640         Use siginterrupt to specify that system calls should be interrupted.
17641         (rpl_nanosleep): Move initialization of suspended closer to call of
17642         my_usleep.
17643         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
17644         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
17645         (desirable_utmp_entry): New function.
17646         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
17647         using x2nrealloc, to simplify logic.
17648         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
17649         size calculation.  Do not assume utmp file is a regular file.
17650         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
17651         (READ_UTMP_CHECK_PIDS): New constant.
17652         * lib/save-cwd.c: Include unistd-safer.h.
17653         (save_cwd): Use fd_safer.
17654         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
17655         [!_LIBC] Include "stat-macros.h" instead.
17656         * lib/unistd-safer.h (fd_safer): New decl.
17657
17658 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17659
17660         * modules/getloadavg (Depends-on): Add unistd-safer.
17661         * modules/getusershell (Depends-on): Add stdio-safer.
17662         * modules/lstat (Depends-on): Remove xalloc.
17663         * modules/mkstemp (Depends-on): Add stat-macros.
17664         * modules/modechange (Depends-on): Remove xstrtol.
17665         Add stat-macros, xalloc.
17666         * modules/save-cwd (Depends-on): Add unistd-safer.
17667         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
17668         * modules/unistd-safer (Files): Add lib/fd-safer.c
17669         (Makefile.am): Remove lib_SOURCES.
17670
17671         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
17672         Remove fcntl-safer; unistd-safer supersedes it.
17673
17674 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17675
17676         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
17677         AC_HEADER_STAT.
17678         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
17679         (gl_PREREQ_CHOWN): Remove.
17680         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
17681         it.  Don't require AC_HEADER_STAT.
17682         (gl_PREREQ_LSTAT): Remove.
17683         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
17684         Don't require AC_HEADER_STAT.
17685         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
17686         (gl_PREREQ_RMDIR): Remove.
17687         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
17688         mention stat-macros.h or AC_HEADER_STAT, since we'll make
17689         the stat-macros module a prerequisite.
17690         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
17691         * m4/filemode.m4 (gl_FILEMODE): Likewise.
17692         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
17693         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
17694         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
17695         variable names.
17696         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
17697         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
17698         variable prefixes.
17699         * m4/fcntl-safer.m4: Remove.
17700         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
17701         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
17702         Invoke gl_PREREQ_FD_SAFER.
17703         (gl_PREREQ_FD_SAFER): New macro.
17704         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
17705         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
17706         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
17707         Remove duplicate call to AC_LIBOBJ(readutmp).
17708         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
17709
17710         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
17711         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
17712
17713 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17714
17715         * MODULES.html.sh (Misc): Add byteswap.
17716
17717 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17718
17719         * modules/getcwd (Depends-on): Add extensions.
17720         * modules/openat (Depends-on): Likewise.
17721
17722 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17723
17724         * modules/byteswap: New file.
17725
17726 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17727
17728         * m4/byteswap.m4: New file.
17729
17730 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17731
17732         * lib/byteswap_.h: New file.
17733
17734 2005-04-25  Karl Berry  <karl@gnu.org>
17735
17736         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17737
17738 2005-04-25  Albert Chin  <china@thewrittenword.com>
17739
17740         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17741         Toolkit C bug.
17742
17743 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17744
17745         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17746         (func_ln_if_changed) Remove forcibly for no error message
17747         in case file does not exist.
17748
17749 2005-04-19  Simon Josefsson  <jas@extundo.com>
17750
17751         * gnulib-tool (Options): Make --symlink mean --symbolic.
17752
17753 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17754
17755         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17756
17757 2005-04-16  Simon Josefsson  <jas@extundo.com>
17758
17759         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17760
17761 2005-04-15  Simon Josefsson  <jas@extundo.com>
17762
17763         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17764
17765 2005-04-15  Simon Josefsson  <jas@extundo.com>
17766
17767         * gnulib-tool: Rename --symlink to --symbolic.
17768
17769 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17770
17771         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17772         symbolic links to files instead of copying/moving.  Add --aux-dir,
17773         specifying directory relative --dir where auxiliary build tools
17774         are placed.
17775
17776 2005-04-14  Bruno Haible  <bruno@clisp.org>
17777
17778         * modules/allocsa (License): Change to LGPL.
17779         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17780
17781 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17782
17783         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17784         that "UTC +1 second" continues to work.  Problem reported
17785         by Dmitry V. Levin.
17786         (relunit_snumber): New rule.
17787         (relunit): Use it.
17788
17789 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17790
17791         * lib/getdate.y (universal_time_zone_table): New constant.
17792         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17793         universal_time_zone_table.
17794         (lookup_zone): Prefer universal_time_zone_table to
17795         local_time_zone_table, so that "GMT" time stamps are allowed in
17796         London during the summer.  Problem reported by Ian Abbott.
17797
17798 2005-04-12  Jim Meyering  <jim@meyering.net>
17799
17800         * lib/human.c (humblock): Set *options even when returning due to
17801         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17802         warning from gcc-4.
17803
17804 2005-04-09  Jim Meyering  <jim@meyering.net>
17805
17806         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17807         -Wuninitialized: initialize tm0.tm_year.
17808
17809 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17810
17811         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17812         count, since there's no maximum.  All uses changed.
17813         Add member dsts_seen.
17814         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17815         not being INT_MAX.
17816         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17817         Use pc_rels_seen to decide whther a date is absolute.
17818
17819         * lib/getdate.y (number): Don't overwrite year.
17820         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17821         check.
17822
17823 2005-04-02  Simon Josefsson  <jas@extundo.com>
17824
17825         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17826         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17827
17828 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17829
17830         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17831         where no absolute path name can be longer than PATH_MAX.
17832
17833 2005-03-27  Jim Meyering  <jim@meyering.net>
17834
17835         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17836
17837 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17838
17839         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17840         "one's complement" -> "ones' complement" in comment, as per Knuth.
17841         "value of type" -> "type or expression" in comment.
17842         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17843
17844 2005-03-26  Jim Meyering  <jim@meyering.net>
17845
17846         Comment nits.
17847         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17848         Correct typos: s/or/of/.
17849
17850 2005-03-26  Jim Meyering  <jim@meyering.net>
17851
17852         * modules/check-include-files: Move to ../ and rename to...
17853         * check-module: ...this.
17854
17855 2005-03-25  Jim Meyering  <jim@meyering.net>
17856
17857         * modules/xvasprintf (Files): Add xalloc.h.
17858
17859 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17860
17861         * modules/gettext (Files): config/config.rpath ->
17862         build-aux/config.rpath
17863         * modules/iconv (Files): Likewise.
17864         Problem reported by Oskar Liljeblad.
17865
17866 2005-03-23  Jim Meyering  <jim@meyering.net>
17867
17868         * modules/check-include-files: New script to check for
17869         missing dependencies, multiple includes, etc.
17870
17871         * modules/c-strtold (Depends-on): Add xalloc.
17872         * modules/c-strtod (Depends-on): Add xalloc.
17873         * modules/hash (Depends-on): Add xalloc.
17874         (Files): Remove lib/xalloc.h.
17875
17876         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17877         * modules/userspec (Files): Add lib/inttostr.h.
17878
17879 2005-03-23  Jim Meyering  <jim@meyering.net>
17880
17881         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17882
17883 2005-03-22  Jim Meyering  <jim@meyering.net>
17884
17885         * modules/stat-macros: New module.
17886         * modules/canonicalize, modules/euidaccess, modules/file-type,
17887         * modules/filemode, modules/lchown, modules/makepath,
17888         * modules/rmdir, modules/stat: Depend on new stat-macros module
17889         rather than listing lib/stat-macros.h manually.
17890         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17891
17892 2005-03-22  Jim Meyering  <jim@meyering.net>
17893
17894         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17895
17896 2005-03-22  Bruno Haible  <bruno@clisp.org>
17897
17898         * config/srclist.txt: Replace target directory 'config' with
17899         'build-aux'.
17900         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17901         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17902         ../build-aux/.
17903
17904 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17905
17906         * modules/chdir-long (Depends-on): Add mempcpy.
17907
17908         * modules/acl, modules/backupfile, modules/c-strtod,
17909         modules/c-strtold, modules/canon-host, modules/canonicalize,
17910         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17911         modules/exclude, modules/exitfail, modules/file-type,
17912         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17913         modules/getdate, modules/getline, modules/getpagesize,
17914         modules/getpass, modules/getugroups, modules/group-member,
17915         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17916         modules/inttostr, modules/long-options, modules/makepath,
17917         modules/md5, modules/memcasecmp, modules/memcoll,
17918         modules/modechange, modules/mountlist, modules/path-concat,
17919         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17920         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17921         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17922         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17923         modules/strftime, modules/strndup, modules/strverscmp,
17924         modules/timespec, modules/unlocked-io, modules/userspec,
17925         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17926         modules/yesno:
17927         Remove lib_SOURCES line from Makefile.am section, as this is now
17928         done automatically by the corresponding Autoconf macro.
17929
17930 2005-03-21  Jim Meyering  <jim@meyering.net>
17931
17932         Changes imported from coreutils.
17933
17934         * lib/cycle-check.c: Don't include xalloc.h.
17935
17936         * lib/path-concat.c: Don't include assert.h.
17937         (path_concat): Remove assertion that would have triggered
17938         for ABASE starting with more than one slash.
17939         Reported by Andreas Schwab.
17940
17941         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17942         properly when ABASE is an absolute file name.
17943         Correct the description of this function.
17944         Include <assert.h>.
17945         Add an assertion and a test driver.
17946         This fixes a bug introduced on 2004-07-02.
17947         Andreas Schwab reported the resulting failure of cp --parents:
17948         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17949
17950 2005-03-21  Jim Meyering  <jim@meyering.net>
17951
17952         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17953         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17954
17955 2005-03-21  Jim Meyering  <jim@meyering.net>
17956         and  Paul Eggert  <eggert@cs.ucla.edu>
17957
17958         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17959         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17960         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17961         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17962         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17963         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17964         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17965         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17966         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17967         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17968         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17969         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17970         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17971         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17972         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17973         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17974         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17975         for these modules.
17976
17977 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17978
17979         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17980         (which shouldn't happen), generate nothing instead of returning 0
17981         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17982
17983 2005-03-16  Bruno Haible  <bruno@clisp.org>
17984
17985         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17986         HAVE_LONGLONG_64BIT.
17987
17988 2005-03-16  Bruno Haible  <bruno@clisp.org>
17989
17990         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17991         HAVE_LONGLONG_64BIT.
17992
17993 2005-03-16  Bruno Haible  <bruno@clisp.org>
17994
17995         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17996         HAVE_LONGLONG_64BIT.
17997
17998 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17999
18000         * lib/strftime.c (my_strftime): Prepend space to format so that we can
18001         reliably distinguish strftime failure from empty output on POSIX
18002         hosts.
18003
18004 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
18005
18006         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
18007         (iconv_string): Don't guess a size-zero buffer, as that might cause
18008         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
18009         result would be 'too large', where 'too large' is (heuristically)
18010         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
18011         overflow concerns.  This will prevent some unwanted malloc failures
18012         when the inputs are very large.
18013
18014 2005-03-15  Karl Berry  <karl@gnu.org>
18015
18016         * config/srclist.txt (config.rpath): from gettext.
18017         * config/config.rpath: update.
18018
18019 2005-03-15  Bruno Haible  <bruno@clisp.org>
18020
18021         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
18022         to 'negate'.
18023
18024         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
18025         variable.
18026
18027         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
18028         results.
18029
18030 2005-03-14  Simon Josefsson  <jas@extundo.com>
18031
18032         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
18033         <fx@gnu.org>.
18034
18035 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
18036
18037         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
18038         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
18039         intprops.h.
18040         * lib/strtol.c: Likewise.
18041
18042 2005-03-14  Jim Meyering  <jim@meyering.net>
18043
18044         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
18045         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
18046         to be nonzero so that we (and caller) can detect the difference
18047         between a valid zero-length expansion and an error return, even
18048         when the underlying strftime fails before writing anything into
18049         that location.
18050
18051 2005-03-14  Bruno Haible  <bruno@clisp.org>
18052
18053         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
18054         Update from GNU gettext 0.14.3.
18055
18056 2005-03-10  Jim Meyering  <jim@meyering.net>
18057
18058         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
18059
18060 2005-03-10  Jim Meyering  <jim@meyering.net>
18061
18062         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
18063         so that this module works on systems without fchdir.
18064
18065 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
18066
18067         Factor int-properties macros into a single file, except for
18068         glibc-related files.
18069         * lib/intprops.h: New file.
18070         * lib/getloadavg.c: Include it instead of limits.h.
18071         (INT_STRLEN_BOUND): Remove.
18072         * lib/human.c: Include intprops.h.
18073         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
18074         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
18075         302/1000.
18076         * lib/inttostr.h: Include intprops.h instead of limits.h.
18077         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
18078         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
18079         for consistency with intprops.h.
18080         (time_t_is_integer, twos_complement_arithmetic): Use them.
18081         * lib/sig2str.h: Include <signal.h>, intprops.h.
18082         (INT_STRLEN_BOUND): Remove.
18083         * lib/strftime.c (TYPE_SIGNED): Remove.
18084         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
18085         * lib/strtol.c: Adjust comments to match intprops.h.
18086         * lib/userspec.c: Include intprops.h.
18087         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
18088         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
18089         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
18090         instead of rolling our own expressions.
18091         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
18092
18093         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
18094         instead of int.
18095         (my_strftime): Do not mishandle years close to INT_MAX, by doing
18096         the right thing even if adding 1900 would overflow.  Similarly
18097         for tm_mon + 1 and tm_yday + 1.
18098         Make %Y always equivalent to %C%y, and similarly for %G and %g.
18099         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
18100         (DO_SIGNED_NUMBER): New macro.
18101         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
18102
18103 2005-03-07  Bruno Haible  <bruno@clisp.org>
18104
18105         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
18106
18107 2005-03-07  Bruno Haible  <bruno@clisp.org>
18108
18109         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
18110
18111 2005-03-04  Derek R. Price  <derek@ximbiot.com>
18112
18113         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
18114         (func_import): Only replace files via --import when they have actually
18115         changed.
18116
18117 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18118
18119         * m4/mmap-anon.m4: New file.
18120         * m4/pagealign_alloc.m4: New file.
18121
18122 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18123             Bruno Haible  <bruno@clisp.org>
18124
18125         * modules/pagealign_alloc: New file.
18126         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
18127
18128 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18129             Bruno Haible  <bruno@clisp.org>
18130
18131         * lib/pagealign_alloc.h: New file.
18132         * lib/pagealign_alloc.c: New file.
18133
18134 2005-03-03  Bruno Haible  <bruno@clisp.org>
18135
18136         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
18137         Use an all-permissive copyright notice, recommended by RMS.
18138
18139 2005-03-02  Bruno Haible  <bruno@clisp.org>
18140
18141         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
18142         of AIX, the replacement has to be done only after <string.h> is
18143         included, therefore not in config.h. stpncpy.h does the replacement,
18144         and stpncpy.c uses it.
18145
18146 2005-03-02  Bruno Haible  <bruno@clisp.org>
18147
18148         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
18149         stpncpy.c uses it.
18150
18151 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18152
18153         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
18154         The workaround isn't strictly needed for POSIX conformance, and
18155         it's too much of a pain to configure and maintain.  We'll ask
18156         people to fix their kernels instead.
18157         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
18158         (NANOSLEEP_BUG_WORKAROUND): Remove.
18159         (xnanosleep): Remove the workaround.
18160
18161 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18162
18163         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
18164         Reported by Derek Price.
18165         (Include): Add "timespec.h".
18166
18167         * modules/xnanosleep (Depends-on): Remove gethrxtime.
18168
18169 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18170
18171         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
18172         to detect nanosleep bug.
18173
18174 2005-03-01  Bruno Haible  <bruno@clisp.org>
18175
18176         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
18177
18178 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
18179
18180         * modules/gethrxtime: New file.
18181         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
18182         (Depends-on): Add gethrxtime.
18183         (configure.ac): Add gl_XNANOSLEEP.
18184         (Makefile.am): Remove lib_SOURCES line.
18185
18186 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18187
18188         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
18189         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
18190
18191 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18192
18193         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
18194         * lib/timespec.h (gettime): Return void, since it always
18195         succeeds now.  All uses changed.
18196         * lib/gettime.c (gettime) Likewise.
18197         [HAVE_NANOTIME]: Prefer nanotime.
18198         Assume gettimeofday succeeds, as POSIX requires.
18199         Assime time () succeeds, since other code already does.
18200         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
18201         (timespec_subtract): Remove.
18202         (NANOSLEEP_BUG_WORKAROUND): New constant.
18203         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
18204         things considerably.  Use it only on GNU/Linux hosts, since the
18205         workaround shouldn't be needed elsewhere.
18206
18207 2005-02-24  Bruno Haible  <bruno@clisp.org>
18208
18209         * modules/gettext (Files): Add m4/glibc2.m4.
18210
18211 2005-02-24  Bruno Haible  <bruno@clisp.org>
18212
18213         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
18214         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
18215         * m4/progtest.m4:
18216         Update from GNU gettext 0.14.2.
18217         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
18218
18219 2005-02-24  Bruno Haible  <bruno@clisp.org>
18220
18221         * lib/localcharset.c: Update from GNU gettext 0.14.2.
18222         * lib/config.charset: Update from GNU gettext 0.14.2.
18223
18224 2005-02-24  Bruno Haible  <bruno@clisp.org>
18225
18226         * lib/gettext.h: Update from GNU gettext 0.14.2.
18227
18228 2005-02-23  Simon Josefsson  <jas@extundo.com>
18229
18230         * m4/iconvme.m4: New file.
18231
18232 2005-02-23  Jim Meyering  <jim@meyering.net>
18233
18234         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
18235         change.
18236         Thanks to Bruno Haible for catching it.
18237
18238 2005-02-22  Simon Josefsson  <jas@extundo.com>
18239
18240         * modules/iconvme: New file.
18241
18242         * MODULES.html.sh: Add iconvme.
18243
18244 2005-02-22  Simon Josefsson  <jas@extundo.com>
18245
18246         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
18247
18248 2005-02-22  Simon Josefsson  <jas@extundo.com>
18249
18250         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
18251
18252 2005-02-22  Jim Meyering  <jim@meyering.net>
18253
18254         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
18255         s/ifndef/ifdef/.
18256
18257 2005-02-20  Neil Conway  <neilc@samurai.com>
18258
18259         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
18260         returned by OSX/Darwin if the specified buffer is not large
18261         enough for the hostname.
18262
18263 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18264
18265         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
18266         pass it to _help, otherwise the latter coredumps trying to
18267         dereference state.root_argp.
18268
18269 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18270
18271         * modules/chdir-long (Depends-on): Add memrchr.
18272         * modules/memrchr (Files): Add lib/memrchr.h.
18273         (Include): "memrchr.h".
18274
18275 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18276
18277         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
18278
18279 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18280
18281         * lib/memrchr.h: New file.
18282         * lib/chdir-long.c: Include it.
18283         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
18284         Don't bother including stddef.h.
18285
18286 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
18287
18288         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
18289         inclusion.
18290         Include <sys/types.h>, for dev_t.
18291         (ME_DUMMY, ME_REMOTE): Move from here....
18292         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
18293         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
18294         Dmitry V. Levin.
18295         Include mountlist.h first, to test the interface.
18296
18297 2005-01-29  Bruno Haible  <bruno@clisp.org>
18298
18299         * lib/progname.c (program_name): Initialize.
18300         Needed when linking statically on MacOS X.
18301
18302 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18303
18304         Sync from coreutils.
18305         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
18306         (Depends-on): Add c-strtod.
18307         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
18308
18309 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18310
18311         Sync from coreutils.
18312         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
18313
18314         Remove files that are specific to coreutils.
18315         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
18316
18317 2005-01-28  Bruno Haible  <bruno@clisp.org>
18318
18319         * modules/javacomp: New file.
18320         * MODULES.html.sh (Java): Add javacomp.
18321
18322 2005-01-28  Bruno Haible  <bruno@clisp.org>
18323
18324         * m4/javacomp.m4: New file, from GNU gettext.
18325
18326 2005-01-28  Bruno Haible  <bruno@clisp.org>
18327
18328         * lib/javacomp.sh.in: New file, from GNU gettext.
18329         * lib/javacomp.h: New file, from GNU gettext.
18330         * lib/javacomp.c: New file, from GNU gettext.
18331
18332 2005-01-26  Simon Josefsson  <jas@extundo.com>
18333
18334         * lib/gai_strerror.c: Use GPL in header.
18335
18336 2005-01-26  Bruno Haible  <bruno@clisp.org>
18337
18338         * modules/javaexec: New file.
18339         * MODULES.html.sh (Java): Add javaexec.
18340
18341 2005-01-26  Bruno Haible  <bruno@clisp.org>
18342
18343         * m4/javaexec.m4: New file, from GNU gettext.
18344
18345 2005-01-26  Bruno Haible  <bruno@clisp.org>
18346
18347         * lib/javaexec.sh.in: New file, from GNU gettext.
18348         * lib/javaexec.h: New file, from GNU gettext.
18349         * lib/javaexec.c: New file, from GNU gettext.
18350
18351 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18352
18353         * modules/lchown (Depends-on): Remove lchown.h
18354
18355 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18356
18357         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
18358         must be defined if the header file was not found, in order
18359         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
18360
18361 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18362
18363         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
18364         initializers for struct pentry_state.
18365         (__argp_error): Check return value of __asprintf
18366         (__argp_failure): Translate error message
18367
18368         * lib/argp-parse.c: Removed braces around the expansion of N_()
18369
18370 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18371
18372         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
18373         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
18374         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
18375         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
18376         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
18377         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
18378         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
18379         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
18380         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
18381         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
18382         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
18383         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
18384         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
18385         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
18386         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
18387         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
18388         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
18389         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
18390         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
18391         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
18392         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
18393         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
18394         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
18395         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
18396         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
18397         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
18398         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
18399         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
18400         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
18401         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
18402         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
18403         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
18404         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
18405         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
18406         xstrtol.m4, xstrtoumax.m4, yesno.m4:
18407         Use an all-permissive copyright notice, recommended by RMS.
18408
18409 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
18410
18411         * modules/chdir-long (Depends-on): Remove mempcpy.
18412
18413 2005-01-21  Jim Meyering  <jim@meyering.net>
18414
18415         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
18416         same value as for Solaris 9.
18417
18418         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
18419         component length.  This included changing the parameter to be
18420         of type `char *' rather than `char const *'.
18421         * lib/chdir-long.h (chdir_long): Update prototype.
18422
18423         * lib/openat.c (fdopendir, fstatat): New functions.
18424         * lib/openat.h: Include headers required for use of DIR and struct
18425         stat.
18426         [AT_SYMLINK_NOFOLLOW]: Define.
18427         (fdopendir, fstatat): Add prototypes.
18428
18429 2005-01-21  Bruno Haible  <bruno@clisp.org>
18430
18431         * modules/classpath: New file.
18432         * MODULES.html.sh (Java): Add classpath.
18433
18434 2005-01-21  Bruno Haible  <bruno@clisp.org>
18435
18436         * lib/classpath.h: New file, from GNU gettext.
18437         * lib/classpath.c: New file, from GNU gettext.
18438
18439 2005-01-20  Simon Josefsson  <jas@extundo.com>
18440
18441         * modules/version-etc-fsf: New file.
18442
18443 2005-01-20  Simon Josefsson  <jas@extundo.com>
18444
18445         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
18446         * lib/version-etc.c: Remove version_etc_copyright.
18447         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
18448         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
18449
18450 2005-01-20  Simon Josefsson  <jas@extundo.com>
18451
18452         * lib/base64.h (isbase64): Add.
18453
18454         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
18455         using a unsigned prototype, don't inline.
18456         (base64_decode): Use it.
18457
18458 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18459
18460         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
18461         it.
18462
18463 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18464
18465         * lib/save-cwd.c (save_cwd): Remove code to support the case
18466         where fchdir is missing or flaky.
18467
18468 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18469
18470         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
18471
18472 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
18473
18474         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
18475         AC_LIBSOURCES now does this.
18476         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
18477         with new ullong_max module.
18478
18479 2005-01-19  Bruno Haible  <bruno@clisp.org>
18480
18481         * modules/sh-quote: New file.
18482         * MODULES.html.sh (Executing programs): Add sh-quote.
18483
18484 2005-01-19  Bruno Haible  <bruno@clisp.org>
18485
18486         * lib/sh-quote.h: New file, from GNU gettext.
18487         * lib/sh-quote.c: New file, from GNU gettext.
18488
18489 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18490
18491         Merge from coreutils.
18492         * m4/ullong_max.m4: New file.
18493         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
18494         (gl_MACROS): Assume localeconv exists.
18495
18496 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18497
18498         Merge changes from coreutils, as described below in several
18499         changelogs dated today.
18500
18501         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
18502         (O_DIRECTORY): Remove; not needed here, since "." must be
18503         a directory.  All uses removed.
18504         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
18505         universal on Suns, and we also need to test for IRIX.
18506         Revamp code to use 'if' rather than '#if'.
18507         Avoid unnecessary comparison of cwd->desc to 0.
18508
18509         * lib/utimens.c (futimens): Robustify the previous patch, by checking
18510         for known valid error numbers rather than observed invalid ones.
18511
18512 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18513
18514         * modules/ullong_max: New file.
18515
18516         * modules/chdir-long, modules/openat: New files.
18517         * modules/save-cwd (Depends-on): Depend on chdir-long.
18518         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
18519
18520 2005-01-18  Jim Meyering  <jim@meyering.net>
18521
18522         Merge from coreutils.
18523         * m4/chdir-long.m4, m4/openat.m4: New files.
18524         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
18525         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
18526         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
18527         is sane and DOES follow symlinks.  Besides, testing 20 different
18528         systems found no broken chown implementations.
18529         Prompted by a change in rsync's copy of this macro.
18530         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
18531
18532         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
18533
18534         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
18535         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
18536         NULL-means-set-to-current-time semantics.
18537         Remove temporary file immediately, rather than waiting
18538         for configure's at-exit trap code to do it.
18539
18540 2005-01-18  Jim Meyering  <jim@meyering.net>
18541
18542         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18543
18544         * lib/utimens.c (futimens): Account for the fact that futimes
18545         can also fail with errno == ENOSYS or errno == ENOENT.
18546         Patch from Dmitry V. Levin.
18547
18548         Change the name of the robust chdir function from chdir to chdir_long.
18549         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
18550         (restore_cwd): Use chdir_long, not chdir.
18551         * lib/chdir-long.c: Renamed from chdir.c.
18552         * lib/chdir-long.h: Renamed from chdir.h.
18553         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
18554         Hurd.
18555
18556 2005-01-18  Bruno Haible  <bruno@clisp.org>
18557
18558         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
18559         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
18560         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
18561         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
18562         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
18563         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
18564         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
18565         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
18566         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
18567         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
18568         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
18569         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
18570         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
18571         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
18572         Use an all-permissive copyright notice, recommended by RMS.
18573
18574 2005-01-18  Bob Proulx  <bob@proulx.com>
18575
18576         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
18577         simplify offsetof() macro construct to avoid compile failure with
18578         native HP-UX 11.0 ANSI C compiler.
18579
18580 2005-01-17  Bruno Haible  <bruno@clisp.org>
18581
18582         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
18583         redundant because stpncpy.m4 takes care of it.
18584
18585 2005-01-17  Bruno Haible  <bruno@clisp.org>
18586
18587         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
18588
18589 2005-01-17  Bruno Haible  <bruno@clisp.org>
18590
18591         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
18592         used.
18593
18594 2005-01-17  Bruno Haible  <bruno@clisp.org>
18595
18596         * lib/fwriteerror.h (fwriteerror): Change specification to include
18597         fclose.
18598         * lib/fwriteerror.c: Include <stdbool.h>.
18599         (fwriteerror): At the end, close the file stream. Record whether
18600         stdout was already closed.
18601
18602 2005-01-17  Bruno Haible  <bruno@clisp.org>
18603
18604         * lib/execute.c (environ): Declare if needed.
18605         * lib/pipe.c (environ): Likewise.
18606         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
18607
18608 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18609
18610         * modules/argp: Depend on vsnprintf
18611
18612 2005-01-10  Jim Meyering  <jim@meyering.net>
18613
18614         * modules/closeout (Depends-on): Add atexit.
18615
18616 2005-01-06  Bruno Haible  <bruno@clisp.org>
18617
18618         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
18619
18620 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18621
18622         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
18623         definitions to be after all include files, to avoid collisions.
18624         Problem reported by Bob Proulx.
18625
18626 2005-01-04  Jim Meyering  <jim@meyering.net>
18627
18628         Changes imported from coreutils.
18629         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
18630         as the mkstemp template, use a temporary directory and an
18631         8.3-friendly template to avoid trouble on systems like DJGPP.
18632         Reported by Juan M. Guerrero via Stepan Kasal.
18633         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
18634         close. Remove the temporary directory right away, rather than waiting
18635         for configure's at-exit trap code to do it.
18636         Suggestion from Stepan Kasal.
18637
18638 2005-01-01  Simon Josefsson  <jas@extundo.com>
18639
18640         * gnulib-tool: Print #include directives when --import'ing.
18641
18642 2004-12-28  Simon Josefsson  <jas@extundo.com>
18643
18644         * tests/test-base64.c: Include required header files.  Remove
18645         unused variables.
18646
18647 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18648
18649         * modules/error (Depends-on): Remove gettext.
18650
18651 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18652
18653         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
18654         not needed.  This removes a dependency on the gettext module.
18655         [defined _LIBC]: Do not include <libintl.h>; not needed.
18656
18657 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18658
18659         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
18660         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
18661
18662 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18663
18664         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
18665         HAVE_DECL_STRTOLD.
18666
18667 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18668
18669         * modules/getdate (Depends-on): Remove alloca-opt.
18670
18671 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18672
18673         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
18674
18675 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18676
18677         * lib/argp-parse.c: Include <stddef.h>.
18678         (alignof, alignto): New macros.
18679         (parser_init): Don't assume that void * is aligned sufficiently
18680         for struct option.
18681
18682         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
18683         need to extend the stack.
18684         (YYINITDEPTH): New macro, so that the initial stack isn't overly
18685         large.
18686
18687 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18688
18689         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
18690
18691 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18692
18693         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
18694         (2004-10-24) change.  Apparently this was a false alarm.
18695
18696         * modules/getdate: Depend on alloca-opt, not alloca.
18697
18698 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18699
18700         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
18701         Remove now-obsolete comment about AIX.
18702         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
18703         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
18704         (YYMAXDEPTH): New macro.
18705
18706 2004-12-18  Simon Josefsson  <jas@extundo.com>
18707
18708         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
18709
18710 2004-12-18  Bruno Haible  <bruno@clisp.org>
18711
18712         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
18713
18714 2004-12-18  Bruno Haible  <bruno@clisp.org>
18715
18716         * lib/fatal-signal.c (fatal_signals): Make non-const.
18717         (init_fatal_signals): New function.
18718         (uninstall_handlers, install_handlers): Ignore signals that were set to
18719         SIG_IGN.
18720         (at_fatal_signal): Call init_fatal_signals.
18721         (init_fatal_signal_set): Likewise. Ignore signals that were set to
18722         SIG_IGN.
18723         Reported by Paul Eggert.
18724
18725 2004-12-18  Bruno Haible  <bruno@clisp.org>
18726
18727         * doc/alloca.texi: New file.
18728         * doc/alloca-opt.texi: New file.
18729
18730 2004-12-17  Jim Meyering  <jim@meyering.net>
18731
18732         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18733         Otherwise, install-sh could exit with improper exit status when
18734         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18735
18736 2004-12-16  Simon Josefsson  <jas@extundo.com>
18737
18738         * tests/test-base64.c: Add license.
18739
18740 2004-12-15  Stepan Kasal  <address@hidden>
18741
18742         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18743
18744 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18745
18746         * modules/getcwd (Files): Add m4/d-ino.m4.
18747         Suggested by Mark D. Baushke.
18748
18749 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18750
18751         * lib/getdate.y (textint): New member "negative".
18752         (time_zone_hhmm): New function.
18753         Expect 14 shift-reduce conflicts, not 13.
18754         (o_colon_minutes): New rule.
18755         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18756         (yylex): Set the "negative" member of signed numbers.
18757
18758 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18759
18760         * doc/getdate.texi (Time of day items, Time zone items):
18761         Describe new formats +00:00, UTC+00:00.
18762
18763 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18764
18765         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18766         spurious "-l"s.  Problem reported by Stepan Kasal.
18767
18768 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18769
18770         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18771         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18772
18773 2004-12-04  Simon Josefsson  <jas@extundo.com>
18774
18775         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18776         Vandoorselaere <yoann@prelude-ids.org>.
18777
18778 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18779
18780         Changes imported from coreutils.
18781         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18782         exist.
18783         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18784
18785 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18786
18787         Changes imported from coreutils.
18788         * lib/hard-locale.c: Assume <locale.h> exists.
18789         Include "strdup.h".
18790         (GLIBC_VERSION): New macro.
18791         (hard_locale): Assume setlocale exists.
18792         Rewrite to avoid #ifdef.
18793         Use strdup rather than malloc + strcpy.
18794         * lib/human.c: Assume <locale.h> exists.
18795         (human_readable): Assume localeconv exists.
18796
18797 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18798
18799         * modules/hard-locale (Depends-on): Add strdup.
18800
18801 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18802
18803         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18804         convert T2, not T.  (Imported from libc.)
18805
18806 2004-11-30  Simon Josefsson  <jas@extundo.com>
18807
18808         * modules/restrict (License): Change to LGPL.
18809
18810 2004-11-30  Simon Josefsson  <jas@extundo.com>
18811
18812         * m4/restrict.m4: Add copyright and copying conditions.
18813
18814 2004-11-30  Simon Josefsson  <jas@extundo.com>
18815
18816         * m4/base64.m4: New file.
18817
18818 2004-11-30  Simon Josefsson  <jas@extundo.com>
18819
18820         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18821         base64.
18822
18823         * tests/test-base64.c: New file.
18824
18825         * modules/base64: New file.
18826
18827 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18828
18829         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18830         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18831
18832         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18833
18834 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18835
18836         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18837         (__getcwd.c): Don't restore errno; glibc doesn't.
18838         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18839         first, falling back to our code only if its results look suspicious.
18840         Ensure that the resulting buffer is only as large as necessary.
18841
18842         * lib/readutmp.c: Include readutmp.h first.
18843         Include <errno.h>, since readutmp.h no longer does that.
18844         * lib/readutmp.h: Don't include <errno.h>,
18845         <sys/param.h>, <time.h>; not needed to establish interface.
18846         (errno): Remove decl.
18847         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18848         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18849         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18850
18851 2004-11-28  Simon Josefsson  <jas@extundo.com>
18852
18853         * lib/base64.h, base64.c: New file.
18854
18855 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18856
18857         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18858
18859 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18860
18861         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18862         (Depends-on): Remove pathmax, same.  Add mempcpy.
18863         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18864         (Makefile.am): Append getcwd.h to lib_SOURCES.
18865         (Include): Add getcwd.h.
18866         (Maintainer): Change from Jim Meyering to "all, glibc",
18867         since getdate now uses intended-for-glibc code.
18868         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18869         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18870
18871 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18872
18873         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18874         HP's ANSI C compiler.
18875         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18876         Declaring int functions causes warnings on some modern systems and
18877         shouldn't be needed to compile on ancient ones.
18878         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18879         defined.
18880
18881         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18882         with the following changes.
18883         (__set_errno): Parenthesize properly.
18884         Include <stdbool.h>.
18885         (MIN, MAX, MATCHING_INO): New macros.
18886         (__getcwd): Define with prototype, not K&R form.
18887         Use heuristics to allocate default buffer on stack if possible.
18888         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18889         behavior, and to avoid the PATH_MAX limit when computing
18890         ../../../../...
18891         Use MATCHING_INO to compare inode number to file.
18892         Check for arithmetic overflow in size calculations.
18893         Fix bug in reallocation of dot array that caused getcwd to fail
18894         on directories nested deeper than 75.
18895         Be more careful about saving errno on error.
18896         Do not use realloc; use only free+malloc, as this is a bit
18897         more flexible and avoids a needless copy operation.
18898         Do not inspect st_dev and st_ino for symbolic links; POSIX
18899         doesn't specify the latter.
18900         Check for closedir errors.
18901         Avoid needless casts.
18902         Use "#ifdef weak_alias" around weak_alias, to be like other
18903         glibc code.
18904         The following changes to getcwd.c have effect only when used in
18905         gnulib; they have no effect inside glibc proper.
18906         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18907         as alloca isn't used.
18908         (alloca, __alloca): Likewise.
18909         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18910         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18911         unconditionally, as gnulib assumes C89 or better.
18912         Do not include <sys/param.h>.
18913         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18914         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18915         better.
18916         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18917         Include <dirent.h> in a way that is compatible with modern Autoconf.
18918         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18919         New macros, if not already defined.
18920         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18921         Use "_LIBC", not "defined _LIBC", for consistency.
18922         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18923         a mempcpy module.
18924         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18925         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18926         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18927         credit only to Jim Meyering and adjust the copyright dates.
18928         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18929         <stdlib.h>, <unistd.h>, "pathmax.h".
18930         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18931         (INITIAL_BUFFER_SIZE): Remove.
18932         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18933
18934 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18935
18936         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18937         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18938         Use the _ONCE methods, for efficiency.
18939         Check for fcntl.h.  In test program, include <errno.h>
18940         and <fcntl.h> if available.  Remove old K&R cruft from
18941         test program.  Check for common errors in GNU/Linux,
18942         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18943         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18944         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18945         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18946         name accordingly.
18947         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18948         accommodate new getcwd.c.
18949         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18950         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18951         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18952         that's all we need now.
18953
18954 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18955
18956         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18957         argp-parse.c depends on getopt internals, that means we should
18958         always use our getopt, to be on the safe side.
18959         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18960         order not to spoil the result of an eventual previous invocation
18961         of gl_GETOPT_SUBSTITUTE.
18962
18963 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18964
18965         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18966         redefinition warnings. To avoid them, include the defines
18967         in `#if !defined __need_getopt ... #endif'. The only place
18968         where __getopt_argv_const is used is in definitions
18969         of getopt_long and getopt_long_only below, which are as well
18970         protected by `#ifndef __need_getopt'.
18971         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18972         __need_getopt after including <stdio.h> and <unistd.h> These
18973         headers might have defined it.
18974
18975 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18976
18977         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18978
18979 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18980
18981         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18982         (futimens): New function, which uses futimes if available.
18983         (futimens, utimens): Support timespec==NULL, with same semantics
18984         as utime and utimens.
18985         * lib/utimens.h (futimens): New decl.
18986
18987 2004-11-23  Jim Meyering  <jim@meyering.net>
18988
18989         * lib/getopt_.h: Remove trailing blanks.
18990
18991 2004-11-23  Jim Meyering  <jim@meyering.net>
18992
18993         * lib/__fpending.c: Add comment.
18994
18995 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18996
18997         * modules/canonicalize (Depends-on): Add xreadlink.
18998         Problem reported by James Youngman.
18999
19000 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19001
19002         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
19003         New macros.
19004         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
19005         optopt): Use them instead of invoking ## directly; otherwise, the
19006         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
19007
19008 2004-11-19  Bruno Haible  <bruno@clisp.org>
19009
19010         * lib/strtok_r.c: Move comments from here...
19011         * lib/strtok_r.h: ... to here.
19012
19013 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19014
19015         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
19016         implementations that mishandle size_t overflow.
19017
19018 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19019
19020         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
19021         might fail.  Problem reported by Yoann Vandoorselaere.
19022         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
19023         implementations that mishandle size_t overflow.
19024
19025 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19026
19027         * modules/canon-host (Depends-on): Add strdup.
19028
19029 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19030
19031         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
19032
19033 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19034
19035         * lib/canon-host.c: Include "strdup.h".
19036         (canon_host): Use getaddrinfo if available, so that IPv6 works.
19037         Use strdup instead of malloc/strcpy to duplicate strings.
19038
19039         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
19040         (human_space_before_unit): New constant.
19041         * lib/human.c (human_readable): Support it.
19042
19043         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
19044         (xgetcwd): Set errno correctly when failing.
19045         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
19046         the failure is actually due to a PATH_MAX problem.
19047
19048         Further getopt changes to make it more likely that glibc will
19049         buy the changes back.
19050         * lib/getopt.c (POSIXLY_CORRECT): New constant.
19051         (getopt): Use it, so to preserve glibc semantic
19052         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
19053         when compiling for libc.
19054         * lib/getopt_.h (__getopt_argv_const): Bring it back.
19055         (getopt_long, getopt_long_only): Use it.
19056
19057         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
19058         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
19059         (getopt): Argv is now char * const *, as per standard.
19060         (_getopt_internal_r, _getopt_internal): Argv is now char **,
19061         not char *__getopt_argv_const *.
19062         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
19063         _getopt_long_only_r): Likewise.
19064         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
19065         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
19066         _getopt_long_r, _getopt_long_only_r): Likewise.
19067         * lib/getopt_.h (__getopt_argv_const): Remove.
19068         (getopt): Argv is now char * const *, as per standard.
19069
19070         * lib/getdate.y (tORDINAL): New token.
19071         (day, relunit): Allow it for relative times.
19072         (relative_time_table): Use tORDINAL for ordinals.
19073
19074 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19075
19076         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
19077         Document that "second" isn't allowed as an ordinal number.
19078
19079 2004-11-16  Jim Meyering  <jim@meyering.net>
19080
19081         * modules/closeout (Depends-on): Add fpending.
19082
19083 2004-11-15  Jim Meyering  <jim@meyering.net>
19084
19085         * lib/closeout.c: Include "__fpending.h" once again.
19086         Include <stdbool.h>.
19087         (close_stdout): Don't fail just because stdout was closed initially,
19088         since some programs don't write to stdout in the normal course of
19089         operation (other than --version and --help), and we don't want this
19090         function to make e.g. `touch file >&-' fail.
19091         But do fail if it was closed and someone has tried to write to it.
19092         E.g., `printf foo >&-' must fail.
19093
19094 2004-11-13  Jim Meyering  <jim@meyering.net>
19095
19096         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
19097
19098 2004-11-12  Simon Josefsson  <jas@extundo.com>
19099
19100         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
19101         small doc fix is still pending.
19102
19103 2004-11-11  Simon Josefsson  <jas@extundo.com>
19104
19105         * modules/strtok_r: New file.
19106
19107         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19108         strtok_r.
19109
19110 2004-11-11  Simon Josefsson  <jas@extundo.com>
19111
19112         * m4/strtok_r.m4: New file.
19113
19114         * m4/getopt.m4: Replace opterr.
19115
19116 2004-11-11  Simon Josefsson  <jas@extundo.com>
19117
19118         * lib/strtok_r.h, strtok_r.c: New file.
19119
19120 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
19121
19122         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
19123         of replacing opterr, getopt, etc.  This should handle the
19124         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
19125
19126 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
19127
19128         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
19129         we can stop lying to compilers about the constness of argv when we
19130         are compiled outside glibc.
19131         (getopt, getopt_long, getopt_long_only): Use it.
19132         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
19133         _getopt_internal, getopt): Likewise.
19134         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
19135         _getopt_long_only_r): Likewise.
19136         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
19137         _getopt_long_r, _getopt_long_only_r): Likewise.
19138
19139         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
19140         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
19141         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
19142         the other external symbols.
19143         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
19144         declaration, since the above renaming now works around collisions.
19145
19146 2004-11-11  Jim Meyering  <jim@meyering.net>
19147
19148         * lib/linebreak.c: Remove trailing blanks.
19149         * lib/alloca_.h: Likewise.
19150         * lib/acosl.c: Likewise.
19151         * lib/euidaccess.c: Likewise.
19152         * lib/allocsa.h: Likewise.
19153
19154 2004-11-10  Simon Josefsson  <jas@extundo.com>
19155
19156         * m4/getaddrinfo.m4: New file.
19157
19158 2004-11-10  Simon Josefsson  <jas@extundo.com>
19159
19160         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
19161
19162 2004-11-10  Simon Josefsson  <jas@extundo.com>
19163
19164         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19165         getaddrinfo.
19166
19167         * modules/getaddrinfo: New file.
19168
19169 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19170
19171         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
19172
19173 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19174
19175         * lib/mktime.c (SHR): New macro, which is a portable
19176         substitute for >> that should work even on Crays.
19177         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
19178         Problem reported by Mark D. Baushke in
19179         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
19180         * lib/getdate.y (SHR): Likewise.
19181         (tm_diff): Use it.
19182         * lib/strftime.c (SHR): Likewise.
19183         (tm_diff): Use it.
19184         * lib/quotearg.c (struct quoting_options): Use unsigned int for
19185         quote_these_too, so that right shifts are well defined.  All uses
19186         changed.
19187
19188 2004-11-10  Jim Meyering  <jim@meyering.net>
19189
19190         Ensure that no close failure goes unreported.
19191         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
19192         return early when it seems there's nothing to flush.
19193         Don't include __fpending.h.
19194
19195 2004-11-10  Jim Meyering  <jim@meyering.net>
19196
19197         * modules/closeout (Depends-on): Remove fpending.
19198
19199 2004-11-10  Jim Meyering  <jim@meyering.net>
19200
19201         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
19202
19203 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19204
19205         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
19206         gl_FUNC_STRFTIME.
19207         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
19208         and AC_REQUIRE when possible, to avoid duplicate checks.
19209         Check for <wchar.h>.
19210
19211 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19212
19213         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
19214
19215 2004-11-09  Bruno Haible  <bruno@clisp.org>
19216
19217         * m4/sockpfaf.m4: New file.
19218
19219 2004-11-05  Bruno Haible  <bruno@clisp.org>
19220
19221         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
19222         Reported by Mark D. Baushke <mdb@cvshome.org>.
19223
19224 2004-11-04  Bruno Haible  <bruno@clisp.org>
19225
19226         2004-09-11  Bruno Haible  <bruno@clisp.org>
19227                 * allocsa.valgrind: New file.
19228         2004-02-06  Bruno Haible  <bruno@clisp.org>
19229                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
19230                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
19231                 Reported by Christopher Seip <chris.seip@hp.com>.
19232
19233 2004-11-04  Bruno Haible  <bruno@clisp.org>
19234
19235         * modules/allocsa (Files): Add lib/allocsa.valgrind.
19236         (Makefile.am): Distribute it.
19237
19238 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
19239
19240         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
19241         with errno == ERANGE if the buffer is too small.
19242         Problem reported by Mark D. Baushke.
19243
19244 2004-11-03  Albert Chin  <china@thewrittenword.com>
19245             Paul Eggert  <eggert@cs.ucla.edu>
19246
19247         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
19248         equivalent, substitute $ac_type for equivalent type rather than
19249         blindly using uint32_t *always* which won't work if uint32_t is not
19250         available.  Define _UINT32_T to work around typedef of uint32_t if
19251         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
19252         2.5.1.
19253
19254 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19255
19256         * m4/jm-macros.m4: Sync from coreutils.
19257         (gl_MACROS): Check for mbrlen, for pathchk.
19258         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
19259
19260 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19261
19262         * lib/xreadlink.c (MAXSIZE): New macro.
19263         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
19264         size does not exceed MAXSIZE.  Avoid cast.
19265         As suggested by Mark D. Baushke in
19266         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
19267         if readlink fails with buffer size just under MAXSIZE, try again
19268         with MAXSIZE.
19269
19270 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19271
19272         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
19273
19274 2004-11-02  Derek R. Price  <derek@ximbiot.com>
19275         and  Paul Eggert  <eggert@cs.ucla.edu>
19276
19277         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
19278         (get_date): Overparenthesize to avoid GCC warning.
19279
19280 2004-11-02  Bruno Haible  <bruno@clisp.org>
19281
19282         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
19283         returns void.
19284
19285 2004-11-02  Bruno Haible  <bruno@clisp.org>
19286
19287         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
19288         function returns void.
19289
19290 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
19291
19292         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
19293         fflush_unlocked, flockfile, funlockfile, funlockfile,
19294         fputs_unlocked, putc_unlocked.
19295
19296 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
19297
19298         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
19299         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
19300         already declared.
19301
19302 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19303
19304         * modules/getdate (Files): Add doc/getdate.texi.
19305         (Depends-on): Add setenv, xalloc.
19306
19307 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19308
19309         * lib/getdate.y: Add support for TZ="foo" within a date string.
19310         Fix some bugs near time_t boundaries.  Reject dates with
19311         out-of-range components, e.g., "Sept 31".
19312         Include <stdlib.h>, "setenv.h", "xalloc.h".
19313         (ISDIGIT_LOCALE): Remove; unused.
19314         Note that the TZ and time functions used here are not reentrant.
19315         (mktime_ok, get_tz): New functions.
19316         (TZBUFSIZE): New constant.
19317         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
19318         This requires that we sometimes generate our own TZ="XXX..." setting.
19319
19320 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19321
19322         * doc/getdate.texi: New file, from coreutils with modifications for
19323         the new TZ parsing.
19324
19325 2004-10-27  Derek R. Price  <derek@ximbiot.com>
19326
19327         * lib/mktime.c (not_equal_tm): Remove redundant check.
19328
19329 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19330
19331         * modules/regex (lib_SOURCES): Add regex.c.
19332         Reported by James Youngman in
19333         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
19334
19335 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19336
19337         * lib/getdate.y: Use Bison 1.875 features, and some minor
19338         code cleanups.  This change does not affect semantics.
19339         Don't include <stdlib.h>; no longer needed.
19340         Don't include unlocked-io.h; only the "#if TEST" code uses
19341         stdio, and performance isn't crucial there.
19342         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
19343         Bison 1.875 features as described below.
19344         All uses of "PC." replaced by "pc->".
19345         (YYSTYPE): Add a forward declaration.
19346         (yylex, yyerror): Use full prototypes in forward decls.
19347         Use "%pure-parser" rather than obsolescent "%pure_parser".
19348         Use %parse-param and %lex-param instead of obsolescent
19349         YYPARSE_PARAM and YYLEX_PARAM.
19350         (meridian_table, month_and_day_table, time_units_table,
19351         relative_time_table, time_zone_table, military_table,
19352         lookup_zone, lookup_word, get_date):
19353         Use NULL instead of 0 where appropriate.
19354         (to_hour): Avoid abort (), to avoid a dependency on
19355         stdlib.h.
19356         (yyerror, yylex): Now accepts parser_control * arg.
19357         (main) [TEST]: Use '\0' rather than 0 for char.
19358
19359 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19360
19361         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
19362
19363 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19364
19365         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
19366         It's now the caller's responsibility to handle the case where
19367         !HAVE_GETPAGESIZE && !defined getpagesize.
19368
19369         * lib/mktime.c (leapyear): Arg is long int, not int.
19370
19371 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
19372
19373         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
19374
19375 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
19376
19377         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
19378         missing.  Problem reported by James Youngman.
19379
19380 2004-10-16  Simon Josefsson  <jas@extundo.com>
19381
19382         * gnulib-tool: Fix comments.  Fix parse problem.
19383         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
19384
19385 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
19386
19387         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
19388         implementation of getopt_long.  Problem reported by Alexander Taler in:
19389         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
19390
19391 2004-10-15  Bruno Haible  <bruno@clisp.org>
19392
19393         * gnulib-tool: Untabify. Initialize supplied_libname.
19394         (func_usage): More homogenous output.
19395         (func_modules_transitive_closure, func_modules_to_filelist,
19396         func_emit_lib_Makefile_am): New functions.
19397         (func_import): New function, extracted from big case statement. Use
19398         func_get_license, func_modules_transitive_closure,
19399         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
19400         opt_lgpl. Don't use test -a, as it's not portable.
19401         (func_create_testdir): Use func_modules_transitive_closure,
19402         func_modules_to_filelist, func_emit_lib_Makefile_am.
19403
19404 2004-10-15  Bruno Haible  <bruno@clisp.org>
19405
19406         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
19407
19408 2004-10-15  Bruno Haible  <bruno@clisp.org>
19409
19410         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
19411         the portions belonging to each module.
19412         Suggested by Derek Robert Price <derek@ximbiot.com>.
19413
19414 2004-10-12  Simon Josefsson  <jas@extundo.com>
19415
19416         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
19417         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
19418         to real functions.
19419
19420 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19421
19422         * modules/vsnprintf: New file.
19423
19424 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19425
19426         * m4/vsnprintf.m4: New file.
19427
19428 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19429
19430         * lib/vsnprintf.h: New file.
19431         * lib/vsnprintf.c: New file.
19432
19433 2004-10-11  Bruno Haible  <bruno@clisp.org>
19434
19435         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
19436         vsnprintf.
19437
19438 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19439
19440         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
19441
19442 2004-10-07  Bruno Haible  <bruno@clisp.org>
19443
19444         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
19445         fits into the provided buffer.
19446
19447 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19448
19449         * lib/diacrit.c, diacrit.h: Add GPL notice.
19450
19451         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
19452         notice.
19453         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
19454         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
19455         This avoids a potential constant-folding bug.
19456
19457 2004-10-05  Bruno Haible  <bruno@clisp.org>
19458
19459         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
19460         for the declaration of strsep.
19461
19462 2004-10-05  Bruno Haible  <bruno@clisp.org>
19463
19464         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
19465
19466 2004-10-04  Simon Josefsson  <jas@extundo.com>
19467
19468         * modules/memmem: New file.
19469         * tests/test-memmem.c: New file.
19470         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
19471
19472 2004-10-04  Simon Josefsson  <jas@extundo.com>
19473
19474         * m4/memmem.m4: New file.
19475
19476 2004-10-04  Simon Josefsson  <jas@extundo.com>
19477
19478         * lib/memmem.h: New file.
19479         * lib/memmem.c: New file, taken from glibc.
19480
19481 2004-10-04  Simon Josefsson  <jas@extundo.com>
19482
19483         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
19484         '#ifdef USE_UNLOCKED_IO'.
19485
19486 2004-10-04  Simon Josefsson  <jas@extundo.com>
19487
19488         * config/srclist.txt: Add memmem from glibc.
19489
19490 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19491
19492         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
19493
19494         * modules/argmatch, modules/argp, modules/closeout, modules/error,
19495         modules/exclude, modules/getdate, modules/getline,
19496         modules/getndelim2, modules/getpass, modules/getpass-gnu,
19497         modules/getusershell, modules/linebuffer, modules/md5,
19498         modules/mountlist, modules/posixtm, modules/readtokens,
19499         modules/readutmp, modules/regex, modules/sha1,
19500         modules/version-etc, modules/yesno:
19501         Remove dependency on unlocked-io.
19502
19503 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19504
19505         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
19506
19507         * m4/unlocked-io.m4: Add copyright notice.
19508         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
19509
19510 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19511
19512         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
19513         * lib/xmalloc.c (xmemdup): Likewise.
19514         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
19515         XFREE): Remove these long-obsolescent macros.
19516         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
19517         * lib/xstrdup.c: Remove.
19518
19519         * lib/regex.c (re_comp): Cast gettext return value to char *,
19520         Problem reported by Martin Neitzel via Mark D. Baushke.
19521
19522 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19523
19524         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
19525         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
19526         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
19527         regex.c, sha1.c, version-etc.c, yesno.c:
19528         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
19529         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
19530         the includer's responsibility.
19531
19532         Sync from coreutils.
19533
19534         * lib/modechange.c (mode_compile): Don't decrement a pointer that
19535         points to the start of a string, as the C Standard says the
19536         resulting behavior is undefined.
19537
19538         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
19539         simple -> simple_backups, numbered_existing ->
19540         numbered_existing_backups, numbered -> numbered_backups
19541         to avoid shadowing problems.  All uses changed.
19542         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
19543         * lib/backupfile.c (check_extension, numbered_backup):
19544         Rename locals to avoid shadowing 'basename'.
19545         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
19546         once.
19547
19548         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
19549         * lib/.cvsignore: Add getopt.h.
19550
19551 2004-10-04  Bruno Haible  <bruno@clisp.org>
19552
19553         * modules/README: New file.
19554         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
19555         not a module.
19556
19557 2004-10-02  Jim Meyering  <jim@meyering.net>
19558
19559         * lib/dirfd.h, getpagesize.h: Add copyright notice.
19560
19561 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19562
19563         * modules/strsep: New file.
19564
19565 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19566
19567         * m4/strsep.m4: New file.
19568
19569 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19570
19571         * lib/strsep.h: New file.
19572         * lib/strsep.c: New file.
19573
19574 2004-10-01  Simon Josefsson  <jas@extundo.com>
19575
19576         * lib/snprintf.c (snprintf): Handle size==0.
19577
19578 2004-10-01  Simon Josefsson  <jas@extundo.com>
19579             Bruno Haible  <bruno@clisp.org>
19580
19581         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
19582         (snprintf): Declare 'args'.
19583
19584 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
19585
19586         * lib/snprintf.c: Remove comments as to why each header is needed.
19587
19588 2004-10-01  Bruno Haible  <bruno@clisp.org>
19589
19590         * MODULES.html.sh: Add strsep.
19591
19592 2004-09-30  Simon Josefsson  <jas@extundo.com>
19593
19594         * modules/snprintf: New file.
19595
19596 2004-09-30  Simon Josefsson  <jas@extundo.com>
19597
19598         * m4/snprintf.m4: New file.
19599
19600 2004-09-30  Simon Josefsson  <jas@extundo.com>
19601
19602         * lib/snprintf.h, lib/snprintf.c: New files.
19603
19604 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19605
19606         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
19607         (hol_entry_help): Never translate an empty string.
19608         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
19609         * lib/argp.h (OPTION_NO_TRANS): New option.
19610
19611 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19612
19613         * modules/argp (Maintainer): Replace Simon Josefsson
19614         by Sergey Poznyakoff.
19615
19616 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19617
19618         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
19619         changes merged back into glibc.
19620
19621 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19622
19623         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
19624
19625 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
19626
19627         * lib/xvasprintf.c: Include xalloc.h.
19628         (xvasprintf): Use xalloc_die, not xmalloc_die.
19629
19630 2004-09-29  Bruno Haible  <bruno@clisp.org>
19631
19632         * modules/alloca-opt: New file, derived from modules/alloca.
19633         * modules/allocsa: Depend on alloca-opt instead of alloca.
19634         * modules/setenv: Likewise.
19635         * modules/vasnprintf: Likewise.
19636         * MODULES.html.sh: Add alloca-opt.
19637
19638 2004-09-28  Simon Josefsson  <jas@extundo.com>
19639
19640         * gnulib-tool: New parameter --lgpl, to asseert that modules are
19641         LGPL, and to replace license template from GPL to LGPL.
19642
19643 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19644
19645         * modules/dummy: Change license to LGPL.
19646
19647 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19648
19649         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
19650
19651 2004-09-24  Simon Josefsson  <jas@extundo.com>
19652
19653         * modules/minmax (License): Change from GPL to LGPL.
19654
19655 2004-09-23  Simon Josefsson  <jas@extundo.com>
19656
19657         * gnulib-tool (--import): Typo.
19658
19659 2004-09-23  Simon Josefsson  <jas@extundo.com>
19660
19661         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
19662
19663 2004-09-22  Bruno Haible  <bruno@clisp.org>
19664
19665         * modules/*: Add 'License' field.
19666         * gnulib-tool: Accept --extract-license option.
19667         (func_get_license): New function.
19668
19669 2004-09-21  Bruno Haible  <bruno@clisp.org>
19670
19671         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
19672         Reported by Simon Josefsson.
19673
19674 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19675
19676         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
19677         gl_AC_TYPE_LONG_LONG.
19678
19679 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19680
19681         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
19682
19683 2004-09-18  Simon Josefsson  <jas@extundo.com>
19684         and  Paul Eggert  <eggert@cs.ucla.edu>
19685
19686         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
19687         calls with autoreconf.  Define GL_LIB.
19688
19689 2004-09-14  Karl Berry  <karl@gnu.org>
19690
19691         * config/srclist.txt: unsync setenv.c, sigh.
19692
19693 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19694
19695         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
19696         Problem reported by Bruno Haible in:
19697         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
19698
19699 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19700
19701         * config/srclist.txt: Comment out argp-pvh.c.
19702
19703 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
19704
19705         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
19706         in case some system header has #define'd it.  Problem reported by
19707         Soeren D. Schulze in
19708         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
19709
19710 2004-09-09  Karl Berry  <karl@gnu.org>
19711
19712         * regex.[ch]: delete from the root.  These were supposed to be
19713                 synced with emacs cvs, but this has not happened for about
19714                 a year, and anyway nothing else uses emacs regex.[ch].
19715                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
19716                 lib/regex[.ch] is untouched.
19717
19718 2004-09-09  Bruno Haible  <bruno@clisp.org>
19719
19720         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
19721
19722 2004-09-09  Bruno Haible  <bruno@clisp.org>
19723
19724         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
19725         modifications.
19726         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19727
19728 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19729
19730         * modules/xvasprintf: New file.
19731         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19732
19733 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19734
19735         * lib/xvasprintf.h: New file.
19736         * lib/xvasprintf.c: New file.
19737         * lib/xasprintf.c: New file.
19738
19739 2004-09-08  Bruno Haible  <bruno@clisp.org>
19740
19741         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19742
19743 2004-09-08  Bruno Haible  <bruno@clisp.org>
19744
19745         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19746         length is > INT_MAX.
19747         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19748         more.
19749
19750 2004-09-08  Bruno Haible  <bruno@clisp.org>
19751
19752         * lib/stdint_.h: New file, taken from GNU clisp.
19753
19754 2004-09-08  Bruno Haible  <bruno@clisp.org>
19755             Oskar Liljeblad  <oskar@osk.mine.nu>
19756
19757         * modules/stdint: New file.
19758         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19759
19760 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19761
19762         Import from coreutils.
19763         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19764         strings on unbounded length.  alloca's performance benefits aren't
19765         that important here.
19766         (V_STRDUP): Remove.
19767         (parse_with_separator): New function, with most of the internals
19768         of the old parse_user_spec.  Allow user to omit both user and group,
19769         for compatibility with FreeBSD.
19770         Clone only the user name, not the entire spec.
19771         Do not set *uid, *gid unless entirely successful.
19772         Avoid memory leak in some failing cases.
19773         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19774         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19775         (parse_user_spec): Rewrite to use parse_with_separator.
19776
19777 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19778
19779         * modules/userspec: Don't depend on alloca.
19780
19781 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19782
19783         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19784
19785 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19786
19787         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19788         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19789         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19790
19791 2004-08-16  Simon Josefsson  <jas@extundo.com>
19792
19793         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19794         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19795         Add --dry-run for --import.
19796         Let user provided command line parameters override configure.ac
19797         settings.
19798
19799 2004-08-12  Simon Josefsson  <jas@extundo.com>
19800
19801         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19802         as discussed with Paul Eggert in threads rooted at
19803         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19804         and
19805         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19806         Before, the test was empty, and relied on ELIDE_CODE in source
19807         code.)
19808         (gl_PREREQ_GETOPT): New macro.
19809         (gl_GETOPT): Use them.
19810
19811 2004-08-12  Simon Josefsson  <jas@extundo.com>
19812
19813         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19814         * lib/getopt_.h: Renamed from getopt.h.
19815
19816 2004-08-12  Simon Josefsson  <jas@extundo.com>
19817
19818         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19819         Change default library name from libfoo to libgnu.
19820         Now, if you have a configure.ac that says:
19821                 gl_SOURCE_BASE(gl)
19822                 gl_M4_BASE(gl/m4)
19823                 gl_MODULES(error getopt etcetera)
19824                 gl_INIT
19825         you can import all you need by running:
19826                 ../gnulib/gnulib-tool --import
19827
19828         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19829         (Makefile.am): Rewrite, use logic from argz.
19830         (Include): Use <getopt.h> instead of "getopt.h".
19831
19832 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19833
19834         * modules/argp (Files): Add m4/unlocked-io.m4.
19835         (Depends-on): Add extensions.
19836
19837 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19838
19839         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19840         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19841         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19842         Check for program_invocation_name, program_invocation_short_name,
19843         flockfile, funlockfile, features.h, _getopt_long_only_r.
19844
19845 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19846
19847         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19848         its complicated substitute.
19849         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19850         and program_invocation_name.
19851         (__argp_basename) [!_LIBC]: Remove; the only use was
19852         replaced by its body.
19853         (__argp_short_program_name): Change condition from
19854         !defined __argp_short_program_name to
19855         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19856         to match argp-namefrob.h.
19857         (__argp_failure): Don't assume strerror_r returns char *.
19858         * lib/argp-parse.c (N_): Define unconditionally.
19859         (argp_default_options): Fill out initializers with 0 to avoid
19860         gcc warnings.
19861
19862 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19863
19864         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19865         getopt1.c.
19866
19867 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19868
19869         Merge from coreutils.
19870
19871         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19872
19873         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19874         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19875
19876 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19877
19878         Merge from coreutils.
19879
19880         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19881         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19882         for Reliant Unix 5.43.
19883
19884         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19885         (union fooround): Use uintmax_t, not long int.
19886         The rest is a merge from libc:
19887         [defined _LIBC]: Include <shlib-compat.h>.
19888         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19889
19890         * lib/settime.c (settime): Recode to avoid warning with
19891         Sun Forte C 6U2.
19892
19893         * lib/strverscmp.c: Convert to UTF-8.
19894
19895 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19896
19897         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19898         m4/uintmax_t.m4.
19899
19900 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19901
19902         * modules/xalloc-die: New file.
19903         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19904
19905         * modules/md5 (Files): Add m4/uint32_t.m4.
19906         * modules/sha1: Renamed from modules/sha.
19907         (Files):
19908         Rename lib/sha.h to lib/sha1.h.
19909         Rename lib/sha.c to lib/sha1.c.
19910         Rename m4/sha.m4 to m4/sha1.m4.
19911         (lib_SOURCES): Likewise.
19912         (configure.ac): Rename gl_SHA to gl_SHA1.
19913         (Include): sha.h -> sha1.h.
19914
19915 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19916
19917         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19918         * m4/sha1.m4: Renamed from sha.m4.
19919         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19920
19921 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19922
19923         * lib/obstack.h (obstack_empty_p):
19924         Don't assume that chunk->contents is suitably aligned.
19925         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19926         Likewise. Problem reported by Benno in
19927         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19928
19929         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19930         readable.  This could be improved further but it'd take some work.
19931
19932 2004-08-08  Simon Josefsson  <jas@extundo.com>
19933
19934         * modules/xgethostname (Depends-on): Remove exit and error (not
19935         used).
19936
19937         * modules/getpass-gnu: Add getpass.h.
19938         (Depends-on): Add stdbool.
19939         * modules/getpass: Add getpass.h.
19940
19941 2004-08-08  Simon Josefsson  <jas@extundo.com>
19942
19943         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19944         Check getpass declaration.
19945
19946 2004-08-08  Simon Josefsson  <jas@extundo.com>
19947
19948         * lib/xgethostname.c: Don't include error.h (not used).
19949
19950         * lib/getpass.h: Add.
19951         * lib/getpass.c: Include getpass.h first.
19952
19953 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19954
19955         * lib/xalloc-die.c: New file.
19956         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19957         All uses removed.
19958         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19959         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19960         xalloc-die.c.
19961         (_, N_, xalloc_die): Move to xalloc-die.c.
19962         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19963         so that we needn't mess with xalloc_msg_memory_exhausted.
19964
19965         * lib/sha1.h: Renamed from sha.h.
19966         (SHA1_H): Renamed from _SHA_H.
19967         (sha1_ctx): Renamed from sha_ctx.
19968         (sha1_init_ctx): Renamed from sha_init_ctx.
19969         (sha1_process_block): Renamed from sha_process_block.
19970         (sha1_process_bytes): Renamed from sha_process_bytes.
19971         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19972         (sha1_read_ctx): Renamed from sha_read_ctx.
19973         (sha1_stream): Renamed from sha_stream.
19974         (sha1_buffer): Renamed from sha_buffer.
19975         * lib/sha1.c: Likewise; renamed from sha.c.
19976         Do not include <sys/types.h>.
19977         Include <stddef.h> rather than <stdlib.h>.
19978
19979 2004-08-08  Bruno Haible  <bruno@clisp.org>
19980
19981         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19982         FILESYSTEM_PREFIX_LEN.
19983         * lib/progreloc.c: Likewise.
19984         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19985
19986 2004-08-06  Simon Josefsson  <jas@extundo.com>
19987
19988         * modules/progname (Depends-on): Don't depend on stdbool.
19989
19990 2004-08-06  Simon Josefsson  <jas@extundo.com>
19991
19992         * modules/getsubopt: New file.
19993         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19994         getsubopt.
19995
19996 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19997
19998         More merge from coreutils.
19999
20000         * m4/utimens.m4, m4/utimecmp.m4: New files.
20001         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
20002         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
20003         prereq.m4, sha.m4: Import changes from coreutils.
20004
20005 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20006
20007         More merge from coreutils.
20008         * modules/raise, modules/readtokens0, modules/utimens:
20009         * modules/utimecmp, module/xnanosleep: New files.
20010         * modules/strftime: Add lib/strftime.h.
20011         Change include from <time.h> to "strftime.h".
20012         * modules/yesno: Add lib/yesno.h.
20013         * modules/backupfile: Remove lib/addext.c.
20014         * modules/euidaccess: Add stat-macros.h.
20015         * modules/canonicalize, modules/euidaccess,
20016         modules/filemode, modules/lchown, modules/makepath,
20017         modules/rmdir, modules/stat: Likewise.
20018
20019 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20020
20021         Merge from tar.
20022         * lib/argp-help.c (make_hol, hol_append): Don't assume that
20023         SIZE_MAX is a valid preprocessor constant.
20024         (__argp_basename): Change from "#ifndef _LIBC"
20025         to "#ifndef __argp_short_program_name", so that
20026         we don't compile these functions for tar.
20027
20028         More merges from coreutils.
20029         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
20030         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
20031         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
20032         * lib/addext.c: Remove; no longer needed.
20033         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
20034         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
20035         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
20036         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
20037         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
20038         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
20039         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
20040         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
20041         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
20042         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20043         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
20044         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
20045         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
20046         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
20047         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
20048         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
20049         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
20050         Import changes from coreutils.
20051
20052 2004-08-05  Simon Josefsson  <jas@extundo.com>
20053
20054         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
20055
20056 2004-08-05  Simon Josefsson  <jas@extundo.com>
20057
20058         * m4/getsubopt.m4: New file.
20059
20060 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20061
20062         Merge from coreutils.
20063
20064         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
20065         * m4/getcwd-path-max.m4: New files.
20066
20067         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
20068         FILESYSTEM_PREFIX_LEN ->
20069         FILE_SYSTEM_PREFIX_LEN.
20070         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
20071         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
20072         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
20073         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
20074
20075         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
20076         prerequisite modules now handle the DOS stuff.
20077         Don't check for unistd.h.
20078
20079 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20080
20081         Merge from coreutils.
20082
20083         * lib/.gdb-history: Remove; this doesn't belong here.
20084
20085         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
20086         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
20087         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
20088         * lib/getcwd.c: New files.
20089
20090         * lib/dirname.h: Include <stdbool.h>.
20091         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
20092         for consistency with POSIX terminology.  All uses changed.
20093         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
20094         (strip_trailing_slashes): Use bool for booleans.
20095         * lib/stripslash.c (strip_trailing_slashes): Likewise.
20096
20097         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
20098         sometimes returns a positive errno value even when it succeeds.
20099         (print_errno_message) [!LIBC]: Fall back on strerror if
20100         __strerror_r fails.
20101
20102         * lib/path-concat.c (mempcpy): Don't define if a system header defines
20103         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
20104         (longest_relative_suffix): New function.
20105         (path_concat): Use it.  Assume first argument is not NULL.
20106         Port to DOS.  Omit redundant separators.
20107         Report an error instead of returning NULL.
20108         Use mempcpy instead of memcpy.
20109         (xpath_concat): Remove: not declared or used.
20110
20111         * lib/same.h: Include <stdbool.h>
20112         (same_name): Return bool, not int.
20113         * lib/same.c (same_name): Likewise.
20114         (errno): Don't declare; we assume C89 or better now.
20115
20116         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
20117         if not already defined.
20118
20119         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
20120         * lib/dup-safer.c (errno): Likewise.
20121
20122 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20123
20124         Merge from coreutils.
20125         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
20126         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
20127         * modules/path-concat: Don't depend on strdup.
20128
20129 2004-08-03  Simon Josefsson  <jas@extundo.com>
20130
20131         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
20132         * lib/progname.h: Don't include stdbool.h.
20133
20134 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20135
20136         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
20137         * MODULES.html.sh (func_all_modules): Remove fatal.
20138
20139 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20140
20141         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
20142
20143 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20144
20145         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
20146         working.
20147
20148 2004-08-02  Simon Josefsson  <jas@extundo.com>
20149
20150         * lib/getsubopt.h: New file, with comments from Bruno Haible.
20151         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
20152         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
20153
20154 2004-08-01  Simon Josefsson  <jas@extundo.com>
20155
20156         * lib/xgetdomainname.c: Include stdlib.h, for free().
20157
20158 2004-07-19  Bruno Haible  <bruno@clisp.org>
20159
20160         * MODULES.html.sh (func_all_modules): Add dummy.
20161
20162 2004-07-16  Simon Josefsson  <jas@extundo.com>
20163
20164         * modules/dummy: New file.
20165
20166 2004-07-16  Simon Josefsson  <jas@extundo.com>
20167
20168         * lib/dummy.c: New file.
20169
20170 2004-07-16  Bruno Haible  <bruno@clisp.org>
20171
20172         * lib/backupfile.h: Add extern "C" for C++.
20173         * lib/closeout.h: Likewise.
20174         * lib/copy-file.h: Likewise.
20175         * lib/findprog.h: Likewise.
20176         * lib/full-write.h: Likewise.
20177         * lib/pathname.h: Likewise.
20178         * lib/progname.h: Likewise.
20179         * lib/stpcpy.h: Likewise.
20180         * lib/stpncpy.h: Likewise.
20181         * lib/strcase.h: Likewise.
20182         * lib/strstr.h: Likewise.
20183         * lib/xalloc.h: Likewise.
20184
20185         * lib/mbswidth.h: Add extern "C" for C++.
20186         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
20187
20188 2004-07-13  Robert Millan  <robertmh@gnu.org>
20189
20190         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
20191
20192 2004-07-09  Simon Josefsson  <jas@extundo.com>
20193
20194         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
20195         failed without this.)
20196
20197 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20198
20199         * modules/chown (Files): Add lib/fchown-stub.c, since
20200         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
20201
20202 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20203
20204         * lib/fchown-stub.c: New file.
20205
20206 2004-06-24  Jim Meyering  <jim@meyering.net>
20207
20208         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
20209
20210 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20211
20212         * modules/argz: Omit "#include".
20213
20214         * MODULES.html.sh (func_all_modules): Add calloc, to match
20215         2004-06-01 addition of calloc module.
20216
20217 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20218
20219         * m4/argz.m4: New file, which is autoupdated from libtool.
20220
20221 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20222
20223         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
20224         libtool.
20225
20226 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20227
20228         * config/srclist-update: Don't insist on "USA." before the
20229         close-comment, as libtool omits the period and puts the */ on a
20230         separate line.
20231         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
20232         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
20233
20234 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
20235
20236         * modules/argz: New file.
20237         * MODULES.html.sh (func_all_modules): Add argz.
20238
20239 2004-06-12  Jim Meyering  <jim@meyering.net>
20240         and  Paul Eggert  <eggert@cs.ucla.edu>
20241
20242         * modules/hash (Files): Add lib/xalloc.h.
20243         * modules/pipe (Depends-on): Add wait-process.
20244         * modules/stat (Depends-on): Add xalloc.
20245         * modules/userspec (Files): Add lib/userspec.h.
20246         * modules/xstrto
20247
20248         Upgrade from gettext-0.13.
20249         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
20250         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
20251         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
20252
20253 2004-06-10  Jim Meyering  <jim@meyering.net>
20254
20255         * lib/calloc.c: New file.
20256
20257 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
20258
20259         * lib/getdate.y (yylex): Allow space between sign and number.
20260         Problem reported by Dan Jacobson.
20261
20262 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
20263
20264         Merge from coreutils CVS.
20265
20266         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
20267         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
20268         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
20269         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
20270         xstrtol.m4: Fix copyright date and/or serial number.
20271
20272         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
20273         See if we need an fchown replacement.
20274         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
20275         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
20276         and use the replacement function if we detect either defect.
20277
20278         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
20279         gl_UTIMECMP.
20280
20281 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
20282         and  Jim Meyering  <jim@meyering.net>
20283
20284         Merge from coreutils CVS.
20285
20286         * lib/stat-macros.h: New file, with contents from file-type.h
20287         and coreutils' system.h.
20288         * lib/file-type.c: Include "stat-macros.h".
20289         * lib/file-type.h (file_type): Move all macro definitions to new file,
20290         stat-macros.h.
20291
20292         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
20293         Wrap old code with this conditional.
20294         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
20295         function that does not dereference symlinks.
20296         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
20297
20298         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
20299         dependency problems.
20300         (xreadlink): Accept new arg SIZE, for efficiency.
20301         All decls and uses changed.
20302         * lib/xreadlink.h: Include <stddef.h>, for size_t.
20303
20304         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
20305         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
20306
20307         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
20308         sysexits.h.
20309
20310 2004-06-01  Jim Meyering  <jim@meyering.net>
20311
20312         * m4/calloc.m4: New file.
20313
20314 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
20315
20316         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
20317         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
20318         Also, fix a typo in a diagnostic.
20319
20320 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
20321
20322         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
20323         or AC_FUNC_REALLOC.
20324
20325 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
20326
20327         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
20328         macros to be defined.
20329         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
20330         the allocator returns NULL because the requested size is zero.
20331
20332 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20333
20334         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
20335         var.  Add comment explaining why libc still defines it.  This
20336         merges the following patch from glibc:
20337         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
20338
20339 2004-05-20  Andreas Schwab  <schwab@suse.de>
20340
20341         * m4/free.m4: Replace free if it not known to work, not the other
20342         way round.
20343
20344 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
20345
20346         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
20347         present in glibc since revision 1.1 of this file.
20348         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
20349         obstack_alignment_mask, obstack_alloc, obstack_base,
20350         obstack_blank, obstack_blank_fast, obstack_chunk_size,
20351         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
20352         obstack_grow0, obstack_init, obstack_int_grow,
20353         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
20354         obstack_next_free, obstack_object_size, obstack_ptr_grow,
20355         obstack_ptr_grow_fast, obstack_room): Remove declarations of
20356         nonexistent functions.
20357
20358 2004-05-18  Karl Berry  <karl@gnu.org>
20359
20360         * config/srclist.txt: break link for vasnprintf.c.
20361
20362 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
20363
20364         Port obstack to the AS/400, where pointers are 16 bytes wide and
20365         you cannot cast an integer to a valid pointer.  This patch is
20366         currently waiting to be integrated into glibc; see
20367         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
20368
20369         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
20370         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
20371         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
20372         (struct obstack): temp member is now a union of a pointer and
20373         an integer, instead of an integer.  All integer uses changed.
20374         This does not affect the physical layout of struct obstack,
20375         except on hosts (like the AS/400) where the size or alignment of
20376         void * is greater than that of ptrdiff_t.
20377         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
20378         __STDC__)]: Store temporary in pointer member of union, not
20379         integer member.
20380         * lib/obstack.c: Include <stddef.h>, for offsetof.
20381         (struct fooalign): Remove; it doesn't need a name.
20382         (union fooround): Change double to long double, and add void *.
20383         (DEFAULT_ALIGNMENT): Use offsetof to compute.
20384         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
20385         not a macro.  Hence the values are always int; so remove all
20386         casts-to-int in uses.
20387
20388 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
20389
20390         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
20391         we can get this patch merged into glibc.
20392
20393 2004-05-17  Derek R. Price  <derek@ximbiot.com>
20394             Paul Eggert  <eggert@cs.ucla.edu>
20395
20396         * m4/argp: Depend on alloca.
20397
20398 2004-05-17  Derek R. Price  <derek@ximbiot.com>
20399             Paul Eggert  <eggert@cs.ucla.edu>
20400
20401         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
20402         freecoding.
20403
20404 2004-05-17  Bruno Haible  <bruno@clisp.org>
20405
20406         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
20407         precision that consists of a '.' followed by an empty digit string.
20408         Patch by Tor Lillqvist <tml@iki.fi>.
20409
20410 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20411
20412         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
20413         for backward compatibility with older code.  We need our own
20414         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
20415         it under some other name, and our alloca.h will define it.
20416
20417 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20418             Derek Price  <derek@ximbiot.com>
20419
20420         * lib/alloca.c: Include <alloca.h>, to get our interface.
20421         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
20422         include <alloca.h> first.  Use C89 prototype for alloca; this
20423         requires including <stddef.h> for size_t.  Use extern "C" if C++.
20424         Use #elif for simplicity, since we can assume C89 now.
20425         Don't try to source the system alloca.h since it will not be found
20426         and to prevent recursively including its replacement.
20427         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
20428         * lib/regex.c: Likewise.
20429
20430 2004-05-16  Derek Price  <derek@ximbiot.com>
20431             Paul Eggert  <eggert@cs.ucla.edu>
20432
20433         getline cleanup.  This changes the getndelim2 API: both order of
20434         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
20435         no delimiter).
20436
20437         * lib/getline.c: Don't include stddef.h or stdio.h, since our
20438         interface does that.
20439         (getline): Always use getdelim, so that we don't have two
20440         copies of this code.
20441         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
20442         if available.
20443         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
20444         (GETNDELIM2_MAXIMUM): New macro.
20445         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
20446         instead of the old practice of delim2==0.  All callers changed.
20447         Return -1 on overflow, instead of returning junk.
20448         Do not set *linesize unless allocation succeeds.
20449         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
20450         that we include sys/types.h.
20451         * lib/getnline.h: Likewise.
20452         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
20453         (getndelim2): Reorder arguments.
20454         * lib/getnline.c (getnline, getndelim):
20455         Don't discard the NMAX argument.
20456         (getnline): Invoke getndelim, to avoid code duplication.
20457         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
20458         of (size_t) -1 by callers of the getnline family.
20459
20460 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20461
20462         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
20463         Check for gettimeofday.
20464         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
20465         Check for settimeofday, stime.
20466
20467 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20468
20469         * lib/nanosleep.c (suspended): Change its type from int to
20470         sig_atomic_t volatile.
20471         (first_call): Make it private to rpl_nanosleep, and have it
20472         be zero initially as that's a bit faster.
20473         (my_usleep): Round up fractional times instead of truncating them,
20474         as this is the usual meaning for 'sleep'.
20475
20476         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
20477         doesn't work.
20478         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
20479         (ENOSYS): Define if not defined.
20480         (settime): Fall back on stime if it exists and settimeofday fails.
20481         But don't bother with fallbacks if a method fails with errno == EPERM.
20482
20483 2004-05-11  Jim Meyering  <jim@meyering.net>
20484
20485         Prior to this change, the save_cwd caller required read access to the
20486         current directory on most systems (ones with the fchdir function).
20487
20488         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
20489         fails, try write-only, and finally, resort to using xgetcwd.
20490
20491 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20492
20493         * lib/obstack.c, obstack.h: Import changes from libc.
20494
20495 2004-04-28  Bruno Haible  <bruno@clisp.org>
20496
20497         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
20498         also implicitly appends .exe to executables.
20499         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
20500         accepts Windows pathnames.
20501         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20502         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20503         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20504         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20505         Reported by Derek Robert Price <derek@ximbiot.com>.
20506
20507 2004-04-21  Karl Berry  <karl@gnu.org>
20508
20509         * config/srclist.txt (localcharset.c): break sync.
20510
20511 2004-04-20  Paul Eggert  <eggert@twinsun.com>
20512
20513         * m4/host-os.m4: Add a copyright notice.
20514
20515 2004-04-20  Jim Meyering  <jim@meyering.net>
20516
20517         Change UTILS_ to gl_ in AC_DEFINE'd names.
20518         Change utils_- and jm_-prefixed variables, too.
20519         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
20520         UTILS_FUNC_MKDIR_TRAILING_SLASH.
20521         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
20522
20523         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
20524         Don't emit trailing blanks.
20525         Also rename jm_-prefixed variables to have gl_ prefix.
20526
20527         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
20528         Also rename jm_-prefixed variables to have gl_ prefix.
20529
20530         * m4/jm-macros.m4: Reflect the renamings.
20531         * m4/prereq.m4: Likewise.
20532
20533 2004-04-20  Jim Meyering  <jim@meyering.net>
20534
20535         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
20536         memory.
20537
20538 2004-04-20  Jim Meyering  <jim@meyering.net>
20539             Bruno Haible  <bruno@clisp.org>
20540
20541         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
20542         memory when realloc fails.
20543
20544 2004-04-19  Jim Meyering  <jim@meyering.net>
20545
20546         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
20547         now that readutmp.c may call `free (0)'.
20548
20549 2004-04-19  Bruno Haible  <bruno@clisp.org>
20550
20551         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
20552         * m4/inttypes_h.m4: Likewise.
20553         * m4/stdint_h.m4: Likewise.
20554         * m4/intmax_t.m4: Likewise.
20555         * m4/uintmax_t.m4: Likewise.
20556
20557 2004-04-18  Jim Meyering  <jim@meyering.net>
20558
20559         * m4/prereq.m4: Don't forbid jm_ prefix.
20560
20561         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
20562         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
20563         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
20564         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
20565         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
20566         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
20567         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
20568         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
20569         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
20570         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
20571         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
20572         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
20573         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
20574         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
20575         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
20576         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
20577         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
20578         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
20579         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
20580
20581 2004-04-18  Jim Meyering  <jim@meyering.net>
20582
20583         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
20584         failure, don't leak memory and do call END_UTMP_ENT.
20585
20586 2004-04-16  Jim Meyering  <jim@meyering.net>
20587
20588         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
20589         coreutils' stat program.
20590         (gl_PREREQ): Don't require jm_PREREQ_STAT.
20591
20592 2004-04-11  Paul Eggert  <eggert@twinsun.com>
20593
20594         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
20595         C89.
20596         (CHAR_BIT): Remove, since we assume C89.
20597         Include <stdint.h> if available, as per current Autoconf CVS advice.
20598
20599 2004-03-31  Jim Meyering  <jim@meyering.net>
20600
20601         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
20602         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
20603         * m4/xalloc.m4: Likewise.
20604
20605 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20606
20607         Merge from coreutils.
20608
20609         * m4/inttostr.m4: New file.
20610         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
20611         Require AM_STDBOOL_H and gl_TIMESPEC instead.
20612         Require gl_CLOCK_TIME.
20613         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
20614
20615 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20616
20617         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
20618         not bool, to be more consistent with Unix conventions.
20619         Suggested by Bruno Haible.
20620
20621         Merge from coreutils.
20622
20623         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
20624         * lib/umaxtostr.c: New files.
20625
20626         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
20627         the usual <time.h> dance.
20628         (get_date): Change signature to support fractional time stamps.
20629         All callers changed.
20630         * lib/getdate.y: Include "getdate.h" first, as we can now
20631         assume C89 and don't need to worry about 'const'.
20632         Similarly, include "unlocked-io.h" near start, not in middle.
20633         Include <limits.h>.
20634         (textint.value): Use long int rather than int.
20635         (textint.digits): Use size_t rather than int.
20636         (BILLION, LOG10_BILLION): New constants.
20637         (parser_control): New member rel_ns.  Members day_ordinal,
20638         time_zone, month, day, hour, minutes, rel_year, rel_month,
20639         rel_day, rel_hour, rel_minutes, rel_seconds
20640         are now long int, not int.  Member seconds is now struct timespec,
20641         not int.  New member timespec_seen.  Members dates_seen, days_seen,
20642         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
20643         not int.
20644         (%union.intval): Now long int, not int.
20645         New member timespec.
20646         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
20647         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
20648         (spec): Now is a timespec or an item list.
20649         (timespec, items): New nonterminals.
20650         (time, rel, relunit, number, get_date):
20651         Add support for fractional seconds.
20652         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
20653         (gmtime, localtime, mktime): Remove decls; not needed with C89.
20654         (to_hour): First arg is now long int, not int.
20655         (to_year): Returns long int, not int.
20656         Don't treat year -70 like 70.
20657         (tm_diff): Returns long int, not int.
20658         (lookup_word): Use bool instead of int when appropriate.
20659         (yylex): Use size_t for count, not int.
20660         Detect overflow when parsing large integer constants.
20661         Add support for fractions.
20662         (get_date): Make pointers 'const' if possible.
20663         Use more-portable code to detect integer overflow.
20664         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
20665         Don't use ctime; it's not reliable if the year has >4 digits.
20666
20667         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
20668         This is for compatibility with BSD.
20669
20670         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
20671         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
20672         From coreutils' system.h.
20673
20674         * lib/userspec.c: Don't include "posixver.h".
20675         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
20676         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
20677         compatible extension.  Simplify code by removing a boolean int
20678         that was always nonzero if a string was nonnull.
20679
20680 2004-03-30  Jim Meyering  <jim@meyering.net>
20681
20682         Merge from coreutils.
20683
20684         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
20685         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
20686         on some systems one must include <grp.h> before it.
20687         Reported by Christian Krackowizer.
20688
20689 2004-03-30  Jim Meyering  <jim@meyering.net>
20690
20691         Merge from coreutils.
20692
20693         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
20694
20695         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
20696         an empty input stream.
20697
20698         * lib/readtokens.c: Include <stdbool.h>.
20699         (readtoken): Use `size_t' rather than int/long.
20700         All callers adjusted.
20701         Use `bool' rather than `int' where appropriate.
20702         Use memset rather than an explicit loop.
20703         Use x2nrealloc rather than xrealloc.
20704         Allow the use of `\0' as a delimiter.
20705         (readtokens): Likewise.
20706         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
20707
20708 2004-03-30  Jim Meyering  <jim@meyering.net>
20709
20710         * m4/realloc.m4: Remove file, since now it does no more than
20711         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
20712         the `configure.ac' section of module/realloc.
20713         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
20714
20715 2004-03-30  Bruno Haible  <bruno@clisp.org>
20716
20717         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
20718         nonnull.
20719
20720 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20721
20722         Merge changes to getloadavg.c from coreutils and Emacs.
20723
20724         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
20725         Define to an expression, not to the empty string.
20726         Include cloexec.h and xalloc.h.
20727         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20728         Use set_cloexec_flag rather than rolling our own.
20729         * lib/cloexec.c, lib/cloexec.h: New files.
20730
20731 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20732
20733         * m4/cloexec.m4: New file.
20734
20735 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20736
20737         * lib/getopt.h: Sync with libc CVS.
20738
20739 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20740             Bruno Haible  <bruno@clisp.org>
20741
20742         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20743         mbswidth.
20744
20745 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20746             Bruno Haible  <bruno@clisp.org>
20747
20748         * lib/mbswidth.h: Include <wchar.h> only if
20749         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20750         <wchar.h>.
20751         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20752
20753 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20754
20755         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20756         Sync with libc CVS.
20757         * lib/getopt_int.h: New file, also synced from libc.
20758
20759 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20760
20761         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20762         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20763         Bring back getopt.c, getopt.h, getopt1.c.
20764
20765 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20766
20767         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20768         All uses changed.  Check for sa_sigaction member; this fixes
20769         a bug first reported by Jason Andrade in
20770         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20771
20772 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20773
20774         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20775         '#if' expressions.  Unlike the code it replaces, it does not
20776         depend on (defined _SC_PAGESIZE).  However, it does depend on
20777         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20778         first reported by Jason Andrade in
20779         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20780
20781 2004-02-25  Simon Josefsson  <jas@extundo.com>
20782
20783         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20784
20785 2004-02-25  Simon Josefsson  <jas@extundo.com>
20786
20787         * lib/strdup.h: New file.
20788         * lib/strdup.c: Include it.
20789         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20790         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20791
20792 2004-02-23  Karl Berry  <karl@gnu.org>
20793
20794         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20795         (from fencepost.gnu.org:/gd/gnuorg).
20796
20797 2004-02-23  Karl Berry  <karl@gnu.org>
20798
20799         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20800         * config/srclist.txt: add maintain/standards documents.
20801
20802 2004-02-18  Bruno Haible  <bruno@clisp.org>
20803
20804         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20805         Reported by Derek Robert Price <derek@ximbiot.com>.
20806
20807 2004-02-16  Karl Berry  <karl@gnu.org>
20808
20809         * config/mkinstalldirs, install-sh: update from automake.
20810
20811 2004-02-06  Karl Berry  <karl@gnu.org>
20812
20813         * m4/po.m4: update from gettext 0.14.1.
20814
20815 2004-02-06  Karl Berry  <karl@gnu.org>
20816
20817         * lib/config.charset: update from gettext 0.14.1.
20818
20819 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20820
20821         Add comments and code, prompted by suggestions from Bruno Haible
20822         for sh-quote.
20823         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20824         describing the enum quoting_style values.
20825         * lib/quotearg.c (quotearg_alloc): New function.
20826         (quotearg_buffer_restyled): Treat lone { and } as special.
20827         Treat = as special.  Work around bug with older shells
20828         that "see" a '\' that is really the 2nd byte of a multibyte char.
20829         Quote empty string with shell_quoting_style.
20830
20831 2004-02-03  Bruno Haible  <bruno@clisp.org>
20832
20833         * m4/pipe.m4: New file, from GNU gettext.
20834
20835 2004-02-03  Bruno Haible  <bruno@clisp.org>
20836
20837         * lib/pipe.h: New file, from GNU gettext.
20838         * lib/pipe.c: New file, from GNU gettext.
20839
20840 2004-01-27  Bruno Haible  <bruno@clisp.org>
20841
20842         * m4/execute.m4: New file, from GNU gettext.
20843
20844 2004-01-27  Bruno Haible  <bruno@clisp.org>
20845
20846         * lib/execute.h: New file, from GNU gettext.
20847         * lib/execute.c: New file, from GNU gettext.
20848         * lib/w32spawn.h: New file, from GNU gettext.
20849
20850 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20851
20852         Merge from diffutils.
20853
20854         * lib/file-type.c (file_type): Add typed memory objects.
20855         * lib/file-type.h (S_TYPEISTMO): New macro.
20856
20857         * lib/c-stack.h (c_stack_action): Remove argv argument.
20858         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20859         (die): Don't calculate message unless segv_action returns.
20860         (get_stack_location, min_address_from_argv, max_address_from_argv,
20861         volatile stack_base, volatile_stack_size): Remove.
20862         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20863         that every segmentation violation is a stack overflow.  (Ouch!)
20864         See Debian bug 136249 (still outstanding) for more info about why
20865         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20866
20867 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20868
20869         Exit-status fix from coreutils.
20870
20871         Use exit_failure consistently in place of EXIT_FAILURE,
20872         so that program exit statuses are consistent on failure.
20873
20874         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20875         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20876         * lib/argmatch.h: Comment fix to match the above.
20877         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20878         Now a macro referring to exit_failure, instead of a separate
20879         variable.  Include "exitfail.h" to get it.
20880         * lib/xstrtol.h: Include "exitfail.h".
20881         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20882
20883         * lib/long-options.c (parse_long_options): Use prototype
20884         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20885         for clarity.
20886
20887 2004-01-21  Jim Meyering  <jim@meyering.net>
20888
20889         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20890         so as not to conflict with a different-sized __mktime_internal
20891         function in GNU libc.
20892         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20893         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20894
20895 2004-01-20  Karl Berry  <karl@gnu.org>
20896
20897         * config/config.guess: update from config.
20898
20899         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20900
20901 2004-01-20  Bruno Haible  <bruno@clisp.org>
20902
20903         Safer stack allocation.
20904         * lib/setenv.c: Include allocsa.h.
20905         (alloca): Remove fallback definition.
20906         (freea): Remove macro.
20907         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20908         instead of freea.
20909
20910 2004-01-20  Bruno Haible  <bruno@clisp.org>
20911
20912         * m4/eealloc.m4: New file, from GNU gettext.
20913
20914 2004-01-20  Bruno Haible  <bruno@clisp.org>
20915
20916         * m4/allocsa.m4: New file, from GNU gettext.
20917
20918 2004-01-20  Bruno Haible  <bruno@clisp.org>
20919
20920         * lib/xallocsa.h: New file, from GNU gettext.
20921         * lib/xallocsa.c: New file, from GNU gettext.
20922
20923 2004-01-20  Bruno Haible  <bruno@clisp.org>
20924
20925         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20926
20927 2004-01-20  Bruno Haible  <bruno@clisp.org>
20928
20929         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20930         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20931         specially.
20932
20933 2004-01-20  Bruno Haible  <bruno@clisp.org>
20934
20935         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20936         patch.
20937
20938 2004-01-20  Bruno Haible  <bruno@clisp.org>
20939
20940         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20941
20942 2004-01-20  Bruno Haible  <bruno@clisp.org>
20943
20944         * lib/eealloc.h: New file.
20945
20946 2004-01-20  Bruno Haible  <bruno@clisp.org>
20947
20948         * lib/binary-io.h: Avoid warnings on Cygwin.
20949
20950 2004-01-20  Bruno Haible  <bruno@clisp.org>
20951
20952         * lib/allocsa.h: New file, from GNU gettext.
20953         * lib/allocsa.c: New file, from GNU gettext.
20954
20955 2004-01-18  Karl Berry  <karl@gnu.org>
20956
20957         * doc/gpl.texi, doc/lgpl.texi: new files.
20958
20959 2004-01-18  Karl Berry  <karl@gnu.org>
20960
20961         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20962         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20963
20964 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20965
20966         Merge from coreutils.
20967
20968         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20969         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20970         (gl_DEFAULT_POSIX2_VERSION): Move
20971         the documentation from 'configure' into 'config.hin',
20972         so that 'configure --help' isn't burdened by it and
20973         we don't have to worry about its formatting there.
20974         Reword the documentation so that it's more succinct
20975         and can be run together into a single paragraph.
20976         * m4/same.m4 (gl_SAME): Check for pathconf.
20977
20978 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20979
20980         Merge from coreutils.
20981
20982         * lib/posixver.c: Include posixver.h.
20983
20984         * lib/same.c: Include <stdbool.h>, <limits.h>.
20985         (_POSIX_NAME_MAX): Define if not defined.
20986         (MIN): New macro.
20987         (same_name): If file names are silently truncated, report
20988         that the file names are the same if they are the same after
20989         the silent truncation.
20990
20991         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20992         conversion function.
20993         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20994         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20995         longer needed.
20996
20997 2004-01-15  Jim Meyering  <jim@meyering.net>
20998
20999         Merge from coreutils.
21000
21001         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
21002         if no library is required.
21003         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
21004         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
21005         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
21006         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
21007         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
21008         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
21009         value, $ac_cv_search_crypt, if it's "none required".
21010         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
21011         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
21012         not gl_FUNC_GETLOADAVG.
21013         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
21014         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
21015
21016 2004-01-15  Jim Meyering  <jim@meyering.net>
21017
21018         Merge from coreutils.
21019
21020         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
21021         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
21022         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
21023
21024         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
21025         optional configure-time default.
21026
21027         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21028
21029         * lib/xreadlink.c (xreadlink): Correct outdated comment.
21030
21031 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
21032
21033         Merge from coreutils.
21034
21035         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
21036         value, $ac_cv_search_nanosleep, if it's "none required".
21037
21038 2004-01-14  Paul Eggert  <eggert@twinsun.com>
21039
21040         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
21041         with like-named macro in fnmatch.c.
21042         (EXT): Use an internal constant instead.
21043
21044         Merge fnmatch patches from glibc.
21045         * lib/fnmatch.c (mbsinit): Remove define.
21046         Add libc_hidden_ver (__fnmatch, fnmatch).
21047         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
21048         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
21049
21050 2004-01-14  Karl Berry  <karl@gnu.org>
21051
21052         * config/install-sh: update from automake.
21053
21054 2004-01-13  Karl Berry  <karl@gnu.org>
21055
21056         * config/install-sh: update from automake.
21057
21058 2004-01-09  Karl Berry  <karl@gnu.org>
21059
21060         * config/install-sh: update from automake.
21061
21062 2004-01-05  Karl Berry  <karl@gnu.org>
21063
21064         * config/config.{sub,guess}: update from config.
21065
21066 2003-12-31  Karl Berry  <karl@gnu.org>
21067
21068         * config/depcomp: update from automake.
21069
21070 2003-12-14  Karl Berry  <karl@gnu.org>
21071
21072         * lib/config.charset: update from gettext-runtime.
21073
21074 2003-12-03  Paul Eggert  <eggert@twinsun.com>
21075
21076         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
21077         Bug reported by Alfred M. Szmidt.
21078
21079 2003-12-03  Bruno Haible  <bruno@clisp.org>
21080
21081         * m4/gettext.m4: Upgrade from gettext-0.13.
21082         * m4/po.m4: Upgrade from gettext-0.13.
21083         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
21084         * m4/intmax.m4: New file, from gettext-0.13.
21085         * m4/printf-posix.m4: New file, from gettext-0.13.
21086
21087 2003-11-29  Karl Berry  <karl@gnu.org>
21088
21089         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
21090
21091 2003-11-25  Paul Eggert  <eggert@twinsun.com>
21092             Bruno Haible  <bruno@clisp.org>
21093
21094         * lib/printf-parse.h: Don't include sys/types.h.
21095         (ARG_NONE): New macro.
21096         (char_directive): Change type of *arg_index fields to size_t.
21097         * lib/printf-parse.c: Don't include sys/types.h.
21098         (SSIZE_MAX): Remove macro.
21099         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
21100         Remove unnecessary overflow check.
21101         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
21102         fields.
21103
21104 2003-11-25  Bruno Haible  <bruno@clisp.org>
21105
21106         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
21107
21108 2003-11-25  Bruno Haible  <bruno@clisp.org>
21109
21110         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
21111         gt_TYPE_SSIZE_T.
21112
21113 2003-11-24  Paul Eggert  <eggert@twinsun.com>
21114
21115         * modules/alloca: Remove dependency on xalloc.
21116
21117 2003-11-24  Paul Eggert  <eggert@twinsun.com>
21118
21119         * lib/alloca.c: Remove dependency on xalloc module.
21120         (xalloc_die): Remove.
21121         (memory_full) [!defined emacs]: New macro.
21122         [!defined emacs]: Don't include xalloc.h.
21123         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
21124         address arithmetic overflows.  Change datatypes a bit to avoid
21125         unnecessary casts.
21126
21127 2003-11-22  Jim Meyering  <jim@meyering.net>
21128
21129         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
21130         s/size/size_t/.
21131
21132 2003-11-21  Karl Berry  <karl@gnu.org>
21133
21134         * config/config.{sub,guess}: update from config.
21135
21136 2003-11-18  Karl Berry  <karl@gnu.org>
21137
21138         * config/config.{sub,guess}: update from config.
21139
21140         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
21141
21142 2003-11-17  Paul Eggert  <eggert@twinsun.com>
21143
21144         * README: Mention that S+T cannot overflow if S is the size of
21145         an existing object and T is sufficiently small.
21146
21147 2003-11-17  Jim Meyering  <jim@meyering.net>
21148
21149         On systems without utime and without a utimes function capable of
21150         dealing with a NULL struct utimbuf* argument, this utime replacement
21151         could -- in unusual circumstances -- leak a file descriptor.
21152         * lib/utime.c: Include <unistd.h> and <errno.h>.
21153         (utime_null): Be sure to close `fd' and to preserve errno.
21154         Reported by Geoff Collyer via Arnold Robbins.
21155
21156 2003-11-17  Bruno Haible  <bruno@clisp.org>
21157
21158         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
21159         (Depends-on): Add xsize.
21160
21161 2003-11-17  Bruno Haible  <bruno@clisp.org>
21162
21163         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
21164
21165 2003-11-17  Bruno Haible  <bruno@clisp.org>
21166
21167         * lib/vasnprintf.c (alloca): Remove fallback definition.
21168         (freea): Remove definition.
21169         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
21170         Reported by Paul Eggert.
21171
21172 2003-11-16  Paul Eggert  <eggert@twinsun.com>
21173             Bruno Haible  <bruno@clisp.org>
21174
21175         Protect against address arithmetic overflow.
21176         * lib/printf-args.h: Include stddef.h.
21177         (arguments): Change type of field 'count' to size_t.
21178         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
21179         'unsigned int' where appropriate.
21180         * lib/printf-parse.h: Include sys/types.h.
21181         (char_directive): Change type of *arg_index fields to ssize_t.
21182         (char_directives): Change type of fields 'count', max_*_length to
21183         size_t.
21184         * lib/printf-parse.c: Include sys/types.h and xsize.h.
21185         (SSIZE_MAX): Define fallback value.
21186         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
21187         instead of 'int' where appropriate. Check a_allocated, d_allocated
21188         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
21189         * lib/vasnprintf.c: Include xsize.h.
21190         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
21191         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
21192         overflow. Avoid wraparound when converting a width or precision from
21193         decimal to binary.
21194
21195 2003-11-16  Bruno Haible  <bruno@clisp.org>
21196
21197         Update from GNU gettext.
21198         * lib/printf-parse.c: Generalize to it can be compiled for wide
21199         strings.
21200         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
21201         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
21202         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
21203         SNPRINTF): New macros.
21204         Don't include <alloca.h> if the file is used inside libintl.
21205         (local_wcslen): New function, for Solaris 2.5.1.
21206         (VASNPRINTF): Use it instead of wcslen.
21207
21208 2003-11-16  Bruno Haible  <bruno@clisp.org>
21209
21210         * lib/xsize.h (xmax): New function.
21211         (xsum, xsum3, xsum4): Declare as "pure" functions.
21212
21213 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21214
21215         * modules/xalloc (Files): Undo latest change, since xalloc.h
21216         no longer needs SIZE_MAX or PTRDIFF_MAX.
21217
21218 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21219
21220         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
21221         gl_PTRDIFF_MAX.
21222
21223 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21224
21225         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
21226         "return", to pacify some unknown compiler.  Problem reported
21227         by Joerg Schilling.
21228
21229 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21230
21231         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
21232         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
21233         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
21234         heuristic is just as accurate as far as we know, and it removes a
21235         dependency on size_max.m4 and ptrdiff_max.m4.
21236
21237 2003-11-11  Bruno Haible  <bruno@clisp.org>
21238
21239         * modules/xsize (Files): Add m4/size_max.m4.
21240         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
21241
21242 2003-11-11  Bruno Haible  <bruno@clisp.org>
21243
21244         * m4/size_max.m4: New file.
21245         * m4/ptrdiff_max.m4: New file.
21246         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
21247         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
21248         (gl_XALLOC): Invoke it.
21249
21250 2003-11-11  Bruno Haible  <bruno@clisp.org>
21251
21252         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
21253         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
21254         defined.
21255
21256 2003-11-10  Paul Eggert  <eggert@twinsun.com>
21257
21258         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
21259         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
21260         rejected some allocations of exactly SIZE_MAX - 2 bytes.
21261         From Bruno Haible.
21262         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
21263         not (size_t) -1, since it's defined here.
21264
21265 2003-11-09  Karl Berry  <karl@gnu.org>
21266
21267         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
21268
21269 2003-11-06  Paul Eggert  <eggert@twinsun.com>
21270
21271         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
21272         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
21273         Reject sizes of exactly SIZE_MAX bytes.
21274         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
21275         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
21276
21277 2003-11-05  Bruno Haible  <bruno@clisp.org>
21278
21279         * lib/xsize.h: Include limits.h, to avoid a possible collision with
21280         SIZE_MAX defined in <limits.h> on Solaris.
21281
21282 2003-11-04  Jim Meyering  <jim@meyering.net>
21283
21284         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
21285         variable names, rather than @VAR@.
21286         * modules/poll: Likewise.
21287
21288 2003-11-04  Bruno Haible  <bruno@clisp.org>
21289
21290         * modules/xsize: New file.
21291         * modules/linebreak: Depend on xsize.
21292         * MODULES.html.sh (func_all_modules): Add xsize.
21293
21294 2003-11-04  Bruno Haible  <bruno@clisp.org>
21295
21296         * m4/xsize.m4: New file.
21297
21298 2003-11-04  Bruno Haible  <bruno@clisp.org>
21299
21300         * lib/xsize.h: New file.
21301         * lib/linebreak.c: Include xsize.h.
21302         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
21303         argument for overflow.
21304         Suggested by Paul Eggert.
21305
21306 2003-11-03  Karl Berry  <karl@gnu.org>
21307
21308         * config/config.{guess,sub}: update from config.
21309
21310 2003-11-03  Jim Meyering  <jim@meyering.net>
21311
21312         * modules/userspec (lib_SOURCES): Add userspec.h.
21313         (Include): Add "userspec.h".
21314         Improve description.
21315
21316 2003-11-03  Jim Meyering  <jim@meyering.net>
21317
21318         * lib/userspec.c: Include "userspec.h".
21319         * lib/userspec.h: New file.
21320
21321 2003-11-03  Bruno Haible  <bruno@clisp.org>
21322
21323         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
21324
21325 2003-11-03  Bruno Haible  <bruno@clisp.org>
21326
21327         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
21328         available, to avoid (extremely rare) race condition.
21329         Suggested by Paul Eggert.
21330
21331 2003-11-02  Karl Berry  <karl@gnu.org>
21332
21333         * config/srclist.txt (vasprintf.c): sync broken, sigh.
21334
21335 2003-10-31  Paul Eggert  <eggert@twinsun.com>
21336
21337         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
21338         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
21339         (read_filesystem_list): Set and use me_type_malloced.
21340         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
21341         whatever the type happens to be), for brevity and consistency.
21342         Check for size calculation overflow on Alphas running OSF/1.
21343
21344 2003-10-31  Jim Meyering  <jim@meyering.net>
21345
21346         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
21347
21348         * lib/linebuffer.c: Include <string.h> for declaration of memset.
21349
21350 2003-10-30  Paul Eggert  <eggert@twinsun.com>
21351             Bruno Haible  <bruno@clisp.org>
21352
21353         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
21354         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
21355
21356 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
21357
21358         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
21359         netbsd*-gnu*.  Suggested by Robert Millan.
21360
21361 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21362
21363         * modules/group-member: Depend on stdbool.
21364
21365 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21366
21367         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
21368
21369 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21370
21371         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
21372         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
21373         after the 'gnu' in these cases.  This fixes some bugs in the
21374         previous change, and is based on suggestions by Robert Millan.
21375
21376 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21377
21378         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
21379         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
21380         no longer needed.
21381         * lib/quotearg.c (quotearg_n_options): Use it.
21382         * lib/group-member.c: Include <stdbool.h>.
21383         (free_group_info): Arg is now const *; don't free arg.
21384         (get_group_info): Now returns bool and accepts struct group_info *,
21385         rather than returning a malloc'ed struct group_info *.
21386         All uses changed.  Check for overflow in internal size calculation.
21387
21388         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
21389         rather than xmalloc/xrealloc.
21390         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
21391         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
21392         conformance bug: the old code used a pointer after freeing the
21393         storage that it addressed.
21394         * lib/hash.c (hash_initialize): Simplify the code by using
21395         xalloc_oversized rather than doing it by hand.
21396         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
21397         the buffer preserved.  Use free and xmalloc instead.
21398         * lib/quotearg.c (quotearg_n_options): Likewise.
21399         Use a simpler test for size overflow.  Don't use xalloc_oversized
21400         because unsigned int might be wider than size_t (!); this suggests
21401         that we should switch from unsigned int to size_t for slot numbers.
21402
21403 2003-10-28  Paul Eggert  <eggert@twinsun.com>
21404
21405         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
21406         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
21407         NetBSD kernels.  Requested by Richard Stallman.
21408
21409 2003-10-27  Paul Eggert  <eggert@twinsun.com>
21410
21411         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
21412         to allocate the returned structure.  Do not allocate a subarray,
21413         as x2nrealloc will do that.
21414         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
21415         instead of xnrealloc.
21416         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
21417
21418 2003-10-27  Bruno Haible  <bruno@clisp.org>
21419
21420         * lib/stdbool_.h: Better support for BeOS.
21421
21422 2003-10-26  Paul Eggert  <eggert@twinsun.com>
21423
21424         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
21425         now uses inline.
21426
21427 2003-10-26  Paul Eggert  <eggert@twinsun.com>
21428
21429         * lib/xalloc.h (xalloc_oversized): New static inline function, for
21430         callers that want to do their own size-overflow checking.  Include
21431         <stdbool.h>, since xalloc_oversized returns bool.
21432         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
21433         to use xalloc_oversized.
21434
21435         Add two functions x2realloc, x2nrealloc, for programs that grow
21436         arrays dynamically by doubling their sizes.
21437         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
21438         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
21439         New functions.
21440
21441         Port to C99 semantics for 'inline' of external functions.
21442         Bug reported by Bruno Haible.
21443         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
21444         with the old contents of xnmalloc.
21445         (xnmalloc, xmalloc): Use it.
21446         (xnrealloc_inline): New static inline function,
21447         with the old contents of xnrealloc.
21448         (xnrealloc, xrealloc): Use it.
21449
21450         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
21451         that.
21452
21453 2003-10-26  Karl Berry  <karl@gnu.org>
21454
21455         * config/srclist.txt (COPYING.DOC): no longer available from
21456         /gd/gnuorg; don't know where the ultimate source is.
21457
21458 2003-10-25  Paul Eggert  <eggert@twinsun.com>
21459
21460         Fix several address-calculation bugs in the hash modules,
21461         plus some minor code cleanup.
21462
21463         * lib/hash.h: Include <stdbool.h>, for bool.
21464         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
21465         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
21466         hash_get_n_entries, hash_get_max_bucket_length,
21467         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
21468         hash_rehash): Use size_t rather than unsigned.
21469         * lib/hash.c (struct hash_table, hash_get_n_buckets,
21470         hash_get_n_buckets_used, hash_get_n_entries,
21471         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
21472         hash_get_entries, hash_do_for_each, hash_string, is_prime,
21473         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
21474         Likewise.
21475         (SIZE_MAX): Define if not defined.
21476         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
21477         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
21478         hash_print):
21479         Use const * when possible.
21480         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
21481         (check_tuning): Fix bug: if tuning parameters were very close to
21482         0 or 1, rounding errors could have caused subscript violations.
21483         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
21484         (hash_initialize): Add 'fail:' label
21485         to free table and return NULL, and use it to simplify code.
21486         Use calloc rather than clearing the storage ourself.
21487         (hash_initialize, hash_rehash): Check for arithmetic overflow in
21488         buffer size calculations.
21489         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
21490         Include <stddef.h>, for size_t.
21491         * lib/hash-pjw.c (hash_pjw): Likewise.
21492         Switch to method described by Bruno Haible.
21493         Include <limits.h>, for CHAR_BIT.
21494         (SIZE_BITS): New macro.
21495
21496 2003-10-23  Paul Eggert  <eggert@twinsun.com>
21497
21498         * m4/getline.m4 (AM_FUNC_GETLINE):
21499         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
21500         hosts.  Problem reported by Derek Robert Price in
21501         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
21502         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
21503         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
21504
21505 2003-10-21  Paul Eggert  <eggert@twinsun.com>
21506
21507         * lib/getndelim2.c (getndelim2): When size calculation overflows,
21508         ceiling the allocation at NMAX bytes rather than silently
21509         discarding input bytes before NMAX is reached.  This makes
21510         a difference only if NMAX exceeds SIZE_MAX / 2.
21511
21512         * lib/obstack.c: Merge from glibc.
21513         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
21514         Add libc_hidden_def (_obstack_newchunk).
21515         (_obstack_free) [! defined _LIBC]: Remove.
21516         [defined _LIBC]: Make a strong alias from obstack_free, rather than
21517         a clone of the function body.
21518         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
21519         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
21520
21521         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
21522         glibc.
21523         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
21524         arg to memcpy.
21525
21526         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
21527         (obstack_ptr_grow_fast, obstack_int_grow_fast):
21528         Don't use lvalue casts, as GCC plans to remove support for them
21529         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
21530         was also present in the non-GCC version, indicating that this
21531         code had always been buggy and had never been widely used.
21532         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
21533         Use the fast variant of each macro, rather than copying the
21534         definiens of the fast variant; that way, we'll be more likely to
21535         catch future bugs in the fast variants.
21536
21537 2003-10-20  Bruno Haible  <bruno@clisp.org>
21538
21539         * modules/wait-process: New file.
21540         * MODULES.html.sh (func_all_modules): Add wait-process.
21541
21542 2003-10-20  Bruno Haible  <bruno@clisp.org>
21543
21544         * m4/wait-process.m4: New file.
21545
21546 2003-10-20  Bruno Haible  <bruno@clisp.org>
21547
21548         * lib/wait-process.h: New file, from GNU gettext.
21549         * lib/wait-process.c: New file, from GNU gettext.
21550
21551 2003-10-19  Jim Meyering  <jim@meyering.net>
21552
21553         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
21554         HPUX 10.20.
21555
21556 2003-10-18  Karl Berry  <karl@gnu.org>
21557
21558         * config/config.guess: update from config.
21559
21560 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21561
21562         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
21563         (getgroups): First arg is int, not size_t.
21564         Don't let 'free' mangle errno.
21565
21566 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21567
21568         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
21569
21570 2003-10-16  Karl Berry  <karl@gnu.org>
21571
21572         * config/config.{guess,sub}: update from config.
21573
21574 2003-10-16  Jim Meyering  <jim@meyering.net>
21575
21576         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
21577         memcpy.
21578
21579 2003-10-15  Paul Eggert  <eggert@twinsun.com>
21580
21581         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
21582         (SIZE_MAX): Remove.
21583         (new_exclude, add_exclude_file): Initial size no longer needs to
21584         be a power of 2.
21585         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
21586         our own address arithmetic overflow checking.
21587
21588         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
21589         (fnmatch): Do not alloca more than 2000 wide characters;
21590         instead, use malloc for large buffers.
21591         Check for address arithmetic overflow, and return -1
21592         with errno set to ENOMEM in that case.
21593         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
21594         (NEW_PATTERN): Do not alloca more than 8000 bytes;
21595         instead, return -1.  Check for address arithmetic overflow.
21596
21597 2003-10-14  Paul Eggert  <eggert@twinsun.com>
21598
21599         Handle invalid suffixes and overflow independently, so that
21600         callers can treat them independently as needed.  Fix some bugs in
21601         suffix handling, e.g., "100k@" was not diagnosed as an invalid
21602         suffix for a human-readable blocksize.  The major caller-visible
21603         change is the addition of a new
21604         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
21605         that both overflow and suffix chars were found.
21606
21607         * lib/human.c (humblock): Don't check separately for invalid suffix
21608         char; that is xstrtoumax's job (now that its bug is fixed).
21609         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
21610         INTMAX_MAX]: New macros.
21611         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
21612         TYPE_MAXIMUM): New macros.
21613         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
21614         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
21615         if overflow occurs, as it's what __strtol does and it's more useful
21616         in practice.
21617         (__xstrtol): If __strtol reports some error other than ERANGE,
21618         reflect it to the caller as LONGINT_INVALID.  If it reports
21619         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
21620         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
21621         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
21622         value.
21623         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
21624         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
21625         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
21626         [defined UINTMAX_MAX]: New macros.
21627
21628 2003-10-14  Bruno Haible  <bruno@clisp.org>
21629
21630         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
21631
21632 2003-10-14  Bruno Haible  <bruno@clisp.org>
21633
21634         * m4/sig_atomic_t: New file, from GNU gettext.
21635         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
21636
21637 2003-10-14  Bruno Haible  <bruno@clisp.org>
21638
21639         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
21640         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
21641         Also use volatile where needed.
21642
21643 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21644
21645         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
21646         Change maintainer from Bruno Haible to 'all'.
21647
21648 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21649
21650         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
21651
21652 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21653
21654         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
21655         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
21656         and define in terms of the other primitives.
21657         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
21658         (SIZE_MAX): Define if not already defined.
21659         (array_size_overflow): New function.
21660         (xalloc_die): Abort instead of exiting if 'error' returns.
21661         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
21662         (xmalloc, xrealloc): Use them.
21663         (xcalloc): Check for address arithmetic overflow.
21664         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
21665         a bit faster than strcpy.
21666
21667 2003-10-10  Simon Josefsson  <jas@extundo.com>
21668
21669         * modules/argp (Depends-on): Add restrict and strcase.
21670
21671 2003-10-10  Simon Josefsson  <jas@extundo.com>
21672
21673         * m4/argp.m4: Add AC_C_INLINE.
21674
21675 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21676
21677         Merge getpass from libc, plus a few fixes.
21678
21679         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
21680         Include <stdbool.h>.
21681         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
21682         __fsetlocking to empty.
21683         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
21684         do include <bits/libc-lock.h>.
21685         Do not include <fcntl.h>; not needed.
21686         [_LIBC]: Include <wchar.h>.
21687         (NOTCANCEL_MODE): New macro.
21688         (flockfile, funlockfile) [_LIBC]: New macros.
21689         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
21690         [!_LIBC]: New macros.
21691         (call_fclose): New function.
21692         (getpass): Use it.  Save tty stream separately; this simplifies the
21693         code and makes it more reliable if stdin happens to equal stdout.
21694         Invoke __fsetlocking on tty.
21695         Handle thread cancellation if needed.
21696         Namespace cleanup (use __tcgetattr, __getline).
21697         Use bool for Booleans.
21698         [USE_IN_LIBIO]: Handle wide streams.
21699         [!_LIBC]: Unconditionally do the fseek, since we don't know what
21700         stream might go where.
21701
21702         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
21703         doesn't have to include <stdio.h> before us.
21704         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
21705         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
21706         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
21707         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
21708         if not declared, so that we can use getpass.c code from libc without
21709         rewriting it.
21710         (flockfile, ftrylockfile, funlockfile): New macros.
21711
21712 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21713
21714         * modules/getpass: Depend on stdbool.
21715
21716 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21717
21718         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
21719
21720 2003-10-07  Karl Berry  <karl@gnu.org>
21721
21722         * config/config.{guess,sub}: update from config.
21723
21724 2003-10-06  Jim Meyering  <jim@meyering.net>
21725             Bruno Haible  <bruno@clisp.org>
21726
21727         This lets translators provide better translations for the
21728         "Written by ..." part of --version output.
21729         * lib/version-etc.h: Include stdarg.h.
21730         (version_etc_copyright): Declare as readonly.
21731         (version_etc): Make this function variadic with a NULL-terminated list
21732         of author name strings.
21733         (version_etc_va): New declaration.
21734         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21735         (version_etc_copyright): Declare as readonly.
21736         (version_etc_va): New function. Provide a different translatable string
21737         for each possible number of authors < 10. Abbreviate when there are 10
21738         authors or more.
21739         (version_etc): Make this function variadic. Call version_etc_va.
21740         Suggestion from Gary V. Vaughan.
21741
21742         * lib/long-options.h (parse_long_options): Change prototype: the
21743         authors string is moved to the end and becomes variadic.
21744         * lib/long-options.c: Include stdarg.h.
21745         (parse_long_options): Make this function variadic, too.
21746         Call version_etc_va, not version_etc.
21747
21748 2003-10-06  Bruno Haible  <bruno@clisp.org>
21749
21750         * modules/version-etc-2: Remove file.
21751         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21752
21753 2003-10-06  Bruno Haible  <bruno@clisp.org>
21754
21755         * modules/fatal-signal: New file.
21756         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21757
21758 2003-10-06  Bruno Haible  <bruno@clisp.org>
21759
21760         * m4/fatal-signal.m4: New file.
21761         * m4/signalblocking.m4: New file, from GNU gettext.
21762
21763 2003-10-06  Bruno Haible  <bruno@clisp.org>
21764
21765         * lib/version-etc-2.h: Remove file.
21766         * lib/version-etc-2.c: Remove file.
21767
21768 2003-10-06  Bruno Haible  <bruno@clisp.org>
21769
21770         * lib/fatal-signal.h: New file, from GNU gettext.
21771         * lib/fatal-signal.c: New file, from GNU gettext.
21772
21773 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21774
21775         * README: Rework advice for preventing empty .o files.
21776         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21777         not <sys/types.h>.
21778
21779 2003-10-04  Karl Berry  <karl@gnu.org>
21780
21781         * lib/argp*: update from libc.
21782
21783 2003-10-04  Karl Berry  <karl@gnu.org>
21784
21785         * config/config.{guess,sub}: update from config.
21786
21787 2003-10-02  Bruno Haible  <bruno@clisp.org>
21788
21789         * modules/lchown (Include): Add lchown.h.
21790         * modules/time_r (Include): Use "..." syntax.
21791         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21792
21793 2003-10-01  Simon Josefsson  <jas@extundo.com>
21794
21795         * MODULES.html.sh (func_all_modules): Move gethostname from section
21796         'based on' to section 'lacking' POSIX:2001.
21797
21798 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21799
21800         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21801         to output mode on the same stream.
21802
21803 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21804
21805         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21806         Fix arg typo in previous patch.
21807
21808 2003-09-28  Jim Meyering  <jim@meyering.net>
21809
21810         * lib/error.c: Correct cpp indentation.
21811
21812 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21813
21814         * modules/free: New file.
21815
21816 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21817
21818         * m4/free.m4: New file.
21819
21820 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21821
21822         * lib/minmax.h (MIN, MAX)
21823         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21824         Omit the special code that used __typeof__, since we worry that
21825         it could be more trouble than it's worth.  See:
21826         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21827         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21828
21829         * lib/free.c: New file.
21830
21831 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21832
21833         Trivial fixes to Makefile.am parts of module listings.
21834         * modules/strstr: Append strstr.h to lib_SOURCES.
21835         * modules/strcase: Likewise, for strcase.h.
21836
21837 2003-09-27  Karl Berry  <karl@gnu.org>
21838
21839         * config/mkinstalldirs: update from automake.
21840
21841 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21842
21843         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21844         (error_tail): Do not loop, reallocating temporary buffer, since
21845         the output cannot contain more wide characters than the input
21846         contains bytes, the size must be big enough already.  This avoids
21847         one potential size overflow calculation.  Check for size overflow
21848         when calculating temporary buffer size.  Free temporary buffer
21849         when done, if it was allocated with malloc; this plugs a memory
21850         leak.  Remove casts from void * to pointers, that are no longer
21851         needed now that we're assuming C89 or better.
21852
21853         Merge error changes from glibc.
21854
21855         * lib/error.c, error.h: Update copyright notice header to match glibc.
21856         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21857         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21858         Disable cancellation while printing error.
21859         * lib/error.h: Prepend __ to parameter names.
21860
21861 2003-09-26  Jim Meyering  <jim@meyering.net>
21862
21863         * lib/error.c (error_tail): Move some declarations
21864         into inner scope where the local variables are used.
21865
21866 2003-09-26  Bruno Haible  <bruno@clisp.org>
21867
21868         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21869         stpncpy().
21870         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21871
21872 2003-09-26  Bruno Haible  <bruno@clisp.org>
21873
21874         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21875         (stpncpy): Define as alias for gnu_stpncpy.
21876         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21877
21878 2003-09-25  Simon Josefsson  <jas@extundo.com>
21879
21880         * lib/xgetdomainname.h: New file.
21881         * lib/xgetdomainname.c: New file.
21882
21883 2003-09-25  Simon Josefsson  <jas@extundo.com>
21884             Bruno Haible  <bruno@clisp.org>
21885
21886         * modules/getdomainname: New file.
21887         * modules/xgetdomainname: New file.
21888         * MODULES.html.sh (func_all_modules): Add getdomainname,
21889         xgetdomainname.
21890
21891 2003-09-25  Simon Josefsson  <jas@extundo.com>
21892             Bruno Haible  <bruno@clisp.org>
21893
21894         * m4/getdomainname.m4: New file.
21895
21896 2003-09-25  Simon Josefsson  <jas@extundo.com>
21897             Bruno Haible  <bruno@clisp.org>
21898
21899         * lib/getdomainname.h: New file.
21900         * lib/getdomainname.c: New file.
21901
21902 2003-09-25  Karl Berry  <karl@gnu.org>
21903
21904         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21905
21906 2003-09-25  Karl Berry  <karl@gnu.org>
21907
21908         * config/install-sh: update from automake.
21909
21910 2003-09-25  Bruno Haible  <bruno@clisp.org>
21911
21912         * modules/version-etc-2: New file, from modules/version-etc with
21913         modifications.
21914         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21915
21916 2003-09-25  Bruno Haible  <bruno@clisp.org>
21917
21918         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21919         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21920
21921 2003-09-24  Simon Josefsson  <jas@extundo.com>
21922
21923         * modules/xgethostname: Add xgethostname.h.
21924
21925 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21926
21927         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21928         the buffer associated with the argument.  Bug reported by
21929         Simon Josefsson.
21930
21931 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21932
21933         * README: Document assumptions that 'int' is at least 32 bits
21934         wide, that integer arithmetic is 2's complement without overflow,
21935         that there are no holes in integer values, that adding sizes of
21936         two nonoverlapping objects can't overflow, and that all-bits-zero
21937         yields scalar zero.  Fix spelling and capitalization typos.
21938
21939 2003-09-19  Karl Berry  <karl@gnu.org>
21940
21941         * lib/argp.h: update from libc.
21942
21943 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21944
21945         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21946         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21947         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21948
21949 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21950
21951         * gnulib-tool: Use "test -h", not "test -L", for portability
21952         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21953         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21954         (sed_extract_prog): Issue s commands one-by-one, rather than
21955         using \| in one s command.
21956
21957 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21958
21959         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21960         input error, instead of returning NULL the next time we are called
21961         (and therefore losing track of errno).
21962
21963 2003-09-16  Bruno Haible  <bruno@clisp.org>
21964
21965         * gnulib-tool (func_create_testdir): Warn about duplicated
21966         dependencies.
21967
21968 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21969
21970         * modules/argmatch, modules/fatal, modules/obstack,
21971         modules/xalloc, modules/xgethostname: Sort dependencies by
21972         importance, not alphabetically.
21973
21974 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21975
21976         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21977         fails, so that the caller gets the proper errno.
21978
21979         * lib/readutmp.c (read_utmp): Likewise.
21980         Check for fstat error.  Close stream and free storage
21981         when failing.
21982
21983 2003-09-14  Karl Berry  <karl@gnu.org>
21984
21985         * config/srclist.txt (strdup.c): disable for c89 changes.
21986
21987 2003-09-14  Jim Meyering  <jim@meyering.net>
21988
21989         * lib/getloadavg.c: Correct cpp indentation.
21990         * lib/strdup.c: Likewise.
21991         * lib/vasnprintf.c: Likewise.
21992
21993 2003-09-14  Bruno Haible  <bruno@clisp.org>
21994
21995         * modules/fwriteerror: New file.
21996         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21997
21998 2003-09-14  Bruno Haible  <bruno@clisp.org>
21999
22000         * lib/fwriteerror.h: New file.
22001         * lib/fwriteerror.c: New file.
22002
22003 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22004
22005         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
22006         modules/xgethostname, modules/xalloc: Depend on exit.
22007
22008 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22009
22010         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
22011
22012         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
22013         and AC_MINIX, too, so that their extensions are available.
22014
22015         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
22016         This macro has been superseded by gl_BACKUPFILE.
22017
22018         More patches to assume C89 or better.
22019
22020         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
22021
22022         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
22023         unconditionally.
22024         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
22025         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
22026         Include <string.h>, <stdlib.h> unconditionally.
22027         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
22028         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
22029         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
22030         headers or for string.h.
22031         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
22032         or strtoul.
22033
22034         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
22035         headers.
22036         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
22037         * m4/userspec.m4 (gl_USERSPEC): Likewise.
22038         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
22039         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
22040         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22041         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
22042         memcpy, memset.
22043         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
22044         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
22045         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
22046         strtol.
22047         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
22048         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
22049         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
22050         strtoul.
22051
22052 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22053
22054         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
22055         * lib/obstack.c [!defined _LIBC]: Likewise.
22056         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
22057         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
22058         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
22059
22060         More changes to assume C89 or better.
22061
22062         * lib/error.c (error_tail): Assume vprintf.
22063
22064         * lib/argmatch.c (getenv): Remove decl.
22065         * lib/progreloc.c (get_full_program_name): Define via prototype.
22066         * lib/setenv.c (clearenv): Likewise.
22067         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
22068         needed.
22069         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
22070         (malloc, memcpy): Remove decls.
22071         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
22072         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
22073         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
22074         (memcpy): Remove macro.
22075         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
22076         (__P): Remove.  All uses removed.
22077         (PTR): Remove.  All uses changed to void *.
22078         (CHAR_BIT, NULL): Remove.
22079         (spaces, zeros, memset_space, memset_zero)
22080         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
22081         Remove.
22082         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
22083         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
22084         Define with prototype.
22085         Remove now-unnecessary prototype decl.
22086         (extra_args_spec): Assume ANSI C.  All uses changed.
22087         (extra_args_spec_iso): Remove.
22088         (my_strftime, emacs_strftimeu): Define via prototype.
22089         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
22090         unconditionally.
22091         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
22092         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
22093         (strtoul, strtol): Remove decls.
22094         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
22095         LONG_MAX): Remove.
22096         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
22097         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
22098         (LOCALE_PARAM_PROTO): New macro.
22099         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
22100         (INTERNAL (strtol), strtol): Define with a prototype.
22101         (PARAMS): Remove.  All uses removed.
22102         * lib/tempname.c: Include <string.h> unconditionally.
22103         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
22104         * lib/xgethostname.c (main): Define with a prototype.
22105         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
22106         Include <stdlib.h> unconditionally.
22107         (calloc, malloc, realloc, free): Remove decls.
22108         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
22109         Include <stdlib.h> unconditionally.  Sort include file names.
22110         (strtod): Remove.
22111         (xstrtod): Define with a prototype.
22112         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
22113         (strtol, strtoul): Remove decls.
22114
22115 2003-09-11  Paul Eggert  <eggert@twinsun.com>
22116
22117         More patches to assume C89 or better.
22118         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
22119         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
22120         string.h, memchr, STDC_HEADERS.
22121
22122 2003-09-11  Paul Eggert  <eggert@twinsun.com>
22123
22124         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
22125         Include <stdlib.h>, <string.h> unconditionally.
22126         Remove now-unnecessary cast to char *.
22127         * lib/strnlen.c: Include <string.h> unconditionally.
22128         * lib/yesno.c (yesno): Define with a prototype.
22129
22130 2003-09-11  Bruno Haible  <bruno@clisp.org>
22131
22132         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
22133
22134 2003-09-10  Jim Meyering  <jim@meyering.net>
22135
22136         * lib/error.c: Correct indentation of cpp directives.
22137
22138 2003-09-10  Bruno Haible  <bruno@clisp.org>
22139
22140         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
22141         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
22142         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
22143         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
22144         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
22145         <stdlib.h> and <string.h> checks.
22146         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
22147         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
22148
22149 2003-09-10  Bruno Haible  <bruno@clisp.org>
22150
22151         * lib/strcspn.c: Include <string.h> unconditionally.
22152         * lib/strpbrk.c: Include <string.h> unconditionally.
22153         * lib/strstr.c: Include <string.h> unconditionally.
22154         * lib/unicodeio.c: Include <string.h> unconditionally.
22155         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
22156         * lib/unsetenv.c: Likewise.
22157         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
22158         * lib/yesno.c: Include <stdlib.h> unconditionally.
22159         (rpmatch): Add prototype.
22160
22161 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22162
22163         More patches to assume C89 or better.
22164         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
22165         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
22166         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
22167         or for string.h.
22168         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
22169         stdlib.h.
22170         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
22171         C headers.
22172         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
22173         string.h.
22174         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
22175         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
22176         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
22177         or for string.h.
22178         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
22179         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
22180         C headers.
22181         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
22182         memcpy.
22183         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
22184         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
22185         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
22186         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
22187         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
22188         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
22189         string.h, free.
22190         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
22191         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
22192         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
22193         C headers, or for string.h.
22194         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
22195         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
22196         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
22197         headers, memory.h, stdlib.h, string.h, strings.h.
22198         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
22199         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
22200         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
22201         strchr.
22202         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
22203         headers, memory.h, string.h.
22204         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
22205         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
22206         free.
22207         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
22208         headers.
22209         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
22210         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
22211         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
22212         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
22213         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
22214
22215 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22216
22217         More K&R removal.
22218
22219         * lib/acosl.c (main): Use a prototype.
22220         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
22221         tanl.c: Likewise.
22222
22223         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
22224
22225         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
22226         (getopt, etopt_long, getopt_long_only, _getopt_internal)
22227         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
22228         with a prototype.
22229         * lib/getopt.c (const): Remove macro.
22230         Include <string.h> unconditionally.
22231         (my_index): Remove; all uses changed to strchr.
22232         (strlen): Remove decl.
22233         (exchange): Remove forward decl; no longer needed.
22234         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
22235         Define with prototype.
22236         * lib/getopt1.c (const): Remove macro.
22237         (getopt_long, getopt_long_only, main): Define with prototype.
22238
22239         * lib/getugroups.c: Include <string.h> unconditionally.
22240
22241         * lib/getusershell.c: Include <stdlib.h> unconditionally.
22242         (getusershell, setusershell, endusershell, readname, main):
22243         Define with prototypes.
22244
22245         * lib/group-member.c: Include group-member.h first.
22246         Include <stdlib.h> unconditionally.
22247
22248         * lib/hard-locale.c: Include hard-locale.h first.
22249         Include <stdlib.h>, <string.h> unconditionally.
22250
22251         * lib/hash.c (free, malloc): Remove decls.
22252         Include <stdlib.h> unconditionally.
22253
22254         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
22255         (getenv): Do not declare.
22256
22257         * lib/idcache.c: Include <string.h> unconditionally.
22258
22259         * lib/long-options.c: Include long-options.h first, to test interface.
22260         Include <stdlib.h> unconditionally.
22261
22262         * lib/makepath.c: Include makepath.h first, to test interface.
22263         Include <stdlib.h> and <string.h> unconditionally.
22264
22265         * lib/linebuffer.c: Include <stdlib.h>.
22266         (free): Remove decl.
22267
22268         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
22269         stddef.h. rpl_malloc returns void *, not char *.
22270         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
22271         prototype.
22272
22273         * lib/md5.h: Include <limits.h> unconditionally.
22274         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
22275         (__P): Remove; all uses removed.
22276         * lib/md5.c: Include "md5.h" first.
22277         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
22278         md5_buffer, md5_process_bytes, md5_process_block):
22279         Define with prototypes.
22280         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
22281         * lib/sha.c: Include "sha.h" first.
22282         Include <stdlib.h>, <string.h> unconditionally.
22283
22284         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
22285         * lib/memcmp.c (__ptr_t): Likewise.
22286         * lib/memrchr.c (__ptr_t): Likewise.
22287         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
22288         Include <string.h> unconditionally.
22289         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
22290         * lib/memchr.c: Include <stdlib.h> unconditionally.
22291         * lib/memchr.c (LONG_MAX): Remove.
22292         * lib/memrchr.c (LONG_MAX): Likewise.
22293         * lib/memchr.c (__memchr): Define via a prototype.
22294         * lib/memrchr.c (__memrchr): Likewise.
22295         * lib/memcmp.c (__P): Remove, and remove all uses.
22296         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
22297         Remove forward decls; no longer needed.
22298         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
22299         Use types required by C89 in prototype.
22300
22301         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
22302         * lib/savedir.c: Likewise.
22303         * lib/mkdir.c (free): Remove decl.
22304         * lib/rmdir.c (rmdir): Define with a prototype.
22305         * lib/savedir.c: Include savedir.h first, to test interface.
22306
22307         * lib/mktime.c (STDC_HEADERS): Remove.
22308         Include <stdlib.h>, <string.h> unconditionally.
22309
22310         * lib/modechange.c: Include <stdlib.h> unconditionally.
22311         (malloc): Remove decl.
22312
22313         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
22314         (free): Remove decl.
22315
22316         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
22317         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
22318         (This type really should be intptr_t, but that's a C99ism.)
22319         (_obstack_memcpy): Remove: all uses changed to memcpy.
22320         Include <string.h> unconditionally.
22321         (struct obstack): Assume __STDC__ for types of members
22322         chunkfun, freefun, extra_arg.
22323         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
22324         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
22325         obstack_begin, obstack_specify_allocation,
22326         obstack_specify_allocation_with_arg, obstack_chunkfun,
22327         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
22328         Remove unprototyped decls and the macros that use them.
22329         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
22330         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
22331         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
22332         (defined __STDC__ && __STDC__)]:
22333         Remove nonprototyped code.
22334         Include <stdlib.h> unconditionally.
22335         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
22336         _obstack_allocated_p, _obstack_free, obstack_free,
22337         _obstack_memory_used, print_and_abort):
22338         Define using prototypes.
22339         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
22340         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
22341         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
22342         obstack_next_free, obstack_object_size, obstack_room) [0]:
22343         Remove unused, unprototyped code.
22344
22345         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
22346
22347         * lib/physmem.c (physmem_total, physmem_available, main): Define
22348         with prototypes.
22349
22350         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
22351         (main): Define with a prototype.
22352
22353         * lib/posixver.c (getenv): Remove decl.
22354
22355         * lib/putenv.c (malloc): Returns void *, not char *.
22356         Include <string.h> unconditionally.
22357         (strchr, memcpy, NULL): Do not define.
22358
22359         * lib/readtokens.c: Include readtokens.h first, to test interface.
22360         Include <stdlib.h>, <string.h> unconditionally.
22361         (init_tokenbuffer): Define with a prototype.
22362
22363         * lib/regex.c (PARAMS): Remove.  All uses removed.
22364         All uses of _RE_ARGS removed, too.
22365         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
22366         unconditionally.
22367         (bzero): Assume memset exists.
22368         (memcmp, memcpy, NULL): Remove.
22369         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
22370         char, or assignments to local vars of type signed char.
22371         (init_syntax_once, PREFIX(extract_number_and_incr),
22372         PREFIX(print_partial_compiled_pattern),
22373         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
22374         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
22375         PREFIX(regex_grow_registers), PREFIX(regex_compile),
22376         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
22377         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
22378         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
22379         wcs_compile_range, byte_compile_range, truncate_wchar,
22380         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
22381         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
22382         count_mbs_length, wcs_re_match_2_internal,
22383         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
22384         PREFIX(alt_match_null_string_p),
22385         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
22386         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
22387         regfree, PREFIX(extract_number)): Define with prototype.  Remove
22388         now-unnecessary declaration, if any.
22389         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
22390         regcomp, regexec):
22391         Remove now-unnecessary casts among pointer types.
22392         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
22393
22394         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
22395         (free): Remove decl.
22396
22397         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
22398
22399         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
22400         (free): Remove decl.
22401
22402         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
22403         * lib/xgetcwd.c: Likewise.
22404
22405         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
22406         (free): Remove decl.
22407
22408         * lib/strchrnul.c (strchrnul): Define with a prototype.
22409         Fix bug: c_in was not converted to char before searching.
22410
22411         The following changes are not K&R related:
22412
22413         * lib/group-member.h: Include <sys/types.h>, so that this file is
22414         self-contained.
22415         * lib/makepath.h: Likewise.
22416
22417         * lib/getusershell.c (readname, default_index, line_size, readname):
22418         Use size_t, not int, for sizes.
22419         (readname): If the size overflows, report an error instead of
22420         looping forever.
22421
22422 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22423
22424         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
22425         libc.
22426
22427 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22428
22429         * README: New section: portability guidelines.
22430
22431 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
22432
22433         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
22434         C89 spec.
22435
22436 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
22437
22438         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
22439
22440 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22441
22442         Assume C89 or better; remove K&R cruft.
22443         A few of these changes were first proposed by Derek Robert Price
22444         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
22445
22446         * lib/addext.c: Include <string.h> unconditionally.
22447         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
22448         Don't declare getenv or malloc.
22449
22450         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
22451         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
22452         (NULL): Remove.
22453         (find_stack_direction, alloca): Use prototypes.
22454
22455         * lib/atexit.c (atexit): Define using a prototype.
22456
22457         * lib/basename.c, dirname.c, stripslash.c:
22458         Include <string.h> unconditionally.
22459
22460         * lib/bcopy.c: Include <stddef.h>.
22461         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
22462
22463         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
22464
22465         * lib/error.h (error, error_at_line, error_print_progname)
22466         [! (defined (__STDC__) && __STDC__)]: Remove decls.
22467         * lib/error.c: Include error.h first, to check interface.
22468         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22469         (VA_START): Remove; all uses changeed to va_start.
22470         (exit, strerror): Remove decls.
22471         (error_print_progname): Prototype uncondionally.
22472         Don't include <errno.h>; no longer needed.
22473         (private_strerror): Remove.
22474         (error_tail): Always define.
22475         (error, error_at_line): Assume C89 or better; always use prototypes.
22476         * lib/fatal.c: Include "fatal.h" first, to test interface.
22477         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22478         (VA_START): Remove; all uses changed to va_start.
22479         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
22480         this case.
22481         (exit): Remove decl.
22482         (fatal): Prototype unconditionally.  Assume va_start works.
22483         Abort at end, to pacify gcc.
22484
22485         * lib/euidaccess.c (main): Define with a prototype.
22486
22487         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
22488
22489         * lib/exitfail.c: Include <stdlib.h> unconditionally.
22490
22491         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
22492         prototypes.
22493         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
22494         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
22495         (getenv): Remove decl.
22496         (fnmatch): Define using a prototype.
22497         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
22498         (FCT): Define using a prototype.
22499
22500         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
22501
22502         * lib/gethostname.c: Include <stddef.h>.
22503         (gethostname): Define with prototype.  Length is size_t, not int.
22504
22505 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22506
22507         Assume C89 or better; remove K&R cruft.
22508         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
22509         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
22510         string.h, getenv, malloc.
22511         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
22512         headers.
22513         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
22514         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
22515         do not check for strerror.
22516         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
22517         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
22518         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
22519         do not check for doprnt or vprintf.
22520         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
22521         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
22522
22523 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22524
22525         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
22526         getversion.c should have been removed then, but was accidentally
22527         preserved.
22528
22529         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
22530         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
22531
22532 2003-09-08  Karl Berry  <karl@gnu.org>
22533
22534         * config/config.sub, config.guess, srclistvars.sh: update from savannah
22535                 config, forget about prep.
22536
22537         * config/depcomp, missing: update from automake.
22538
22539 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22540
22541         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
22542         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22543
22544 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22545
22546         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
22547         copy_tm_result.  Bug reported by Simon Josefsson in
22548         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22549
22550 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22551
22552         * m4/time_r.m4: New file.
22553         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
22554         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
22555         is. Check for timegm declaration.
22556         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
22557         Do not check for gmtime_r.
22558         Replace mktime if __mktime_internal does not exist and if mktime
22559         hasn't been replaced already.
22560
22561 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22562
22563         * lib/time_r.c, lib/time_r.h: New files.
22564
22565         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
22566         __localtime_r.
22567         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
22568         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
22569
22570         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
22571         __gmtime_r.
22572         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
22573         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
22574         Include <time_r.h>.
22575
22576         * lib/timegm.c: Switch to glibc implementation, with the following
22577         changes:
22578         [defined HAVE_CONFIG_H]: Include <config.h>.
22579         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
22580         (__mktime_internal) [!defined _LIBC]: New decl.
22581         (__gmtime_r) [!defined _LIBC]: New macro and function.
22582         (timegm): Use a prototype, since gnulib assumes C89.
22583         Do not bother declaring tmp to be const, as it's not really usefu.
22584         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
22585         (timegm): Declare only if HAVE_DECL_TIMEGM.
22586
22587 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22588
22589         * MODULES.html.sh (func_all_modules): Add time_r.
22590         * modules/time_r: New file.
22591         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
22592         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
22593
22594 2003-09-03  Paul Eggert  <eggert@twinsun.com>
22595
22596         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
22597         Bug reported by Lute Kamstra in
22598         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
22599
22600         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
22601         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
22602         course with correspondingly smaller numbers for tomorrow and
22603         yesterday.  From Tadayoshi Funaba.  Originally installed into
22604         sh-utils on 1999-08-07, but the patch got lost (I guess during the
22605         coreutils merge?).
22606
22607 2003-08-31  Simon Josefsson  <jas@extundo.com>
22608
22609         * modules/timegm: New file.
22610         * MODULES.html.sh (func_all_modules): Add timegm.
22611
22612 2003-08-31  Simon Josefsson  <jas@extundo.com>
22613
22614         * m4/timegm.m4: New file.
22615
22616 2003-08-31  Simon Josefsson  <jas@extundo.com>
22617
22618         * lib/timegm.h: New file.
22619         * lib/timegm.c: New file.  Based on
22620         wget-1.8.2/src/http.c:mktime_from_utc.
22621
22622 2003-08-31  Karl Berry  <karl@gnu.org>
22623
22624         * lib/argp.h: update from libc.
22625
22626 2003-08-28  Bruno Haible  <bruno@clisp.org>
22627
22628         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
22629         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
22630         followed by '#define fnmatch fnmatch_posix' gives an error.
22631
22632 2003-08-28  Bruno Haible  <bruno@clisp.org>
22633
22634         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
22635         warning on QNX, which defines O_BINARY to 000000.
22636
22637 2003-08-27  Jim Meyering  <jim@meyering.net>
22638
22639         * m4/mkstemp.m4: Require that the system mkstemp be able to create
22640         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
22641         would fail after 32.  Reported by Danny Levinson.  Details here:
22642         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
22643
22644 2003-08-24  Bruno Haible  <bruno@clisp.org>
22645
22646         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
22647         MSVC7 <stdio.h> is included later.
22648
22649 2003-08-22  Simon Josefsson  <jas@extundo.com>
22650
22651         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
22652
22653 2003-08-20  Karl Berry  <karl@gnu.org>
22654
22655         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
22656
22657 2003-08-20  Bruno Haible  <bruno@clisp.org>
22658
22659         * modules/progname: New file.
22660         * MODULES.html.sh (func_all_modules): Add progname.
22661
22662 2003-08-20  Bruno Haible  <bruno@clisp.org>
22663
22664         * lib/progname.h: New file, from GNU gettext.
22665         * lib/progname.c: New file, from GNU gettext.
22666         * lib/progreloc.c: New file, from GNU gettext.
22667
22668 2003-08-19  Jim Meyering  <jim@meyering.net>
22669
22670         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
22671         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
22672
22673 2003-08-19  Bruno Haible  <bruno@clisp.org>
22674
22675         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
22676         more.
22677
22678 2003-08-19  Bruno Haible  <bruno@clisp.org>
22679
22680         * lib/xstrdup.c: Assume <string.h> exists.
22681
22682 2003-08-18  Paul Eggert  <eggert@twinsun.com>
22683
22684         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
22685         in makefile rules.
22686
22687 2003-08-18  Jim Meyering  <jim@meyering.net>
22688
22689         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
22690         * m4/lib-ld.m4: Likewise.
22691
22692 2003-08-18  Jim Meyering  <jim@meyering.net>
22693
22694         * lib/setenv.h: Indent nested cpp directive.
22695         * lib/vasnprintf.c: Remove trailing blanks.
22696
22697 2003-08-17  Simon Josefsson  <jas@extundo.com>
22698
22699         * modules/xstrndup: New file.
22700         * MODULES.html.sh (func_all_modules): Add xstrndup.
22701
22702 2003-08-17  Simon Josefsson  <jas@extundo.com>
22703
22704         * modules/argp: Fix autoconf macro name. Add more dependencies.
22705
22706 2003-08-17  Simon Josefsson  <jas@extundo.com>
22707
22708         * m4/xstrndup.m4: New file.
22709
22710 2003-08-17  Simon Josefsson  <jas@extundo.com>
22711
22712         * m4/argp.m4: New file.
22713
22714 2003-08-17  Simon Josefsson  <jas@extundo.com>
22715             Bruno Haible  <bruno@clisp.org>
22716
22717         * lib/xstrndup.h: New file.
22718         * lib/xstrndup.c: New file.
22719
22720 2003-08-17  Bruno Haible  <bruno@clisp.org>
22721
22722         * modules/strndup (Files, Include): Add lib/strndup.h.
22723
22724 2003-08-17  Bruno Haible  <bruno@clisp.org>
22725
22726         * modules/euidaccess (Files): Add lib/euidaccess.h.
22727
22728 2003-08-17  Bruno Haible  <bruno@clisp.org>
22729
22730         * lib/strndup.h: New file.
22731
22732 2003-08-17  Bruno Haible  <bruno@clisp.org>
22733
22734         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22735         like AC_GNU_SOURCE.
22736         * modules/extensions (configure.ac): Comment out the invocation of
22737         gl_USE_SYSTEM_EXTENSIONS.
22738
22739 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22740
22741         Merges from coreutils, etc.
22742         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22743         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22744         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22745         fixing a typo.
22746         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22747         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22748
22749 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22750
22751         Document merge from coreutils.
22752         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22753         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22754         * modules/utime: Add m4/utimes-null.m4.
22755
22756 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22757
22758         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22759         space, undoing this 2003-08-12 change:
22760         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22761
22762 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22763
22764         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22765         strtoul.c from libc, undoing this 2003-08-12 change:
22766         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22767
22768 2003-08-16  Jim Meyering  <jim@meyering.net>
22769
22770         Merges from coreutils.
22771         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22772         prefix.  Adjust cache variables similarly.  Create 500 rather than
22773         just 300 files, to exercise bug on Darwin6.5, too.
22774         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22775         $missing_dir.
22776         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22777         AM_SYS_POSIX_TERMIOS.
22778         Reported by mkc@mathdogs.com.
22779         Also change use of $am_cv_sys_posix_termios
22780         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22781         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22782         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22783         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22784         in /proc/mounts until it finds one with matching device number.  This
22785         is unnecessary when the FILE argument *is* a mount point.  No stat call
22786         is necessary in that case.  So, disable the statvfs-testing code on
22787         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22788         as RedHat bug# 84846.
22789         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22790         to 1MB, so as not to render systems with no stack size limit (e.g.,
22791         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22792         Include <unistd.h>.  On some systems,
22793         it is required for the definition of _SC_PAGESIZE.
22794
22795 2003-08-16  Jim Meyering  <jim@meyering.net>
22796
22797         Merge from coreutils.
22798         * lib/xstrtoimax.c: #else #if -> #elif.
22799         * lib/xstrtoumax.c: Likewise.
22800
22801 2003-08-16  Jim Meyering  <jim@meyering.net>
22802
22803         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22804         * m4/utimes.m4: Removed.
22805         * m4/utimes-null.m4: Renamed from utimes.m4.
22806
22807         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22808         to 1MB, so as not to render systems with no stack size limit (e.g.,
22809         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22810         Include <unistd.h>.  On some systems,
22811         it is required for the definition of _SC_PAGESIZE.
22812
22813 2003-08-16  Jim Meyering  <jim@meyering.net>
22814         and Paul Eggert  <eggert@cs.ucla.edu>
22815
22816         Merges from coreutils, etc.
22817
22818         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22819         using the latest version from cvs.  This avoids problems with #line
22820         directives using a vendor (Sun) compiler.
22821         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22822         Don't set GETGROUPS_LIB here; now it's
22823         done via getgroups.m4's wrapper function.
22824         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22825         rather than just in sh-util/configure.in, so that the
22826         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22827         same.
22828         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22829         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22830         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22831         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22832         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22833         Remove code that is now done by the newly-required macros.
22834         Append $(EXEEXT) to DF_PROG.
22835         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22836         Do not invoke or require the following here,
22837         since prereq.m4 or some gnulib .m4 now does this for us:
22838         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22839         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22840         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22841         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22842         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22843         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22844         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22845         AC_FUNC_OBSTACK.
22846         Do not replace the following functions, as this is now the job
22847         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22848         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22849         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22850         atexit getpass, strdup, getpagesize.
22851         Replace 'raise'.
22852         Do not check for the following functions, as this is now the job
22853         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22854         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22855         setregid.
22856         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22857         Check for sys/sysctl.h.
22858         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22859         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22860         of checking for ssize_t ourselves.
22861
22862         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22863         Require every macro that gnulib/modules/* suggests for us.
22864         (jm_PREREQ_ADDEXT): New macro.
22865         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22866         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22867
22868         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22869         (gl_PHYSMEM): Use it.
22870         Also check for `table' function.
22871         Check for new headers and functions.
22872         Add check for sys/sysmp.h.
22873         With suggestions from Kaveh Ghazi.
22874         Ignore headers that are present but cannot be compiled.  This
22875         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22876         C 5.4.
22877
22878 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22879
22880         Document merge from coreutils.
22881         * modules/userspec: Depend on posixver.
22882         * modules/strftime: Depend on tzset.
22883
22884 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22885
22886         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22887         rather than tab, after '#' in shell-script copyright notices.
22888         Suggested by Bruno Haible.
22889
22890 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22891
22892         * config/srclist-update: Use three spaces, rather than tab, after '#'
22893         in shell-script copyright notices.  Suggested by Bruno Haible.
22894         Remove unnecessary parenthesization in regular expression.
22895
22896 2003-08-15  Jim Meyering  <jim@meyering.net>
22897
22898         Merge from coreutils.
22899         * lib/xgethostname.c: Include <stdlib.h>.
22900         (xghostname): Don't exit for anything other than memory-related
22901         failure; just return NULL.
22902         * lib/userspec.c: Include "posixver.h".
22903         (parse_user_spec): Accept `.' as a separator only
22904         in pre-POSIX-200112 mode.
22905         * lib/strtoimax.c: Use #elif rather than #else #if.
22906         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22907         Remove function, now that we can rely on a working tzset function.
22908         [!_LIBC]: Ensure that the required autoconf test has been run.
22909         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22910         Use underlying_strftime for %r.
22911         * lib/sha.c: Merge in some clean-up and optimization changes from
22912         glibc.
22913         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22914         Ensure that it is a multiple of 64.
22915         Rearrange loop exit tests so as to avoid performing an
22916         additional fread after encountering an error or EOF.
22917         * lib/realloc.c: Update copyright date.
22918
22919 2003-08-15  Jim Meyering  <jim@meyering.net>
22920         and Paul Eggert  <eggert@twinsun.com>
22921
22922         Merge from coreutils.
22923         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22924         member but strut utmpx does not.  Needed for AIX 4.3.3.
22925         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22926
22927 2003-08-15  Jim Meyering  <jim@meyering.net>
22928         and Paul Eggert  <eggert@cs.ucla.edu>
22929
22930         Merges from coreutils, etc.
22931         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22932         Require gl_FUNC_TZSET_CLOBBER.
22933         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22934         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22935         members.
22936
22937 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22938
22939         Help the merge from coreutils.
22940         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22941         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22942         * m4/tzset.m4: Use it too.
22943
22944 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22945
22946         * modules/tzset: New file.
22947
22948 2003-08-14  Jim Meyering  <jim@meyering.net>
22949
22950         Merges from coreutils.
22951         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22952         variable names, rather than @FNMATCH_H@.
22953         * modules/alloca: Likewise for $(ALLOCA_H).
22954
22955         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22956         the three copies of the literal target, `fnmatch.h'.
22957         * modules/alloca (alloca.h): Likewise.
22958
22959 2003-08-14  Jim Meyering  <jim@meyering.net>
22960
22961         Merge from coreutils.
22962         * m4/tzset.m4: New file.
22963         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22964         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22965         otherwise, AIX 5.1 systems would end up using the latter.
22966         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22967         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22968         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22969         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22970
22971 2003-08-14  Jim Meyering  <jim@meyering.net>
22972
22973         Merge from coreutils.
22974         * lib/obstack.h: Whitespace changes.
22975         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22976         and xcalloc return values.
22977         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22978         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22979         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22980         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22981         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22982         error from mntctl.
22983         Use mntctl's return value to drive the entry-processing loop, since
22984         we can't rely on the value of the vmt_length member in the last
22985         entry.  On some systems doing so could result in exhausting
22986         virtual memory.  Based in part on a patch from Mike Jetzer.
22987
22988 2003-08-14  Jim Meyering  <jim@meyering.net>
22989         and Paul Eggert  <eggert@twinsun.com>
22990
22991         Merges from coreutils, plus other fixes.
22992         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22993         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22994         for credits and details.  Thanks to Kaveh Ghazi for helping
22995         to keep these files in sync.
22996         (ARRAY_SIZE): Define it.
22997         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22998         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22999         (memcasecmp): Don't assume size_t fits in unsigned int.
23000         Remove casts and duplicate code.
23001         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
23002         (memcpy): Remove definition.
23003         Merge in some clean-up and optimization changes from glibc.
23004         [BLOCKSIZE]: Move definition to top of file.
23005         Ensure that it is a multiple of 64.
23006         Rearrange loop exit tests so as to avoid performing an
23007         additional fread after encountering an error or EOF.
23008         * lib/md5.h (md5_uintptr): Define.
23009         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
23010         return to the initial working directory.  Preserve errno
23011         for caller.
23012         * lib/idcache.c: Include "xalloc.h".
23013         (xmalloc, xrealloc): Remove decls.
23014         (getuser): Remove casts no longer required in C89.
23015         * lib/human.c: Include stdio.h, for sprintf.
23016         * lib/group-member.c: Include "xalloc.h".
23017         (xmalloc, xrealloc): Remove decls.
23018         (get_group_info): Remove casts no longer required in C89.
23019         * lib/getusershell.c (readname): Remove casts no longer required in
23020         C89.
23021         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
23022         * lib/getline.c: Whitespace fix, from coreutils.
23023
23024 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23025
23026         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
23027         Check for isascii.
23028
23029         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
23030         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
23031         Undo previous (whitespace-only) change.
23032
23033 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23034
23035         * lib/exclude.c: Include <ctype.h>
23036         (IN_CTYPE_DOMAIN): New macro.
23037         (is_space): New fn.
23038         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
23039         and empty lines.
23040
23041         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
23042         Undo previous (whitespace-only) change.
23043
23044 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23045
23046         * config/srclist-update: Change update back to the old behavior,
23047         leaving whitespace alone.  Use one 'sed' command rather than a
23048         pipeline.
23049         (fixlicense): Now a variable, not a function.
23050         (remove_trailing_blanks): Remove.
23051         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
23052         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
23053         Undo previous (whitespace-only) change.
23054
23055 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23056
23057         Merge from coreutils.
23058         * modules/euidaccess: Add lib_SOURCES, include for new
23059         file euidaccess.h
23060
23061 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23062
23063         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
23064         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
23065         Normalize leading white space and remove trailing white space.
23066
23067         Merge from coreutils
23068         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
23069
23070         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
23071         0.12.1.  These files are now being upgraded automatically by
23072         ../config/srclist-update.
23073
23074 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23075
23076         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
23077         Normalize leading white space and remove trailing white space.
23078         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
23079         notice, as per ../config/srclist-update.
23080
23081         Merge from coreutils.
23082         * lib/euidaccess.h: New file.
23083         * lib/euidaccess.c: Include it.
23084         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
23085         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
23086         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
23087
23088 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23089
23090         * config/srclist-update: Add copyright notice.
23091         (remove_id_lines, remove_trailing_blanks): New constants.
23092         (fixfile): Use them to normalize spacing a bit in copied files.
23093         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
23094         Normalize leading white space and remove trailing white space.
23095
23096         * config/texinfo.tex: Sync with texinfo.
23097
23098         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
23099         strtoul.c from libc, to merge coreutils whitespace changes.
23100
23101         * config/srclist.txt: Get the following m4 files from gettext:
23102         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
23103         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
23104         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
23105         wint_t.m4.
23106
23107 2003-08-12  Karl Berry  <karl@gnu.org>
23108
23109         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
23110         been made.
23111
23112 2003-08-11  Paul Eggert  <eggert@twinsun.com>
23113
23114         * modules/gnu-source, m4/gnu-source.m4:
23115         Remove; we're assuming Autoconf 2.54 or later now.
23116         Suggested by Bruno Haible.
23117         * MODULES.html.sh (func_all_modules): Remove gnu-source.
23118
23119 2003-08-11  Bruno Haible  <bruno@clisp.org>
23120
23121         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
23122
23123 2003-08-11  Bruno Haible  <bruno@clisp.org>
23124
23125         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
23126         (vasnprintf): Use it instead of wcslen.
23127
23128 2003-08-11  Bruno Haible  <bruno@clisp.org>
23129
23130         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
23131         value to ensure that _Bool promotes to int. Use #define for _Bool when
23132         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
23133
23134 2003-08-10  Karl Berry  <karl@gnu.org>
23135
23136         * lib/regex.h: update from libc (whitespace fix).
23137
23138 2003-08-09  Paul Eggert  <eggert@twinsun.com>
23139
23140         Merge some files from coreutils.  These changes were
23141         originally made by Jim Meyering.
23142         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
23143         many older Unixes require this.
23144         * lib/alloca.c (alloca): Remove cast to argument of free;
23145         no longer needed in C89.
23146         * lib/alloca_.h, regex.h: Fix white space to match
23147         what GNU indent does.
23148
23149 2003-08-09  Paul Eggert  <eggert@twinsun.com>
23150
23151         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
23152         apparently Emacs's Unicode mode got confused before my 2003-08-05
23153         checkin.
23154
23155 2003-08-08  Paul Eggert  <eggert@twinsun.com>
23156
23157         * m4/extensions.m4: New file.
23158         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
23159         Require gl_USE_SYSTEM_EXTENSIONS.
23160         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
23161         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
23162
23163 2003-08-08  Paul Eggert  <eggert@twinsun.com>
23164
23165         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
23166         * modules/extensions, modules/gnu-source: New files.
23167         * modules/timespec, modules/unlocked-io: Depend on extensions.
23168
23169 2003-08-07  Paul Eggert  <eggert@twinsun.com>
23170
23171         * modules/restrict: New file.
23172         * MODULES.html.sh (func_all_modules): Add restrict.
23173         * modules/regex: Depend on restrict.
23174
23175 2003-08-07  Paul Eggert  <eggert@twinsun.com>
23176
23177         * m4/restrict.m4: New file.
23178         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
23179
23180 2003-08-07  Bruno Haible  <bruno@clisp.org>
23181
23182         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
23183         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
23184
23185 2003-08-07  Bruno Haible  <bruno@clisp.org>
23186
23187         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
23188         makes the module 'getndelim2' compatible with the module 'getline'.
23189
23190 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23191
23192         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
23193         byte with "\201" to avoid glitches when editing that source file
23194         with multi-gnome-terminal.
23195
23196 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23197
23198         * lib/bumpalloc.h: Remove.
23199
23200 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23201
23202         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
23203         * modules/bumpalloc: Remove.
23204
23205 2003-08-04  Paul Eggert  <eggert@twinsun.com>
23206
23207         * lib/getloadavg.c: Change copyright notice and spacing to conform to
23208         GNU coding style.
23209
23210         Merge from coreutils.
23211         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
23212         1. From glibc.
23213         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
23214         from Karl Berry, implemented by Jim Meyering.
23215         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
23216         from Dmitry V. Levin.
23217         Remove anachronistic cast of xrealloc.
23218         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
23219         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
23220         type. Otherwise, it wouldn't compile with at least /bin/cc on
23221         ymp-cray-unicos9.0.2.X.
23222         Combine two mostly-identical uses of alloca into one.
23223         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
23224
23225 2003-08-04  Dave Love  <d.love@dl.ac.uk>
23226
23227         [From Emacs.]
23228
23229         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
23230         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
23231         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
23232         obsolete NLIST_NAME_UNION.
23233         [__GNU__]: Undef BSD and FSCALE.
23234         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
23235
23236 2003-08-03  Paul Eggert  <eggert@twinsun.com>
23237
23238         * lib/stdbool_.h (_Bool): Make it signed char, instead of
23239         an enum type, so that it's guaranteed to promote to int.  See:
23240         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
23241
23242 2003-08-03  Karl Berry  <karl@gnu.org>
23243
23244         * config/depcomp: update from automake.
23245
23246 2003-07-31  Paul Eggert  <eggert@twinsun.com>
23247
23248         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
23249         (strerror): Don't assume that a printable int fits in 14 bytes.
23250
23251 2003-07-31  Bruno Haible  <bruno@clisp.org>
23252
23253         * modules/getpass-gnu: New file.
23254         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
23255
23256 2003-07-31  Bruno Haible  <bruno@clisp.org>
23257
23258         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
23259
23260 2003-07-24  Karl Berry  <karl@gnu.org>
23261
23262         * config/missing: update from automake.
23263
23264 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
23265             Bruno Haible  <bruno@clisp.org>
23266
23267         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
23268         * lib/getline.c (getline, getdelim): Likewise.
23269         Remove _GNU_SOURCE define; now it's defined in config.h through
23270         m4/getline.m4.
23271
23272 2003-07-23  Karl Berry  <karl@gnu.org>
23273
23274         * config/config.sub: update from prep.
23275
23276 2003-07-22  Paul Eggert  <eggert@twinsun.com>
23277
23278         * modules/xalloc (Depends-on): Add exitfail.
23279         * modules/xmemcoll: Likewise.
23280
23281 2003-07-22  Paul Eggert  <eggert@twinsun.com>
23282
23283         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
23284         over-parenthesization in macros.
23285
23286         Sync with coreutils.
23287
23288         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
23289         required by C99.
23290
23291         Use `exit_failure' for xalloc and xmemcoll instead of their own
23292         private exit-failure variables.
23293         * lib/xalloc.h (xalloc_exit_failure): Remove.
23294         * lib/xmalloc.c: Likewise.  Include exitfail.h.
23295         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
23296         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
23297         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
23298         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
23299
23300 2003-07-20  Jim Meyering  <jim@meyering.net>
23301
23302         * modules/closeout (Depends-on): Add exitfail.
23303         Suggestion from Bruno Haible.
23304
23305 2003-07-19  Karl Berry  <karl@gnu.org>
23306
23307         * config/config.sub: update from prep.
23308
23309 2003-07-18  Paul Eggert  <eggert@twinsun.com>
23310
23311         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
23312         Remove.
23313         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
23314         to test that it can stand by itself.  Include "exitfail.h".
23315         Clients should set exit_failure instead.
23316         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
23317
23318 2003-07-18  Bruno Haible  <bruno@clisp.org>
23319
23320         * modules/getndelim2: New file.
23321         * modules/getline: Share files with module getndelim2.
23322         * modules/getnline: Depend on getndelim2 instead of sharing files with
23323         it. Add getnline.c to lib_SOURCES.
23324         * MODULES.html.sh (func_all_modules): Add getndelim2.
23325
23326 2003-07-18  Bruno Haible  <bruno@clisp.org>
23327
23328         * m4/getndelim2.m4: New file.
23329         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
23330         invoke gl_PREREQ_GETNDELIM2.
23331         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
23332         gl_PREREQ_GETNDELIM2.
23333         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
23334         gl_GETNDELIM2.
23335
23336 2003-07-18  Bruno Haible  <bruno@clisp.org>
23337
23338         * lib/getndelim2.h: New file.
23339         * lib/getndelim2.c: Make into a module of its own. Include config.h,
23340         getndelim2.h.
23341         (getndelim2): Make non-static. Change return type to ssize_t.
23342         * lib/getline.h: Change argument names.
23343         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
23344         * lib/getnline.c: Include getndelim2.h.
23345
23346 2003-07-18  Andreas Schwab  <schwab@suse.de>
23347
23348         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
23349
23350 2003-07-17  Karl Berry  <karl@gnu.org>
23351
23352         * config/config.sub: update from prep.
23353
23354 2003-07-17  Bruno Haible  <bruno@clisp.org>
23355
23356         * modules/getnline: New file.
23357         * modules/getline: Add lib/getndelim2.c to source file list.
23358         * MODULES.html.sh (func_all_modules): Add getnline.
23359
23360 2003-07-17  Bruno Haible  <bruno@clisp.org>
23361
23362         * m4/getnline.m4: New file.
23363
23364 2003-07-17  Bruno Haible  <bruno@clisp.org>
23365
23366         * m4/Makefile.am.in: Remove file.
23367         * m4/Makefile.am: Remove file.
23368         * m4/Makefile.in: Remove file.
23369
23370 2003-07-17  Bruno Haible  <bruno@clisp.org>
23371
23372         * lib/getnline.h: New file.
23373         * lib/getnline.c: New file.
23374         * lib/getndelim2.c: New file, extracted from getline.c.
23375         (getndelim2): Renamed from getdelim2, with added nmax argument.
23376         * lib/getline.c: Include getndelim2.c.
23377         (getdelim2): Moved out to getndelim2.c.
23378         (getline, getdelim): Update.
23379
23380 2003-07-17  Bruno Haible  <bruno@clisp.org>
23381
23382         * lib/Makefile.am: Remove file.
23383         * lib/Makefile.in: Remove file.
23384
23385 2003-07-17  Bruno Haible  <bruno@clisp.org>
23386
23387         * configure.in: Remove file.
23388         * Makefile.in: Remove file.
23389
23390 2003-07-17  Bruno Haible  <bruno@clisp.org>
23391
23392         * MODULES.html.sh: Put the </BODY> right before </HTML>.
23393
23394 2003-07-16  Karl Berry  <karl@gnu.org>
23395
23396         * config/srclist-update: was running fixlicense twice, which caused
23397                 texinfo.tex to be nullified for some reason.  Simplify,
23398                 $gplsrc is no longer needed as far as I can see?
23399
23400 2003-07-16  Jim Meyering  <jim@meyering.net>
23401
23402         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
23403
23404 2003-07-15  Paul Eggert  <eggert@twinsun.com>
23405
23406         * config/srclist.txt: Get the following files from gettext-runtime/intl
23407         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
23408         ref-del.sin.  From Bruno Haible.
23409         * config/srclist-update (fixfile): Change grep pattern again, since the
23410         previous fix didn't work (there was another trailing $).  Use
23411         '[$]' to escape the $s.
23412
23413 2003-07-15  Karl Berry  <karl@gnu.org>
23414
23415         * lib/vasnprintf.c: update from gettext.
23416
23417 2003-07-15  Karl Berry  <karl@gnu.org>
23418
23419         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
23420         gets expanded when surrounded by '$'.
23421
23422 2003-07-15  Jim Meyering  <jim@meyering.net>
23423
23424         * modules/save-cwd: Don't depend on error.  From Derek Price.
23425
23426 2003-07-15  Jim Meyering  <jim@meyering.net>
23427
23428         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
23429
23430 2003-07-14  Simon Josefsson  <jas@extundo.com>
23431
23432         * modules/mempcpy: New file.
23433         * MODULES.html.sh (func_all_modules): Add mempcpy.
23434
23435 2003-07-14  Simon Josefsson  <jas@extundo.com>
23436
23437         * m4/mempcpy.m4: New file.
23438
23439 2003-07-14  Simon Josefsson  <jas@extundo.com>
23440
23441         * lib/mempcpy.h: New file.
23442         * lib/mempcpy.c: New file.
23443
23444 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23445
23446         * modules/getdate, modules/posixtm: Depend on mktime.
23447
23448 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23449
23450         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
23451         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
23452         unicodeio.c, unicodeio.h, unlocked-io.h:
23453         Switch from LGPL to GPL.
23454
23455 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23456
23457         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
23458         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
23459         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
23460         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
23461         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
23462         updated automatically by ../config/srclist-update.  This changes
23463         their license from LPGL to GPL.
23464
23465 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23466
23467         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
23468         assumed to refer to the root of the most recent stable gettext version.
23469         * config/srclistvars.sh: Add defaults for eggert.
23470         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
23471         Match "This program" as well as "The program".  This is needed
23472         for gettext.
23473
23474 2003-07-14  Jim Meyering  <jim@meyering.net>
23475
23476         Don't emit diagnostics.  Let callers do that.
23477         * lib/save-cwd.c: Don't include "error.h".
23478         (save_cwd): Don't call error.  Ensure that errno is valid
23479         when returning nonzero.
23480
23481         * lib/save-cwd.h (restore_cwd): Update prototype.
23482         * lib/save-cwd.c (restore_cwd): Remove two parameters.
23483         Simplify.  Don't call error upon failure.  Let callers do that.
23484         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
23485         when auditing is enabled.  But don't bother updating the #if.
23486
23487 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
23488
23489         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
23490         it breaks C++ compilation.
23491         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
23492
23493 2003-07-10  Simon Josefsson  <jas@extundo.com>
23494
23495         * modules/strchrnul (Makefile.am): Add strchrnul.h.
23496
23497 2003-07-10  Jim Meyering  <jim@meyering.net>
23498
23499         * m4/clock_time.m4: Remove trailing blank.
23500         * m4/intmax_t.m4: Likewise.
23501
23502 2003-07-10  Jim Meyering  <jim@meyering.net>
23503
23504         * lib/vasnprintf.c: Remove trailing blanks.
23505         Make cpp indentation consistent.
23506
23507 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23508
23509         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
23510         posixver.c, strftime.c, strnlen.c, strverscmp.c:
23511         Switch from LGPL to GPL.
23512
23513 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23514
23515         * config/srclist.txt: Sort sublists.  Add
23516         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
23517         that differ from gnulib for one reason or another; we'd like this list
23518         to be smaller but for now let's document what we have.
23519
23520 2003-07-08  Paul Eggert  <eggert@twinsun.com>
23521
23522         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
23523         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
23524         and sweeter "eval x=$x".
23525         * config/srclist.txt: Get lib/argp* from glibc.
23526
23527 2003-07-07  Paul Eggert  <eggert@twinsun.com>
23528
23529         * lib/mktime.c: Fix some boundary cases and remove need for floating
23530         point.
23531
23532         Issue a compile-time diagnostic if time_t is floating point, or if
23533         two's complement arithmetic is not in effect, or if arithmetic
23534         right shift does not propagate the sign.  These assumptions were
23535         all in the original code but they weren't checked.
23536
23537         (TIME_T_MIDPOINT, verify): New macros.
23538         (__isleap): Remove; it has integer overflow problems.
23539         (leapyear): New function, without those problems.
23540         (ydhms_tm_diff): Remove; splitting into two parts.
23541         (ydhms_diff): New function, containing the arithmetic part of
23542         the old ydhms_tm_diff function.  Issue a compile-time
23543         diagnostic if we are not using C99 integer division.
23544         Avoid casts when possible.
23545         (guess_time_tm): New function, containing the checking part of
23546         the old ydhms_tm_diff function.  Return the new value, rather than
23547         the difference between it and the old.  Accept a new argument T
23548         so that *T specifies the old value.  Check for overflow in the result.
23549
23550         (__mktime_internal): Use a time_t offset, not a long int offset.
23551         This undoes the 2003-06-04 change, which is no longer needed now
23552         that we have better overflow checking.
23553         (localtime_offset): Likewise.
23554
23555         (__mktime_internal): Avoid harmful overflow on hosts where time_t
23556         and long are 64-bit but int is only 32-bit.
23557         (ydhms_diff): Use long int to store year1 and yday1.
23558         Issue a compile-time diagnostic if long int is not wide enough.
23559
23560         (__mktime_internal): Use long int to store adjusted year and yday.
23561         Use plain C rather than preprocessor commands, if that doesn't
23562         affect efficiency.
23563         Check for overflow (and try to repair) after each probe
23564         rather than checking only at the very end.  This avoids some bugs
23565         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
23566         does not equal GMT offset at maximum time).
23567         Use integer to check for overflow rather than floating point; this
23568         is more portable to non-IEEE hosts, and is a tad faster.
23569         When we detect that we are oscillating between two values,
23570         don't check whether tm_isdst has the requested value, since
23571         we already know the answer.  When tm_isdst has the wrong value,
23572         use a different heuristic to find the right one, based on the
23573         extreme values actually observed in practice in tz2003a,
23574         rather than the (overly optimistic) "previous 3 calendar quarters".
23575
23576         (not_equal_tm, print_tm, check_result): Use "const T" rather than
23577         "T const" to accommodate glibc style.
23578         (check_result): Use less-confusing report format.  "long" -> "long int.
23579         (main): Likewise.
23580         Don't loop if the iteration overflows time_t.
23581         Allow a negative step in the iteration.
23582
23583 2003-07-06  Karl Berry  <karl@gnu.org>
23584
23585         * config/depcomp: update from automake.
23586         * config/config.sub: update from prep.
23587
23588 2003-07-03  Karl Berry  <karl@gnu.org>
23589
23590         * config/config.guess: update from prep.
23591
23592 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23593
23594         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
23595         xreadlink.c now includes it unconditionally.
23596
23597 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23598
23599         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
23600         having it depend on HAVE_SYS_TYPES_H.
23601
23602 2003-07-01  Bruno Haible  <bruno@clisp.org>
23603
23604         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
23605         <sys/types.h> should be sufficient.
23606         Reported by Paul Eggert.
23607
23608 2003-06-26  Karl Berry  <karl@gnu.org>
23609
23610         * config/depcomp: update from automake.
23611
23612 2003-06-26  Bruno Haible  <bruno@clisp.org>
23613
23614         * modules/human: Depend on module stdbool.
23615
23616 2003-06-25  Bruno Haible  <bruno@clisp.org>
23617
23618         * modules/readlink: New file.
23619         * modules/xreadlink: Depend on it.
23620         * MODULES.html.sh (func_all_modules): Add readlink.
23621
23622 2003-06-25  Bruno Haible  <bruno@clisp.org>
23623
23624         * m4/readlink.m4: New file.
23625
23626 2003-06-25  Bruno Haible  <bruno@clisp.org>
23627
23628         * lib/readlink.c: New file.
23629
23630 2003-06-22  Karl Berry  <karl@gnu.org>
23631
23632         * config/srclist.txt: update mkinstalldirs from automake.
23633         * config/mkinstalldirs: update.
23634
23635 2003-06-22  Bruno Haible  <bruno@clisp.org>
23636
23637         Portability to mingw32.
23638         * m4/ssize_t.m4: New file, from GNU gettext.
23639         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
23640         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
23641
23642 2003-06-22  Bruno Haible  <bruno@clisp.org>
23643
23644         * modules/safe-read: Add m4/ssize_t.m4.
23645         * modules/xreadlink: Add m4/ssize_t.m4.
23646
23647 2003-06-20  Bruno Haible  <bruno@clisp.org>
23648
23649         Assume C89, so PARAMS isn't needed.
23650         * lib/unicodeio.h (PARAMS): Remove.
23651         * lib/unicodeio.c: Don't use PARAMS.
23652
23653 2003-06-18  Karl Berry  <karl@gnu.org>
23654
23655         * config/config.{guess,sub}: update from prep.
23656
23657 2003-06-18  Jim Meyering  <jim@meyering.net>
23658
23659         Merge changes from coreutils.
23660         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
23661         Remove explicit declarations of xmalloc and realloc.
23662         Include xalloc.h.
23663         (read_utmp): Remove anachronistic cast of xmalloc.
23664
23665 2003-06-17  Paul Eggert  <eggert@twinsun.com>
23666
23667         Assume C89, so PARAMS isn't needed.
23668         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
23669         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
23670         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
23671         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
23672         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
23673         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
23674         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
23675         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
23676         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
23677         lib/xstrtod.h, lib/xstrtol.h: Likewise.
23678         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
23679         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
23680         no longer needed. Anyway, config.h should always be included before any
23681         other file.
23682
23683 2003-06-11  Simon Josefsson  <jas@extundo.com>
23684
23685         * modules/sysexits: New file.
23686         * MODULES.html.sh (func_all_modules): Add sysexits.
23687
23688 2003-06-11  Simon Josefsson  <jas@extundo.com>
23689
23690         * lib/sysexit_.h: New file.
23691
23692 2003-06-11  Derek Price  <derek@ximbiot.com>
23693
23694         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
23695         necessary.
23696
23697 2003-06-11  Bruno Haible  <bruno@clisp.org>
23698
23699         * m4/sysexits.m4: New file.
23700
23701 2003-06-10  Simon Josefsson  <jas@extundo.com>
23702
23703         * lib/argp.h: New file, from glibc.
23704         * lib/argp-ba.c: New file, from glibc.
23705         * lib/argp-eexst.c: New file, from glibc.
23706         * lib/argp-fmtstream.c: New file, from glibc.
23707         * lib/argp-fmtstream.h: New file, from glibc.
23708         * lib/argp-fs-xinl.c: New file, from glibc.
23709         * lib/argp-help.c: New file, from glibc.
23710         * lib/argp-namefrob.h: New file, from glibc.
23711         * lib/argp-parse.c: New file, from glibc.
23712         * lib/argp-pv.c: New file, from glibc.
23713         * lib/argp-pvh.c: New file, from glibc.
23714         * lib/argp-xinl.c: New file, from glibc.
23715
23716 2003-06-10  Simon Josefsson  <jas@extundo.com>
23717
23718         * modules/strchrnul: New file.
23719
23720 2003-06-10  Simon Josefsson  <jas@extundo.com>
23721
23722         * modules/argp: New file.
23723
23724 2003-06-10  Simon Josefsson  <jas@extundo.com>
23725
23726         * m4/strchrnul.m4: New file.
23727
23728 2003-06-10  Simon Josefsson  <jas@extundo.com>
23729
23730         * lib/strchrnul.h: New file.
23731         * lib/strchrnul.c: New file.
23732
23733 2003-06-10  Bruno Haible  <bruno@clisp.org>
23734
23735         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23736
23737 2003-06-07  Karl Berry  <karl@gnu.org>
23738
23739         * config/config.{guess,sub}: update from prep.
23740
23741 2003-06-07  Jim Meyering  <jim@meyering.net>
23742
23743         * modules/strtod: Use $(...) notation, not @...@ for
23744         AC_REPLACE'd variables.
23745         * modules/localcharset: Likewise.
23746
23747 2003-06-07  Jim Meyering  <jim@meyering.net>
23748
23749         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23750         in place of my name in the copyright comment.
23751         Remove definition and uses of __P.
23752
23753         From coreutils.
23754         * lib/stat.c: Don't declare xmalloc explicitly.
23755         Instead, include "xalloc.h".
23756         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23757         xrealloc, and xcalloc return values.
23758         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23759         Improve comment.
23760         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23761
23762 2003-06-07  Bruno Haible  <bruno@clisp.org>
23763
23764         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23765         avoid AC_CONFIG_LINKS.
23766         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23767         fnmatch.h, to avoid AC_CONFIG_LINKS.
23768         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23769
23770 2003-06-07  Bruno Haible  <bruno@clisp.org>
23771
23772         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23773         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23774         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23775         directory.
23776         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23777         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23778         directory.
23779
23780 2003-06-06  Jim Meyering  <jim@meyering.net>
23781
23782         Merge from coreutils.
23783         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23784         Consolidate declarations and initializations of *_base* locals.
23785
23786         Merge from coreutils.
23787         This avoids a core dump on systems without GNU putenv,
23788         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23789         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23790         (unsetenv): New static function, from GNU libc.
23791         (rpl_putenv): Use it.
23792
23793         * lib/modechange.c: Remove trailing blanks.
23794
23795         Merge from coreutils.
23796         * lib/fsusage.c: Remove declaration of statfs.
23797         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23798
23799         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23800
23801 2003-06-06  Jim Meyering  <jim@meyering.net>
23802
23803         * lib/stdbool_.h: Renamed from stdbool.h.in.
23804
23805 2003-06-06  Jim Meyering  <jim@meyering.net>
23806             Bruno Haible  <bruno@clisp.org>
23807
23808         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23809         Adjust Makefile.am snippet not to redirect directly to target.
23810         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23811
23812 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23813
23814         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23815         mismatch, look in future quarters as well as past.  This fixes a
23816         bug when processing fall-backwards gaps immediately after a long
23817         period of daylight-saving time.
23818
23819         * lib/mktime.c: Assume freestanding C89 or better.
23820         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23821         (__P): Remove; not used.
23822         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23823         (mktime, not_equal_tm, print_tm, check_result,
23824         main): Use prototypes.  Use const * where appropriate.
23825         (main): Fix typo in testing code that uncovered by above changes.
23826         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23827
23828 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23829
23830         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23831         locale.h, localeconv.  This merges changes from coreutils.
23832
23833         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23834         It can be removed after the next Autoconf is released.
23835         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23836         needed.
23837
23838 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23839
23840         * lib/mktime.c: Fix Debian bug 177940
23841         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23842         (localtime_offset): Now long int, not time_t, because we want it
23843         to be guaranteed to be signed.  All uses changed.
23844         (__mktime_internal): If overflow would occur when adding offset,
23845         don't add it.
23846
23847         Merge 'human' changes from coreutils.  Rewrite to support
23848         locale-specific notations like thousands separators.
23849         * lib/human.c: Simplify authorship notice.
23850         Include human.h immediately after config.h.
23851         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23852         <limits.h>: Do not include, since human.h does.
23853         (SIZE_MAX, UINTMAX_MAX): New macros.
23854         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23855         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23856         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23857         (power_letter): Renamed from suffixes.
23858         (generate_suffix_backwards): Remove.
23859         (adjust_value): Now takes int style (because of human.h changes)
23860         and long double value (for greater precision on some platforms).
23861         (group_number): New function.
23862         (human_readable): Use it.  Use integer options, not enum.
23863         Put the options before the sizes in the arg list.
23864         Support all the new options.
23865         The old human_readable function has been removed;
23866         use inttostr.h instead.
23867         (human_readable, default_block_size, humblock):
23868         Use uintmax_t, not int, for block sizes.
23869         (human_readable_inexact, block_size_types): Remove.
23870         (block_size_opts): New constant.
23871         (human_options): Renamed from human_block_size, with new signature
23872         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23873         * lib/human.h: Add copyright and authorship notice.
23874         Include <limits.h> and <stdbool.h> unconditionally.
23875         (PARAMS): Remove.  All uses removed.
23876         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23877         (enum human_inexact_style): Remove tag; now a nameless enum.
23878         (human_floor, human_ceiling, human_round_to_even): Now have
23879         values 2, 0, 1 rather than -1, 1, 0.
23880         (human_group_digits, human_suppress_point_zero, human_autoscale,
23881         human_base_1024, human_SI, human_B): New constants.
23882         (human_readable_inexact, human_block_size): Remove.
23883         (human_readable): Size args are now uintmax_t, not int.
23884         (human_options): New decl.
23885
23886         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23887         unnecessary now that we assume C89 or better.  This change
23888         imported from coreutils.
23889
23890         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23891         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23892         in the 2003-05-30 sync from glibc.
23893
23894         .h files should stand alone, but we shouldn't include <sys/types.h>
23895         if we can get away with just <stddef.h>.
23896
23897         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23898         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23899         rather than <sys/types.h>, as we merely need size_t.
23900         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23901         to get size_t.
23902         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23903         Include <stdio.h>, to get FILE.
23904         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23905         memcasecmp.h has included <stddef.h> and all we need is size_t.
23906         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23907         our interface, instead of including <sys/types.h>
23908
23909 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23910
23911         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23912         now, as glibc mktime is buggy on non-glibc systems.
23913
23914 2003-06-03  Karl Berry  <karl@gnu.org>
23915
23916         * config/config.sub: update from prep.
23917
23918 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23919
23920         [from coreutils]
23921         Fix some minor time-related bugs with POSIX time arguments.
23922         Some valid time stamps were being rejected (notably -1, and
23923         time stamps before 1900 on 64-bit hosts).  And some invalid
23924         time stamps were being accepted, e.g. September 31.
23925
23926         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23927         that we can return (time_t) -1 successfully.
23928         * lib/posixtm.c: Likewise.
23929         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23930         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23931         (t): Remove static var.
23932         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23933         of static var.  All uses changed.
23934         (year): Do not reject years before 1900; they can occur with
23935         64-bit time_t.
23936         (posix_time_parse): Do not check for out-of-range components;
23937         that is now the caller's responsibility, since our checks were
23938         only approximations.
23939         (posixtime): Use mktime to check for out-of-range components,
23940         since it knows them exactly.
23941         If mktime returns (time_t) -1, check whether an error actually occurred
23942         by invoking localtime on -1.
23943         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23944         posixtime failures better.
23945         Improve the test data (in comments only).
23946
23947 2003-06-02  Karl Berry  <karl@gnu.org>
23948
23949         * config/mkinstalldirs (version): new variable.
23950         (--version): new option.
23951         (usage): improve message.
23952
23953 2003-05-30  Karl Berry  <karl@gnu.org>
23954
23955         * lib/mktime.c: update from libc.
23956
23957 2003-05-30  Bruno Haible  <bruno@clisp.org>
23958
23959         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23960         * config/config.rpath: Upgrade to gettext-0.12.1.
23961
23962 2003-05-30  Bruno Haible  <bruno@clisp.org>
23963
23964         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23965         * m4/nls.m4: New file, from gettext-0.12.1.
23966         * m4/po.m4: New file, from gettext-0.12.1.
23967         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23968
23969 2003-05-30  Bruno Haible  <bruno@clisp.org>
23970
23971         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23972         * lib/localcharset.h: Likewise.
23973         * lib/localcharset.c: Likewise.
23974
23975 2003-05-29  Karl Berry  <karl@gnu.org>
23976
23977         * config/config.rpath: update from gettext.
23978
23979 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23980
23981         Assume the headers required for C89 freestanding compilers.
23982         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23983         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23984         * m4/human.m4 (gl_HUMAN): Likewise.
23985         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23986         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23987         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23988         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23989         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23990         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23991
23992 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23993
23994         Assume the headers required for C89 freestanding compilers.
23995         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23996         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23997         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23998         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23999         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
24000         define, since <limits.h> is guaranteed to do that.
24001         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
24002         * lib/exclude.c: Include <stdbool.h> unconditionally.
24003         * lib/tempname.c: Include <stddef.h> unconditionally.
24004         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
24005         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
24006         <stddef.h> does that.
24007         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
24008         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
24009         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
24010         needed.
24011         * lib/xstrtol.c: Likewise.
24012         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
24013         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
24014
24015         * lib/addext.c (addext): Use assignment rather than cast, to avoid
24016         warnings on some platforms.
24017
24018         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
24019         arbitrarily.
24020
24021 2003-05-26  Jim Meyering  <jim@meyering.net>
24022
24023         Merge in a change from coreutils:
24024         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
24025         that is guaranteed to be `no'.  Use `no_such_member' to indicate
24026         that condition, rather than `-1' which is slightly misleading.
24027         Change the name of the cache variable to have the gl_ prefix.
24028         Prompted by a patch from Richard Dawe for DJGPP.
24029
24030 2003-05-24  Karl Berry  <karl@gnu.org>
24031
24032         * config/config.guess: update from prep.
24033
24034 2003-05-22  Karl Berry  <karl@gnu.org>
24035
24036         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
24037
24038 2003-05-20  Karl Berry  <karl@gnu.org>
24039
24040         * config/config.guess: update from prep.
24041
24042 2003-05-18  Karl Berry  <karl@gnu.org>
24043
24044         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
24045         might actually be set by the user.
24046
24047         * config/depcomp, install-sh, mdate-sh: update from automake.
24048
24049 2003-05-17  Bruno Haible  <bruno@clisp.org>
24050
24051         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
24052         invalid expansion for AC_EGREP_CPP.
24053         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
24054         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
24055         Suggested by Akim Demaille <akim@epita.fr> in
24056         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
24057
24058 2003-05-12  Jim Meyering  <jim@meyering.net>
24059
24060         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
24061         the space-padded-by-default conversion specifiers, %e, %k, %l.
24062
24063 2003-05-12  Bruno Haible  <bruno@clisp.org>
24064
24065         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
24066         the string is longer than 4 KB.
24067
24068 2003-05-11  Karl Berry  <karl@gnu.org>
24069
24070         * config/config.{guess,sub}: update from prep.
24071
24072 2003-05-09  Bruno Haible  <bruno@clisp.org>
24073
24074         * modules/error: Add m4/strerror_r.m4 to file list.
24075
24076 2003-05-03  Bruno Haible  <bruno@clisp.org>
24077
24078         Upgrade to Unicode-4.0.
24079         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
24080         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
24081         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
24082         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
24083         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
24084         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
24085         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
24086         Change width of U+E0100..U+E01EF from 1 to 0.
24087
24088 2003-04-25  Jim Meyering  <jim@meyering.net>
24089
24090         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
24091         of type size_t, not int.
24092
24093 2003-04-25  Bruno Haible  <bruno@clisp.org>
24094
24095         * lib/copy-file.c: Include <stddef.h>, for size_t.
24096
24097 2003-04-21  Paul Eggert  <eggert@twinsun.com>
24098
24099         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
24100         code which expansion is under static control.  Patch imported from
24101         Akim Demaille's patch to Bison; see
24102         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
24103
24104 2003-04-14  Bruno Haible  <bruno@clisp.org>
24105
24106         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
24107
24108 2003-04-11  Jim Meyering  <jim@meyering.net>
24109
24110         Merge changes from Coreutils.
24111
24112         2003-03-22  Jim Meyering  <jim@meyering.net>
24113
24114         * lib/strftime.c (widen): Cast alloca return value to proper type.
24115
24116         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
24117
24118         From GNU libc.
24119         * lib/strftime.c (my_strftime): Handle very large width
24120         specifications for numeric values correctly.  Improve checks for
24121         overflow.
24122
24123         2003-01-19  Jim Meyering  <jim@meyering.net>
24124
24125         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
24126         definitions.
24127         (nl_get_alt_digit) [! defined my_strftime]: Define.
24128         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
24129         _nl_get_alt_digit and _nl_get_walt_digit.
24130
24131         * lib/strftime.c (my_strftime): Merge in locale-related changes from
24132         libc. These changes have no effect outside of _LIBC.
24133
24134 2003-04-10  Bruno Haible  <bruno@clisp.org>
24135
24136         * modules/findprog: New file.
24137         * MODULES.html.sh (func_all_modules): Add it.
24138
24139 2003-04-10  Bruno Haible  <bruno@clisp.org>
24140
24141         * m4/findprog.m4: New file.
24142         * m4/eaccess.m4: New file.
24143
24144 2003-04-10  Bruno Haible  <bruno@clisp.org>
24145
24146         * lib/findprog.h: New file, from GNU gettext.
24147         * lib/findprog.c: New file, from GNU gettext.
24148
24149 2003-04-05  Jim Meyering  <jim@meyering.net>
24150
24151         Merge changes from Coreutils.
24152
24153         * lib/exclude.h (PARAMS): Remove definition and uses.
24154         * lib/exclude.c: Remove uses of `PARAMS'.
24155
24156         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
24157         Add test-cases for DOS filenames. Declare program_name.
24158         (main): Set up program_name.  Patch by Rich Dawe.
24159
24160         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24161         error from mntctl.
24162         Use mntctl's return value to drive the entry-processing loop, since
24163         we can't rely on the value of the vmt_length member in the last
24164         entry.  On some systems doing so could result in exhausting
24165         virtual memory.  Based in part on a patch from Mike Jetzer.
24166
24167 2003-04-04  Bruno Haible  <bruno@clisp.org>
24168
24169         * modules/linebreak: New file.
24170         * MODULES.html.sh (func_all_modules): Add it.
24171
24172 2003-04-04  Bruno Haible  <bruno@clisp.org>
24173
24174         * m4/linebreak.m4: New file.
24175
24176 2003-04-04  Bruno Haible  <bruno@clisp.org>
24177
24178         * lib/linebreak.h: New file, from GNU gettext.
24179         * lib/linebreak.c: New file, from GNU gettext with slight
24180         modifications.
24181         * lib/lbrkprop.h: New file, from GNU gettext.
24182
24183 2003-04-03  Bruno Haible  <bruno@clisp.org>
24184
24185         * modules/utf8-ucs4: New file.
24186         * modules/utf16-ucs4: New file.
24187         * modules/ucs4-utf8: New file.
24188         * modules/ucs4-utf16: New file.
24189         * MODULES.html.sh (func_all_modules): Add them.
24190
24191 2003-04-03  Bruno Haible  <bruno@clisp.org>
24192
24193         * m4/utf-ucs4.m4: New file.
24194         * m4/ucs4-utf.m4: New file.
24195
24196 2003-04-03  Bruno Haible  <bruno@clisp.org>
24197
24198         * lib/utf8-ucs4.h: New file, from GNU gettext.
24199         * lib/utf16-ucs4.h: New file, from GNU gettext.
24200         * lib/ucs4-utf8.h: New file, from GNU gettext.
24201         * lib/ucs4-utf16.h: New file, from GNU gettext.
24202
24203 2003-04-02  Bruno Haible  <bruno@clisp.org>
24204
24205         * modules/binary-io: New file.
24206         * MODULES.html.sh (func_all_modules): Add it.
24207
24208 2003-04-02  Bruno Haible  <bruno@clisp.org>
24209
24210         * lib/binary-io.h: New file, from GNU gettext.
24211
24212 2003-04-01  Bruno Haible  <bruno@clisp.org>
24213
24214         * modules/pathname: New file.
24215         * MODULES.html.sh (func_all_modules): Add it.
24216
24217 2003-04-01  Bruno Haible  <bruno@clisp.org>
24218
24219         * lib/pathname.h: New file, from GNU gettext.
24220         * lib/concatpath.c: New file, from GNU gettext.
24221
24222 2003-03-30  Bruno Haible  <bruno@clisp.org>
24223
24224         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
24225
24226 2003-03-30  Bruno Haible  <bruno@clisp.org>
24227
24228         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
24229         function chown() doesn't exist.
24230
24231 2003-03-28  Bruno Haible  <bruno@clisp.org>
24232
24233         * modules/copy-file: New file.
24234         * MODULES.html.sh (func_all_modules): Add it.
24235
24236 2003-03-28  Bruno Haible  <bruno@clisp.org>
24237
24238         * m4/copy-file.m4: New file.
24239
24240 2003-03-28  Bruno Haible  <bruno@clisp.org>
24241
24242         * lib/copy-file.h: New file, from GNU gettext.
24243         * lib/copy-file.c: New file, from GNU gettext.
24244
24245 2003-03-18  Jim Meyering  <jim@meyering.net>
24246
24247         * lib/quote.c (quote_n): Fix typo in comment.
24248
24249 2003-03-18  Bruno Haible  <bruno@clisp.org>
24250
24251         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
24252         checking.
24253         * m4/onceonly_2_57.m4: Likewise.
24254
24255 2003-03-17  Bruno Haible  <bruno@clisp.org>
24256
24257         * m4/onceonly.m4: Require autoconf 2.54 or newer.
24258         (m4_quote): Remove macro.
24259         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
24260
24261 2003-03-14  Jim Meyering  <jim@meyering.net>
24262
24263         Merge changes from Coreutils.
24264         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
24265         to be const, in order to avoid warnings.
24266         (obstack_room): Likewise.
24267         (obstack_empty_p): Likewise.
24268
24269 2003-03-14  Bruno Haible  <bruno@clisp.org>
24270
24271         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
24272         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
24273
24274 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24275
24276         Merge changes from Bison.
24277         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
24278         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
24279         when compiling Bison 1.875's `bitset bset = obstack_alloc
24280         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
24281         * lib/hash.c: Include <stdbool.h> unconditionally.
24282
24283 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24284
24285         * m4/onceonly.m4 (m4_quote): New macro.
24286         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
24287         Quote AC_FOREACH variable-expansions properly.
24288
24289 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24290
24291         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
24292
24293 2003-03-09  Paul Eggert  <eggert@twinsun.com>
24294
24295         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
24296         Reported by Bruce Becker; see:
24297         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
24298
24299 2003-03-03  Paul Eggert  <eggert@twinsun.com>
24300             Bruno Haible  <bruno@clisp.org>
24301
24302         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
24303         Reported by John Hughes, see
24304         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
24305
24306 2003-02-20  Bruno Haible  <bruno@clisp.org>
24307
24308         * MODULES.html.sh (func_all_modules): Add poll.
24309
24310 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24311
24312         * modules/poll: New file.
24313
24314 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24315
24316         * lib/poll_.h: New file.
24317         * lib/poll.c: New file.
24318
24319 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24320
24321         * m4/poll.m4: New file.
24322
24323 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24324
24325         * modules/mathl: New file.
24326
24327 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24328
24329         * lib/mathl.h: New file.
24330         * lib/acosl.c: New file.
24331         * lib/asinl.c: New file.
24332         * lib/atanl.c: New file.
24333         * lib/ceill.c: New file.
24334         * lib/cosl.c: New file.
24335         * lib/expl.c: New file.
24336         * lib/floorl.c: New file.
24337         * lib/frexpl.c: New file.
24338         * lib/ldexpl.c: New file.
24339         * lib/logl.c: New file.
24340         * lib/sincosl.c: New file.
24341         * lib/sinl.c: New file.
24342         * lib/sqrtl.c: New file.
24343         * lib/tanl.c: New file.
24344         * lib/trigl.c: New file.
24345         * lib/trigl.h: New file.
24346
24347 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24348
24349         * m4/mathl.m4: New file.
24350
24351 2003-02-18  Bruno Haible  <bruno@clisp.org>
24352
24353         * MODULES.html.sh (func_all_modules): Add mathl.
24354
24355 2003-02-17  Bruno Haible  <bruno@clisp.org>
24356
24357         * modules/mkdtemp: New module.
24358         * MODULES.html.sh (func_all_modules): Add it.
24359
24360 2003-02-17  Bruno Haible  <bruno@clisp.org>
24361
24362         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
24363
24364 2003-02-17  Bruno Haible  <bruno@clisp.org>
24365
24366         * lib/mkdtemp.h: New file, from GNU gettext.
24367         * lib/mkdtemp.c: New file, from GNU gettext.
24368
24369 2003-02-02  Jim Meyering  <jim@meyering.net>
24370
24371         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
24372         e.g. glibc-2.2.93.
24373
24374 2003-01-31  Bruno Haible  <bruno@clisp.org>
24375
24376         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
24377         'rpl_rename'.
24378         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
24379         'rpl_strnlen'.
24380         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
24381         'rpl_strtod'.
24382         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
24383         'rpl_utime'.
24384
24385 2003-01-31  Bruno Haible  <bruno@clisp.org>
24386
24387         * lib/rename.c: #undef rename before defining rpl_rename.
24388         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
24389
24390 2003-01-30  Bruno Haible  <bruno@clisp.org>
24391
24392         * modules/vasnprintf, modules/vasprintf: New modules.
24393         * MODULES.html.sh (func_all_modules): Add them.
24394
24395 2003-01-30  Bruno Haible  <bruno@clisp.org>
24396
24397         * m4/signed.m4: New file, from GNU gettext.
24398         * m4/longdouble.m4: New file, from GNU gettext.
24399         * m4/wchar_t.m4: New file, from GNU gettext.
24400         * m4/wint_t.m4: New file, from GNU gettext.
24401         * m4/vasnprintf.m4: New file.
24402         * m4/vasprintf.m4: New file.
24403
24404 2003-01-30  Bruno Haible  <bruno@clisp.org>
24405
24406         * lib/printf-args.h: New file, from GNU gettext.
24407         * lib/printf-args.c: New file, from GNU gettext.
24408         * lib/printf-parse.h: New file, from GNU gettext.
24409         * lib/printf-parse.c: New file, from GNU gettext.
24410         * lib/vasnprintf.h: New file, from GNU gettext.
24411         * lib/vasnprintf.c: New file, from GNU gettext.
24412         * lib/asnprintf.c: New file, from GNU gettext.
24413         * lib/vasprintf.h: New file, from GNU gettext with modifications.
24414         * lib/vasprintf.c: New file, from GNU gettext.
24415         * lib/asprintf.c: New file, from GNU gettext.
24416
24417 2003-01-29  Bruno Haible  <bruno@clisp.org>
24418
24419         * modules/stpncpy: New module.
24420         * MODULES.html.sh (func_all_modules): Add it.
24421
24422 2003-01-29  Bruno Haible  <bruno@clisp.org>
24423
24424         * m4/stpncpy.m4: New file.
24425
24426 2003-01-29  Bruno Haible  <bruno@clisp.org>
24427
24428         * lib/stpncpy.h: New file, from GNU gettext with modifications.
24429         * lib/stpncpy.c: New file, from GNU gettext with modifications.
24430
24431 2003-01-28  Bruno Haible  <bruno@clisp.org>
24432
24433         * modules/c-ctype: New module.
24434         * MODULES.html.sh (func_all_modules): Add it.
24435
24436 2003-01-28  Bruno Haible  <bruno@clisp.org>
24437
24438         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
24439         Paul Eggert.
24440         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
24441         Paul Eggert.
24442
24443 2003-01-27  Bruno Haible  <bruno@clisp.org>
24444
24445         * modules/xsetenv: New module.
24446         * MODULES.html.sh (func_all_modules): Add it.
24447
24448 2003-01-27  Bruno Haible  <bruno@clisp.org>
24449
24450         * lib/xsetenv.h: New file, from GNU gettext.
24451         * lib/xsetenv.c: New file, from GNU gettext.
24452
24453 2003-01-23  Jim Meyering  <jim@meyering.net>
24454
24455         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
24456         from working on systems without dirfd (at least Irix and OSF1/Tru64).
24457
24458 2003-01-23  Bruno Haible  <bruno@clisp.org>
24459
24460         * modules/minmax: New module.
24461         * MODULES.html.sh (func_all_modules): Add it.
24462
24463 2003-01-23  Bruno Haible  <bruno@clisp.org>
24464
24465         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
24466         Eggert.
24467
24468 2003-01-22  Bruno Haible  <bruno@clisp.org>
24469
24470         * modules/exit: New module.
24471         * MODULES.html.sh (func_all_modules): Add it.
24472
24473 2003-01-22  Bruno Haible  <bruno@clisp.org>
24474
24475         * lib/exit.h: New file, from GNU gettext.
24476
24477 2003-01-19  Bruno Haible  <bruno@clisp.org>
24478
24479         * gnulib-tool: Recognize option --extract-maintainer.
24480         (func_get_maintainer): New function.
24481         * modules/*: Add Maintainer entry.
24482
24483 2003-01-16  Jim Meyering  <jim@meyering.net>
24484
24485         * m4/regex.m4: The `regex' struct is both input and output.
24486         Initialize it before each use.  Patch by Tim Waugh.
24487
24488 2003-01-16  Bruno Haible  <bruno@clisp.org>
24489
24490         * MODULES.html.sh: Add a table of contents. Add the module name as
24491         leftmost column. Add hyperlinks.
24492
24493 2003-01-15  Bruno Haible  <bruno@clisp.org>
24494
24495         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
24496
24497 2003-01-15  Bruno Haible  <bruno@clisp.org>
24498
24499         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
24500         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
24501         suffix.
24502
24503 2003-01-15  Bruno Haible  <bruno@clisp.org>
24504
24505         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
24506
24507 2003-01-15  Bruno Haible  <bruno@clisp.org>
24508
24509         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
24510         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
24511
24512 2003-01-14  Jim Meyering  <jim@meyering.net>
24513
24514         * lib/same.c (same_name): Tweak a comment.
24515
24516 2003-01-14  Bruno Haible  <bruno@clisp.org>
24517
24518         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
24519         when a string comparison is sufficient.
24520
24521 2003-01-14  Bruno Haible  <bruno@clisp.org>
24522
24523         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
24524         'unsigned int'.
24525
24526 2003-01-14  Bruno Haible  <bruno@clisp.org>
24527
24528         * lib/hash-pjw.c: Add comment about low quality of this function.
24529
24530 2003-01-13  Bruno Haible  <bruno@clisp.org>
24531
24532         * modules/stpcpy: Distribute lib/stpcpy.h.
24533         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
24534
24535 2003-01-13  Bruno Haible  <bruno@clisp.org>
24536
24537         * modules/*: Add a description.
24538         * modules/strpbrk: Fix Makefile.am snippet.
24539         * modules/strtoimax: Fix dependencies.
24540         * modules/strtoumax: Likewise.
24541
24542 2003-01-13  Bruno Haible  <bruno@clisp.org>
24543
24544         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
24545         * modules/alloca (Makefile.am): All object files depend on alloca.h.
24546         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
24547
24548 2003-01-13  Bruno Haible  <bruno@clisp.org>
24549
24550         * gnulib-tool (func_create_testdir): Store config/* files in the main
24551         directory.
24552         * config.rpath: Move to ...
24553         * config/config.rpath: ... here.
24554         * modules/gettext: Contains config/config.rpath, not config.rpath.
24555         * modules/iconv: Likewise.
24556
24557 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24558
24559         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24560         to avoid collisions with libcurses and libreadline.
24561
24562         * m4/getstr.m4: Remove.
24563         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
24564
24565 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24566
24567         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24568         to avoid collisions with libcurses and libreadline.
24569
24570         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
24571         * lib/getstr.h, getstr.c: Remove.
24572         * lib/getline.c: Include "getline.h", to check interface.
24573         Move body of old getstr.c here: this defines MIN_CHUNK and
24574         declares getdelim2, which is renamed from getstr.
24575         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
24576
24577         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
24578         All uses changed.
24579         * lib/linebuffer.h: Likewise.
24580         (readline): Remove backward-compatibility macro.
24581
24582 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24583
24584         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24585         to avoid collisions with libcurses and libreadline.
24586         * getstr: Remove.
24587         * MODULES.html.sh: Remove getstr.
24588         * modules/getline: Depend on unlocked-io, not getstr.
24589
24590 2003-01-12  Jim Meyering  <jim@meyering.net>
24591
24592         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
24593
24594 2003-01-10  Bruno Haible  <bruno@clisp.org>
24595
24596         * modules/alloca: Change Makefile.am requirements. Simplify Include
24597         requirements. Add lib/alloca_.h to file list.
24598
24599 2003-01-10  Bruno Haible  <bruno@clisp.org>
24600
24601         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
24602
24603 2003-01-10  Bruno Haible  <bruno@clisp.org>
24604
24605         * lib/alloca_.h: New file.
24606         * lib/getdate.y: Unconditionally include alloca.h.
24607         * lib/makepath.c: Likewise.
24608         * lib/setenv.c: Likewise.
24609         * lib/userspec.c: Likewise.
24610
24611 2003-01-09  Karl Berry  <karl@gnu.org>
24612
24613         * MODULES.html.sh: include `dirname $0` in PATH, to find
24614         gnulib-tool.
24615
24616 2003-01-09  Bruno Haible  <bruno@clisp.org>
24617
24618         * modules/stdbool: Change configure.ac, Makefile.am requirements.
24619         Simplify Include requirements. Add lib/stdbool.h.in to file list.
24620
24621 2003-01-09  Bruno Haible  <bruno@clisp.org>
24622
24623         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
24624
24625 2003-01-09  Bruno Haible  <bruno@clisp.org>
24626
24627         * lib/stdbool.h.in: New file.
24628
24629 2003-01-09  Bruno Haible  <bruno@clisp.org>
24630
24631         * gnulib-tool (func_all_modules): Ignore files ending in ~.
24632         * MODULES.html.sh: Likewise.
24633
24634 2003-01-08  Jim Meyering  <jim@meyering.net>
24635
24636         * lib/full-write.c: Undefine and define-away `const' after inclusion
24637         of errno.h, not before.  Suggestion from Bruno Haible.
24638
24639 2003-01-08  Bruno Haible  <bruno@clisp.org>
24640
24641         * modules/full-read: Depend on full-write.
24642
24643 2003-01-08  Bruno Haible  <bruno@clisp.org>
24644
24645         * lib/safe-read.c: Include specification header first, to ensure its
24646         selfcontainedness.
24647         * lib/full-write.c: Likewise.
24648
24649 2003-01-07  Jim Meyering  <jim@meyering.net>
24650
24651         * lib/full-write.c: Rework so that it may serve to define full_read,
24652         too.
24653         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
24654
24655 2003-01-07  Bruno Haible  <bruno@clisp.org>
24656
24657         * lib/strtoimax.c: Include <stdint.h> as an alternative to
24658         <inttypes.h>.
24659         * lib/xstrtol.h: Likewise.
24660         * lib/xstrtoimax.c: Likewise.
24661         * lib/xstrtoumax.c: Likewise.
24662         * lib/human.h: Likewise.
24663
24664         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
24665         on systems that have <inttypes.h> but not <stdint.h>.
24666
24667 2003-01-07  Bruno Haible  <bruno@clisp.org>
24668
24669         * MODULES.html.sh: Add copyright notice.
24670         (missed_files): Omit CVS directory entries.
24671         (func_module): Make it work with sed-3.02.
24672         * MODULES.txt: Remove file.
24673
24674 2003-01-06  Jim Meyering  <jim@meyering.net>
24675
24676         * lib/version-etc.c: Update year in translatable copyright string.
24677
24678 2003-01-03  Karl Berry  <karl@gnu.org>
24679
24680         * config/config.{guess,sub}: update from prep.
24681
24682 2003-01-02  Karl Berry  <karl@gnu.org>
24683
24684         * doc/COPYING.DOC: belatedly updated to 1.2.
24685
24686 2003-01-01  Karl Berry  <karl@gnu.org>
24687
24688         * gnulib-tool (func_verify_module): report module name $module in
24689         error message, not $1.
24690         * gnulib-tool (create-testdir): don't complain if destdir couldn't
24691         be created, only if it doesn't exist.
24692         * gnulib-tool (last_checkin_date): don't expand the $Date here.
24693
24694 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24695
24696         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
24697
24698 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24699
24700         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
24701         memcmp if strcoll doesn't work.
24702
24703 2002-12-31  Bruno Haible  <bruno@clisp.org>
24704
24705         * lib/utime.c (utime_null): No need to call ftruncate if the file was
24706         nonempty.
24707
24708 2002-12-31  Bruno Haible  <bruno@clisp.org>
24709
24710         * lib/memcoll.c (STRCOLL): New macro.
24711         (memcoll): Use it.
24712
24713 2002-12-31  Bruno Haible  <bruno@clisp.org>
24714
24715         * lib/localcharset.h: New file.
24716         * lib/localcharset.c: Include it.
24717         * lib/unicodeio.c: Likewise.
24718
24719 2002-12-31  Bruno Haible  <bruno@clisp.org>
24720
24721         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
24722         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
24723
24724 2002-12-31  Bruno Haible  <bruno@clisp.org>
24725
24726         * lib/getline.h: Include <stddef.h>, for size_t.
24727
24728         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24729         * lib/unicodeio.c: Don't include <stddef.h>.
24730
24731 2002-12-31  Bruno Haible  <bruno@clisp.org>
24732
24733         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24734         HAVE_TM_ZONE.
24735
24736 2002-12-24  Karl Berry  <karl@gnu.org>
24737
24738         * config/config.guess: update from prep.
24739
24740 2002-12-24  Bruno Haible  <bruno@clisp.org>
24741
24742         General infrasructure.
24743         * m4/README: Rewritten.
24744         * m4/onceonly.m4: New file.
24745         * m4/onceonly_2_57.m4: New file.
24746
24747         Module atexit.
24748         * m4/atexit.m4: New file.
24749
24750         Module strtod.
24751         * m4/strtod.m4: New file.
24752
24753         Module strtol.
24754         * m4/strtol.m4: New file.
24755
24756         Module strtoul.
24757         * m4/strtoul.m4: New file.
24758
24759         Module memchr.
24760         * m4/memchr.m4: New file.
24761
24762         Module memcmp.
24763         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24764         (jm_FUNC_MEMCMP): Invoke it.
24765
24766         Module memcpy.
24767         * m4/memcpy.m4: New file.
24768
24769         Module memmove.
24770         * m4/memmove.m4: New file.
24771
24772         Module memset.
24773         * m4/memset.m4: New file.
24774
24775         Module strcspn.
24776         * m4/strcspn.m4: New file.
24777
24778         Module strpbrk.
24779         * m4/strpbrk.m4: New file.
24780
24781         Module strstr.
24782         * m4/strstr.m4: New file.
24783
24784         Module strerror.
24785         * m4/strerror.m4: New file.
24786
24787         Module mktime.
24788         * m4/mktime.m4: Renamed from jm-mktime.m4.
24789         (gl_PREREQ_MKTIME): New macro.
24790         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24791
24792         Module malloc.
24793         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24794         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24795         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24796
24797         Module realloc.
24798         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24799         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24800         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24801
24802         Module strftime.
24803         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24804         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24805         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24806         gl_TM_GMTOFF.
24807         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24808
24809         Module xalloc.
24810         * m4/xalloc.m4: New file.
24811
24812         Module alloca.
24813         * m4/alloca.m4: New file.
24814
24815         Module putenv.
24816         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24817         (jm_FUNC_PUTENV): Invoke it.
24818
24819         Module setenv.
24820         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24821         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24822         when invoked twice.
24823         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24824         gt_FUNC_SETENV.
24825
24826         Module memrchr.
24827         * m4/memrchr.m4: New file.
24828
24829         Module stpcpy.
24830         * m4/stpcpy.m4: New file.
24831
24832         Module strcase.
24833         * m4/strcase.m4: New file.
24834
24835         Module strdup.
24836         * m4/strdup.m4: New file.
24837
24838         Module strnlen.
24839         * m4/strnlen.m4: New file.
24840
24841         Module strndup.
24842         * m4/strndup.m4: New file.
24843
24844         Module xstrtod.
24845         * m4/xstrtod.m4: New file.
24846
24847         Module xstrtol.
24848         * m4/xstrtol.m4: New file.
24849
24850         Module getdate.
24851         * m4/getdate.m4: New file.
24852
24853         Module unlocked-io.
24854         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24855         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24856         * m4/jm-glibc-io.m4n: Remove file.
24857
24858         Module long-options.
24859         * m4/long-options.m4: New file.
24860
24861         Module md5.
24862         * m4/md5.m4: New file.
24863
24864         Module sha.
24865         * m4/sha.m4: New file.
24866
24867         Module getstr.
24868         * m4/getstr.m4: New file.
24869
24870         Module getline.
24871         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24872         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24873         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24874         simply getline. Infoke gl_PREREQ_GETLINE.
24875
24876         Module obstack.
24877         * m4/obstack.m4: New file.
24878
24879         Module hash.
24880         * m4/hash.m4: New file.
24881
24882         Module readtokens.
24883         * m4/readtokens.m4: New file.
24884
24885         Module strverscmp.
24886         * m4/strverscmp.m4: New file.
24887
24888         Module stdbool.
24889         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24890         OSF/1.
24891
24892         Module strtoll.
24893         * m4/strtoll.m4: New file.
24894
24895         Module strtoull.
24896         * m4/strtoull.m4: New file.
24897
24898         Module strtoimax.
24899         * m4/strtoimax.m4: New file.
24900
24901         Module strtoumax.
24902         * m4/strtoumax.m4: New file.
24903
24904         Module xstrtoimax.
24905         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24906         jm_AC_PREREQ_XSTRTOIMAX.
24907         Moved the strtol prerequisites to strtol.m4.
24908         Moved the strtoll prerequisites to strtoll.m4.
24909         Moved the strtoimax prerequisites to strtoimax.m4.
24910
24911         Module xstrtoumax.
24912         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24913         jm_AC_PREREQ_XSTRTOUMAX.
24914         Moved the strtoul prerequisites to strtoul.m4.
24915         Moved the strtoull prerequisites to strtoull.m4.
24916         Moved the strtoumax prerequisites to strtoumax.m4.
24917
24918         Module chown.
24919         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24920         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24921
24922         Module dup2.
24923         * m4/dup2.m4: New file.
24924
24925         Module ftruncate.
24926         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24927         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24928
24929         Module getgroups.
24930         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24931         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24932
24933         Module gettimeofday.
24934         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24935         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24936         gl_PREREQ_GETTIMEOFDAY.
24937
24938         Module mkdir.
24939         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24940         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24941
24942         Module mkstemp.
24943         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24944         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24945         jm_AC_TYPE_UINTMAX_T.
24946         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24947
24948         Module stat.
24949         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24950         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24951
24952         Module lstat.
24953         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24954         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24955
24956         Module timespec.
24957         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24958         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24959         * m4/st_mtim.m4: Indentation.
24960
24961         Module nanosleep.
24962         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24963         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24964         gl_PREREQ_NANOSLEEP.
24965
24966         Module regex.
24967         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24968         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24969         (gl_REGEX): New macro.
24970
24971         Module rename.
24972         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24973         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24974
24975         Module rmdir.
24976         * m4/rmdir.m4: New file.
24977
24978         Module utime.
24979         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24980         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24981         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24982
24983         Module dirname.
24984         * m4/dirname.m4: New file.
24985
24986         Module getopt.
24987         * m4/getopt.m4: New file.
24988
24989         Module unistd-safer.
24990         * m4/unistd-safer.m4: New file.
24991
24992         Module fnmatch.
24993         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24994         declaration.
24995         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24996         (gl_FUNC_FNMATCH_POSIX): New macro.
24997         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24998         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24999         simply fnmatch.
25000
25001         Module exclude.
25002         * m4/exclude.m4: New file.
25003
25004         Module human.
25005         * m4/human.m4: New file.
25006
25007         Module acl.
25008         * m4/acl.m4: Nop.
25009
25010         Module backupfile.
25011         * m4/backupfile.m4: New file.
25012         * m4/d-ino.m4: Indentation.
25013
25014         Module fsusage.
25015         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
25016         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
25017         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
25018
25019         Module dirfd.
25020         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
25021         requirements.
25022
25023         Module euidaccess.
25024         * m4/euidaccess.m4: New file.
25025
25026         Module file-type.
25027         * m4/file-type.m4: New file.
25028
25029         Module fileblocks.
25030         * m4/fileblocks.m4: New file.
25031
25032         Module filemode.
25033         * m4/filemode.m4: New file.
25034
25035         Module isdir.
25036         * m4/isdir.m4: New file.
25037
25038         Module lchown.
25039         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
25040         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
25041
25042         Module makepath.
25043         * m4/makepath.m4: New file.
25044
25045         Module modechange.
25046         * m4/modechange.m4: New file.
25047
25048         Module mountlist.
25049         * m4/mountlist.m4: New file.
25050         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
25051         Indentation.
25052
25053         Module path-concat.
25054         * m4/path-concat.m4: New file.
25055
25056         Module pathmax.
25057         * m4/pathmax.m4: New file.
25058
25059         Module same.
25060         * m4/same.m4: New file.
25061
25062         Module save-cwd.
25063         * m4/save-cwd.m4: New file.
25064
25065         Module savedir.
25066         * m4/savedir.m4: New file.
25067
25068         Module xgetcwd.
25069         * m4/xgetcwd.m4: New file.
25070         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
25071
25072         Module xreadlink.
25073         * m4/xreadlink.m4: New file.
25074
25075         Module safe-read.
25076         * m4/safe-read.m4: New file.
25077
25078         Module safe-write.
25079         * m4/safe-write.m4: New file.
25080
25081         Module closeout.
25082         * m4/closeout.m4: New file.
25083
25084         Module stdio-safer.
25085         * m4/stdio-safer.m4: New file.
25086
25087         Module getpass.
25088         * m4/getpass.m4: New file.
25089
25090         Module getugroups.
25091         * m4/getugroups.m4: New file.
25092
25093         Module group-member.
25094         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
25095         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
25096
25097         Module idcache.
25098         * m4/idcache.m4: New file.
25099
25100         Module userspec.
25101         * m4/userspec.m4: New file.
25102
25103         Module gettime.
25104         * m4/clock_time.m4: New file.
25105         * m4/gettime.m4: New file.
25106
25107         Module settime.
25108         * m4/settime.m4: New file.
25109
25110         Module posixtm.
25111         * m4/posixtm.m4: New file.
25112
25113         Module gethostname.
25114         * m4/gethostname.m4: New file.
25115
25116         Module canon-host.
25117         * m4/canon-host.m4: New file.
25118
25119         Module gettext.
25120         * m4/codeset.m4: New file, from gettext-0.11.5.
25121         * m4/gettext.m4: New file, from gettext-0.11.5.
25122         * m4/glibc21.m4: New file, from gettext-0.11.5.
25123         * m4/iconv.m4: New file, from gettext-0.11.5.
25124         * m4/intdiv0.m4: New file, from gettext-0.11.5.
25125         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
25126         * m4/inttypes.m4: New file, from gettext-0.11.5.
25127         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
25128         * m4/isc-posix.m4: New file, from gettext-0.11.5.
25129         * m4/lcmessage.m4: New file, from gettext-0.11.5.
25130         * m4/lib-ld.m4: New file, from gettext-0.11.5.
25131         * m4/lib-link.m4: New file, from gettext-0.11.5.
25132         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
25133         * m4/progtest.m4: New file, from gettext-0.11.5.
25134         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
25135         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
25136         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
25137
25138         Module localcharset.
25139         * m4/localcharset.m4: New file.
25140
25141         Module hard-locale.
25142         * m4/hard-locale.m4: New file.
25143
25144         Module mbswidth.
25145         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
25146         onceonly macros.
25147         * m4/mbrtowc.m4: Add comment.
25148
25149         Module memcasecmp.
25150         * m4/memcasecmp.m4: New file.
25151
25152         Module memcoll.
25153         * m4/memcoll.m4: New file.
25154
25155         Module unicodeio.
25156         * m4/unicodeio.m4: New file.
25157
25158         Module rpmatch.
25159         * m4/rpmatch.m4: New file.
25160
25161         Module yesno.
25162         * m4/yesno.m4: New file.
25163
25164         Module exitfail.
25165         * m4/exitfail.m4: New file.
25166
25167         Module c-stack.
25168         * m4/c-stack.m4 (gl_C_STACK): New macro.
25169         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
25170
25171         Module error.
25172         * m4/error.m4 (gl_ERROR): New macro.
25173         (jm_PREREQ_ERROR): Use onceonly macros.
25174
25175         Module fatal.
25176         * m4/fatal.m4: New file.
25177
25178         Module getloadavg.
25179         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
25180         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
25181
25182         Module getpagesize.
25183         * m4/getpagesize.m4: New file.
25184
25185         Module getusershell.
25186         * m4/getusershell.m4: New file.
25187
25188         Module physmem.
25189         * m4/physmem.m4: New file.
25190
25191         Module posixver.
25192         * m4/posixver.m4: New file.
25193
25194         Module quotearg.
25195         * m4/quotearg.m4: New file.
25196
25197         Module quote.
25198         * m4/quote.m4: New file.
25199
25200         Module readutmp.
25201         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
25202
25203         Module sig2str.
25204         * m4/sig2str.m4: New file.
25205
25206         Other.
25207         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
25208         ulonglong.m4.
25209         * m4/intmax_t.m4: New file.
25210         * m4/d-type.m4: Indentation.
25211         * m4/jm-macros.m4: Update.
25212         * m4/prereq.m4 (jm_PREREQ): Update.
25213         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
25214         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
25215         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
25216         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
25217         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
25218         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
25219         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
25220         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
25221         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
25222         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
25223         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
25224         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
25225         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
25226         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
25227         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
25228         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
25229         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
25230         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
25231         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
25232
25233 2002-12-24  Bruno Haible  <bruno@clisp.org>
25234
25235         * MODULES.txt: Update according to m4/ changes.
25236
25237         Module gettext.
25238         * config.rpath: New file, from gettext-0.11.5.
25239
25240         * modules/*: New module descriptions.
25241         * gnulib-tool: New file.
25242         * MODULES.html.sh: New file.
25243
25244 2002-12-21  Karl Berry  <karl@gnu.org>
25245
25246         * doc/fdl.texi: update to version 1.2.
25247
25248 2002-12-19  Karl Berry  <karl@gnu.org>
25249
25250         * config/config.guess: update from prep.
25251
25252 2002-12-18  Bruno Haible  <bruno@clisp.org>
25253
25254         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
25255         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
25256
25257 2002-12-17  Bruno Haible  <bruno@clisp.org>
25258
25259         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
25260         stdlib.h, string.h.
25261
25262 2002-12-17  Bruno Haible  <bruno@clisp.org>
25263
25264         * lib/canon-host.c (strdup): Remove unused declaration.
25265
25266         * lib/fsusage.c: Include full_read.h.
25267         (get_fs_usage): Use full_read instead of safe_read.
25268
25269         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
25270
25271 2002-12-12  Karl Berry  <karl@gnu.org>
25272
25273         * config/config.guess: update from prep.
25274
25275 2002-12-11  Bruno Haible  <bruno@clisp.org>
25276
25277         * m4/setenv.m4: New file, from gettext-0.11.5.
25278
25279 2002-12-11  Bruno Haible  <bruno@clisp.org>
25280
25281         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
25282         not unsetenv().
25283         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
25284         modifications:
25285
25286         2002-12-11  Bruno Haible  <bruno@clisp.org>
25287
25288                 * setenv.c (alloca): Fall back to malloc.
25289                 (freea): New macro.
25290                 (setenv): Use freea() to free memory allocated with alloca().
25291
25292         2002-11-13  Bruno Haible  <bruno@clisp.org>
25293
25294                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
25295                 function declarations.
25296                 * unsetenv.c (unsetenv): Likewise.
25297
25298         2002-03-04  Bruno Haible  <bruno@clisp.org>
25299
25300                 Portability to AIX 4.3.3.
25301                 * unsetenv.c: New file, extracted from setenv.c.
25302                 * setenv.c: Move the unsetenv() function to unsetenv.c.
25303
25304         2001-12-20  Bruno Haible  <bruno@clisp.org>
25305
25306                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
25307                 use malloc instead. For SunOS 4.
25308
25309         2001-12-11  Bruno Haible  <bruno@clisp.org>
25310
25311                 * setenv.c: Declare alloca.
25312                 (compar_fn_t): New typedef.
25313                 (KNOWN_VALUE, STORE_VALUE): Use it.
25314
25315         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
25316         setenv.h.
25317
25318 2002-12-10  Paul Eggert  <eggert@twinsun.com>
25319
25320         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
25321         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
25322         Choose values that are less likely to collide with system fnmatch
25323         options.
25324         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
25325         defined (e.g., a pure POSIX system).
25326         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
25327         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
25328
25329 2002-12-06  Paul Eggert  <eggert@twinsun.com>
25330
25331         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
25332         a pain in practice to deal with generated m4 files.  This change
25333         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
25334
25335         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
25336         and jm-glibc-io.m4, as they are no longer a special case.
25337         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
25338         kludge and the auto-generation stuff.  Check only whether the
25339         functions are declared, not whether they exist, since older hosts
25340         that don't declare the functions can't use the optimization anyway.
25341
25342 2002-12-06  Jim Meyering  <jim@meyering.net>
25343
25344         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
25345
25346         Merge in changes from libc's misc/error.c, in preparation
25347         for the merge of gnulib's changes back into libc.
25348
25349         * lib/error.c (_): Define only if not already defined.
25350         Move definition to follow all #include directives.
25351         Include unlocked-io.h only if !_LIBC.
25352         [_LIBC]: Include <libio/libioP.h>.
25353         [USE_IN_LIBIO]: Include <libio/iolibio.h>
25354         (fflush): Tweak definition to use INTUSE.
25355         (putc): Define.
25356
25357 2002-12-05  Paul Eggert  <eggert@twinsun.com>
25358
25359         * lib/alloca.c [defined emacs]: Include "lisp.h".
25360         (xalloc_die) [defined emacs]: New macro.
25361         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
25362         [! defined emacs]: Include <xalloc.h>.
25363         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
25364         (pointer): Typedef to POINTER_TYPE *.
25365         (malloc): Remove decl; we now always use xmalloc.
25366         (alloca): Use old-style definition, since Emacs needs this.
25367         Check for arithmetic overflow when computing combined size.
25368
25369 2002-12-04  Paul Eggert  <eggert@twinsun.com>
25370
25371         Do not generate unlocked-io.h automatically, since it's easier to
25372         maintain it by hand.
25373
25374         * lib/unlocked-io.h: New file, from GNU diffutils,
25375         but with proper copyright notice and attribution.
25376         * lib/gen-uio: Remove.
25377         * lib/Makefile.am: Add copyright notice.
25378         (libfetish_a_SOURCES): Add unlocked-io.h.
25379         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
25380         (DISTCLEANFILES, io_functions): Remove macros.
25381         (EXTRA_DIST): Remove gen_uio.
25382         (unlocked-io.h): Remove rule.
25383
25384 2002-12-04  Jim Meyering  <jim@meyering.net>
25385
25386         Reflect the fact that stat.c and lstat.c are no longer generated.
25387         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
25388         (DISTCLEANFILES): Likewise.
25389         (EXTRA_DIST): Likewise.
25390         (all_local): Don't depend on stat.c or lstat.c.
25391         (stat.c, lstat.c): Remove rules.
25392         (EXTRA_DIST): Remove xstat.in.
25393
25394         * lib/xstat.in: Remove file.  Contents moved into stat.c.
25395         * lib/stat.c: New file.  Contents mostly from xstat.in.
25396         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
25397         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
25398
25399         * lib/safe-read.c: Rework so that it may serve to define safe_write,
25400         too.
25401         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
25402
25403 2002-12-03  Jim Meyering  <jim@meyering.net>
25404
25405         * lib/safe-read.c, safe-write.c: Change variable names and comments,
25406         but not semantics, to minimize the differences between these two files.
25407         (safe_read): Change comment to mention SAFE_READ_ERROR.
25408
25409         * lib/safe-read.c (IS_EINTR): Define.
25410         (safe_read): Use IS_EINTR in place of in-function cpp directives.
25411
25412 2002-12-02  Jim Meyering  <jim@meyering.net>
25413
25414         * lib/safe-read.c (EINTR): Define.
25415         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25416         (INT_MAX): Provide fallback.
25417         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
25418
25419         * lib/safe-read.h (SAFE_READ_ERROR): Define.
25420
25421 2002-12-02  Bruno Haible  <bruno@clisp.org>
25422
25423         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
25424         Define, taken from safe-read.c.
25425         (INT_MAX): Provide fallback.
25426         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
25427         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
25428
25429         * lib/safe-read.c (EINTR): Remove definition.
25430         (safe_read): Don't use EINTR if it is absent.
25431
25432 2002-12-01  Jim Meyering  <jim@meyering.net>
25433
25434         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
25435         zero.
25436         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
25437
25438 2002-11-27  Paul Eggert  <eggert@twinsun.com>
25439
25440         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
25441         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
25442         with `if (! (value < limit)) abort ();', for readability.
25443
25444 2002-11-26  Karl Berry  <karl@gnu.org>
25445
25446         * lib/strdup.c: copy from libc again, with jim's ok.
25447         * lib/.cppi-disable: re-add strdup.c
25448
25449 2002-11-25  Karl Berry  <karl@gnu.org>
25450
25451         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
25452         instead of "strtol.c".
25453
25454 2002-11-25  Karl Berry  <karl@gnu.org>
25455
25456         * config/install-sh: update from automake for variable quoting, $0 in
25457         error msgs, etc.
25458
25459         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
25460         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
25461         entry.
25462
25463 2002-11-25  Jim Meyering  <jim@meyering.net>
25464
25465         * lib/mktime.c: Sync from libc, now that it has the latest fix.
25466
25467 2002-11-24  Karl Berry  <karl@gnu.org>
25468
25469         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
25470         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
25471
25472 2002-11-24  Jim Meyering  <jim@meyering.net>
25473
25474         Update from coreutils:
25475
25476         * lib/mktime.c: Merge in changes from libc.
25477
25478         Avoid a link-time failure on some Linux systems.
25479         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
25480         (otherwise).
25481         (__mon_yday): Declare with the STATIC attribute.
25482         (__mktime_internal): Likewise.
25483         Based on a report from Greg Schafer.
25484
25485 2002-11-23  Jim Meyering  <jim@meyering.net>
25486
25487         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
25488         Use `unsigned', not `int', as type of index.
25489
25490         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
25491
25492         * lib/fsusage.c: Remove unneeded parentheses around operands of
25493         `defined'.
25494
25495 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25496
25497         * lib/quotearg.h: Allow multiple inclusion by surrounding with
25498         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
25499         so that we can be included first.
25500         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
25501         * lib/quotearg.c: Include quotearg.h immediately after config.h.
25502         No need to include stddef.h or sys/types.h any more.
25503         Surround local include files with "", not "<>".
25504         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
25505         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
25506         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
25507         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
25508         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
25509         (ISPRINT): Remove; no longer needed now that we assume C89.
25510
25511         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
25512         Preserve errno.
25513
25514         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
25515         quotearg_char): Use SIZE_MAX rather than
25516         (size_t) -1 when we are talking about "infinity".
25517
25518         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
25519
25520 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25521
25522         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
25523         hint that one should use `if (! x) abort ();' rather than `assert
25524         (x);', and anyway it's one less thing to worry about configuring.
25525         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
25526         hash_rehash, hash_insert): Use abort rather than assert.
25527
25528 2002-11-22  Bruno Haible  <bruno@clisp.org>
25529
25530         * lib/safe-read.h: Assume C89. Add comments.
25531         (safe_read): Change return type to size_t.
25532         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
25533         byte counts > SSIZE_MAX correctly.
25534         * lib/safe-write.h: New file.
25535         * lib/safe-write.c: New file.
25536         * lib/full-read.h: New file.
25537         * lib/full-read.c: New file.
25538         * lib/full-write.h: Assume C89. Add comments.
25539         * lib/full-write.c: Include safe-write.h.
25540         (full_write): Rewritten to use safe_write.
25541         Suggested by Jim Meyering and Paul Eggert.
25542
25543 2002-11-21  Jim Meyering  <jim@meyering.net>
25544
25545         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
25546
25547         Merge in changes from the coreutils.
25548
25549         2002-09-25  Paul Eggert  <eggert@twinsun.com>
25550         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
25551         <stdint.h>.
25552         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
25553         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
25554         int.  Work more efficiently if X is the same width as uintmax_t.
25555         Do not compare X to -1, to avoid bogus compiler warning.
25556         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
25557         Don't assume that f_frsize and f_bsize are the same type.
25558
25559         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
25560         warning on FreeBSD.
25561
25562         * lib/makepath.c (make_path): Restore umask *before* creating the final
25563         component.
25564         (make_path): Minor reformatting.
25565
25566         * lib/xmalloc.c: Adjust to work with new autoconf macros,
25567         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
25568         HAVE_MALLOC/HAVE_REALLOC.
25569
25570         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
25571         dummy ones.  At least on GNU/Linux systems, `auto' means something
25572         else.
25573         From Michael Stone.
25574
25575 2002-11-21  Bruno Haible  <bruno@clisp.org>
25576
25577         Remove case insensitive option matching.
25578         * lib/argmatch.h (argcasematch): Remove declaration.
25579         (ARGCASEMATCH): Remove macro.
25580         (__xargmatch_internal): Remove case_sensitive argument.
25581         (XARGMATCH): Update.
25582         (XARGCASEMATCH): Remove macro.
25583         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
25584         case_sensitive argument.
25585         (argcasematch): Remove function.
25586         (__xargmatch_internal): Remove case_sensitive argument.
25587         (main): Use XARGMATCH instead of XARGCASEMATCH.
25588
25589         * lib/xmalloc.c: Change compile-time error message. Add comment about
25590         required autoconf version.
25591
25592 2002-11-20  Paul Eggert  <eggert@twinsun.com>
25593
25594         Merge argmatch cleanups from Bison.  Assume C89.
25595
25596         * lib/argmatch.c: Include config.h here, not in argmatch.h.
25597         Include stdlib.h, for EXIT_FAILURE.
25598         Always include <string.h>, since we assume C89.
25599         (EXIT_FAILURE): Remove pre-C89 bug workaround.
25600         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
25601         Include <stddef.h> instead, since it's all we need for size_t.
25602         (PARAMS): Remove.  All uses removed.
25603         (ARRAY_CARDINALITY): Do not bother to #undef.
25604         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
25605         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25606         Remove unnecessary parentheses.
25607         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25608         Insert necessary parentheses.
25609         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
25610         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
25611
25612 2002-11-19  Bruno Haible  <bruno@clisp.org>
25613
25614         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
25615         * lib/mbswidth.h: Include <stddef.h>, for size_t.
25616
25617         * lib/mbswidth.h (PARAMS): Remove macro.
25618         (mbswidth, mbsnwidth): Use ANSI C function declarations.
25619         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
25620
25621         * lib/gcd.h (PARAMS): Remove macro.
25622         (gcd): Use ANSI C function declarations.
25623         * lib/gcd.c (gcd): Likewise.
25624
25625 2002-11-15  Bruno Haible  <bruno@clisp.org>
25626
25627         * lib/strcspn.c: Include <stddef.h>.
25628         (strcspn): Use ANSI C function declaration. Change return type to
25629         size_t. Use NULL.
25630         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
25631         (strpbrk): Use NULL.
25632         * lib/strpbrk.h (PARAMS): Remove macro.
25633         (strpbrk): Use ANSI C function declaration.
25634         * lib/strstr.c: Don't include <sys/types.h>.
25635         * lib/strstr.h (PARAMS): Remove macro.
25636         (strstr): Use ANSI C function declarations.
25637
25638 2002-11-14  Karl Berry  <karl@gnu.org>
25639
25640         * config/mkinstalldirs: `do' on separate line, instead of
25641         `for var; do'.
25642
25643 2002-11-06  Bruno Haible  <bruno@clisp.org>
25644
25645         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
25646         * lib/gcd.c (gcd): Likewise.
25647
25648 2002-11-05  Bruno Haible  <bruno@clisp.org>
25649
25650         * lib/gcd.h: New file, from gettext-0.11.5.
25651         * lib/gcd.c: New file, from gettext-0.11.5.
25652
25653 2002-11-05  Bruno Haible  <bruno@clisp.org>
25654
25655         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25656         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25657         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25658         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25659
25660         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
25661         <libintl.h>.
25662         * lib/makepath.c: Include gettext.h instead of <locale.h> and
25663         <libintl.h>.
25664
25665         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
25666         * lib/human.c: Include gettext.h instead of <libintl.h>.
25667         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
25668         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
25669         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
25670         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
25671         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
25672         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
25673         (textdomain): Remove definition.
25674         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
25675
25676         * lib/long-options.c: Remove include of <libintl.h> and definition of
25677         _.
25678         * lib/same.c: Remove include of <libintl.h> and definition of _.
25679
25680 2002-11-04  Owen Taylor  <otaylor@redhat.com>
25681
25682         * lib/config.charset: A few additions for Solaris.
25683
25684 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25685
25686         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
25687         * lib/localcharset.c (locale_charset): Declare as extern "C".
25688
25689 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25690
25691         * lib/config.charset: msdos in uk_UA uses CP1125.
25692
25693 2002-11-04  Bruno Haible  <bruno@clisp.org>
25694
25695         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
25696         * lib/strcase.h: New file, from GNU gettext-0.11.5.
25697         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
25698         * lib/strstr.h: New file, from GNU gettext-0.11.5.
25699         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
25700
25701 2002-11-04  Bruno Haible  <bruno@clisp.org>
25702
25703         * lib/localcharset.c (locale_charset): Don't return an empty string.
25704
25705 2002-11-04  Bruno Haible  <bruno@clisp.org>
25706
25707         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
25708         aliases.
25709
25710 2002-11-04  Bruno Haible  <bruno@clisp.org>
25711
25712         * lib/config.charset: Update for newest glibc. Add canonical names
25713         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
25714
25715 2002-11-04  Bruno Haible  <bruno@clisp.org>
25716
25717         * lib/config.charset: Add support for NetBSD.
25718
25719 2002-11-04  Bruno Haible  <bruno@clisp.org>
25720
25721         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
25722
25723 2002-11-01  Bruno Haible  <bruno@clisp.org>
25724
25725         * configure.in: Add AC_CONFIG_AUX_DIR call.
25726         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25727         test/Makefile.
25728         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25729
25730 2002-09-28  Karl Berry  <karl@gnu.org>
25731
25732         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25733         installed automake until the next release, since changes have been
25734         made.
25735
25736 2002-09-25  Karl Berry  <karl@gnu.org>
25737
25738         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25739         * lib/getopt*: copy from libc/posix.
25740         * lib/gettext.h: copy from gettext.
25741         * lib/.cppi-disable: add strdup.c, gettext.h.
25742
25743 2002-09-25  Karl Berry  <karl@gnu.org>
25744
25745         * config/srclist.txt: enable gettext.h check.
25746         * config/config.{guess,sub}: update from prep.
25747         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25748                 from automake 1.6.3.
25749         See srclist*.
25750
25751 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25752
25753         * regex.c (PATFETCH): Remove the translating fetch.
25754         (PATFETCH_RAW): Rename to PATFETCH.
25755         (set_image_of_range): New fun.
25756         (SET_RANGE_TABLE_WORK_AREA): Use it.
25757         (regex_compile): Don't translate the pattern chars so eagerly.
25758         Only do it when inserting an `exactn' bytecode or when handling
25759         a char-range.
25760         (mutually_exclusive_p): Avoid empty statement.
25761
25762 2002-07-06  Jim Meyering  <meyering@lucent.com>
25763
25764         * m4/README: Don't mention Makefile.am.in.
25765         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25766
25767 2002-07-01  Jim Meyering  <meyering@lucent.com>
25768
25769         * lib/c-stack.c: Include sys/time.h.
25770         From Volker Borchert.
25771
25772 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25773
25774         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25775
25776 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25777
25778         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25779         New macro.  Use it uniformly instead of
25780         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25781         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25782         reported by Vin Shelton.
25783
25784 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25785
25786         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25787         Do not assume SA_SIGINFO behavior.
25788         Bug reported by Jim Meyering on NetBSD 1.5.2.
25789
25790 2002-06-22  Jim Meyering  <meyering@lucent.com>
25791
25792         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25793         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25794
25795         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25796         now that configure.ac uses AC_GNU_SOURCE.
25797         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25798         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25799
25800         Update to latest tools.  Suggestions from Paul Eggert.
25801         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25802         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25803         * m4/fnmatch.m4: Likewise.
25804         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25805         to AC_HEADER_STDBOOL
25806
25807 2002-06-22  Jim Meyering  <meyering@lucent.com>
25808
25809         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25810         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25811
25812 2002-06-22  Jim Meyering  <meyering@lucent.com>
25813
25814         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25815
25816         * lib/exitfail.c, exitfail.h: Likewise.
25817         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25818
25819         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25820         of fnmatch.h.
25821         (EXTRA_DIST): Add fnmatch_loop.c.
25822         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25823
25824         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25825         * lib/fnmatch.c: Update from diffutils-2.8.2.
25826         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25827         * lib/fnmatch.h: Remove file.
25828
25829 2002-06-21  Jim Meyering  <meyering@lucent.com>
25830
25831         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25832         * m4/mbrtowc.m4: Likewise.
25833
25834         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25835         * m4/mbswidth.m4: Reflect name change:
25836         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25837         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25838
25839         * m4/lib-link.m4: Update from gettext-0.11.2.
25840         * m4/gettext.m4: Likewise.
25841
25842         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25843         From Alfred M. Szmidt.
25844
25845 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25846
25847         * lib/file-type.h: Report an error if neither S_ISREG nor
25848         S_IFREG is defined, instead of using a test specific to glibc
25849         2.2.  This should be safe, since POSIX requires S_ISREG and
25850         Unix Version 7 had S_IFREG.  We don't need to check for
25851         <sys/types.h> since we don't use any symbols that it defines.
25852
25853 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25854
25855         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25856         $@-t, so that each temporary file name is unique and valid in the first
25857         8 characters, for operation under DOS.
25858
25859 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25860
25861         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25862
25863 2002-06-15  Jim Meyering  <meyering@lucent.com>
25864
25865         Work even with DJGPP 2.03, which lacks support for symlinks.
25866         From Richard Dawe.
25867         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25868         is defined.
25869         * lib/lchown.c (S_ISLNK): Likewise.
25870
25871 2002-06-15  Jim Meyering  <meyering@lucent.com>
25872
25873         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25874         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25875         have been included before this file.
25876
25877 2002-06-14  Jim Meyering  <meyering@lucent.com>
25878
25879         * lib/file-type.h: Use the version from diffutils-2.8.2.
25880         * lib/file-type.c: Likewise.
25881
25882 2002-06-07  Jim Meyering  <meyering@lucent.com>
25883
25884         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25885         They're needed at least for NetBSD 1.5.2.
25886         ($statxfs_includes): Include those same headers.
25887         ($statxfs_includes): Include sys/vfs.h if available.
25888         ($statxfs_includes): Likewise for sys/statvfs.h.
25889         Check for the following members in both structs statfs and statvfs:
25890         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25891
25892 2002-06-01  Jim Meyering  <meyering@lucent.com>
25893
25894         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25895         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25896
25897 2002-05-28  Jim Meyering  <meyering@lucent.com>
25898
25899         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25900         Reported by Volker Borchert.
25901
25902 2002-05-27  Jim Meyering  <meyering@lucent.com>
25903
25904         Fix a problem seen only on nonconforming systems whereby ls.c's
25905         use of localtime, and then of gettimeofday would cause trouble:
25906         the localtime call used to initialize rpl_gettimeofday's save
25907         mechanism would clobber ls's current local time information so
25908         that in any long listing the first file would always be listed
25909         with date 1970-01-01.  Analysis by Volker Borchert.
25910
25911         * lib/gettimeofday.c (localtime): Undefine.
25912         (rpl_localtime): New function.
25913
25914 2002-05-27  Jim Meyering  <meyering@lucent.com>
25915
25916         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25917         localtime.
25918
25919         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25920         use the replacement function; it wouldn't resolve at link time.
25921         Reported by Volker Borchert.
25922
25923 2002-05-22  Jim Meyering  <meyering@lucent.com>
25924
25925         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25926         file-type.h.
25927         * lib/file-type.h: New file.
25928         * lib/file-type.c (file_type): New file/function.  Extracted from
25929         diffutils.
25930
25931 2002-04-30  Jim Meyering  <meyering@lucent.com>
25932
25933         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25934
25935 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25936
25937         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25938
25939 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25940
25941         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25942         Do not check for alloca.h (no longer used) or stdbool.h (was never
25943         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25944
25945 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25946
25947         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25948
25949 2002-04-29  Jim Meyering  <meyering@lucent.com>
25950
25951         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25952         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25953         Use AC_FUNC_STRNLEN here instead.
25954
25955         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25956         With autoconf-2.53a, it's part of AC_PROG_CC.
25957
25958 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25959
25960         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25961         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25962
25963 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25964
25965         * lib/sig2str.h, lib/sig2str.c: New files.
25966         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25967
25968 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25969
25970         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25971         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25972         of 127, since 64 is the largest conceivable number for ancient
25973         nonstandard hosts.
25974         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25975
25976 2002-04-28  Jim Meyering  <meyering@lucent.com>
25977
25978         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25979
25980 2002-04-24  Jim Meyering  <meyering@lucent.com>
25981
25982         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25983         (jm_PREREQ): Use it.
25984
25985         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25986         mach/mach.h fcntl.h.
25987         Check for this function: setlocale.
25988
25989 2002-04-24  Jim Meyering  <meyering@lucent.com>
25990
25991         * lib/gettext.h: New file, from Gettext.
25992         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25993         (libfetish_a_SOURCES): Add gettext.h.
25994
25995 2002-04-16  Jim Meyering  <meyering@lucent.com>
25996
25997         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25998         ut_pid, ut_id, ut_exit.
25999
26000 2002-04-16  Jim Meyering  <meyering@lucent.com>
26001
26002         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
26003         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
26004         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
26005
26006 2002-04-12  Jim Meyering  <meyering@lucent.com>
26007
26008         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
26009         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
26010         existence of the getmntinfo function.  Needed for Darwin 5.3.
26011
26012         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
26013         This is necessary at least on Darwin 5.3.
26014
26015         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
26016         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
26017         strnlen.o in the library, and that makes some versions of ranlib
26018         object.
26019
26020 2002-04-12  Jim Meyering  <meyering@lucent.com>
26021
26022         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
26023
26024 2002-04-09  Jim Meyering  <meyering@lucent.com>
26025
26026         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
26027         to be more precise.  Rather than saying we're checking whether the
26028         function `works', say what we're testing.
26029         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
26030         Reported by Bruno Haible.
26031
26032 2002-03-10  Jim Meyering  <meyering@lucent.com>
26033
26034         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
26035         Suggestion from Santiago Vila.
26036
26037 2002-03-08  Jim Meyering  <meyering@lucent.com>
26038
26039         * lib/rename.c: Mention that this wrapper is needed also on
26040         mips-dec-ultrix4.4 systems.
26041
26042 2002-03-02  Jim Meyering  <meyering@lucent.com>
26043
26044         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
26045         not HAVE_CLOCK_SETTIME.
26046
26047 2002-02-27  Paul Eggert  <eggert@twinsun.com>
26048
26049         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
26050         Check for clock_settime.
26051
26052 2002-02-27  Paul Eggert  <eggert@twinsun.com>
26053
26054         * lib/nanosleep.h: Rename to....
26055         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
26056
26057         * lib/gettime.c: New file.
26058         * lib/settime.c: New file.
26059         * lib/stime.c: Remove.
26060
26061         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
26062         timespec.h.  Remove nanosleep.h.
26063
26064 2002-02-25  Paul Eggert  <eggert@twinsun.com>
26065
26066         * m4/acl.m4: New file.
26067         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
26068         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
26069
26070 2002-02-25  Paul Eggert  <eggert@twinsun.com>
26071
26072         * lib/acl.c, lib/acl.h: New files.
26073         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
26074
26075 2002-02-24  Jim Meyering  <meyering@lucent.com>
26076
26077         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
26078         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
26079         cause trouble.  Reported by Nelson Beebe.
26080
26081 2002-02-23  Paul Eggert  <eggert@twinsun.com>
26082
26083         * lib/path-concat.c (xpath_concat): Reorder code to pacify
26084         compilers that don't know that xalloc_die never returns.
26085
26086 2002-02-20  Jim Meyering  <meyering@lucent.com>
26087
26088         * lib/getdate.c: Regenerate using bison-1.33.
26089
26090 2002-02-17  Jim Meyering  <meyering@lucent.com>
26091
26092         * config/config.guess (main): Don't use `head -1'; it's no longer
26093         portable. Use `sed 1q' instead.
26094
26095 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
26096
26097         * m4/codeset.m4: Upgrade to gettext-0.11.
26098         * m4/gettext.m4: Upgrade to gettext-0.11.
26099         * m4/glibc21.m4: Upgrade to gettext-0.11.
26100         * m4/iconv.m4: Upgrade to gettext-0.11.
26101         * m4/isc-posix.m4: Upgrade to gettext-0.11.
26102         * m4/lcmessage.m4: Upgrade to gettext-0.11.
26103         * m4/lib-ld.m4: New file, from gettext-0.11.
26104         * m4/lib-link.m4: New file, from gettext-0.11.
26105         * m4/lib-prefix.m4: New file, from gettext-0.11.
26106         * m4/progtest.m4: Upgrade to gettext-0.11.
26107
26108 2002-02-15  Paul Eggert  <eggert@twinsun.com>
26109
26110         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
26111         (jm_PREREQ): Use it.
26112
26113 2002-02-15  Paul Eggert  <eggert@twinsun.com>
26114
26115         * lib/posixver.c, lib/posixver.h: New files.
26116         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
26117
26118 2002-02-02  Paul Eggert  <eggert@twinsun.com>
26119             Bruno Haible  <bruno@clisp.org>
26120
26121         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
26122         (fwrite_success_callback): New declaration.
26123         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
26124         print_unicode_char. Call failure callback instead of error.
26125         (fwrite_success_callback): New function.
26126         (exit_failure_callback): New function.
26127         (fallback_failure_callback): New function.
26128         (print_unicode_char): Call unicode_to_mb.
26129
26130 2002-01-26  Jim Meyering  <meyering@lucent.com>
26131
26132         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
26133         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
26134
26135 2002-01-26  Jim Meyering  <meyering@lucent.com>
26136
26137         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
26138
26139 2002-01-22  Paul Eggert  <eggert@twinsun.com>
26140
26141         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
26142
26143 2002-01-22  Jim Meyering  <meyering@lucent.com>
26144
26145         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
26146         Otherwise, some versions of automake would omit the rule that makes
26147         Makefile from Makefile.in.
26148
26149 2002-01-21  Paul Eggert  <eggert@twinsun.com>
26150
26151         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
26152         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
26153         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
26154         (memcoll): Set errno to zero if there is no error.
26155
26156         * lib/quotearg.c (quotearg_buffer_restyled):
26157         Fix bug with quoting buffers containing NUL when backslashing escapes.
26158         This bug was exposed by the other changes in this patch.
26159         (quotearg_n_options): New arg ARGSIZE.
26160         All callers changed.
26161         (quoting_options_from_style): New function.
26162         (quotearg_n_style): Use it.
26163         (quotearg_n_style_mem): New function.
26164
26165         * lib/quotearg.h (quotearg_n_style_mem): New function.
26166
26167 2002-01-19  Jim Meyering  <meyering@lucent.com>
26168
26169         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
26170         Remove useless quotes: DF_PROG="df".
26171         * m4/strnlen.m4: New file.
26172
26173 2002-01-16  Paul Eggert  <eggert@twinsun.com>
26174
26175         * lib/backupfile.c (ISDIGIT): Comment fix.
26176         * lib/getdate.y (ISDIGIT): Likewise.
26177         * lib/posixtm.c (ISDIGIT, year): Likewise.
26178         * lib/strverscmp.c (ISDIGIT): Likewise.
26179         * lib/userspec.c (ISDIGIT): Likewise.
26180
26181 2002-01-16  Jim Meyering  <meyering@lucent.com>
26182
26183         * lib/getdate.y: Add three semicolons, each just before a closing
26184         brace. Bison (as of version 1.31) no longer papers over that mistake.
26185
26186 2002-01-05  Jim Meyering  <meyering@lucent.com>
26187
26188         * lib/version-etc.c (version_etc_copyright): Update copyright year.
26189
26190 2001-12-19  Paul Eggert  <eggert@twinsun.com>
26191
26192         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
26193         not silently exit merely because the output buffer happens to
26194         have nothing pending.
26195
26196 2001-12-18  Paul Eggert  <eggert@twinsun.com>
26197
26198         See the big note in ../ChangeLog.
26199         * lib/human.c (suffixes): Prefer K to k for 1024.
26200         (generate_suffix_backwards): New function.
26201         (human_readable_inexact): Use it.
26202         * lib/xstrtol.c (__xstrtol): If there is no number but there
26203         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
26204         Accept 'K' as well as 'k'.
26205
26206 2001-12-15  Jim Meyering  <meyering@lucent.com>
26207
26208         * lib/regex.h (__restrict_arr): Update from libc.
26209
26210         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
26211         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
26212         (STREQ): Define.
26213
26214 2001-12-14  Jim Meyering  <meyering@lucent.com>
26215
26216         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
26217         Suggestion from Bruno Haible.
26218
26219 2001-12-10  Jim Meyering  <meyering@lucent.com>
26220
26221         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
26222         xrealloc, Instead, include "xalloc.h".
26223         (initbuffer): Don't cast xmalloc return value to char*.
26224         (readline): Reword comment.
26225         Don't cast xrealloc return value to char*
26226         Return NULL, not 0.
26227
26228 2001-12-09  Jim Meyering  <meyering@lucent.com>
26229
26230         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
26231         about `signed and unsigned type in conditional expression'.
26232         * lib/posixtm.c (posix_time_parse): Likewise.
26233
26234         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
26235
26236         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
26237         to avoid a pedantic warning.
26238
26239         * lib/getstr.c: Don't include assert.h.
26240         (getstr): Remove warning-evoking assertions.
26241         Return -1 if offset parameter is out of bounds.
26242         Change the type of a local from int to size_t.
26243
26244         * lib/strftime.c (my_strftime_localtime_r): Include this function
26245         definition in the `#if ! HAVE_TM_GMTOFF' block.
26246
26247         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
26248         Include xalloc.h instead.
26249
26250 2001-12-02  Jim Meyering  <meyering@lucent.com>
26251
26252         * lib/tempname.c: Don't declare getenv, thus reverting the change of
26253         2001-11-18.  It's no longer necessary, now that stdlib.h is always
26254         included.
26255
26256         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
26257         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
26258
26259 2001-11-30  Akim Demaille  <akim@epita.fr>
26260
26261         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
26262         before being defined.
26263
26264 2001-11-27  Paul Eggert  <eggert@twinsun.com>
26265
26266         * lib/quotearg.h (quotearg_n, quotearg_n_style):
26267         First arg is int, not unsigned.
26268         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
26269         (SIZE_MAX, UINT_MAX): New macros.
26270         (quotearg_n_options): Abort if N is negative.
26271         Avoid overflow check on hosts where size_t is 64 bits and int
26272         is 32 bits, as overflow is impossible there.
26273         Fix off-by-one typo that caused unnecessary reallocation.
26274
26275 2001-11-27  Jim Meyering  <meyering@lucent.com>
26276
26277         * lib/tempname.c: Merge with version from libc.
26278         * lib/regex.c: Likewise.
26279
26280         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
26281         systems for which STDC_HEADERS is 0, it was not included, resulting in
26282         a warning about an integer-to-pointer conversion problem with getenv.
26283         Reported by Volker Borchert.
26284
26285 2001-11-26  Jim Meyering  <meyering@lucent.com>
26286
26287         * lib/gtod.h: Remove file.
26288         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
26289         * lib/gettimeofday.c: Don't include gtod.h.
26290         (GTOD_init): Remove function.
26291         (rpl_gettimeofday): Do its job here instead, rather than aborting.
26292         Suggestion from Volker Borchert.
26293
26294 2001-11-23  Jim Meyering  <meyering@lucent.com>
26295
26296         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
26297         it.
26298         * lib/hash.c (struct hash_table): Define it here instead.
26299
26300 2001-11-22  Jim Meyering  <meyering@lucent.com>
26301
26302         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
26303
26304 2001-11-20  Jim Meyering  <meyering@lucent.com>
26305
26306         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
26307         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
26308
26309 2001-11-19  Jim Meyering  <meyering@lucent.com>
26310
26311         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
26312         directory.  Use "conftestXXXXXX" as the template.
26313         Suggestion from Paul Eggert.
26314
26315         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
26316         immediately, so the test doesn't mistakenly hit the max-open-files
26317         limit.
26318
26319 2001-11-18  Paul Eggert  <eggert@twinsun.com>
26320
26321         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
26322         (TEMPORARIES): New macro.
26323         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
26324         removes an artificial limitation (e.g. HP-UX 10.20, where
26325         TMP_MAX is 17576).
26326
26327 2001-11-18  Jim Meyering  <meyering@lucent.com>
26328
26329         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
26330
26331 2001-11-18  Jim Meyering  <meyering@lucent.com>
26332
26333         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
26334         on SunOS 4.
26335
26336         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
26337         files will be created before anything else.
26338
26339 2001-11-17  Paul Eggert  <eggert@twinsun.com>
26340
26341         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
26342         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
26343
26344 2001-11-17  Jim Meyering  <meyering@lucent.com>
26345
26346         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
26347         Prompted by a report from Bob Proulx.
26348
26349         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
26350         Instead, require UTILS_FUNC_MKSTEMP.
26351
26352 2001-11-17  Jim Meyering  <meyering@lucent.com>
26353
26354         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
26355         Now, that's done as part of AC_FUNC_STRTOD.
26356
26357 2001-11-17  Jim Meyering  <meyering@lucent.com>
26358
26359         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
26360         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
26361         rather than group writable.  Patch by Juan F. Codagnone.
26362
26363         * lib/readtokens.c: Remove explicit declarations of xmalloc and
26364         xrealloc, Instead, include "xalloc.h".
26365
26366         * lib/mountlist.c: Include unlocked-io.h after all system headers.
26367         Remove explicit declarations of xmalloc, xrealloc,
26368         and xstrdup.  Instead, include "xalloc.h".
26369
26370         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
26371         unlocked-io.h.
26372         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
26373         Likewise.
26374         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
26375
26376         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
26377         Reported by Padraig Brady.
26378
26379         * lib/mkstemp.c: #undef mkstemp.
26380         Include config.h.
26381         (rpl_mkstemp): Rename from mkstemp.
26382         Protoize.
26383
26384 2001-11-16  Jim Meyering  <meyering@lucent.com>
26385
26386         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
26387         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
26388         determine the amount of total physical memory, use pstat_getstatic.
26389         HPUX-11 doesn't define _SC_PHYS_PAGES.
26390         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
26391         If sysconf couldn't be used to determine the amount of available
26392         physical memory, use both pstat_getstatic and pstat_getdynamic.
26393         Based on a patch from Bob Proulx.
26394
26395 2001-11-10  Jim Meyering  <meyering@lucent.com>
26396
26397         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
26398         (jm_PREREQ): Use it.
26399
26400 2001-11-09  Jim Meyering  <meyering@lucent.com>
26401
26402         * m4/jm-macros.m4: Require autoconf-2.52f.
26403         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
26404         Use these AC_-prefixed names, not the AM_-prefixed ones.
26405
26406         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
26407
26408 2001-11-05  Jim Meyering  <meyering@lucent.com>
26409
26410         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
26411
26412 2001-11-04  Jim Meyering  <meyering@lucent.com>
26413
26414         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
26415         $DEFS.
26416
26417 2001-11-03  Jim Meyering  <meyering@lucent.com>
26418
26419         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
26420         of AC_DEFUN.
26421
26422         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
26423         know the name of the variable in the macro definition.
26424
26425 2001-11-03  Jim Meyering  <meyering@lucent.com>
26426
26427         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
26428         in argmatch_to_argument call.
26429
26430         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
26431         argument.
26432
26433         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
26434         e.g., a fault due to an attempt to free a NULL pointer.
26435
26436 2001-11-01  Jim Meyering  <meyering@lucent.com>
26437
26438         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
26439         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
26440
26441 2001-11-01  Jim Meyering  <meyering@lucent.com>
26442
26443         * lib/dirfd.c, lib/dirfd.h: New files.
26444         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
26445
26446         * lib/hash.c (hash_print) [TESTING]: Clean up.
26447
26448 2001-10-22  Paul Eggert  <eggert@twinsun.com>
26449
26450         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
26451         to avoid a warning if -Wall.
26452
26453 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
26454
26455         * README: New file
26456         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
26457         (per RMS's instructions, this is now the canonical source)
26458         * lgpl/, gpl/: New directories.
26459
26460 2001-10-21  Paul Eggert  <eggert@twinsun.com>
26461
26462         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
26463
26464 2001-10-21  Jim Meyering  <meyering@lucent.com>
26465
26466         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
26467         this code would end up calling gettext even in packages built
26468         with --disable-nls.
26469         * lib/getopt.c (_): Likewise.
26470         * lib/regex.c (_): Likewise.
26471
26472 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26473
26474         * m4/error.m4 (jm_PREREQ_ERROR):
26475         Do not invoke AC_CHECK_FUNCS with strerror_r, as
26476         AC_FUNC_STRERROR_R does that.
26477         Check for strerror declaration.
26478
26479         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
26480         are supposed to have them these days.
26481         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
26482         Merge changes from latest Autoconf CVS.
26483         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
26484         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
26485         POSIX decided to standardize on the int flavor of strerror_r.
26486
26487 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26488
26489         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
26490         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
26491         Use strerror_r that is only a macro, even if it is not a function.
26492         (strerror): Check for HAVE_DECL_STRERROR before declaring.
26493         (private_strerror): Use prototypes, not old-style function definition.
26494         (print_errno_message): New function.
26495         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
26496         char*-flavored one.
26497         (error_tail, error, error_at_line): Use it.
26498
26499 2001-10-11  Jim Meyering  <meyering@lucent.com>
26500
26501         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
26502         and quote_n (1, ... to avoid clobbering a buffer.
26503
26504 2001-10-05  Jim Meyering  <meyering@lucent.com>
26505
26506         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
26507         hash-pjw.h.
26508         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
26509         * lib/hash-pjw.h: New file.
26510
26511 2001-09-30  Jim Meyering  <meyering@lucent.com>
26512
26513         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
26514         `struct fsstat' has the `f_fstypename' member.
26515         Use that to define FS_TYPE, which is now used to make
26516         the getfsstat link test tighter.
26517
26518 2001-09-30  Jim Meyering  <meyering@lucent.com>
26519
26520         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
26521         Include <sys/ucred.h>, for Apple Darwin.
26522         Include sys/mount.h and sys/fs_types.h only if available.
26523         (FS_TYPE): Define.
26524         (read_filesystem_list): Use FS_TYPE.
26525
26526 2001-09-29  Paul Eggert  <eggert@twinsun.com>
26527
26528         * lib/exclude.c (excluded_filename): 0 -> false, since it's
26529         a boolean context.
26530
26531 2001-09-29  Jim Meyering  <meyering@lucent.com>
26532
26533         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26534         [one-argument getmntent function]): Include stdio.h before mntent.h.
26535         SunOS 4.1.x needs it for the declaration of `FILE'.
26536         Patch by Volker Borchert.
26537
26538         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26539         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
26540         sys/fs_types.h, and make the link-test for getfsstat guard #include
26541         directives with appropriate #if HAVE_*_H tests so that we can
26542         detect getfsstat on Apple Darwin1.3.7 systems.
26543         Reported by Nelson Beebe.
26544         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
26545
26546 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26547
26548         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26549         #defines strtoimax.  Also treat the other strto* functions
26550         like strtoimax.
26551
26552         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26553         Check for strtoul and strtoumax,
26554         as those declarations are made even in the signed case.
26555         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
26556         Likewise, for strtol and strtoimax.
26557
26558 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26559
26560         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26561         #defines strtoimax.  Also treat the other strto* functions
26562         like strtoimax.
26563
26564         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
26565         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
26566         (strtoimax, strtoumax): Do not declare if already defined as a macro.
26567
26568 2001-09-26  Jim Meyering  <meyering@lucent.com>
26569
26570         Most macros in unlocked-io.h had the wrong number of arguments.
26571         * lib/gen-uio: New script.
26572         (USE_UNLOCKED_IO): Define to 1 if not already defined.
26573         * lib/unlocked-io.hin: Remove file.
26574         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
26575         rather than trying to embed it here.
26576         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
26577         Reported by Padraig Brady.
26578
26579 2001-09-25  Volker Borchert  <bt@teknon.de>
26580
26581         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
26582         `result'.
26583
26584 2001-09-24  Jim Meyering  <meyering@lucent.com>
26585
26586         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
26587
26588 2001-09-23  Jim Meyering  <meyering@lucent.com>
26589
26590         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
26591         instead of the mere test for existence of mntent.h.  The latter
26592         would get a false-positive on AIX 3.4 systems.
26593         In the outer getmntent if-block, don't die if neither of the getmntent
26594         tests succeeds.  Instead, just fall through and continue with the
26595         remaining tests.
26596
26597 2001-09-23  Jim Meyering  <meyering@lucent.com>
26598
26599         * lib/mountlist.c: Remove useless parentheses in #if directives.
26600         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
26601         the deprecated MOUNTED symbol is no longer defined in mntent.h.
26602
26603 2001-09-22  Jim Meyering  <meyering@lucent.com>
26604
26605         * m4/gettext.m4: New file.  From gettext.
26606         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
26607         * m4/progtest.m4: Likewise
26608         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
26609         * m4/glibc21.m4: Likewise.
26610
26611         * m4/libintl.m4: Remove.  No longer used.
26612
26613 2001-09-22  Jim Meyering  <meyering@lucent.com>
26614
26615         * lib/localcharset.c: Update from latest gettext.
26616         * lib/config.charset: Likewise.
26617
26618 2001-09-20  Jim Meyering  <meyering@lucent.com>
26619
26620         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
26621         strtoimax.
26622         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
26623         strtoumax.
26624
26625 2001-09-20  Jim Meyering  <meyering@lucent.com>
26626
26627         * lib/xstrtol.c (strtoimax): Guard declaration with
26628         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
26629         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
26630         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
26631         (strtoumax): Likewise, for completeness (it wasn't necessary).
26632
26633 2001-09-17  Paul Eggert  <eggert@twinsun.com>
26634
26635         * lib/strtoimax.c (HAVE_LONG_LONG):
26636         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
26637         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
26638         to work around bug in IBM C compiler.
26639
26640 2001-09-17  Jim Meyering  <meyering@lucent.com>
26641
26642         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
26643         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
26644         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
26645         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
26646         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
26647         whenever the right hand side need not be expanded by the shell.
26648
26649 2001-09-16  Paul Eggert  <eggert@twinsun.com>
26650
26651         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
26652         library.  It's not correct, as some older glibcs are buggy.
26653         fnmatch wasn't fixed until glibc 2.2.
26654
26655         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
26656         special shell magic here.
26657
26658 2001-09-16  Jim Meyering  <meyering@lucent.com>
26659
26660         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
26661         * m4/jm-macros.m4: Require it.
26662
26663 2001-09-16  Jim Meyering  <meyering@lucent.com>
26664
26665         * lib/mkdir.c: New file.
26666
26667 2001-09-15  Jim Meyering  <meyering@lucent.com>
26668
26669         * m4/jm-macros.m4: Check for help2man.
26670
26671 2001-09-11  Jim Meyering  <meyering@lucent.com>
26672
26673         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
26674         The body, by Paul Eggert, was moved here from configure.in.
26675         * m4/jm-macros.m4: Require UTILS_HOST_OS.
26676
26677 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26678
26679         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
26680         (jm_PREREQ): Use it.
26681
26682 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26683
26684         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
26685         Use ssize_t, not int, to store result of readlink.
26686         Check for ssize_t overflow as well as size_t overflow,
26687         as POSIX says the result of readlink is implementation-defined
26688         when ssize_t overflows.
26689         Remove unnecessary cast to char*.
26690         Use free+malloc instead of realloc, as the storage doesn't need
26691         to be preserved and it's clearer and can be more efficient that way.
26692         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
26693         * lib/xreadlink.h (xreadlink): Update prototype.
26694
26695 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26696
26697         * lib/xgetcwd.c: Revert some of the previous change; intead,
26698         fix the HAVE_GETCWD_NULL code to behave more like the
26699         !HAVE_GETCWD_NULL code used to.
26700
26701         Include "xalloc.h".
26702         (xgetcwd): Do not return NULL when memory is exhausted; instead,
26703         invoke xalloc_die.
26704
26705 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26706
26707         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
26708         sys/param.h, as pathmax.h includes them.
26709
26710 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26711
26712         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
26713         (jm_PREREQ_XGETCWD): New macro.
26714
26715         * m4/getcwd.m4: New file.
26716
26717 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26718
26719         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
26720         like the HAVE_GETCWD_NULL code.
26721         Include pathmax.h if not HAVE_GETCWD.
26722         Do not include xalloc.h.
26723         (INITIAL_BUFFER_SIZE): New symbol.
26724         Do not use xmalloc / xrealloc, since the caller is responsible for
26725         handling errors.  Preserve errno around `free' during failure.
26726         Do not overrun buffer when using getwd.
26727
26728 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26729
26730         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26731         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26732         getcwd (NULL, 0).
26733
26734 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26735
26736         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26737         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26738         spotted by Jim Meyering.
26739
26740 2001-09-03  Jim Meyering  <meyering@lucent.com>
26741
26742         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26743         failure.
26744
26745 2001-09-02  Jim Meyering  <meyering@lucent.com>
26746
26747         * lib/error.c: Update from GNU libc.
26748
26749 2001-09-01  Jim Meyering  <meyering@lucent.com>
26750
26751         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26752         Used by df.
26753
26754 2001-09-01  Jim Meyering  <meyering@lucent.com>
26755
26756         * lib/xreadlink.c: New file.
26757         * lib/xreadlink.h: New file.
26758         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26759         xreadlink.h.
26760
26761         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26762         doesn't conflict with sparc Solaris 7's definition in
26763         /usr/include/sys/int_types.h.
26764
26765         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26766         files.
26767         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26768         and strncasecmp as r-values.  Unixware didn't have declarations.
26769
26770 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26771
26772         * lib/xstrtol.h: Add copyright notice.
26773         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26774         LONGINT_INVALID_SUFFIX_CHAR.
26775
26776 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26777
26778         * lib/xstrtol.c (strtoimax): New decl.
26779
26780 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26781
26782         * lib/xgetcwd.c: Don't include pathmax.h.
26783         Include stdlib.h and unistd.h if available.
26784         Include xalloc.h.
26785         (xmalloc, xstrdup, free): Remove decls.
26786         (xgetcwd): Don't assume sizes fit in unsigned.
26787         Check for overflow when computing sizes.
26788         Simplify reallocation code.
26789
26790 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26791
26792         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26793         a directory's st_size can have an arbitrary value, so the old
26794         usage could waste an arbitrary amount of memory.  All uses
26795         changed.
26796         * lib/savedir.h: Update prototype.
26797
26798 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26799
26800         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26801
26802         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26803         old strtoimax.c.
26804
26805         Also, make the following further changes to make this file's
26806         configuration more similar to that of strtol.c:
26807         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26808         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26809         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26810         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26811         changed to signed values.
26812
26813         And make the following changes as well:
26814         Fix copyright notice, as 1999 was missing.
26815         (verify): New macro.
26816         (strtoimax): Check sizes at compile-time, not run-time.
26817         Prefer strtol to strtoll if both work.
26818         (main): Remove; it was not that useful and was a pain to maintain.
26819
26820         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26821
26822 2001-08-31  Jim Meyering  <meyering@lucent.com>
26823
26824         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26825         Use an initial, malloc'd, buffer of length 128 rather than
26826         a statically allocated one of length 1024.
26827
26828 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26829
26830         Simplify code, partly by assuming autoconf 2.52 semantics.
26831
26832         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26833
26834         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26835         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26836         All uses removed.
26837         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26838         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26839         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26840         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26841         jm_AC_HEADER_INTTYPES_H.
26842         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26843
26844         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26845
26846         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26847         Quote first arg of AC_DEFUN.
26848         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26849         since they are needed to parse the include file even if we need
26850         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26851         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26852         but with opposite signedness.
26853
26854 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26855
26856         Merge 'exclude' changes from tar 1.13.22.
26857         This fixes one or two unlikely storage allocation overflow bugs,
26858         but doesn't change user-visible behavior otherwise.
26859
26860 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26861
26862         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26863         (jm_PREREQ_EXCLUDE): New macro.
26864
26865 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26866
26867         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26868         tm to be declared.
26869
26870 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26871
26872         * lib/hash.c: Remove '2001' from copyright notice.
26873
26874 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26875
26876         * lib/full-write.h: New file.
26877         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26878         * lib/full-write.c: Correct credits, as cccp.c no longer
26879         exists and anyway it was so heavily changed from the old cccp
26880         code as to be unrecognizable.  Include full-write.h.
26881         (full_write) Return size_t, with short writes meaning failure.
26882         All callers changed.  This fixes a bug with large buffers
26883         on 64-bit hosts.
26884         * lib/utime.c: Include full-write.h.
26885
26886 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26887
26888         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26889         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26890         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26891         Include if available.
26892         (<xalloc.h>): Include
26893         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26894         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26895         collide with FNM macros.
26896         (struct patopts): New struct.
26897         (struct exclude): Use it, as exclude patterns now come with options.
26898         (new_exclude): Support above changes.
26899         (new_exclude, add_exclude_file):
26900         Initial size must now be a power of two to simplify overflow checking.
26901         (free_exclude, fnmatch_no_wildcards): New function.
26902         (excluded_filename): No longer requires options arg, as the options
26903         are determined by add_exclude.  Now returns bool, not int.
26904         (excluded_filename, add_exclude):
26905         Add support for the fancy new exclusion options.
26906         (add_exclude, add_exclude_file): Now takes int options arg.
26907         Check for arithmetic overflow when computing sizes.
26908         (add_exclude_file): xrealloc might modify errno, so don't
26909         realloc until after errno might be used.
26910
26911         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26912         New macros.
26913         (free_exclude): New decl.
26914         (add_exclude, add_exclude_file): Now takes int options arg.
26915         (excluded_filename): No longer requires options arg, as the options
26916         are determined by add_exclude.  Now returns bool, not int.
26917
26918 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26919
26920         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26921
26922 2001-08-27  Jim Meyering  <meyering@lucent.com>
26923
26924         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26925
26926         * lib/version-etc.c (N_): Remove definition.
26927         Revert most of last change.
26928         Instead, simply don't mark the `Copyright...' string for translation.
26929         Based on advice from Paul Eggert.
26930
26931         * lib/strtoxmax.c: Tweak comment.
26932
26933 2001-08-26  Jim Meyering  <meyering@lucent.com>
26934
26935         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26936
26937         * m4/xstrtoimax.m4: New file.
26938         * m4/xstrtoumax.m4: Add comments explaining why we
26939         AC_REPLACE_FUNCS(strtol).
26940
26941 2001-08-26  Jim Meyering  <meyering@lucent.com>
26942
26943         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26944         of copyright with `%s' so translators don't get an untranslated
26945         message in 2002.
26946         (COPYRIGHT_YEAR): Define.
26947         (version_etc): Use fprintf rather than fputs.
26948         Suggestion from Ulrich Drepper.
26949
26950         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26951
26952         * lib/strtoll.c: New file, from GNU libc.
26953         * lib/xstrtoimax.c: New file.
26954
26955         * lib/xstrtol.h: Add xstrtoimax.
26956         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26957         * lib/strtoimax.c: New file.  Likewise, but first define
26958         STRTOUXMAX_SIGNED.
26959
26960         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26961         ...
26962         * lib/strtoxmax.c: ... then renamed to this.
26963
26964 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26965
26966         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26967         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26968         (jm_AC_TYPE_INTMAX_T): New macro.
26969         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26970
26971         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26972
26973         * m4/longlong.m4: Renamed from ulonglong.m4.
26974         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26975         * m4/uintmax_t.m4: Removed.
26976
26977 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26978
26979         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26980         Port to Solaris 8, where 'sed' requires a space after the 'r'
26981         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26982         Redirect output to $tmp just once.
26983
26984 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26985
26986         * lib/addext.c (<errno.h>): Include.
26987         (errno): Declare if not defined.
26988         (addext): Work correctly when pathconf returns -1 and leaves
26989         errno alone because there is no limit.  Also, work even if
26990         pathconf returns a value greater than SIZE_MAX.
26991
26992 2001-08-12  Jim Meyering  <meyering@lucent.com>
26993
26994         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26995         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26996         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26997         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26998         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26999         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
27000         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
27001         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
27002         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
27003         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
27004         utime.m4, utimes.m4, xstrtoumax.m4:
27005         Quote the first argument in each use of AC_DEFUN.
27006
27007 2001-08-12  Jim Meyering  <meyering@lucent.com>
27008
27009         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
27010         Simply `return getcwd (NULL, 0);'.
27011         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
27012         Use 1300 as initial value for length, not PATH_MAX.
27013
27014         * lib/pathmax.h: Clean up cpp syntax.
27015
27016 2001-08-12  Jim Meyering  <meyering@lucent.com>
27017
27018         * lib/gettimeofday.c: New file.
27019         * lib/gtod.h: New file.
27020         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
27021
27022 2001-08-05  Jim Meyering  <meyering@lucent.com>
27023
27024         * m4/jm-macros.m4: Require autoconf-2.52.
27025
27026 2001-08-04  Jim Meyering  <meyering@lucent.com>
27027
27028         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
27029         stmt, to get in sync with glibc.
27030
27031 2001-08-03  Paul Eggert  <eggert@twinsun.com>
27032
27033         The following changes are from gettext 0.10.39 as maintained by
27034         Bruno Haible.
27035
27036         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
27037         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
27038         with inverted sense.  All uses changed.
27039
27040         * lib/mbswidth.c: Don't include <limits.h>.
27041         Include <stdlib.h> and <string.h> unconditionally.
27042         (iswcntrl, mbsinit, ISCNTRL): New macros.
27043         (mbsnwidth): Use K&R style function declarations.
27044         Don't bother checking for MB_LEN_MAX == 1, since the compiler
27045         can optimize it when MB_CUR_MAX == 1.
27046         The width of control characters is zero, not 1.
27047
27048 2001-08-03  Paul Eggert  <eggert@twinsun.com>
27049
27050         The following changes are from gettext 0.10.39 as maintained by
27051         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
27052
27053         * m4/codeset.m4: Upgrade to serial AM1.
27054         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
27055         all uses changed.  Quote first arg of AC_DEFUN.
27056         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
27057
27058         * m4/iconv.m4: Upgrade to serial AM2.
27059         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
27060         Add --with-libconv-prefix.
27061         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
27062         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
27063         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
27064         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
27065         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
27066
27067         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
27068         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
27069         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
27070         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
27071         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
27072         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
27073         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
27074         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
27075         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
27076
27077         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
27078         string.h any more.
27079
27080         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
27081         not the default value.
27082
27083         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
27084         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
27085         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
27086         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
27087         Also check for iswcntrl, used for wcwidth fallback.
27088         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
27089         to Autoconf 2.13.
27090
27091 2001-08-03  Jim Meyering  <meyering@lucent.com>
27092
27093         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
27094         as it was in the original.  Reported by Paul Eggert.
27095
27096 2001-07-16  Jim Meyering  <meyering@lucent.com>
27097
27098         * m4/gettimeofday.m4: New file.
27099         Prompted by a report from Bernhard Baehr.
27100
27101 2001-07-15  Jim Meyering  <meyering@lucent.com>
27102
27103         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
27104         stuff. Now it's in ../Makefile.cfg.
27105
27106 2001-07-15  Jim Meyering  <meyering@lucent.com>
27107
27108         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
27109         (BUILT_SOURCES): Add unlocked-io.h.
27110         (io_functions): Define.
27111         (unlocked-io.h): New rule.
27112         (DISTCLEANFILES): Add unlocked-io.h.
27113         (all-local): Depend on unlocked-io.h, to ensure it is created.
27114
27115         * lib/unlocked-io.hin: New file
27116
27117         * lib/regex.c: Update from glibc.
27118
27119 2001-07-05  Jim Meyering  <meyering@lucent.com>
27120
27121         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
27122         recommendation.
27123         (libfetish_a_SOURCES): Put all .h files here instead.
27124         Remove a thus-exposed (better checks in automake) duplicate and
27125         two unnecessary .h files.
27126
27127 2001-07-04  Jim Meyering  <meyering@lucent.com>
27128
27129         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
27130         that generates jm-glibc-io.m4 so that it doesn't trigger any make
27131         distcheck failure.
27132
27133 2001-07-02  Jim Meyering  <meyering@lucent.com>
27134
27135         The following changes were prompted by suggestions from Bruno Haible.
27136
27137         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
27138         is now generated.
27139         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
27140         definition of EXTRA_DIST.
27141         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
27142         ensure that the generated file is created/updated whenever the list
27143         of $(unlocked_functions) is changed.
27144         (jm-glibc-io.m4): New rule.
27145         (unlocked-io.h): New rule -- currently unused.
27146
27147 2001-06-24  Jim Meyering  <meyering@lucent.com>
27148
27149         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
27150         unmatched right bracket, rather than kludging it with an extra,
27151         falsely-matching quote in a comment.  Patch by Akim Demaille.
27152
27153 2001-06-11  Jim Meyering  <meyering@lucent.com>
27154
27155         * lib/regex.c: Update from GNU libc.
27156
27157 2001-05-27  Jim Meyering  <meyering@lucent.com>
27158
27159         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
27160         Check for ut_type in struct utmp.
27161
27162 2001-05-27  Jim Meyering  <meyering@lucent.com>
27163
27164         * lib/readutmp.h (UT_TYPE): Define.
27165
27166 2001-05-24  Jim Meyering  <meyering@lucent.com>
27167
27168         * lib/argmatch.c: Include "quote.h".
27169         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
27170         quote function.  Reported by Göran Uddeborg.
27171
27172 2001-05-22  Jim Meyering  <meyering@lucent.com>
27173
27174         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
27175         now that we use the package-supplied version unconditionally.
27176         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
27177
27178 2001-05-21  Jim Meyering  <meyering@lucent.com>
27179
27180         * m4/regex.m4: Change a couple backticks to single quotes to avoid
27181         shell syntax errors.
27182
27183 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
27184
27185         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
27186
27187 2001-05-20  Paul Eggert  <eggert@twinsun.com>
27188
27189         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
27190         Don't bother to check library strftime, since
27191         we'll be using our own my_strftime function anyway.
27192         Define my_strftime instead of strftime.
27193
27194 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
27195
27196         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
27197         which is not yet declared.
27198
27199 2001-05-15  Jim Meyering  <meyering@lucent.com>
27200
27201         * m4/regex.m4: Use proper quoting so brackets appear in the test
27202         program.
27203         Reported by, and with help from, Bruno Haible.
27204
27205 2001-05-13  Jim Meyering  <meyering@lucent.com>
27206
27207         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
27208         undefined.
27209
27210 2001-05-11  Paul Eggert  <eggert@twinsun.com>
27211
27212         dirname code cleanup.  base_name now behaves more compatibly
27213         with POSIX basename when given file names that have trailing
27214         slashes, and similarly for dir_name.  Add new primitives
27215         base_len and dir_len.  Put the directory-name-related decls
27216         into dirname.h.
27217
27218         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
27219         * lib/backupfile.c (base_name): Likewise.
27220         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
27221         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
27222         * lib/makepath.c (strip_trailing_slashes): Likewise.
27223         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
27224         ISSLASH): Likewise.
27225         * lib/rename.c (strip_trailing_slashes): Likewise.
27226         * lib/same.c (base_name): Likewise.
27227         * lib/stripslash.c (ISSLASH): Likewise.
27228
27229         * lib/addext.c: Include <dirname.h> after size_t is defined.
27230         * lib/backupfile.c: Likewise.
27231
27232         * lib/addext.c (addext): Use base_len to trim redundant
27233         trailing slashes instead of doing it ourselves.
27234         But do not trim the last slash if it is not redundant.
27235
27236         * lib/backupfile.c (find_backup_file_name,
27237         max_backup_version): Use base_len instead of rolling it ourselves.
27238         Handle the case of "" and (on DOS) "C:" correctly.
27239
27240         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
27241         needed. Include <string.h>, <dirname.h>.
27242         (base_name): Allow file names ending in slashes, other than names
27243         that are all slashes.  In this case, return the basename followed
27244         by the slashes.  This is more general, and can be used in places
27245         where the original base_name purposely had an assertion failure.
27246         (base_len): New function.
27247
27248         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
27249         Do not include <assert.h>; no longer needed.
27250         Include xalloc.h.
27251         (memrchr): Remove decl.
27252         (dir_name_r): Remove.
27253         (dir_len): Renamed from dirlen.  All callers changed.
27254         Rewrite in terms of base_name, for simplicity and consistency.
27255         (dir_name): Never return NULL.  All callers changed.
27256         Do not include <stdlib.h> in test program; no longer needed.
27257         return 0; is fine for test program.
27258
27259         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
27260         New macros.
27261         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
27262
27263         * lib/path-concat.c (path_concat): Use base_len to compute
27264         base length, not strlen; this means we cannot rely on memcpy
27265         to null-terminate.
27266
27267         * lib/same.c (STREQ): Remove.
27268         (same_name): Handle the case where the basename ends in trailing '/'.
27269
27270         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
27271         a slash was stripped.  Do not strip the last slash after a
27272         file system prefix.
27273
27274 2001-05-11  Paul Eggert  <eggert@twinsun.com>
27275
27276         * lib/Makefile.am (libfetish_a_SOURCES):
27277         Add strftime.c, since we now compile it on all hosts.
27278
27279         * lib/strftime.c (my_strftime):
27280         Define to nstrftime if emacs, but only if my_strftime is not defined.
27281         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
27282         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
27283         Add one more extra argument: a nanoseconds value.
27284         All uses changed.
27285         (ns): New macro.
27286         (my_strftime function): Add %N format.
27287         (emacs_strftimeu): Renamed from emacs_strftime,
27288         with extra ut argument.
27289
27290 2001-05-09  Paul Eggert  <eggert@twinsun.com>
27291
27292         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
27293
27294 2001-04-21  Jim Meyering  <meyering@lucent.com>
27295
27296         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
27297         doesn't interfere.
27298
27299 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
27300
27301         * m4/ftruncate.m4: Check for chsize.
27302         Link with ftruncate.o unconditionally if ftruncate is missing.
27303         This was required when cross-compiling to i586-mingw32msvc.
27304
27305 2001-04-08  Jim Meyering  <meyering@lucent.com>
27306
27307         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
27308         recomputed; that's necessary when the offset spans a DST transition.
27309         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
27310
27311 2001-04-02  Jim Meyering  <meyering@lucent.com>
27312
27313         * lib/regex.h, regex.c: Update from GNU libc.
27314
27315 2001-03-24  Jim Meyering  <meyering@lucent.com>
27316
27317         * m4/jm-macros.m4: Require autoconf-2.49d.
27318
27319 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
27320
27321         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
27322
27323 2001-03-19  Paul Eggert  <eggert@twinsun.com>
27324
27325         * lib/version-etc.c (version_etc_copyright): Update to 2001.
27326
27327 2001-03-17  Jim Meyering  <meyering@lucent.com>
27328
27329         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
27330         now that the version in autoconf is equivalent.
27331         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
27332
27333         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
27334         Suggestion from Akim Demaille.
27335
27336         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
27337         (jm_PREREQ_TEMPNAME): New function.
27338
27339 2001-03-16  Paul Eggert  <eggert@twinsun.com>
27340
27341         * lib/tempname.c (uint64_t): Define to uintmax_t if
27342         not defined, and if UINT64_MAX is not defined.
27343         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
27344         Reported by John David Anglin.
27345
27346 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
27347
27348         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
27349         resolve alias if codeset is empty.
27350         * lib/config.charset (BeOS): Use wildcard syntax.
27351
27352 2001-03-13  Jim Meyering  <meyering@lucent.com>
27353
27354         * lib/path-concat.c (path_concat)
27355         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
27356         concatenating e.g., `C:' and `foo'.
27357         From Bruno Haible.
27358
27359 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
27360
27361         * lib/localcharset.c (locale_charset): Don't use
27362         setlocale(LC_CTYPE,NULL). Don't return NULL.
27363         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
27364
27365 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
27366
27367         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
27368         support for DOS/DJGPP.
27369
27370 2001-03-01  Paul Eggert  <eggert@twinsun.com>
27371
27372         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
27373         lacks mkstemp.  Compile our own tempname.c if we compile our own
27374         mkstemp.c, as mkstemp relies on tempname.
27375
27376 2001-03-01  Jim Meyering  <meyering@lucent.com>
27377
27378         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
27379         AH_VERBATIM really does output its argument verbatim.
27380
27381 2001-02-28  Paul Eggert  <eggert@twinsun.com>
27382
27383         * lib/Makefile.am (libfetish_a_SOURCES):
27384         Add dup-safer.c, fopen-safer.c.
27385         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
27386
27387         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
27388         * lib/unistd-safer.h: New files.
27389
27390 2001-02-25  Paul Eggert  <eggert@twinsun.com>
27391
27392         The mkstemp replacement is taken from glibc 2.2.2, with some
27393         portability fixes for use outside glibc, as follows:
27394
27395         * lib/tempname.c (struct_stat64): New macro.
27396         (direxists, __gen_tempname): Use it.
27397         This avoids a portability problem with Solaris 8.
27398
27399         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
27400         (<stddef.h>, <stdint.h>, <string.h>):
27401         Include only if STDC_HEADERS || _LIBC.
27402         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
27403         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
27404         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
27405         (__set_errno): Define this macro if <errno.h> doesn't.
27406         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
27407         Define these macros if <stdio.h> doesn't.
27408         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
27409         Define these macros if <sys/stat.h>
27410         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
27411         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
27412         __xstat64): Define if not _LIBC.
27413         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
27414         (__gen_tempname): Invoke gettimeofday only if
27415         HAVE_GETTIMEOFDAY || _LIBC;
27416         otherwise, fall back on plain "time".
27417         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
27418
27419         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
27420
27421         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
27422
27423 2001-02-18  Paul Eggert  <eggert@twinsun.com>
27424
27425         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
27426
27427 2001-02-17  Paul Eggert  <eggert@twinsun.com>
27428
27429         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
27430         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
27431         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
27432         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27433
27434 2001-02-17  Paul Eggert  <eggert@twinsun.com>
27435
27436         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
27437         Remove workaround macros for hosts that have mbrtowc but not
27438         mbstate_t, as we now insist on proper declarations for both
27439         before using mbrtowc.
27440
27441 2001-02-17  Jim Meyering  <meyering@lucent.com>
27442
27443         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
27444         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
27445         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
27446         UnixWare 7.1.1.
27447
27448         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
27449         rather than AC_CACHE_VAL.
27450
27451 2001-02-17  Jim Meyering  <meyering@lucent.com>
27452
27453         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
27454         around included file name.
27455
27456         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
27457
27458         * lib/strftime.c: Update from GNU libc (the only changes were to
27459         comments).
27460
27461 2001-02-17  Jim Meyering  <meyering@lucent.com>
27462
27463         * lib/regex.c: Update from libc.
27464
27465 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
27466
27467         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
27468         clash.
27469
27470 2001-02-16  Paul Eggert  <eggert@twinsun.com>
27471
27472         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
27473         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
27474         Reported by Mark Hounschell via Paul Eggert.
27475
27476 2001-02-07  Jim Meyering  <meyering@lucent.com>
27477
27478         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
27479
27480 2001-02-05  Jim Meyering  <meyering@lucent.com>
27481
27482         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
27483         it includes the patch required for `large file' support with at least
27484         HP-UX's 10.20 /bin/cc.
27485
27486 2001-02-03  Jim Meyering  <meyering@lucent.com>
27487
27488         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
27489         AS_IF, now that it works once again (mysteriously).
27490         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27491
27492 2001-01-30  Jim Meyering  <meyering@lucent.com>
27493
27494         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
27495         * m4/chown.m4: Rename conftestchown to conftest.chown.
27496         * m4/rename.m4: s/conftestdir/conftest.d1/ and
27497         s/conftestdir2/conftest.d2/.
27498         * m4/utimes.m4: s/conftestdata/conftest.data/
27499         Inspired by Pavel Roskin's change in autoconf.
27500
27501 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
27502
27503         * lib/config.charset: Update for FreeBSD 4.2.
27504
27505 2001-01-27  Jim Meyering  <meyering@lucent.com>
27506
27507         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
27508         a use of AS_IF.
27509         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27510
27511 2001-01-26  Jim Meyering  <meyering@lucent.com>
27512
27513         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
27514         quotearg.c includes it.
27515
27516 2001-01-26  Jim Meyering  <meyering@lucent.com>
27517
27518         * lib/quotearg.c: Include stddef.h.
27519         * lib/quote.c: Include stddef.h.
27520         Reported by Axel Kittenberger.
27521
27522         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
27523         line in double quotes so that it evokes a better diagnostic.
27524         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
27525         Reported by Axel Kittenberger.
27526
27527 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
27528
27529         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
27530         as if it was a `charset'.
27531
27532 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27533
27534         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
27535         has const.
27536
27537 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27538
27539         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
27540         to avoid a warning.  Add back 'const' to inptr.
27541
27542 2001-01-20  Jim Meyering  <meyering@lucent.com>
27543
27544         Be sure that headers are checked before used in code compiled
27545         for the type checks.
27546         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
27547         In place of that, invoke jm_CHECK_ALL_TYPES.
27548         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
27549         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
27550         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
27551         The check for ssize_t was mistakenly run before the test for unistd.h.
27552
27553         The configure-time check for stdbool.h was missing.
27554         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
27555         (jm_PREREQ_HASH): New function.
27556
27557 2001-01-17  Jim Meyering  <meyering@lucent.com>
27558
27559         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
27560         for autoconf-2.49c.
27561         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
27562
27563 2001-01-16  Jim Meyering  <meyering@lucent.com>
27564
27565         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
27566         From Bruno Haible.
27567
27568 2001-01-14  Jim Meyering  <meyering@lucent.com>
27569
27570         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
27571         foo and bar.  Create conftestdir/ in the script, not in the C code.
27572         Remove directories in the script, not in the C code.
27573         Remove conftestdir{,2} before trying to create the directory.
27574         Make the entire configure script fail if the mkdir fails.
27575
27576 2001-01-14  Jim Meyering  <meyering@lucent.com>
27577
27578         * lib/rename.c: New file.  From Volker Borchert.
27579         Include stdlib.h, string.h or strings.h, and xalloc.h.
27580         Use strip_trailing_slashes rather than open-coding it.
27581
27582 2001-01-03  Paul Eggert  <eggert@twinsun.com>
27583
27584         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
27585
27586 2001-01-03  Jim Meyering  <meyering@lucent.com>
27587
27588         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
27589         of local `inptr' to avoid warning with some system declarations of
27590         iconv.
27591
27592 2001-01-02  Volker Borchert  <bt@teknon.de>
27593
27594         * m4/rename.m4: New file.
27595         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
27596
27597 2001-01-01  Jim Meyering  <meyering@lucent.com>
27598
27599         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
27600         even on systems with utmpx.h.  It's necessary for the declaration of
27601         utmp's ut_user member.  Reported by Andreas Jaeger.
27602
27603         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
27604         available. They are required for the declarations of getgrgid and
27605         getpwuid resp.
27606         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
27607         Reported by Andreas Jaeger.
27608
27609 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
27610
27611         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
27612         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
27613         so `make install' also works in VPATH builds.
27614
27615 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
27616
27617         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
27618         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
27619         can be used in subdirectories.
27620
27621 2000-12-29  Paul Eggert  <eggert@twinsun.com>
27622
27623         * lib/modechange.c: Do not assume that mode_t uses the
27624         traditional octal encoding.  E.g. "chmod 1 FOO" should set
27625         the other-execute bit of FOO even if S_IXOTH != 1.
27626
27627         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
27628         WOTH, XOTH, ALLM): New macros.
27629         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
27630          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
27631         Use them.
27632         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
27633         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
27634         (mode_compile):
27635         No need to use uintmax_t; unsigned long is long enough.
27636         Don't bother to get suffix since we don't use it.
27637
27638 2000-12-26  Jim Meyering  <meyering@lucent.com>
27639
27640         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
27641         better with autoheader.
27642
27643 2000-12-24  Jim Meyering  <meyering@lucent.com>
27644
27645         * lib/hash.c (is_prime): Return explicit boolean values.
27646         (hash_get_first): Return NULL to appease Irix5.6's 89.
27647         Reported by Nelson Beebe.
27648
27649 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
27650
27651         * lib/localcharset.c (locale_charset): Add support for Win32.
27652
27653 2000-12-18  Paul Eggert  <eggert@twinsun.com>
27654
27655         * lib/physmem.h, lib/physmem.c: New files.
27656
27657         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
27658         (noinst_HEADERS): Add physmem.h.
27659
27660         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
27661         't' for compatibility with Solaris 8 sort.
27662
27663 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
27664
27665         * lib/config.charset: Add support for BeOS.
27666
27667 2000-12-17  Jim Meyering  <meyering@lucent.com>
27668
27669         * m4/dos.m4 (jm_AC_DOS): New file and macro.
27670         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
27671
27672 2000-12-16  Jim Meyering  <meyering@lucent.com>
27673
27674         This bug had a serious impact on chown: `chown N:M FILE' (for integer
27675         N and M) would have treated it like `chown N:N FILE'.
27676
27677         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
27678
27679 2000-12-16  Jim Meyering  <meyering@lucent.com>
27680
27681         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
27682         SHELLS_FILE to a file name that's useful on djgpp systems.
27683         Include stdlib.h.
27684         (ADDITIONAL_DEFAULT_SHELLS): Define.
27685         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
27686         Based mostly on a patch from Prashant TR.
27687
27688 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
27689
27690         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
27691         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
27692         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
27693
27694 2000-12-08  Andreas Schwab  <schwab@suse.de>
27695
27696         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
27697         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
27698
27699 2000-12-07  Jim Meyering  <meyering@lucent.com>
27700
27701         * lib/stripslash.c (ISSLASH): Define.
27702         (strip_trailing_slashes): Use ISSLASH rather than comparing against
27703         `/'.
27704         From Prashant TR.
27705
27706         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
27707         (dir_name_r): Declare this function as static.
27708         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
27709         manifest itself on a name containing a mix of slashes and
27710         backslashes.
27711         Make this function work with names starting with a DOS-style
27712         drive letter and colon prefix.
27713         (dir_name): Append `.' if necessary.
27714         Based mostly on patches from Prashant TR and Eli Zaretskii.
27715
27716         * lib/dirname.h (dir_name_r): Remove prototype.
27717
27718 2000-12-06  Paul Eggert  <eggert@twinsun.com>
27719
27720         * m4/off_t-format.m4: Remove this file.
27721         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
27722
27723 2000-12-06  Jim Meyering  <meyering@lucent.com>
27724
27725         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27726         replacement strtoull, we may well need the replacement strtoul, too.
27727         Check for declarations of strtoul and strtoull.
27728         Check for strtol.  Mainly as a cue to cause automake to include
27729         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27730         Check for limits.h -- strtol.c needs it.
27731
27732 2000-12-05  Jim Meyering  <meyering@lucent.com>
27733
27734         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27735
27736 2000-12-04  Jim Meyering  <meyering@lucent.com>
27737
27738         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27739         Also include memory.h, stdlib.h, unistd.h if appropriate.
27740         Reported by Andreas Jaeger (conflicting declaration of malloc).
27741
27742 2000-12-02  Jim Meyering  <meyering@lucent.com>
27743
27744         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27745         * m4/jm-macros.m4 (jm_MACROS): require it.
27746
27747 2000-12-02  Jim Meyering  <meyering@lucent.com>
27748
27749         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27750
27751 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27752
27753         * lib/memrchr.c: Include <config.h> before any system include file.
27754
27755 2000-11-30  Jim Meyering  <meyering@lucent.com>
27756
27757         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27758
27759 2000-11-30  Jim Meyering  <meyering@lucent.com>
27760
27761         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27762
27763 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27764
27765         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27766
27767 2000-11-26  Jim Meyering  <meyering@lucent.com>
27768
27769         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27770
27771 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27772
27773         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27774         size of (size_t) -1; it's not portable.
27775
27776 2000-11-17  Jim Meyering  <meyering@lucent.com>
27777
27778         * lib/strstr.c: Update from GNU libc.
27779
27780 2000-11-17  Akim Demaille  <akim@epita.fr>
27781
27782         * lib/obstack.h: Formatting changes.
27783         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27784         prevent type checking.
27785         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27786         cast the value to (void *): assigning a `foo *' to a `void *'
27787         variable is valid.
27788         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27789
27790 2000-11-16  Jim Meyering  <meyering@lucent.com>
27791
27792         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27793
27794 2000-11-11  Jim Meyering  <meyering@lucent.com>
27795
27796         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27797
27798 2000-11-10  Jim Meyering  <meyering@lucent.com>
27799
27800         * lib/obstack.h: Update from GNU libc.
27801         * lib/obstack.c: Likewise.
27802
27803 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27804
27805         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27806
27807 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27808
27809         * lib/getusershell.c (setusershell): Use rewind rather than
27810         fseek/fseeko, to avoid configuration hassles with fseeko.
27811         Don't bother opening SHELLS_FILE if shellstream is NULL;
27812         it's not necessary.
27813
27814 2000-11-05  Jim Meyering  <meyering@lucent.com>
27815
27816         * lib/makepath.h (make_dir): Declare.
27817         * lib/makepath.c (make_dir): Remove `static' attribute.
27818         Tweak a comment.
27819
27820 2000-11-04  Jim Meyering  <meyering@lucent.com>
27821
27822         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27823
27824 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27825
27826         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27827         last one in a bucket, advance to the next bucket.
27828
27829 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27830
27831         * lib/fnmatch.c: Do not comment out all the code if we are using
27832         the GNU C library, because in some cases we are replacing buggy
27833         code in the GNU C library itself.
27834
27835 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27836
27837         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27838         (regex_compile): Catch bogus \(\1\).
27839
27840 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27841
27842         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27843         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27844         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27845
27846 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27847
27848         * lib/error.h, getline.h, modechange.h:
27849         Remove "2000" from Copyright line, as the file hasn't been
27850         changed this year other than in the copyright notice.
27851
27852         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27853         was changed this year.
27854
27855 2000-10-29  Jim Meyering  <meyering@lucent.com>
27856
27857         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27858         renaming.
27859         * m4/ls-mntd-fs.m4: Likewise
27860
27861 2000-10-29  Jim Meyering  <meyering@lucent.com>
27862
27863         * lib/xstat.in: Fix grammar in comment.
27864
27865 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27866
27867         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27868         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27869         doesn't define __restrict_arr.
27870
27871 2000-10-28  Jim Meyering  <meyering@lucent.com>
27872
27873         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27874         (jm_PREREQ_MEMCHR): New function.
27875
27876 2000-10-28  Jim Meyering  <meyering@lucent.com>
27877
27878         * lib/memchr.c: Update from libc.
27879         Adjust for portability:
27880         [HAVE_STDLIB_H]: Include stdlib.h.
27881         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27882         Undef __memchr, too.
27883         [!weak_alias]: Define __memchr to memchr.
27884
27885         * lib/regex.c: Update from libc.
27886         * lib/regex.h: Likewise.
27887         * lib/getopt1.c: Likewise.
27888         * lib/memcmp.c: Likewise.
27889
27890         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27891         Avoid using fseek, when possible -- it's broken by design.
27892         Patch by Ulrich Drepper.
27893
27894 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27895
27896         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27897         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27898         Giving in to popular pressure to shut up the compiler with casts.
27899
27900 2000-10-26  Jim Meyering  <meyering@lucent.com>
27901
27902         * lib/strftime.c: Update from libc.
27903
27904 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27905
27906         * regex.c: More `unsigned char' -> `re_char' changes.
27907         Also change several `int' into `re_wchar_t'.
27908         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27909         (PUSH_FAILURE_POINTER): Don't cast any more.
27910         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27911         We want GCC to complain, since this piece of code makes
27912         re_match non-reentrant, which *should* be fixed.
27913         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27914         (EXTEND_BUFFER): Use RETALLOC.
27915         (SET_LIST_BIT): Don't cast.
27916         (re_wchar_t): New type.
27917         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27918         that those two functions will always properly return.
27919         (IMMEDIATE_QUIT_CHECK): Cast to void.
27920         (analyse_first): Use recursion rather than an explicit stack.
27921         (re_compile_fastmap): Can't fail anymore.
27922         (re_search_2): Don't check re_compile_fastmap for failure.
27923         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27924         Now also sets the new value (passed in a new argument).
27925         (re_match_2_internal): Use it.
27926         Also, use a new var `reg' of type size_t when looping through regs
27927         rather than reuse the inappropriate `mcnt'.
27928
27929 2000-10-25  Jim Meyering  <meyering@lucent.com>
27930
27931         * lib/obstack.c: Update from libc.
27932
27933 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27934
27935         * regex.c (regex_compile): Change the way of handling a range from
27936         a char less than 256 to a char not less than 256.
27937
27938 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27939
27940         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27941         NT-Emacs only.
27942         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27943         so that re_search functions only quit when callers expect them to.
27944
27945 2000-10-23  Jim Meyering  <meyering@lucent.com>
27946
27947         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27948         wrong.  That set_locale call must not have any side effects.
27949         From Paul Eggert.
27950
27951 2000-10-22  Jim Meyering  <meyering@lucent.com>
27952
27953         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27954         [CYCLIC]: Remove now-unused definition.
27955
27956         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27957         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27958         Suggestion from Ulrich Drepper.
27959
27960 2000-10-21  Jim Meyering  <meyering@lucent.com>
27961
27962         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27963         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27964         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27965
27966 2000-10-21  Jim Meyering  <meyering@lucent.com>
27967
27968         * lib/dirname.c (memrchr): Declare if necessary.
27969         (dir_name): Remove the restriction that there be no
27970         trailing slashes.  Now, this code skips past them, effectively
27971         ignoring them.
27972         [TEST_DIRNAME] (main): New unit tests.
27973
27974         * lib/memrchr.c: New file from GNU libc.
27975         Undef __memrchr, too.
27976         [!weak_alias]: Define __memrchr to memrchr.
27977         Guard weak_alias use with `#ifdef weak_alias'.
27978
27979 2000-10-21  Jim Meyering  <meyering@lucent.com>
27980
27981         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27982         (dir_name): Use dir_name_r.
27983         * lib/dirname.h (dir_name_r): Declare it.
27984
27985 2000-10-17  Jim Meyering  <meyering@lucent.com>
27986
27987         * lib/quote.h (PARAMS): Define and use.
27988         Reported by Akim Demaille.
27989
27990         * lib/getopt.c: Update from libc.
27991
27992 2000-10-16  Jim Meyering  <meyering@lucent.com>
27993
27994         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27995         setlocale.
27996         From Jan Fedak.
27997
27998 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27999
28000         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
28001
28002 2000-09-25  Jim Meyering  <meyering@lucent.com>
28003
28004         * lib/md5.h (rol): Define (from GnuPG).
28005
28006         * lib/sha.c: Give credit (GnuPG) where due.
28007         (M): Use rol rather than open-coding it.
28008         Add a FIXME comment.
28009
28010 2000-09-21  Jim Meyering  <meyering@lucent.com>
28011
28012         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
28013         Reported by Michael Stone.
28014
28015 2000-09-20  Jim Meyering  <meyering@lucent.com>
28016
28017         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
28018         (noinst_HEADERS): Add sha.h.
28019         Based on code from Scott G. Miller and from GnuPG.
28020
28021 2000-09-18  Jim Meyering  <meyering@lucent.com>
28022
28023         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
28024         LIBS. Otherwise, everyone ends up linking with -lelf for some
28025         configurations.
28026         Reported by Mike Stone.
28027
28028 2000-09-15  Jim Meyering  <meyering@lucent.com>
28029
28030         * lib/regex.c: Update from libc.
28031
28032 2000-09-10  Jim Meyering  <meyering@lucent.com>
28033
28034         * lib/getopt.c (_getopt_internal): Update from glibc.
28035
28036 2000-09-09  Jim Meyering  <meyering@lucent.com>
28037
28038         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
28039         think it should be used as a general replacement for isascii.
28040         * lib/fnmatch.c: Likewise.
28041         * lib/mbswidth.c: Likewise
28042         * lib/regex.c: Likewise.
28043
28044         Don't use atoi.
28045         * lib/userspec.c: Include sys/param.h and limits.h.
28046         Include xstrtol.h.
28047         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28048         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
28049         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
28050         UID, GID.  Check range.
28051
28052 2000-09-06  Jim Meyering  <meyering@lucent.com>
28053
28054         * lib/getopt.c (_getopt_internal): Update from glibc.
28055
28056 2000-08-30  Jim Meyering  <meyering@lucent.com>
28057
28058         * lib/strftime.c: Merge in changes from GNU libc.
28059
28060 2000-08-26  Jim Meyering  <meyering@lucent.com>
28061
28062         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
28063         * m4/fpending.m4: New file.
28064
28065 2000-08-26  Jim Meyering  <meyering@lucent.com>
28066
28067         * lib/closeout.c: Include "__fpending.h".
28068         (close_stdout_status): Return right away if there's nothing to flush.
28069
28070         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
28071         * lib/__fpending.c: New file.
28072         * lib/__fpending.h: New file.
28073
28074 2000-08-20  Jim Meyering  <meyering@lucent.com>
28075
28076         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
28077         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
28078         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
28079
28080 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
28081
28082         Improve fileutils installation on systems where running
28083         programs (like install) can't be unlinked.
28084         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
28085         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
28086
28087 2000-08-07  Paul Eggert  <eggert@twinsun.com>
28088
28089         Standardize on "memory exhausted" instead of "Memory exhausted"
28090         or "virtual memory exhausted".
28091         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
28092         "virtual memory exhausted".
28093         * lib/same.c (same_name): Invoke xalloc_die instead of printing
28094         our own message.
28095         * lib/userspec.c (parse_user_spec): Likewise.
28096         * lib/bumpalloc.h: comment fix
28097         * lib/same.c, userspec.c: Include xalloc.h.
28098
28099         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
28100         not char *const and pointing to a constant array.
28101         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
28102         (xrealloc): Comment fix.
28103
28104         * lib/userspec.c (parse_user_spec):
28105         Don't translate a message until just before returning,
28106         to avoid unnecessary translation.
28107
28108 2000-08-07  Jim Meyering  <meyering@lucent.com>
28109
28110         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
28111         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
28112         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
28113         getgroups.c, gethostname.c, getopt.h, group-member.c,
28114         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
28115         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
28116         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
28117         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
28118         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
28119         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
28120         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
28121         yesno.c: Back out Copyright date changes for each file with no change
28122         this year.  This eases coordination with other programs using the same
28123         source code modules.  From Paul Eggert.
28124
28125 2000-08-06  Paul Eggert  <eggert@twinsun.com>
28126
28127         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
28128         not char, for compatibility with glibc 2.1.3 strftime.c.
28129
28130 2000-08-03  Greg McGary  <greg@mcgary.org>
28131
28132         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
28133         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
28134         (EXTEND_BUFFER): Use them.
28135
28136 2000-08-01  Jim Meyering  <meyering@lucent.com>
28137
28138         * lib/dirname.c (ISSLASH): Define.
28139         (BACKSLASH_IS_PATH_SEPARATOR): Define.
28140         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
28141         both `\' and `/' may be use as path separators.
28142         Based on a patch from Prashant TR.
28143
28144 2000-07-31  Paul Eggert  <eggert@twinsun.com>
28145
28146         * lib/quotearg.c (quotearg_n_options): Don't make the initial
28147         slot vector a constant, since it might get modified.
28148
28149 2000-07-31  Jim Meyering  <meyering@lucent.com>
28150
28151         * lib/xmalloc.c: Use `virtual memory exhausted', not
28152         `Memory exhausted'.
28153         * lib/obstack.c (print_and_abort): Likewise.
28154
28155 2000-07-30  Paul Eggert  <eggert@twinsun.com>
28156
28157         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
28158         buffer, so that the caller can always quote one small
28159         component of a "memory exhausted" message in slot 0.
28160         From a suggestion by Jim Meyering.
28161
28162 2000-07-30  Jim Meyering  <meyering@lucent.com>
28163
28164         * lib/makepath.c (make_path): Quote the other instance, too.
28165
28166         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
28167         (STATIC_BUF_SIZE): Define.
28168         (quotearg_n_options): Use only statically allocated storage when
28169         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
28170         than STATIC_BUF_SIZE.
28171
28172 2000-07-29  Jim Meyering  <meyering@lucent.com>
28173
28174         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
28175         * lib/dirname.c (dir_name): Likewise.
28176
28177         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
28178         `/'.
28179
28180         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
28181         (dir_name): Assert that there are no trailing slashes.
28182
28183 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
28184
28185         * lib/mbswidth.h (mbswidth): Add a flags argument.
28186         (mbswidth): New declaration.
28187         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
28188         * lib/mbswidth.c (mbswidth): Add a flags argument.
28189         (mbsnwidth): New function.
28190
28191 2000-07-24  Jim Meyering  <meyering@lucent.com>
28192
28193         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
28194
28195 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28196
28197         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
28198
28199 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28200
28201         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
28202         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
28203         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
28204         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
28205         invoke multibyte primitives.
28206
28207 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28208
28209         * lib/quotearg.c:
28210         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
28211         so that mbstate_t is always defined.
28212
28213         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
28214         be 1 in at least one GCC installation, and this configuration
28215         error is likely to be common.  Ignoring MB_LEN_MAX hurts
28216         performance on hosts that have mbrtowc but have only unibyte
28217         locales, but I assume these hosts are rare.
28218
28219 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28220
28221         * lib/mbswidth.c (_XOPEN_SOURCE):
28222         Don't define; this causes problems on Solaris 7.
28223         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
28224
28225 2000-07-23  Jim Meyering  <meyering@lucent.com>
28226
28227         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
28228         too: getgrgid, getpwuid, getuid.
28229
28230 2000-07-23  Jim Meyering  <meyering@lucent.com>
28231
28232         * lib/basename.c (base_name): Add an assertion.
28233
28234 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
28235
28236         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
28237         shadow its mbsinit function.
28238
28239 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
28240
28241         * lib/mbswidth.h: New file.
28242         * lib/mbswidth.c: New file.
28243         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
28244         (noinst_HEADERS): Add mbswidth.h.
28245
28246 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
28247
28248         * lib/config.charset: Add support for FreeBSD. Improve support for
28249         HP-UX and IRIX 6.
28250
28251 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
28252
28253         * m4/mbswidth.m4: New file.
28254         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
28255
28256 2000-07-15  Jim Meyering  <meyering@lucent.com>
28257
28258         * lib/makepath.c: Include quote.h.
28259         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
28260         corresponding argument in a `quote (...)' call.
28261         Give better diagnostics.
28262
28263         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
28264         (noinst_HEADERS): Add quote.h.
28265
28266         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
28267         from tar's src/misc.c.
28268         * lib/quote.h: New file.  Prototypes for same.
28269
28270 2000-07-14  Paul Eggert  <eggert@twinsun.com>
28271
28272         From a suggestion by Bruno Haible.
28273         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
28274         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
28275         to decide whether to define the BeOS workaround macro;
28276         this adjusts to the change to AC_MBSTATE_T.
28277
28278 2000-07-14  Jim Meyering  <meyering@lucent.com>
28279
28280         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
28281         jm_AC_TYPE_UINTMAX_T.
28282
28283 2000-07-13  Paul Eggert  <eggert@twinsun.com>
28284
28285         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
28286
28287         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
28288         quotearg_buffer_restyled): Add support for
28289         clocale_quoting_style.  Undo previous change to
28290         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
28291         and "{RIGHT QUOTATION MARK}" msgids.
28292
28293 2000-07-10  Paul Eggert  <eggert@twinsun.com>
28294
28295         From a suggestion by Bruno Haible.
28296         * m4/mbstate_t.m4 (AC_MBSTATE_T):
28297         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
28298         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
28299         and mbstate_t, to a single-part test that simply defines mbstate_t.
28300         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
28301         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
28302
28303 2000-07-10  Jim Meyering  <meyering@lucent.com>
28304
28305         * m4/strerror_r.m4: Mirror the correction made in autoconf.
28306
28307         * m4/gnu-source.m4: Output to confdefs.h directly.
28308         Suggestion from Akim Demaille.
28309
28310 2000-07-09  Paul Eggert  <eggert@twinsun.com>
28311
28312         The old behavior of quoting `like this' doesn't look good with
28313         newer, ISO-style fonts.  See:
28314         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
28315
28316         Instead, quote "like this" by default.  Let the translator
28317         tailor the locale-specific quoting behavior by providing
28318         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
28319
28320         * lib/quotearg.c (N_): New macro.
28321         (gettext_default): New function.
28322         (quotearg_buffer_restyled): Use
28323         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
28324         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
28325
28326 2000-07-09  Jim Meyering  <meyering@lucent.com>
28327
28328         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
28329         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
28330
28331         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
28332         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
28333
28334 2000-07-09  Jim Meyering  <meyering@lucent.com>
28335
28336         * lib/Most files: Update copyright dates to include 2000.
28337
28338 2000-07-08  Jim Meyering  <meyering@lucent.com>
28339
28340         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
28341         if not defined.
28342         (xgethostname): Remove now-unnecessary #ifdef.
28343         Move declaration of `err' into loop where it's used.
28344
28345 2000-07-05  Paul Eggert  <eggert@twinsun.com>
28346         and Bruno Haible  <haible@clisp.cons.org>
28347
28348         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
28349         only if the test for an object-type mbstate_t fails.  This
28350         prevents us from mistakenly reporting that mbstate_t is a
28351         system object type after we "#define mbstate_t int" to work
28352         around its lack.
28353
28354 2000-07-05  Paul Eggert  <eggert@twinsun.com>
28355         and Bruno Haible  <haible@clisp.cons.org>
28356
28357         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
28358
28359 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28360
28361         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
28362         to strerror_r.
28363         Include <ctype.h> for use of isalpha.
28364
28365 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28366
28367         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
28368         by allocating a larger buffer. Test the gethostname return value for
28369         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
28370         returns an error and ENAMETOOLONG isn't defined.
28371
28372 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28373
28374         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
28375         dimension.
28376
28377 2000-07-04  Jim Meyering  <meyering@lucent.com>
28378
28379         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
28380         of the deprecated AC_CHECKING.
28381
28382 2000-07-04  Jim Meyering  <meyering@lucent.com>
28383
28384         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
28385         Reported by Bruno Haible.
28386
28387 2000-07-04  Jim Meyering  <meyering@lucent.com>
28388
28389         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
28390         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
28391         lacks mbrtowc.
28392
28393 2000-07-03  Paul Eggert  <eggert@twinsun.com>
28394
28395         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
28396         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
28397
28398 2000-07-03  Paul Eggert  <eggert@twinsun.com>
28399         and Bruno Haible  <haible@clisp.cons.org>
28400
28401         * lib/quotearg.c (mbrtowc):
28402         Assign to *pwc, and return 1 only if result is nonzero.
28403         (iswprint): Use ISPRINT when substituting our own mbrtowc.
28404
28405 2000-07-03  Jim Meyering  <meyering@lucent.com>
28406
28407         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
28408
28409 2000-07-03  Jim Meyering  <meyering@lucent.com>
28410
28411         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
28412         This is necessary to get a definition of e.g., UTMP_FILE on
28413         HP-UX 10.20.
28414         From Bob Proulx.
28415
28416 2000-07-02  Jim Meyering  <meyering@lucent.com>
28417
28418         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
28419
28420         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
28421         AC_LIBOBJ(function_name).
28422         * m4/chown.m4: Likewise.
28423         * m4/fnmatch.m4: Likewise.
28424         * m4/ftruncate.m4: Likewise.
28425         * m4/getgroups.m4: Likewise.
28426         * m4/getline.m4: Likewise.
28427         * m4/group-member.m4: Likewise.
28428         * m4/jm-macros.m4: Likewise.
28429         * m4/lstat.m4: Likewise.
28430         * m4/malloc.m4: Likewise.
28431         * m4/memcmp.m4: Likewise.
28432         * m4/nanosleep.m4: Likewise.
28433         * m4/putenv.m4: Likewise.
28434         * m4/realloc.m4: Likewise.
28435         * m4/regex.m4: Likewise.
28436         * m4/stat.m4: Likewise.
28437         * m4/strftime.m4: Likewise.
28438
28439 2000-07-02  Jim Meyering  <meyering@lucent.com>
28440
28441         * lib/quotearg.c (mbstate_t): Don't define here.
28442
28443 2000-07-02  Jim Meyering  <meyering@lucent.com>
28444
28445         * lib/nanosleep.c (SIGCONT): Define if not already defined.
28446
28447 2000-07-01  Jim Meyering  <meyering@lucent.com>
28448
28449         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
28450
28451 2000-07-01  Jim Meyering  <meyering@lucent.com>
28452
28453         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
28454         problem.
28455
28456 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28457
28458         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
28459         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
28460
28461 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28462
28463         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
28464         per change in ../m4/ls-mntd-fs.m4.
28465         (read_filesystem_list): Ignore symbolic links.
28466
28467 2000-06-29  Jim Meyering  <meyering@lucent.com>
28468
28469         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
28470         for declaration of strcmp.
28471
28472         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
28473
28474         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
28475         Avoid warning by casting result to `char *' to remove `const'.
28476
28477 2000-06-28  Jim Meyering  <meyering@lucent.com>
28478
28479         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
28480         included by quotearg.c, for which we perform this test.  From
28481         Bruno Haible.
28482
28483 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28484
28485         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
28486         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
28487         <utmpx.h> exists, put readutmp.o into LIBOBJS.
28488
28489 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28490
28491         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
28492
28493 2000-06-26  Paul Eggert  <eggert@twinsun.com>
28494
28495         savedir now sets errno on failure and invokes xmalloc to get memory.
28496         Fix a couple of other minor bugs while we're at it.
28497
28498         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
28499         (NAMLEN): Remove macro.
28500         (malloc, realloc): Remove decls.
28501         (stpcpy): Likewise.
28502         ("xalloc.h"): Include.
28503         (NAME_SIZE_DEFAULT): New macro.
28504         (savedir): Use xmalloc / xrealloc to allocate memory.
28505         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
28506         Skip "" directory entries.
28507         Use strlen to calculate directory entry length, since the old method
28508         is rarely used these days and isn't worth supporting.
28509         Don't use a pointer after freeing it.
28510         Check for integer overflow when calculating allocation size.
28511         Use memcpy to copy entries, instead of stpcpy.
28512         Set errno properly when returning NULL.
28513         Check for readdir error.
28514
28515 2000-06-26  Jim Meyering  <meyering@lucent.com>
28516
28517         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
28518
28519 2000-06-25  Jim Meyering  <meyering@lucent.com>
28520
28521         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
28522         Linux header bug when _XOPEN_SOURCE is defined to 500.
28523
28524 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28525
28526         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
28527         deficiency.
28528
28529 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28530
28531         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
28532         Include xalloc.h.
28533         Don't include <stdlib.h>.  Don't declare malloc, realloc.
28534
28535 2000-06-24  Jim Meyering  <meyering@lucent.com>
28536
28537         * m4/strerror_r.m4: Revive this file -- to try out an experimental
28538         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
28539         for which strerror does return char*, but which lacks a conveniently
28540         accessible declaration of the function.  If the compile-test says
28541         strerror_r doesn't work, then resort to a `run'-test that works on
28542         BeOS and segfaults on DEC Unix.
28543
28544 2000-06-24  Jim Meyering  <meyering@lucent.com>
28545
28546         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
28547
28548 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28549
28550         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
28551         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
28552
28553 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28554
28555         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
28556         (mbrtowc, mbstate_t): Define substitutes if
28557         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
28558         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
28559         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
28560
28561 2000-06-23  Jim Meyering  <meyering@lucent.com>
28562
28563         * m4/afs.m4: Add missing AC_MSG_RESULT.
28564         Reported by Bruno Haible.
28565
28566         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
28567         Suggestion from Bruno Haible.
28568
28569 2000-06-23  Jim Meyering  <meyering@lucent.com>
28570
28571         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
28572
28573 2000-06-21  Jim Meyering  <meyering@lucent.com>
28574
28575         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
28576
28577 2000-06-21  Jim Meyering  <meyering@lucent.com>
28578
28579         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
28580         (noinst_HEADERS): Add getstr.h.
28581
28582         * lib/getline.c (getstr): Move into a separate file.
28583         * lib/getstr.c (getstr): New file, extracted from getline.c, with
28584         the following changes: new parameter, delim2; both delim[12]
28585         parameters have type `int', not `char'.  The latter would lose
28586         with 8-bit delimiters.
28587         * lib/getstr.h: New file.
28588
28589 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28590
28591         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
28592         than 1024, return a memory chunk of least possible size, instead
28593         of size PATH_MAX + 2. In the loop, increment the size proportionally.
28594         Use free/xmalloc instead of xrealloc to avoid copying for very long
28595         paths.
28596
28597 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28598
28599         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
28600         the empty string.
28601
28602 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28603
28604         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
28605         address, not strdup.  Include <stdlib.h> and don't declare free().
28606
28607 2000-06-19  Jim Meyering  <meyering@lucent.com>
28608
28609         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
28610
28611 2000-06-18  Jim Meyering  <meyering@lucent.com>
28612
28613         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
28614
28615         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
28616         `checking whether...' message to be consistent with that of the
28617         lstat test.
28618
28619 2000-06-18  Jim Meyering  <meyering@lucent.com>
28620
28621         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
28622         Besides, these days every porting target provides a mkdir function.
28623
28624         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
28625         needed. (this snippet comes from src/system.h).
28626
28627 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
28628
28629         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
28630
28631 2000-06-15  Paul Eggert  <eggert@twinsun.com>
28632
28633         * lib/human.c (adjust_value): New function.
28634         (human_readable_inexact): Apply rounding style even when
28635         printing approximate values.
28636
28637 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28638
28639         * lib/human.c (human_readable_inexact): Allow an input block
28640         size that is not a multiple of the output block size, and vice versa.
28641         Reported by Piergiorgio Sartor.
28642
28643 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28644
28645         * lib/getdate.y (get_date): Apply relative times after time
28646         zone indicator, not before.  Reported by Todd A. Jacobs.
28647
28648 2000-06-13  Jim Meyering  <meyering@lucent.com>
28649
28650         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
28651
28652         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
28653
28654 2000-06-12  Paul Eggert  <eggert@twinsun.com>
28655
28656         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
28657
28658 2000-06-12  Jim Meyering  <meyering@lucent.com>
28659
28660         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
28661         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
28662         optional argument.
28663         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
28664         the optional argument, `lib'.
28665
28666 2000-06-08  Jim Meyering  <meyering@lucent.com>
28667
28668         * m4/largefile.m4: Remove file (now that it's part of autoconf).
28669
28670 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28671
28672         Rewrite largefile configuration so that we don't need to run
28673         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
28674         AC_CANONICAL_HOST in configure.in -- jmm]
28675
28676         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
28677         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
28678         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
28679         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
28680         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
28681         All uses changed.
28682         Instead of inspecting the output of getconf, try to compile the
28683         test program without and with the macro definition.
28684         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
28685         for getconf.  Instead, check for the needed flags by compiling
28686         test programs.
28687
28688 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28689
28690         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
28691
28692 2000-06-04  Jim Meyering  <meyering@lucent.com>
28693
28694         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
28695         SunOS 4.1.4 for which gid_t is an unsigned type.
28696
28697 2000-06-03  Jim Meyering  <meyering@lucent.com>
28698
28699         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
28700         now that autoconf requires that.
28701
28702         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
28703         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
28704         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
28705
28706 2000-06-03  Jim Meyering  <meyering@lucent.com>
28707
28708         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
28709
28710 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28711
28712         * m4/glibc21.m4: New file.
28713         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
28714
28715 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28716
28717         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
28718         newer, don't install charset.alias.
28719         * lib/config.charset: Change the Linux/glibc rules so they become empty
28720         on glibc-2.1 or newer.
28721
28722 2000-06-02  Jim Meyering  <meyering@lucent.com>
28723
28724         * lib/mountlist.c: Back out last change.  Instead, do this...
28725         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28726         me_dummy member using the same `ignore'-testing code.
28727         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28728         fs_type strings.
28729         From Mark D. Roth.
28730
28731 2000-05-29  Jim Meyering  <meyering@lucent.com>
28732
28733         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28734         mounts with the `ignore' attribute.  Based on a patch from
28735         Mark D. Roth.
28736
28737 2000-05-28  Jim Meyering  <meyering@lucent.com>
28738
28739         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28740         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28741         * m4/stat.m4: Likewise.
28742         * m4/lstat.m4: Likewise.
28743         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28744
28745         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28746         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28747
28748 2000-05-26  Jim Meyering  <meyering@lucent.com>
28749
28750         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28751
28752 2000-05-24  Jim Meyering  <meyering@lucent.com>
28753
28754         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28755         autoconf requires that.
28756         * m4/lib-check.m4: Likewise.
28757         * m4/jm-macros.m4: Likewise.
28758         * m4/strftime.m4: Likewise.
28759
28760         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28761         AC_CHECK_DECLS, now that autoconf requires that.
28762
28763 2000-05-22  Jim Meyering  <meyering@lucent.com>
28764
28765         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28766         * m4/lstat.m4: Likewise.
28767
28768 2000-05-22  Jim Meyering  <meyering@lucent.com>
28769
28770         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28771
28772 2000-05-20  Jim Meyering  <meyering@lucent.com>
28773
28774         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28775         (jm_PREREQ): Use it.
28776
28777 2000-05-18  Jim Meyering  <meyering@lucent.com>
28778
28779         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28780         back, too, since it may have been modified by allocate_entry.
28781         (hash_delete): Rewrite to use neither the assignment operator
28782         nor the comma operator in an if-expression.
28783
28784 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28785
28786         * lib/closeout.c:
28787         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28788         Remove; no longer needed.
28789         "quotearg.h": Add include.
28790         (file_name): Do not bother to explicitly initialize to NULL; it's less
28791         efficient on some hosts.
28792         (close_stdout_status): Remove test as to whether stdout was already
28793         closed; it breaks for the case "echo x | sort >&-".
28794         Quote file name colons.
28795         Do not assume that _("write error") lacks format strings.
28796
28797 2000-05-15  Jim Meyering  <meyering@lucent.com>
28798
28799         * lib/version-etc.c (version_etc_copyright): Update the copyright
28800         string used in all --version output.
28801
28802 2000-05-14  Jim Meyering  <meyering@lucent.com>
28803
28804         * lib/closeout.c (close_stdout_set_file_name): New function.
28805         (close_stdout_status): Use new file-scoped global.
28806         Return right away if fstat says the stdout file descriptor is invalid.
28807         * lib/closeout.h (close_stdout_set_file_name): Declare.
28808
28809 2000-05-10  Jim Meyering  <meyering@lucent.com>
28810
28811         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28812         (close_stdout_set_status): New function.
28813         * lib/closeout.h (close_stdout_set_status): Declare.
28814
28815 2000-05-09  Jim Meyering  <meyering@lucent.com>
28816
28817         * m4/gettext.m4: Rename this...
28818         * m4/libintl.m4: ...to this.
28819
28820 2000-05-08  Jim Meyering  <meyering@lucent.com>
28821
28822         * lib/long-options.c: Don't include closeout.h.
28823         (parse_long_options): Don't call close_stdout for --version.
28824
28825 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28826
28827         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28828         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28829         2.1.3 bug.  This avoids a clash when files like regex.c define
28830         _GNU_SOURCE.
28831
28832 2000-05-06  Jim Meyering  <meyering@lucent.com>
28833
28834         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28835         (AC_REPLACE_FUNCS): Add strnlen.
28836
28837         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28838         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28839
28840         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28841         AC_SEARCH_LIBS call for nanosleep.
28842         (LIB_NANOSLEEP): Set and AC_SUBST.
28843
28844 2000-05-06  Jim Meyering  <meyering@lucent.com>
28845
28846         * lib/strnlen.c: Undefine __strnlen and strnlen.
28847         [!weak_alias]: Define __strnlen to strnlen.
28848
28849         * lib/atexit.c: New file, from libiberty.
28850
28851 2000-05-06  Jim Meyering  <meyering@lucent.com>
28852
28853         * lib/closeout.c (close_stdout_status): Also check for errors on the
28854         stderr stream.
28855
28856 2000-05-05  Jim Meyering  <meyering@lucent.com>
28857
28858         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28859         AC_SEARCH_LIBS call for clock_gettime.
28860         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28861
28862         * m4/search-libs.m4: Update from autoconf.
28863
28864         su doesn't work on Solaris 2.6.
28865         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28866         <shadow.h>.  Reported by Dragos Harabor.
28867
28868 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28869
28870         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28871         memcpy instead of xmalloc, xrealloc, path_concat.
28872         (locale_charset): Treat empty environment variables as absent.
28873         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28874
28875 2000-05-04  Jim Meyering  <meyering@lucent.com>
28876
28877         * lib/getopt.c: Update from glibc.
28878         * lib/obstack.c: Likewise.
28879         * lib/obstack.h: Likewise.
28880         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28881         file
28882
28883         * lib/regex.h: Likewise.
28884         * lib/strndup.c: Likewise.
28885         * lib/strnlen.c: New file, from glibc.
28886
28887 2000-05-03  Jim Meyering  <meyering@lucent.com>
28888
28889         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28890
28891 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28892
28893         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28894         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28895         compile-time test, rather than inspecting host and OS, to
28896         decide whether to define _LARGEFILE_SOURCE.
28897
28898 2000-05-01  Jim Meyering  <meyering@lucent.com>
28899
28900         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28901
28902         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28903         Based on a patch from Bruno Haible.
28904
28905 2000-05-01  Jim Meyering  <meyering@lucent.com>
28906
28907         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28908
28909 2000-04-29  Jim Meyering  <meyering@lucent.com>
28910
28911         * lib/path-concat.c: Declare strdup only if it's not defined.
28912         * lib/canon-host.c: Likewise.
28913
28914 2000-04-28  Jim Meyering  <meyering@lucent.com>
28915
28916         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28917         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28918         is included first, then limits.h is included by locale.h by libintl.h.
28919         From John David Anglin.
28920
28921 2000-04-25  Jim Meyering  <meyering@lucent.com>
28922
28923         * lib/makepath.c (S_IRWXUGO): Define.
28924         (make_path): Always perform explicit chmod if MODE specifies any
28925         of the `special' permission bits.  Prompted by a bug report against
28926         install from Mate Wierdl and Joost van Baal.
28927
28928 2000-04-18  Jim Meyering  <meyering@lucent.com>
28929
28930         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28931         (jm_PREREQ): Use it.
28932
28933 2000-04-18  Jim Meyering  <meyering@lucent.com>
28934
28935         * lib/README: New file.
28936
28937         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28938         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28939
28940 2000-04-17  Jim Meyering  <meyering@lucent.com>
28941
28942         Get it right :-)
28943         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28944         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28945         Suggestion from Akim Demaille.
28946
28947 2000-04-17  Jim Meyering  <meyering@lucent.com>
28948
28949         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28950         the definition of it to rpl_strftime also defined-away the system's
28951         declaration.
28952
28953 2000-04-15  Jim Meyering  <meyering@lucent.com>
28954
28955         Use `C' to denote so-called `contiguous' files, the same way
28956         that tar does.
28957         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28958         (ftypelet): Use S_ISCTG.
28959         From Michael Deutschmann.
28960
28961 2000-04-14  Jim Meyering  <meyering@lucent.com>
28962
28963         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28964         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28965         clobbered.
28966
28967 2000-04-14  Jim Meyering  <meyering@lucent.com>
28968
28969         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28970
28971 2000-04-13  Jim Meyering  <meyering@lucent.com>
28972
28973         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28974         AH_VERBATIM to insert required #ifndef into config.h.in.
28975         Suggestion from Akim Demaille.
28976
28977 2000-04-12  Jim Meyering  <meyering@lucent.com>
28978
28979         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28980         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28981         Christian Krackowizer.
28982
28983         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28984         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28985         (AC_SYS_LARGEFILE): Require.
28986         (AM_C_PROTOTYPES): Require.
28987
28988 2000-04-08  Jim Meyering  <meyering@lucent.com>
28989
28990         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28991         names don't conflict.  Reported by Eli Zaretskii.
28992
28993 2000-04-07  Jim Meyering  <meyering@lucent.com>
28994
28995         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28996         sys/types.h, to work around system header problems on AIX 3.2.5.
28997         From Bruno Haible.
28998
28999 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
29000
29001         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
29002         bug.  Deal with the different error behavior of Irix iconv.
29003
29004 2000-04-05  Paul Eggert  <eggert@twinsun.com>
29005
29006         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
29007         IRIX if the installer said otherwise.
29008
29009 2000-04-05  Jim Meyering  <meyering@lucent.com>
29010
29011         Portability tweaks required for ultrix4.3.
29012         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
29013         (jm_CHECK_DECLS): Add getutent to the list of functions.
29014         (_jm_DECL_HEADERS): Add utmpx.h.
29015         From John David Anglin.
29016
29017         * m4/strftime.m4: Back out the 2000-04-02 change.
29018         Instead of that change, simply undefine putenv in the test program.
29019
29020 2000-04-05  Jim Meyering  <meyering@lucent.com>
29021
29022         Portability tweaks required for ultrix4.3.
29023         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
29024         getutent.
29025         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
29026         * lib/canon-host.c: Declare strdup.
29027         * lib/path-concat.c: Likewise.
29028         From John David Anglin.
29029
29030 2000-04-04  Jim Meyering  <meyering@lucent.com>
29031
29032         Be more DOS 8.3-friendly.
29033         * lib/ref-add.sin: Renamed from ref-add.sed.in.
29034         * lib/ref-del.sin: Renamed from ref-del.sed.in.
29035         * lib/Makefile.am: Reflect renaming.
29036         Reported by Eli Zaretskii.
29037
29038         Use a temporary file name that won't clash with `charset.alias'
29039         in the DOS 8.3 name space.
29040         * lib/Makefile.am (charset_tmp): Define.
29041         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
29042         (uninstall-local): Likewise.
29043         Reported by Eli Zaretskii.
29044
29045 2000-04-03  Jim Meyering  <meyering@lucent.com>
29046
29047         * m4/gettext.m4: Fix typo in comment.
29048
29049         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
29050         textutils/configure.in).  Suggestion from Paul Eggert.
29051         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
29052
29053 2000-04-02  Paul Eggert  <eggert@twinsun.com>
29054
29055         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
29056         variable in the shell rather than using putenv, which isn't
29057         portable.  This avoids the configure-time inter-test dependency
29058         on the potentially-renamed putenv function.
29059
29060 2000-03-30  Paul Eggert  <eggert@twinsun.com>
29061
29062         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
29063         before checking struct stat.st_blksize, so that
29064         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
29065
29066 2000-03-29  Paul Eggert  <eggert@twinsun.com>
29067
29068         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
29069         since strftime.c uses HAVE_STRFTIME to decide whether to use
29070         the underlying strftime.
29071
29072 2000-03-29  Paul Eggert  <eggert@twinsun.com>
29073
29074         * lib/time/strftime.c (my_strftime): Make sure we call the system
29075         strftime, not ourselves, when invoking the underlying strftime.
29076
29077 2000-03-24  Jim Meyering  <meyering@lucent.com>
29078
29079         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
29080         (charset_alias): Define.
29081         (install-exec-local): Factor out common code.
29082         (uninstall-local): Split lines longer than 80.
29083         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
29084         (SUFFIXES): Define.
29085         (.sed.in.sed): New rule.  Don't redirect directly to $@.
29086         (CLEANFILES): Add ref-add.sed and ref-del.sed.
29087
29088 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
29089
29090         * lib/config.charset: Output a line containing "Packages using this
29091         file".
29092         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
29093         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
29094         ref-del.sed): New rules.
29095
29096 2000-03-17  Jim Meyering  <meyering@lucent.com>
29097
29098         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
29099         Otherwise, include <strings.h>
29100
29101 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
29102
29103         * lib/unicodeio.c (utf8_wctomb): New function.
29104         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
29105         format instead of in UCS-4 with platform dependent endianness.
29106
29107 2000-03-10  Jim Meyering  <meyering@lucent.com>
29108
29109         * m4/lib-check.m4: Look for getspnam in -lgen, too.
29110         From Marco Franzen.
29111
29112 2000-03-07  Paul Eggert  <eggert@twinsun.com>
29113
29114         * lib/savedir.c (savedir): Work even if directory size is
29115         negative; this can happen with some screwy NFS configurations.
29116
29117 2000-03-06  Jim Meyering  <meyering@lucent.com>
29118
29119         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
29120         if it's NULL (because we ran out of memory).  From Bruno Haible.
29121
29122 2000-03-05  Jim Meyering  <meyering@lucent.com>
29123
29124         * lib/localcharset.c ("path-concat.h"): Include.
29125         (get_charset_aliases): Use path_concat instead of ANSI string
29126         concatenation.
29127
29128         * lib/unicodeio.h (PARAMS): Define.
29129         Use it to guard prototype.
29130
29131 2000-03-04  Jim Meyering  <meyering@lucent.com>
29132
29133         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
29134         for lib/localcharset.c.
29135
29136 2000-03-04  Jim Meyering  <meyering@lucent.com>
29137
29138         * lib/Makefile.am (install-exec-local): Create $(libdir) before
29139         installing into it.
29140         (uninstall-local): Uncomment this rule so `make distcheck' works
29141         once again.
29142
29143         * lib/unicodeio.c (<errno.h>): Include it.
29144         (errno): Declare if not defined.
29145
29146         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
29147
29148         * lib/config.charset: New version, incorporating remarks from a linux
29149         i18n mailing list.  From Bruno Haible.
29150
29151 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
29152
29153         * m4/codeset.m4: New file.
29154         * m4/iconv.m4: New file.
29155         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
29156
29157 2000-03-03  Jim Meyering  <meyering@lucent.com>
29158
29159         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
29160
29161 2000-03-02  Jim Meyering  <meyering@lucent.com>
29162
29163         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
29164         the messages come out on separate lines.
29165
29166         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
29167         rather than jm_CHECK_DECLARATIONS.
29168         * m4/decl.m4: Remove now-unused file.
29169
29170         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
29171         geteuid.
29172
29173 2000-03-02  Jim Meyering  <meyering@lucent.com>
29174
29175         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
29176
29177 2000-03-01  Jim Meyering  <meyering@lucent.com>
29178
29179         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
29180         * lib/unicodeio.c: Likewise.
29181
29182 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
29183
29184         * lib/config.charset: New file.
29185         * lib/localcharset.c: New file.
29186         * lib/unicodeio.h, lib/unicodeio.c: New files.
29187         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
29188         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
29189         (noinst_HEADERS): Add unicodeio.h.
29190         (all-local, install-exec-local, charset.alias): New targets.
29191
29192 2000-02-28  Paul Eggert  <eggert@twinsun.com>
29193
29194         * lib/quotearg.c (ALERT_CHAR): New macro.
29195         (quotearg_buffer_restyled): Use it.
29196
29197 2000-02-27  Jim Meyering  <meyering@lucent.com>
29198
29199         * m4/check-decl.m4: Add getenv to the list.
29200
29201 2000-02-27  Jim Meyering  <meyering@lucent.com>
29202
29203         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
29204         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
29205
29206         * lib/backupfile.c: Guard inclusion of stdlib.h with
29207         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
29208         Declare malloc if needed.
29209
29210         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
29211         `#ifndef HAVE_DECL..'
29212         now that autoconf always defines the HAVE_DECL_ symbols.
29213         * lib/human.c: Likewise.
29214         * lib/same.c: Likewise.
29215         * lib/strtoumax.c: Likewise.
29216
29217         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
29218         declaration check was not run.
29219         * lib/hash.c: Likewise.
29220         * lib/human.c: Likewise.
29221         * lib/same.c: Likewise.
29222         * lib/strtoumax.c: Likewise.
29223
29224         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
29225         `.', then first look up the entire `.'-containing string as a login
29226         name.
29227
29228 2000-02-23  Jim Meyering  <meyering@lucent.com>
29229
29230         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
29231         in place of my hack.
29232
29233 2000-02-18  Paul Eggert  <eggert@twinsun.com>
29234
29235         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
29236         (textint): New typedef.
29237         (parser_control): Member year changed from int to textint.
29238         All uses changed.
29239         (YYSTYPE): Removed; replaced by %union with int and textint members.
29240         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
29241         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
29242         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
29243         (tSNUMBER, tUNUMBER): Now of type <textintval>.
29244         (date, number, to_year): Use width of number in digits, not its value,
29245         to determine whether it's a 2-digit year, or a 2-digit time.
29246         (yylex): Store number of digits of numeric tokens.
29247         Reported by John Kendall.
29248
29249         (parser_control): Changed from struct parser_control to typedef (for
29250         consistency).  All uses changed.
29251
29252         (tID): Removed; not used.
29253         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
29254
29255 2000-02-14  Paul Eggert  <eggert@twinsun.com>
29256
29257         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
29258         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
29259
29260 2000-02-12  Jim Meyering  <meyering@lucent.com>
29261
29262         * lib/userspec.c (ISDIGIT): Define it.
29263         (isdigit): Remove definition.
29264         (is_number): Use ISDIGIT, not isdigit.
29265         <libintl.h>: Include.
29266         (_ and N_): Define.
29267         (parse_user_spec): Mark translatable strings.
29268
29269 2000-02-10  Jim Meyering  <meyering@lucent.com>
29270
29271         With these changes, nanosleep.[ch] are finally enough like the other
29272         lib/* replacement files to compile on a few more losing systems.
29273
29274         * lib/nanosleep.h: Don't include config.h.
29275         Remove prototype from declaration of nanosleep.
29276         (PARAMS): Remove now-unneeded definition.
29277         * lib/nanosleep.c: #undef nanosleep.
29278         (rpl_nanosleep): Rename from nanosleep.
29279
29280 2000-02-10  Jim Meyering  <meyering@lucent.com>
29281
29282         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
29283         gnu_nanosleep to rpl_nanosleep.
29284
29285 2000-02-09  Jim Meyering  <meyering@lucent.com>
29286
29287         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
29288         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
29289
29290 2000-02-08  Akim Demaille  <akim@epita.fr>
29291
29292         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
29293         `[' and `]' and remove uses of `changequote'.
29294         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
29295         (AC_SYS_LARGEFILE): Likewise.
29296         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
29297         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
29298         of changequote.
29299         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
29300         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
29301         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
29302         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
29303
29304 2000-02-05  Jim Meyering  <meyering@lucent.com>
29305
29306         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
29307         Remove explicit use of AC_HEADER_TIME.  It is required by
29308         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
29309         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
29310         in autoconf whereby the expansion of the latter ended up preceding
29311         the expansion of its prerequisite, AC_HEADER_TIME.
29312         Reported by Volker Borchert.
29313
29314 2000-02-03  Jim Meyering  <meyering@lucent.com>
29315
29316         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
29317
29318 2000-02-03  Jim Meyering  <meyering@lucent.com>
29319
29320         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
29321         rather than with `#if HAVE_UTMPNAME'.
29322
29323 2000-02-02  Jim Meyering  <meyering@lucent.com>
29324
29325         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
29326         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
29327         Reported by Eli Zaretskii.
29328
29329 2000-02-01  Jim Meyering  <meyering@lucent.com>
29330
29331         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
29332
29333 2000-01-31  Jim Meyering  <meyering@lucent.com>
29334
29335         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
29336         functions.  Add the time.h and sys/time.h headers along with the
29337         AC_REQUIRE'ment of AC_HEADER_TIME.
29338
29339 2000-01-31  Jim Meyering  <meyering@lucent.com>
29340
29341         * lib/nanosleep.h (nanosleep): Guard declaration with
29342         `#if ! HAVE_DECL_NANOSLEEP'.
29343         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
29344         the declaration in that vendor's sys/timers.h.
29345         Reported by Christian Krackowizer.
29346
29347         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
29348         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
29349         (ISPRINT): Likewise.
29350         Reported by Tom Tromey.
29351
29352 2000-01-30  Jim Meyering  <meyering@lucent.com>
29353
29354         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
29355
29356         * m4/prereq.m4 (utmp_includes): Define.
29357         Check for ut_user and ut_name members in both struct utmpx
29358         and struct utmp.
29359
29360 2000-01-30  Jim Meyering  <meyering@lucent.com>
29361
29362         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
29363         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
29364         header files where only utmpx.ut_user is declared.
29365
29366         * lib/readutmp.h (UT_USER): Define.
29367
29368 2000-01-29  Jim Meyering  <meyering@lucent.com>
29369
29370         * m4/lib-check.m4: New file containing library-related checks from
29371         fileutils and sh-utils (textutils had none).
29372
29373 2000-01-28  Jim Meyering  <meyering@lucent.com>
29374
29375         * m4/perl.m4: Change format of warning message to look more like that
29376         from the missing script.  Suggestion from François Pinard.
29377
29378 2000-01-25  Jim Meyering  <meyering@lucent.com>
29379
29380         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
29381         well as time.h in the compile check.
29382         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
29383         Fix typo in cross-compiling case: s/yes/no/.
29384
29385 2000-01-23  Jim Meyering  <meyering@lucent.com>
29386
29387         * m4/jm-macros.m4: Move df-related tests here from
29388         fileutils/configure.in
29389
29390         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
29391         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
29392
29393         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
29394         s/space/ac_fsusage_space/.
29395         (jm_FILE_SYSTEM_USAGE): Take two parameters.
29396
29397         * m4/ftruncate.m4: New file (derived from part of
29398         fileutils/configure.in).
29399         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
29400         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
29401
29402         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
29403         AC_SUBST these here, rather than just in sh-util/configure.in, so
29404         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
29405         all the same.
29406         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
29407         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
29408         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
29409         (AC_SUBST(POW_LIBM)): Likewise.
29410         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
29411
29412 2000-01-23  Jim Meyering  <meyering@lucent.com>
29413
29414         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
29415         obstack.c.
29416
29417 2000-01-22  Jim Meyering  <meyering@lucent.com>
29418
29419         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
29420
29421         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
29422
29423         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
29424         configure.in
29425         (AC_CHECK_HEADERS): Likewise for sh-utils.
29426         (AC_CHECK_HEADERS): Likewise for textutils.
29427         Merge the three lists of headers.
29428
29429         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
29430         from fileutils' configure.in.
29431
29432         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
29433         code. Moved tests into their own function (_jm_DECL_HEADERS) in
29434         check-decl.m4.
29435
29436         * m4/check-decl.m4: Use #if rather than #ifdef.
29437         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
29438         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
29439         (_jm_DECL_HEADERS): Define new function.
29440         (jm_CHECK_DECLARATIONS): Require it.
29441
29442 2000-01-22  Jim Meyering  <meyering@lucent.com>
29443
29444         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
29445         [! HAVE_DECL_STRTOULL]: Declare strtoull.
29446         Required for some AIX systems.  Reported by Christian Krackowizer.
29447         [TESTING] (main): New function.
29448
29449         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
29450         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
29451         letters.
29452
29453         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
29454         iswprint.
29455
29456         * lib/strverscmp.c (ISDIGIT): Define.
29457         (strverscmp): Use ISDIGIT, not isdigit.
29458
29459 2000-01-19  Jim Meyering  <meyering@lucent.com>
29460
29461         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
29462         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
29463         defines `struct timespec' in <sys/time.h>
29464
29465         * m4/c-bs-a.m4: Remove uses of changequote altogether.
29466         Thanks to Akim for explaining.
29467
29468 2000-01-17  Paul Eggert  <eggert@twinsun.com>
29469
29470         * lib/nanosleep.c (nanosleep):
29471         Don't use SA_INTERRUPT to decide whether to call sigaction, as
29472         POSIX.1 doesn't require SA_INTERRUPT and some systems
29473         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
29474         it's been part of POSIX.1 since day 1 (in 1988).
29475
29476 2000-01-17  Jim Meyering  <meyering@lucent.com>
29477
29478         * lib/interlock: Remove unused file.  Reported by François Pinard.
29479
29480 2000-01-16  Paul Eggert  <eggert@twinsun.com>
29481
29482         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
29483         alert, backslash, formfeed, and vertical tab unnecessarily in
29484         shell quoting style.
29485
29486 2000-01-16  Jim Meyering  <meyering@lucent.com>
29487
29488         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
29489         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
29490         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
29491         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
29492
29493 2000-01-16  Jim Meyering  <meyering@lucent.com>
29494
29495         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
29496         because the latter didn't work.
29497
29498 2000-01-15  Jim Meyering  <meyering@lucent.com>
29499
29500         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
29501         (AC_REPLACE_FUNCS): Add memcpy and memset.
29502         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
29503         Add strpbrk.
29504         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
29505
29506 2000-01-12  Jim Meyering  <meyering@lucent.com>
29507
29508         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
29509         (jm_PREREQ): Use it.
29510         (jm_PREREQ_READUTMP): New macro.
29511         (jm_PREREQ): Use it.
29512
29513 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29514
29515         Quote multibyte characters correctly.
29516         * m4/c-bs-a.m4: New file.
29517         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
29518         (jm_PREREQ): Use it.
29519
29520 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29521
29522         * m4/uintmax_t.m4: Port to autoconf 2.13.
29523
29524 2000-01-08  Jim Meyering  <meyering@ascend.com>
29525
29526         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
29527         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
29528
29529 2000-01-04  Jim Meyering  <meyering@ascend.com>
29530
29531         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
29532         jm_STRUCT_DIRENT_D_TYPE.
29533         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
29534         jm_STRUCT_DIRENT_D_INO.
29535         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
29536         jm_STRUCT_UTIMBUF.
29537         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
29538         renamings.
29539         * m4/utime.m4: Likewise.
29540
29541         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
29542         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
29543
29544 2000-01-03  Paul Eggert  <eggert@twinsun.com>
29545
29546         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
29547         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
29548
29549 2000-01-02  Jim Meyering  <meyering@ascend.com>
29550
29551         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
29552         remember if this is necessary.
29553
29554 1999-12-26  Jim Meyering  <meyering@ascend.com>
29555
29556         * m4/jm-macros.m4: Use it here.
29557         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
29558
29559 1999-12-23  Jim Meyering  <meyering@ascend.com>
29560
29561         * m4/jm-macros.m4: Check for clock_gettime (moved from
29562         fileutils/configure.in)
29563         Check for gettimeofday.
29564
29565 1999-12-20  Jim Meyering  <meyering@ascend.com>
29566
29567         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
29568         autoconf-2.14a-1999-12-20.
29569
29570 1999-12-19  Jim Meyering  <meyering@ascend.com>
29571
29572         * m4/lstat-slash.m4: New file.
29573         * m4/jm-macros.m4: Use the new macro:
29574         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29575
29576 1999-12-07  Jim Meyering  <meyering@ascend.com>
29577
29578         * m4/perl.m4: Require that File::Compare be available, too.
29579         Too many systems seem to lack it.
29580
29581         * m4/strftime.m4: Add checks for most of the cpp macros tested in
29582         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
29583
29584 1999-11-18  Paul Eggert  <eggert@twinsun.com>
29585
29586         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
29587         problem with the QNX 4.25 shell, which doesn't propagate exit
29588         status of failed commands inside shell assignments.
29589
29590 1999-11-17  Jim Meyering  <meyering@ascend.com>
29591
29592         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
29593
29594 1999-11-07  Jim Meyering  <meyering@ascend.com>
29595
29596         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
29597
29598 1999-11-06  Jim Meyering  <meyering@ascend.com>
29599
29600         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
29601         * m4/jm-macros.m4 (jm_MACROS): Use it here.
29602
29603 1999-11-05  Jim Meyering  <meyering@ascend.com>
29604
29605         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
29606         configure.in of textutils, fileutils, and sh-utils into this one
29607         (shared between those packages) file.
29608         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
29609         AC_STRUCT_ST_BLKSIZE.
29610
29611 1999-11-03  Jim Meyering  <meyering@ascend.com>
29612
29613         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
29614         of AC_CHECK_TYPE checks includes unistd.h.
29615         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
29616         Suggestion from Akim Demaille.
29617
29618 1999-10-30  Jim Meyering  <meyering@ascend.com>
29619
29620         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
29621         m4-quoted string.
29622         * m4/ls-mntd-fs.m4: Likewise.
29623         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
29624         * m4/jm-winsz1.m4: Likewise.
29625
29626         * m4/const.m4: Remove file, since the fix made it into the experimental
29627         version of autoconf.
29628         * m4/mktime.m4: Likewise.
29629
29630         * m4/check-type.m4: Remove file, now that the latest version of
29631         AC_CHECK_TYPE takes a third arg to specify additional #includes.
29632
29633         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
29634         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
29635         AC_CHECK_TYPE.
29636
29637 1999-10-04  Jim Meyering  <meyering@ascend.com>
29638
29639         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
29640
29641 1999-09-22  Paul Eggert  <eggert@twinsun.com>
29642
29643         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
29644         2.95.1 bug with HP-UX 10.20.
29645
29646 1999-09-17  Jim Meyering  <meyering@ascend.com>
29647
29648         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
29649         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
29650         due to missing strdup (against sh-utils-2.0).
29651
29652 1999-08-29  Jim Meyering  <meyering@ascend.com>
29653
29654         * m4/jm-macros.m4: Require jm_BISON.
29655         * m4/bison.m4: New file.
29656
29657 1999-08-17  Paul Eggert  <eggert@twinsun.com>
29658
29659         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
29660         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
29661
29662 1999-08-05  Jim Meyering  <meyering@ascend.com>
29663
29664         * m4/getline.m4: Rename test file from conftestdata to conftest.data
29665         to avoid conflicts with `conftest' on 8+3 filesystems.
29666         Suggestion from Eli Zaretskii.
29667
29668 1999-08-04  Jim Meyering  <meyering@ascend.com>
29669
29670         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
29671         fileutils and sh-utils (textutils's getline test was inadequate).
29672         (AM_FUNC_GETLINE): Run this test.
29673         (AC_CHECK_FUNCS): Check for getdelim.
29674         Reported by Bob Proulx.
29675
29676 1999-08-02  Jim Meyering  <meyering@ascend.com>
29677
29678         * m4/jm-macros.m4: Add a comment.
29679
29680 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29681
29682         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
29683         <inttypes.h> defines strtoumax as a macro (and not as a
29684         function).
29685
29686 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29687
29688         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
29689         that we can shift, multiply and divide unsigned long long
29690         values; Ultrix cc can't do it.
29691
29692 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29693
29694         * m4/mktime.m4: New file, which is a preview of what should appear
29695         in the next public autoconf release.
29696
29697 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29698
29699         * m4/lfs.m4: Remove this file.
29700         * m4/largefile.m4: New file.  It contains the old contents of
29701         lfs.m4, except that all names with prefix AC_LFS have been
29702         changed to use the prefix AC_SYS_LARGEFILE instead, to be
29703         compatible with future autoconf versions.  Also, some minor m4
29704         quoting problems have been fixed.
29705
29706 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29707
29708         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
29709         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
29710         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
29711         and simplify the shell code.
29712
29713 1999-08-01  Jim Meyering  <meyering@ascend.com>
29714
29715         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
29716         m4.
29717
29718 1999-07-20  Jim Meyering  <meyering@ascend.com>
29719
29720         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
29721
29722 1999-07-15  Jim Meyering  <meyering@ascend.com>
29723
29724         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
29725
29726 1999-05-22  Jim Meyering  <meyering@ascend.com>
29727
29728         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29729
29730 1999-05-20  Jim Meyering  <meyering@ascend.com>
29731
29732         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29733         Add a colon after each `then' in case $4 is empty.
29734
29735 1999-05-16  Jim Meyering  <meyering@ascend.com>
29736
29737         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29738
29739 1999-05-10  Jim Meyering  <meyering@ascend.com>
29740
29741         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29742
29743         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29744         AC_FUNC_MKTIME.
29745
29746 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29747
29748         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29749
29750 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29751
29752         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29753         not CPPFLAGS, so that linking works correctly in IRIX.
29754
29755 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29756
29757         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29758
29759 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29760
29761         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29762         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29763         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29764         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29765         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29766
29767         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29768
29769 1999-04-20  Jim Meyering  <meyering@ascend.com>
29770
29771         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29772         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29773         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29774
29775 1999-04-18  Jim Meyering  <meyering@ascend.com>
29776
29777         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29778         * m4/jm-macros.m4: Use it.
29779
29780 1999-04-06  Jim Meyering  <meyering@ascend.com>
29781
29782         * m4/strftime.m4: Remove test for %f.
29783
29784 1999-03-29  Jim Meyering  <meyering@ascend.com>
29785
29786         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29787         superset of the AC_TYPE_* checks in the textutils, fileutils,
29788         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29789         AC_TYPE_PID_T.
29790
29791 1999-03-28  Jim Meyering  <meyering@ascend.com>
29792
29793         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29794         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29795         replaced e.g., in the *.sh files of the sh-utils.
29796
29797 1999-03-20  Jim Meyering  <meyering@ascend.com>
29798
29799         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29800         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29801         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29802
29803 1999-03-19  Jim Meyering  <meyering@ascend.com>
29804
29805         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29806
29807 1999-03-12  Jim Meyering  <meyering@ascend.com>
29808
29809         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29810
29811 1999-03-07  Jim Meyering  <meyering@ascend.com>
29812
29813         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29814         declared.
29815
29816 1999-02-17  Jim Meyering  <meyering@ascend.com>
29817
29818         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29819         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29820
29821 1999-02-07  Jim Meyering  <meyering@ascend.com>
29822
29823         * m4/group-member.m4: New file -- extracted from sh-utils'
29824         configure.in.
29825
29826         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29827         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29828
29829 1999-02-06  Jim Meyering  <meyering@ascend.com>
29830
29831         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29832         * m4/fnmatch.m4: Likewise.
29833         * m4/getgroups.m4: Likewise.
29834         * m4/lstat.m4: Likewise.
29835         * m4/malloc.m4: Likewise.
29836         * m4/putenv.m4: Likewise.
29837         * m4/realloc.m4: Likewise.
29838         * m4/regex.m4: Likewise.
29839         * m4/stat.m4: Likewise.
29840         * m4/strftime.m4: Likewise.
29841         Suggestion from Alain Magloire.
29842
29843         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29844         * m4/fnmatch.m4: Likewise.
29845         * m4/getgroups.m4: Likewise.
29846         * m4/getline.m4: Likewise.
29847         * m4/lstat.m4: Likewise.
29848         * m4/malloc.m4: Likewise.
29849         * m4/memcmp.m4: Likewise.
29850         * m4/putenv.m4: Likewise.
29851         * m4/realloc.m4: Likewise.
29852         * m4/regex.m4: Likewise.
29853         * m4/stat.m4: Likewise.
29854         * m4/strftime.m4: Likewise.
29855         Suggestion from Alain Magloire.
29856
29857         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29858         an argument.
29859
29860         * m4/regex.m4: Add a run-time Test for proper operation of
29861         re_compile_pattern.
29862
29863 1999-01-31  Jim Meyering  <meyering@ascend.com>
29864
29865         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29866
29867 1999-01-30  Jim Meyering  <meyering@ascend.com>
29868
29869         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29870
29871         * m4/jm-mktime.m4: Make this a wrapper around the official
29872         AM_FUNC_MKTIME rather than my private copy, now that the official one
29873         is up to date.
29874         * m4/mktime.m4: Remove file.
29875
29876         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29877         * m4/uptime.m4: Likewise.
29878         * m4/uintmax_t.m4: Likewise.
29879
29880 1999-01-28  Jim Meyering  <meyering@ascend.com>
29881
29882         * m4/jm-macros.m4: Use jm_AFS.
29883         * m4/afs.m4: New file (from fileutils' configure.in).
29884
29885         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29886         * m4/chown.m4: Likewise.
29887         * m4/d-ino.m4: Likewise.
29888         * m4/d-type.m4: Likewise.
29889         * m4/fnmatch.m4: Likewise.
29890         * m4/getgroups.m4: Likewise.
29891         * m4/gettext.m4: Likewise.
29892         * m4/jm-mktime.m4: Likewise.
29893         * m4/jm-winsz2.m4: Likewise.
29894         * m4/lcmessage.m4: Likewise.
29895         * m4/ls-mntd-fs.m4: Likewise.
29896         * m4/malloc.m4: Likewise.
29897         * m4/memcmp.m4: Likewise.
29898         * m4/putenv.m4: Likewise.
29899         * m4/realloc.m4: Likewise.
29900         * m4/st_mtim.m4: Likewise.
29901         * m4/strftime.m4: Likewise.
29902
29903 1999-01-16  Jim Meyering  <meyering@ascend.com>
29904
29905         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29906         (ARGMATCH_DIE_DECL): Define.
29907
29908 1999-01-12  Jim Meyering  <meyering@ascend.com>
29909
29910         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29911         Reported by Lars Hecking.
29912
29913 1999-01-10  Jim Meyering  <meyering@ascend.com>
29914
29915         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29916         gross kludge.
29917         * m4/inttypes_h.m4: Likewise.
29918         * m4/lstat.m4: Likewise.
29919         * m4/malloc.m4: Likewise.
29920         * m4/readdir.m4: Likewise.
29921         * m4/realloc.m4: Likewise.
29922         * m4/st_dm_mode.m4: Likewise.
29923         * m4/stat.m4: Likewise.
29924         * m4/utimbuf.m4: Likewise.
29925         * m4/utimes.m4: Likewise.
29926
29927         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29928         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29929         comments in config.h.in are meaningful.
29930
29931         * m4/jm-macros.m4: Require autoconf-2.13 here.
29932
29933         * m4/regex.m4: By default, don't use the included regex.c on systems
29934         with glibc 2.  Suggestion from Uli Drepper.
29935
29936 1999-01-02  Jim Meyering  <meyering@ascend.com>
29937
29938         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29939
29940 1998-12-18  Jim Meyering  <meyering@ascend.com>
29941
29942         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29943         Based on a suggestion from Lars Hecking.
29944
29945 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29946
29947         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29948
29949 1998-11-16  Jim Meyering  <meyering@ascend.com>
29950
29951         * m4/lfs.m4: Double-quote the `uname...` expression.
29952
29953 1998-11-14  Jim Meyering  <meyering@ascend.com>
29954
29955         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29956         * m4/stat.m4: Likewise.
29957
29958 1998-11-03  Jim Meyering  <meyering@ascend.com>
29959
29960         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29961         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29962
29963 1998-10-18  Jim Meyering  <meyering@ascend.com>
29964
29965         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29966
29967 1998-10-17  Jim Meyering  <meyering@ascend.com>
29968
29969         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29970         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29971         calls for those previously hard-coded headers.  Instead, take a new
29972         parameter.
29973         (jm_CHECK_DECLARATIONS): Reflect interface change.
29974         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29975         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29976
29977         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29978
29979 1998-10-14  Jim Meyering  <meyering@ascend.com>
29980
29981         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29982         instead of "TZ=America/Vancouver".  From Paul Eggert.
29983
29984 1998-10-11  Jim Meyering  <meyering@ascend.com>
29985
29986         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29987         This adds a test for a recently added compatibility fix for mktime.c.
29988         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29989
29990 1998-09-27  Jim Meyering  <meyering@ascend.com>
29991
29992         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29993
29994         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29995         ../configure.in, including a change from Gordon Matzigkeit to allow
29996         cross-compiling for the Hurd.
29997
29998         * m4/glibc.m4: New file/macro to test for the GNU C Library
29999         versions 1 and 2.  From Gordon Matzigkeit.
30000         Indent.
30001
30002 1998-09-21  Jim Meyering  <meyering@ascend.com>
30003
30004         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
30005
30006 1998-08-18  Paul Eggert  <eggert@twinsun.com>
30007
30008         Port nanosecond-resolution times to UnixWare 2.1.2 and
30009         pedantic Solaris 2.6.
30010
30011         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
30012         AC_STRUCT_ST_MTIM.
30013         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
30014         Generate name of ns member, instead of just 1 or undef.
30015         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
30016
30017 1998-08-15  Jim Meyering  <meyering@ascend.com>
30018
30019         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
30020         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
30021         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
30022         instead of jm_TYPE_SSIZE_T.
30023
30024 1998-08-12  Jim Meyering  <meyering@ascend.com>
30025
30026         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
30027
30028 1998-08-02  Jim Meyering  <meyering@ascend.com>
30029
30030         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
30031         in acconfig.h manually.
30032
30033 1998-07-31  Paul Eggert  <eggert@twinsun.com>
30034
30035         * m4/st_mtim.m4: New file.
30036
30037 1998-07-28  Jim Meyering  <meyering@ascend.com>
30038
30039         * m4/utimes.m4: Undef stat.
30040
30041 1998-07-25  Jim Meyering  <meyering@ascend.com>
30042
30043         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
30044         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
30045
30046 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
30047
30048         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
30049         uid and gid actually remain unchanged.
30050
30051 1998-07-07  Jim Meyering  <meyering@ascend.com>
30052
30053         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
30054
30055 1998-07-04  Jim Meyering  <meyering@ascend.com>
30056
30057         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
30058         to prove that this macro can be used in packages without regex.c.
30059
30060 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
30061
30062         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
30063         is to be used.
30064
30065 1998-07-03  Jim Meyering  <meyering@ascend.com>
30066
30067         * m4/gettext.m4: Add -lintl if it's found to be necessary.
30068
30069         * m4/gettext.m4: New file -- from gettext-0.10.35.
30070         * m4/lcmessage.m4: Likewise.
30071         * m4/progtest.m4: Likewise.
30072
30073         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
30074         * m4/jm-macros.m4: Require the new macro.
30075
30076 1998-06-29  Jim Meyering  <meyering@ascend.com>
30077
30078         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
30079         for the definition of NGROUPS (used in a system header included
30080         by sys/mount.h).
30081
30082 1998-06-28  Jim Meyering  <meyering@ascend.com>
30083
30084         * m4/ls-mntd-fs.m4: New file.
30085         * m4/fstypename.m4: New file.
30086
30087         * m4/jm-macros.m4: Require the new macro.
30088         * m4/jm-glibc-io.m4: New file.
30089
30090 1998-05-19  Jim Meyering  <meyering@ascend.com>
30091
30092         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
30093         * m4/lchown.m4: New file.
30094
30095         * m4/Makefile.am.in: New file.
30096         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
30097
30098 1998-05-14  Jim Meyering  <meyering@ascend.com>
30099
30100         * m4/Makefile.am (EXTRA_DIST): Add them.
30101         * m4/jm-macros.m4: New file.
30102         * m4/utimbuf.m4: New file.
30103
30104 1998-05-12  Jim Meyering  <meyering@ascend.com>
30105
30106         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
30107
30108 1998-05-11  Jim Meyering  <meyering@ascend.com>
30109
30110         * m4/isc-posix.m4: New file.
30111
30112 1998-05-10  Jim Meyering  <meyering@ascend.com>