Ranking of include files according to their number of hits on Google
[gnulib.git] / ChangeLog
1 2007-05-01  Bruno Haible  <bruno@clisp.org>
2
3         * doc/headers/google-ranking.txt: New file.
4
5 2007-04-30  Eric Blake  <ebb9@byu.net>
6
7         Prefer fseeko to fseek.
8         * modules/getpass (Depends-on): Add fseeko.
9         * lib/getpass.c (getpass): Use fseeko, not fseek.
10
11 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
12
13         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
14         assumes the sorting is stable, while most qsort implementations
15         are not.  Use argument addresses to ensure they never compare as
16         equal.
17
18         * tests/test-argp-2.sh (usage-indent test): Fix output
19         (func_compare): Restore diff options
20         * tests/test-argp.c: Restore #include "progname.h"
21
22 2007-04-29  Bruno Haible  <bruno@clisp.org>
23
24         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
25         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
27         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
29         (configure.ac): Define CHECK_SNPRINTF_POSIX.
30         (TESTS, check_PROGRAMS): Add test-snprintf.
31         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
32         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
33         (TESTS, check_PROGRAMS): Add test-vsnprintf.
34         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35         assertions that fail on HP-UX, OSF/1, or IRIX.
36         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
37
38 2007-04-29  Bruno Haible  <bruno@clisp.org>
39
40         * MODULES.html.sh (posix_functions): Remove 'contents'.
41
42 2007-04-29  Karl Berry  <karl@gnu.org>
43
44         * config/srclist.txt (gendocs_template_min): new entry.
45
46 2007-04-29  Bruno Haible  <bruno@clisp.org>
47
48         Work around fpurge bug on BSD systems.
49         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
50         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
51         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
52         fpurge to rpl_fpurge if the system already has this function.
53         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
54         the case where the system already has this function. Correct invariants
55         on BSD systems.
56         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
57         BSD systems.
58
59 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
60
61         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
62         proposed by Sven Verdoolaege.
63
64         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
65         options.
66         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
67         (usage and help tests): Update
68
69 2007-04-29  Bruno Haible  <bruno@clisp.org>
70
71         * tests/test-fflush.c (main): Use a file of size 17, not 10.
72         Print more information in case of failure. Disable a test on BeOS.
73
74 2007-04-29  Bruno Haible  <bruno@clisp.org>
75
76         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
77         This helps debugging on systems on which no gdb is available.
78
79 2007-04-29  Bruno Haible  <bruno@clisp.org>
80
81         * lib/freading.h: Improve comments.
82         * lib/fwriting.h: Likewise.
83         * tests/test-freading.c (main): Don't check freading immediately after
84         repositioning. Needed for glibc.
85
86 2007-04-29  Bruno Haible  <bruno@clisp.org>
87
88         * lib/freading.c (freading): Trivial simplification.
89
90 2007-04-28  Bruno Haible  <bruno@clisp.org>
91
92         * tests/test-fwriting.c (main): Also test the interaction between
93         fflush and fwriting.
94         * modules/fwriting-tests (Depends-on): Add fflush.
95
96         * tests/test-freading.c (main): Also test the interaction between
97         fflush and freading.
98         * modules/freading-tests (Depends-on): Add fflush.
99
100 2007-04-28  Bruno Haible  <bruno@clisp.org>
101
102         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
103         fseeko and ftello.
104         Suggested by Eric Blake.
105
106 2007-04-28  Jim Meyering  <jim@meyering.net>
107
108         Avoid false-negative in gl_STDINT_H's C99 conformance test.
109         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
110         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
111
112 2007-04-27  Eric Blake  <ebb9@byu.net>
113
114         * doc/headers/assert.texi (assert.h): Document assert module use.
115
116 2007-04-27  Bruno Haible  <bruno@clisp.org>
117
118         * doc/headers/*.texi: New files.
119         * doc/gnulib.texi (Header File Substitutes): New chapter.
120         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
121         dependencies.
122         (standards.info ,standards.html, standards.dvi): Update dependencies.
123         (mostlyclean, clean): New targets.
124
125 2007-04-27  Bruno Haible  <bruno@clisp.org>
126
127         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
128         * modules/sysexits (Files, Makefile.am): Update.
129
130         * lib/sys_socket_.h: Renamed from lib/socket_.h.
131         * modules/sys_socket (Files, Makefile.am): Update.
132
133         * lib/sys_stat_.h: Renamed from lib/stat_.h.
134         * modules/sys_stat (Files, Makefile.am): Update.
135
136 2007-04-27  Eric Blake  <ebb9@byu.net>
137
138         * lib/freading.h: Improve comments.
139         * lib/fwriting.h: Likewise.
140         * lib/fflush.c: Likewise.
141
142         Fix closein for mingw.
143         * modules/closein-tests: Add tests for closein.
144         * tests/test-closein.c: New file.
145         * tests/test-closein.sh: Likewise.
146         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
147         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
148
149 2007-04-27  Bruno Haible  <bruno@clisp.org>
150
151         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
152         version is < 6.
153         * lib/math_.h [__DECC]: Likewise.
154         * lib/stdio_.h [__DECC]: Likewise.
155         * lib/stdlib_.h [__DECC]: Likewise.
156         * lib/string_.h [__DECC]: Likewise.
157         * lib/time_.h [__DECC]: Likewise.
158         * lib/wchar_.h [__DECC]: Likewise.
159         * lib/wctype_.h [__DECC]: Likewise.
160
161 2007-04-27  Bruno Haible  <bruno@clisp.org>
162
163         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
164
165 2007-04-27  Bruno Haible  <bruno@clisp.org>
166
167         * lib/fflush.c: Add comments.
168         * modules/fpurge-tests (Depends-on): Add fflush.
169         * modules/freadable-tests (Depends-on): Likewise.
170         * modules/fwritable-tests (Depends-on): Likewise.
171
172 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
173
174         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
175         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
176         Report by Bruno Haible <bruno@clisp.org>.
177
178 2007-04-26  Eric Blake  <ebb9@byu.net>
179
180         Fix fflush on mingw.
181         * modules/fflush (Depends-on): Add freading.
182         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
183         but unread data.
184
185 2007-04-26  Eric Blake  <ebb9@byu.net>
186         and Bruno Haible  <bruno@clisp.org>
187
188         Implement freading and fwriting.
189         * lib/freading.c: New file.
190         * lib/freading.h: Likewise.
191         * m4/freading.m4: Likewise.
192         * modules/freading: Likewise.
193         * modules/freading-tests: Likewise.
194         * tests/test-freading.c: Likewise.
195         * lib/fwriting.c: New file.
196         * lib/fwriting.h: Likewise.
197         * m4/fwriting.m4: Likewise.
198         * modules/fwriting: Likewise.
199         * modules/fwriting-tests: Likewise.
200         * tests/test-fwriting.c: Likewise.
201         * MODULES.html.sh (File stream based Input/Output): Mention them.
202
203 2007-04-26  Bruno Haible  <bruno@clisp.org>
204
205         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
206         'long' when we assume it.
207         Suggested by Eric Blake.
208
209 2007-04-26  Bruno Haible  <bruno@clisp.org>
210
211         Ensure fseeko, ftello are declared on glibc systems.
212         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
213         * modules/fseeko (configure.ac-early): Likewise.
214         * modules/ftello (configure.ac-early): Likewise.
215         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
216         AC_FUNC_FSEEKO for this.
217         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
218         (gl_CHECK_FSEEKO): Remove macro.
219
220 2007-04-26  Bruno Haible  <bruno@clisp.org>
221
222         * tests/test-fflush.c (main): Also check the ftell result after
223         fflush and fseek/fseeko.
224         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
225         file descriptor position cache in the stream.
226         * lib/fseeko.c (rpl_fseeko): Likewise.
227
228 2007-04-26  Bruno Haible  <bruno@clisp.org>
229
230         * modules/fflush-tests (Depends-on): Add fseeko.
231
232 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
233             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
234
235         * lib/argz_.h: ensure error_t definition is obtained in same
236         mechanism system argz.h would have.
237         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
238         argz facilities are known bad.  Err on the side of caution if
239         cross-compiling.
240
241 2007-04-25  Eric Blake  <ebb9@byu.net>
242
243         * lib/fpurge.c (includes): Use stdlib.h for free.
244         * tests/test-fflush.c (main): Also test fflush-fseeko.
245
246 2007-04-25  Bruno Haible  <bruno@clisp.org>
247
248         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
249         * lib/fseeko.c: New file.
250         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
251         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
252         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
253         gl_FUNC_FSEEKO.
254         (gl_FUNC_FSEEKO): Invoke it.
255         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
256         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
257         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
258
259 2007-04-25  Bruno Haible  <bruno@clisp.org>
260
261         * modules/fflush (Depends-on): Add ftello.
262
263 2007-04-25  Bruno Haible  <bruno@clisp.org>
264
265         * modules/ftello-tests: New file.
266         * tests/test-ftello.c: New file.
267
268         * modules/ftello: New file.
269         * m4/ftello.m4: New file.
270         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
271         HAVE_FTELLO.
272         * lib/stdio_.h (ftello): New declaration.
273         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
274         HAVE_FTELLO.
275
276 2007-04-25  Bruno Haible  <bruno@clisp.org>
277
278         * modules/fseeko-tests: New file.
279         * tests/test-fseeko.c: New file.
280
281         * modules/fseeko: New file.
282         * m4/fseeko.m4: New file.
283         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
284         HAVE_FSEEKO.
285         * lib/stdio_.h (fseeko): New declaration.
286         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
287         HAVE_FSEEKO.
288
289 2007-04-25  Bruno Haible  <bruno@clisp.org>
290
291         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
292
293 2007-04-25  Bruno Haible  <bruno@clisp.org>
294
295         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
296         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
297         * tests/test-unistd.c: Likewise.
298         * tests/test-fcntl.c: Likewise.
299
300 2007-04-23  Eric Blake  <ebb9@byu.net>
301
302         * lib/fflush.c: Fix missing include.
303         Reported by Bruno Haible.
304
305 2007-04-23  Bruno Haible  <bruno@clisp.org>
306
307         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
308         Reported by Eric Blake.
309
310 2007-04-23  Bruno Haible  <bruno@clisp.org>
311
312         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
313
314 2007-04-23  Bruno Haible  <bruno@clisp.org>
315
316         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
317
318 2007-04-23  Bruno Haible  <bruno@clisp.org>
319
320         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
321         Needed on HP-UX 11.
322
323 2007-04-16  Eric Blake  <ebb9@byu.net>
324
325         Make fflush rely on fpurge.
326         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
327         open coding all variants.
328         * modules/fflush (Depends-on): Add fpurge and unistd.
329         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
330         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
331
332         Fix --with-tests compilation on cygwin.
333         * modules/argmatch-tests (Makefile.am): List gnulib library first
334         in LDADD.
335         * modules/argp-tests (Makefile.am): Likewise.
336         * modules/array-list-tests (Makefile.am): Likewise.
337         * modules/array-oset-tests (Makefile.am): Likewise.
338         * modules/avltree-list-tests (Makefile.am): Likewise.
339         * modules/avltree-oset-tests (Makefile.am): Likewise.
340         * modules/avltreehash-list-tests (Makefile.am): Likewise.
341         * modules/carray-list-tests (Makefile.am): Likewise.
342         * modules/dirname-tests (Makefile.am): Likewise.
343         * modules/frexp-tests (Makefile.am): Likewise.
344         * modules/isnanl-tests (Makefile.am): Likewise.
345         * modules/linked-list-tests (Makefile.am): Likewise.
346         * modules/linkedhash-list-tests (Makefile.am): Likewise.
347         * modules/lock-tests (Makefile.am): Likewise.
348         * modules/rbtree-list-tests (Makefile.am): Likewise.
349         * modules/rbtree-oset-tests (Makefile.am): Likewise.
350         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
351         * modules/tls-tests (Makefile.am): Likewise.
352         * modules/tsearch-tests (Makefile.am): Likewise.
353         * modules/xvasprintf-tests (Makefile.am): Likewise.
354
355         Fix fpurge for cygwin.
356         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
357         value.
358         * modules/fpurge-tests (Depends-on): Clean up trash.
359
360 2007-04-16  Simon Josefsson  <simon@josefsson.org>
361
362         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
363
364         * m4/autobuild.m4: Re-indent.
365
366 2007-04-13  Bruno Haible  <bruno@clisp.org>
367
368         * modules/fpurge-tests: New file.
369         * tests/test-fpurge.c: New file.
370
371         * modules/fpurge: New file.
372         * lib/fpurge.h: New file.
373         * lib/fpurge.c: New file.
374         * m4/fpurge.m4: New file.
375
376 2007-04-13  Bruno Haible  <bruno@clisp.org>
377
378         * modules/fbufmode-tests: New file.
379         * tests/test-fbufmode.c: New file.
380
381         * modules/fbufmode: New file.
382         * lib/fbufmode.h: New file.
383         * lib/fbufmode.c: New file.
384         * m4/fbufmode.m4: New file.
385
386 2007-04-13  Bruno Haible  <bruno@clisp.org>
387
388         * modules/fwritable-tests: New file.
389         * tests/test-fwritable.c: New file.
390
391         * modules/fwritable: New file.
392         * lib/fwritable.h: New file.
393         * lib/fwritable.c: New file.
394         * m4/fwritable.m4: New file.
395
396 2007-04-13  Bruno Haible  <bruno@clisp.org>
397
398         * modules/freadable-tests: New file.
399         * tests/test-freadable.c: New file.
400
401         * modules/freadable: New file.
402         * lib/freadable.h: New file.
403         * lib/freadable.c: New file.
404         * m4/freadable.m4: New file.
405
406 2007-04-13  Bruno Haible  <bruno@clisp.org>
407
408         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
409         MOSTLYCLEANFILES.
410
411 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
412
413         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
414         gzip bootstrap.conf to avoid dragging in i18n machinery.
415         (gnulib_tool_option): Use it.
416
417 2007-04-13  Bruno Haible  <bruno@clisp.org>
418
419         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
420         %F directives.
421         * tests/test-vasprintf-posix.c (test_function): Likewise.
422         * tests/test-snprintf-posix.h (test_function): Likewise.
423         * tests/test-sprintf-posix.h (test_function): Likewise.
424         * tests/test-fprintf-posix.h (test_function): Likewise.
425         * tests/test-printf-posix.h (test_function): Likewise.
426         * tests/test-fprintf-posix.out: Likewise.
427
428 2007-04-13  Bruno Haible  <bruno@clisp.org>
429
430         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
431         * modules/tls-tests (configure.ac): Likewise.
432         Reported by Arto C. Nirkko <anirkko@insel.ch>.
433
434 2007-04-13  Bruno Haible  <bruno@clisp.org>
435
436         * lib/tls.c (glthread_tls_get): Fix return type.
437         Patch by Arto C. Nirkko <anirkko@insel.ch>.
438
439 2007-04-12  Eric Blake  <ebb9@byu.net>
440
441         * modules/gettime (Depends-on): Remove gettime.
442         Reported by Dmitry V. Levin.
443
444 2007-04-12  Bruno Haible  <bruno@clisp.org>
445
446         * modules/fflush (Include): Mention <stdio.h>.
447         * modules/strtoimax (Include): Mention <inttypes.h>.
448         * modules/strtoumax (Include): Likewise.
449
450 2007-04-12  Eric Blake  <ebb9@byu.net>
451
452         * .cvsignore: New file.
453         * .gitignore: Likewise.
454
455 2007-04-12  Bruno Haible  <bruno@clisp.org>
456
457         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
458         not before, since $(LDADD) often contains libgnu.a.
459         * modules/striconv-tests (test_striconv_LDADD): Likewise.
460         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
461         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
462         Needed on Cygwin.
463
464 2007-04-12  Eric Blake  <ebb9@byu.net>
465
466         Work around glibc's failure to flush stdin on fclose.
467         * lib/closein.c (close_stdin): Flush stdin before closing.
468
469         Work around glibc's failure to reset seekable stdin on exit.
470         * modules/closein: New module.
471         * lib/closein.c: New file.
472         * lib/closein.h: Likewise.
473         * m4/closein.m4: Likewise.
474         * MODULES.html.sh (File stream based Input/Output): Document it.
475
476 2007-04-12  Simon Josefsson  <simon@josefsson.org>
477
478         * gnulib-tool: Rename generated 'autobuild' script to
479         'do-autobuild' in --create-megatestdir output.
480
481         * doc/gnulib.texi (Build robot for gnulib): Fix.
482
483 2007-04-12  Simon Josefsson  <simon@josefsson.org>
484
485         * modules/sysexits (Depends-on): Add absolute-header.
486
487 2007-04-12  Eric Blake  <ebb9@byu.net>
488
489         No need to preserve errno on success.
490         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
491         Reported by Bruno Haible.
492
493 2007-04-12  Simon Josefsson  <simon@josefsson.org>
494
495         * MODULES.html.sh (Support for maintaining and releasing
496         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
497
498 2007-04-12  Simon Josefsson  <simon@josefsson.org>
499
500         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
501
502 2007-04-12  Simon Josefsson  <simon@josefsson.org>
503
504         * modules/autobuild: New module.
505
506         * m4/autobuild.m4: New file.
507
508 2007-04-11  Bruno Haible  <bruno@clisp.org>
509
510         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
511         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
512         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
513         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
514         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_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         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
518         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
519         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
520         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
521         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
522         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
523         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
524         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
525         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
526         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
527         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
528         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
529         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
530         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
531         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
532         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
533         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
534         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
535         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
536         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
537         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
538         Reported by Eric Blake.
539
540 2007-04-11  Bruno Haible  <bruno@clisp.org>
541
542         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
543
544 2007-04-10  Bruno Haible  <bruno@clisp.org>
545
546         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
547         for NaN and Infinity. Needed on FreeBSD 6.1.
548         * tests/test-vasnprintf-posix.c (test_function): Undo last change
549         regarding results for "%010a" of Infinity and NaN.
550         * tests/test-vasprintf-posix.c (test_function): Likewise.
551         * tests/test-snprintf-posix.h (test_function): Likewise.
552         * tests/test-sprintf-posix.h (test_function): Likewise.
553         * tests/test-fprintf-posix.h (test_function): Likewise.
554         * tests/test-printf-posix.h (test_function): Likewise.
555         * tests/test-fprintf-posix.out: Likewise.
556
557 2007-04-10  Bruno Haible  <bruno@clisp.org>
558
559         * modules/locale-tests: New file.
560         * tests/test-locale.c: New file.
561
562         * modules/locale: New file.
563         * lib/locale_.h: New file.
564         * m4/locale_h.m4: New file.
565
566 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
567             Bruno Haible  <bruno@clisp.org>
568
569         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
570         be determined, test for availability of the copysignf, copysign,
571         copysignl functions.
572         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
573         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
574         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
575
576 2007-04-09  Eric Blake  <ebb9@byu.net>
577
578         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
579         * modules/stdio (Makefile.am): Support fflush.
580         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
581         * modules/fflush: New file.
582         * lib/fflush.c: Likewise.
583         * m4/fflush.m4: Likewise.
584         * modules/fflush-tests: New test.
585         * tests/test-fflush.c: Likewise.
586         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
587
588 2007-04-06  Bruno Haible  <bruno@clisp.org>
589
590         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
591         (VASNPRINTF): Use signbit for faster determination whether to print a
592         minus sign.
593         * modules/vasnprintf (Files): Remove lib/float+.h.
594         * modules/fprintf-posix (Depends-on): Add signbit.
595         * modules/snprintf-posix (Depends-on): Likewise.
596         * modules/sprintf-posix (Depends-on): Likewise.
597         * modules/vasnprintf-posix (Depends-on): Likewise.
598         * modules/vasprintf-posix (Depends-on): Likewise.
599         * modules/vfprintf-posix (Depends-on): Likewise.
600         * modules/vsnprintf-posix (Depends-on): Likewise.
601         * modules/vsprintf-posix (Depends-on): Likewise.
602
603 2007-04-06  Bruno Haible  <bruno@clisp.org>
604
605         * tests/test-frexp.c (main): Test also the sign bit of zero results.
606         * tests/test-frexpl.c (main): Likewise.
607         * tests/test-ldexpl.c (main): Likewise.
608         * modules/frexp-tests (Depends-on): Add signbit.
609         * modules/frexpl-tests (Depdends-on): Likewise.
610         * modules/ldexpl-tests (Depdends-on): Likewise.
611
612 2007-04-06  Bruno Haible  <bruno@clisp.org>
613
614         * modules/signbit-tests: New file.
615         * tests/test-signbit.c: New file.
616
617         * modules/signbit: New file.
618         * lib/signbitf.c: New file.
619         * lib/signbitd.c: New file.
620         * lib/signbitl.c: New file.
621         * m4/signbit.m4: New file.
622         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
623         (signbit): New macro.
624         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
625         REPLACE_SIGNBIT.
626         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
627         REPLACE_FREXPL into math.h.
628
629 2007-04-06  Bruno Haible  <bruno@clisp.org>
630
631         * modules/isnanf-nolibm-tests: New file.
632         * tests/test-isnanf.c: New file.
633
634         * modules/isnanf-nolibm: New file.
635         * lib/isnanf.h: New file.
636         * lib/isnanf.c: New file.
637         * lib/isnan.c: Consider the USE_FLOAT macro.
638         * m4/isnanf.m4: New file.
639
640 2007-04-06  Bruno Haible  <bruno@clisp.org>
641
642         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
643         (Link): New section.
644
645         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
646
647 2007-04-06  Bruno Haible  <bruno@clisp.org>
648
649         Assume the 'long double' type.
650         * m4/longdouble.m4: Remove file.
651         * config/srclist.txt: Don't mention longdouble.m4.
652         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
653         * lib/float+.h: Likewise.
654         * lib/frexp.c: Likewise.
655         * lib/printf-args.h: Likewise.
656         * lib/printf-args.c: Likewise.
657         * lib/printf-frexp.c: Likewise.
658         * lib/printf-parse.c: Likewise.
659         * lib/vasnprintf.c: Likewise.
660         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
661         * m4/intl.m4: Likewise.
662         * m4/isnanl.m4: Likewise.
663         * m4/printf.m4: Likewise.
664         * m4/printf-frexpl.m4: Likewise.
665         * m4/vasnprintf.m4: Likewise.
666         * modules/allocsa (Files): Remove m4/longdouble.m4.
667         * modules/gettext (Files): Likewise.
668         * modules/relocatable-prog-wrapper (Files): Likewise.
669         * modules/vasnprintf (Files): Likewise.
670         * modules/isnanl (Files): Likewise.
671         (Include): Simplify.
672         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
673         (Include): Simplify.
674         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
675         (Include): Simplify.
676         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
677         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
678         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
679         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
680         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
681         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
682         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
683         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
684         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
685         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
686         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
687         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
688         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
689         * tests/test-isnanl.c: Likewise.
690         * tests/test-snprintf-posix.h: Likewise.
691         * tests/test-sprintf-posix.h: Likewise.
692         * tests/test-vasnprintf-posix.c: Likewise.
693         * tests/test-vasnprintf-posix2.c: Likewise.
694         * tests/test-vasprintf-posix.c: Likewise.
695
696 2007-04-06  Bruno Haible  <bruno@clisp.org>
697
698         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
699         * lib/math_.h [__DECC]: Include the overridden include file through
700         #include_next, outside the double-inclusion guard.
701         * lib/stdio_.h [__DECC]: Likewise.
702         * lib/stdlib_.h [__DECC]: Likewise.
703         * lib/string_.h [__DECC]: Likewise.
704         * lib/time_.h [__DECC]: Likewise.
705         * lib/wchar_.h [__DECC]: Likewise.
706         * lib/wctype_.h [__DECC]: Likewise.
707         * lib/inttypes_.h [__DECC]: Likewise.
708         Reported by Albert Chin <china@thewrittenword.com> in
709         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
710
711 2007-04-04  Eric Blake  <ebb9@byu.net>
712
713         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
714         1.5.x.
715
716 2007-04-04  Bruno Haible  <bruno@clisp.org>
717
718         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
719         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
720
721 2007-04-04  Bruno Haible  <bruno@clisp.org>
722
723         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
724         results for "%010a" of Infinity and NaN.
725         * tests/test-vasprintf-posix.c (test_function): Likewise.
726         * tests/test-snprintf-posix.h (test_function): Likewise.
727         * tests/test-sprintf-posix.h (test_function): Likewise.
728         * tests/test-fprintf-posix.h (test_function): Remove these tests.
729         * tests/test-printf-posix.h (test_function): Likewise.
730         * tests/test-fprintf-posix.out: Update.
731         Needed for FreeBSD 6.1.
732
733 2007-04-04  Bruno Haible  <bruno@clisp.org>
734
735         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
736         directly used by the gnulib modules nor by gnulib-tool.
737
738 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
739
740         * DEPENDENCIES: Give overall description of version dependency
741         desirability.  Use more-typical names for apps.
742         Add shell, coreutils, diffutils, grep, tar, gzip.
743
744 2007-04-04  Simon Josefsson  <simon@josefsson.org>
745
746         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
747
748 2007-04-04  Karl Berry  <karl@gnu.org>
749
750         * MODULES.html.sh (func_module): missing '.
751
752 2007-04-03  Bruno Haible  <bruno@clisp.org>
753
754         * modules/argmatch-tests (Makefile.am): New variable
755         test_argmatch_LDADD.
756         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
757         * modules/array-list-tests (Makefile.am): New variable
758         test_array_list_LDADD.
759         * modules/array-oset-tests (Makefile.am): New variable
760         test_array_oset_LDADD.
761         * modules/avltree-list-tests (Makefile.am): New variable
762         test_avltree_list_LDADD.
763         * modules/avltree-oset-tests (Makefile.am): New variable
764         test_avltree_oset_LDADD.
765         * modules/avltreehash-list-tests (Makefile.am): New variable
766         test_avltreehash_list_LDADD.
767         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
768         test_canonicalize_lgpl_LDADD.
769         * modules/carray-list-tests (Makefile.am): New variable
770         test_carray_list_LDADD.
771         * modules/dirname-tests (Makefile.am): New variable
772         test_dirname_LDADD.
773         * modules/linked-list-tests (Makefile.am): New variable
774         test_linked_list_LDADD.
775         * modules/linkedhash-list-tests (Makefile.am): New variable
776         test_linkedhash_list_LDADD.
777         * modules/rbtree-list-tests (Makefile.am): New variable
778         test_rbtree_list_LDADD.
779         * modules/rbtree-oset-tests (Makefile.am): New variable
780         test_rbtree_oset_LDADD.
781         * modules/rbtreehash-list-tests (Makefile.am): New variable
782         test_rbtreehash_list_LDADD.
783         * modules/xvasprintf-tests (Makefile.am): New variable
784         test_xvasprintf_LDADD.
785         Reported by Eric Blake.
786
787 2007-04-03  Eric Blake  <ebb9@byu.net>
788
789         * DEPENDENCIES: Weaken m4 requirements.
790
791 2007-04-03  Bruno Haible  <bruno@clisp.org>
792
793         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
794         * modules/isnanl-tests (configure.ac): Likewise.
795
796 2007-04-03  Ben Pfaff  <blp@gnu.org>
797
798         * modules/iconv_open: Add $(srcdir)/ to source directory
799         references in Makefile fragments that call gperf, to fix VPATH
800         builds.
801
802 2007-04-03  Bruno Haible  <bruno@clisp.org>
803
804         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
805         * lib/ldexpl.c: Undo last change.
806
807 2007-04-03  Bruno Haible  <bruno@clisp.org>
808
809         * modules/printf-frexpl (Depends-on): Undo last change.
810         (Files): Add m4/ldexpl.m4.
811
812 2007-04-03  Bruno Haible  <bruno@clisp.org>
813
814         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
815         * modules/isnanl (Link): New section.
816
817         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
818         * modules/frexp (Link): New section.
819
820         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
821         * modules/frexpl (Link): New section.
822
823         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
824         * modules/ldexpl (Link): New section.
825
826 2007-04-03  Bruno Haible  <bruno@clisp.org>
827
828         * modules/TEMPLATE-EXTENDED: New file.
829         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
830
831 2007-04-03  Bruno Haible  <bruno@clisp.org>
832
833         * DEPENDENCIES: New file.
834         Suggested by Simon Josefsson.
835
836 2007-04-03  Bruno Haible  <bruno@clisp.org>
837
838         * doc/gnulib.texi: Escape @.
839
840 2007-04-03  James Youngman  <jay@gnu.org>
841         and Paul Eggert  <eggert@cs.ucla.edu>
842
843         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
844         birthtime on all systems that have birthtime, not just those which
845         use st_birthtimensec rather than st_birthtim.  Putting zero in
846         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
847         that the birth time is not available for files on an NFS mount.
848
849 2007-04-03  Simon Josefsson  <simon@josefsson.org>
850
851         * modules/memxor: Move back from crypto/, suggested by Bruno.
852         * modules/crypto/hmac-sha1: Fix memxor dependency.
853
854         * modules/crypto/gc: Moved from ../.
855
856 2007-04-02  Eric Blake  <ebb9@byu.net>
857
858         * lib/ldexpl.c (includes): Avoid libm.
859
860         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
861
862 2007-04-02  Bruno Haible  <bruno@clisp.org>
863
864         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
865         on IRIX.
866
867 2007-04-02  Bruno Haible  <bruno@clisp.org>
868
869         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
870         x86 or x86_64 platforms running MacOS X.
871         Reported by Ryan Schmidt <@ryandesign.com>.
872
873 2007-04-02  Bruno Haible  <bruno@clisp.org>
874
875         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
876         i386.
877
878 2007-04-01  Simon Josefsson  <simon@josefsson.org>
879
880         * modules/crypto/arcfour: Moved from ../.
881         * modules/crypto/arcfour-tests: Moved from ../.
882         * modules/crypto/arctwo: Moved from ../.
883         * modules/crypto/arctwo-tests: Moved from ../.
884         * modules/crypto/des: Moved from ../.
885         * modules/crypto/des-tests: Moved from ../.
886         * modules/crypto/gc-arcfour: Moved from ../.
887         * modules/crypto/gc-arcfour-tests: Moved from ../.
888         * modules/crypto/gc-arctwo: Moved from ../.
889         * modules/crypto/gc-arctwo-tests: Moved from ../.
890         * modules/crypto/gc-des: Moved from ../.
891         * modules/crypto/gc-des-tests: Moved from ../.
892         * modules/crypto/gc-hmac-md5: Moved from ../.
893         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
894         * modules/crypto/gc-hmac-sha1: Moved from ../.
895         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
896         * modules/crypto/gc-md2: Moved from ../.
897         * modules/crypto/gc-md2-tests: Moved from ../.
898         * modules/crypto/gc-md4: Moved from ../.
899         * modules/crypto/gc-md4-tests: Moved from ../.
900         * modules/crypto/gc-md5: Moved from ../.
901         * modules/crypto/gc-md5-tests: Moved from ../.
902         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
903         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
904         * modules/crypto/gc-random: Moved from ../.
905         * modules/crypto/gc-rijndael: Moved from ../.
906         * modules/crypto/gc-rijndael-tests: Moved from ../.
907         * modules/crypto/gc-sha1: Moved from ../.
908         * modules/crypto/gc-sha1-tests: Moved from ../.
909         * modules/crypto/gc-tests: Moved from ../.
910         * modules/crypto/hmac-md5: Moved from ../.
911         * modules/crypto/hmac-md5-tests: Moved from ../.
912         * modules/crypto/hmac-sha1: Moved from ../.
913         * modules/crypto/hmac-sha1-tests: Moved from ../.
914         * modules/crypto/md2: Moved from ../.
915         * modules/crypto/md2-tests: Moved from ../.
916         * modules/crypto/md4: Moved from ../.
917         * modules/crypto/md4-tests: Moved from ../.
918         * modules/crypto/md5: Moved from ../.
919         * modules/crypto/md5-tests: Moved from ../.
920         * modules/crypto/memxor: Moved from ../.
921         * modules/crypto/rijndael: Moved from ../.
922         * modules/crypto/rijndael-tests: Moved from ../.
923         * modules/crypto/sha1: Moved from ../.
924
925 2007-03-30  James Youngman  <jay@gnu.org>
926
927         * tests/test-stat-time.c (prepare_test): use chmod() rather than
928         rename() to change the ctime of a file (because ctime is unaffected
929         by rename on jfs2 on AIX 5.1).
930         (main): Start by doing cleanup, in case a previous run failed leaving
931         test files behind.
932
933 2007-03-31  Bruno Haible  <bruno@clisp.org>
934
935         Support old proprietary implementations of iconv.
936         * modules/iconv_open: New file.
937         * lib/iconv_.h: New file.
938         * m4/iconv_h.m4: New file.
939         * lib/iconv_open.c: New file.
940         * lib/iconv_open-aix.gperf: New file.
941         * lib/iconv_open-hpux.gperf: New file.
942         * lib/iconv_open-irix.gperf: New file.
943         * lib/iconv_open-osf.gperf: New file.
944         * m4/iconv_open.m4: New file.
945         * modules/linebreak (Depends-on): Add iconv_open.
946         * modules/striconv (Depends-on): Likewise.
947         * modules/striconveh (Depends-on): Likewise.
948         * modules/unicodeio (Depends-on): Likewise.
949         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
950         (iconv_t)(-1).
951         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
952         conversion if cd is (iconv_t)(-1).
953         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
954         is not possible.
955
956 2007-03-31  Bruno Haible  <bruno@clisp.org>
957
958         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
959         work on Solaris either. Protect also second use of "autodetect_jp".
960
961 2007-03-31  Bruno Haible  <bruno@clisp.org>
962
963         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
964         the function is not present.
965
966 2007-03-31  Bruno Haible  <bruno@clisp.org>
967
968         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
969         the function is not present.
970
971 2007-03-31  Bruno Haible  <bruno@clisp.org>
972
973         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
974         a bug in HP-UX iconv_open().
975
976 2007-03-31  Bruno Haible  <bruno@clisp.org>
977
978         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
979         (Mathematics <math.h>): New section, add fpieee.
980         (Input/output <stdio.h>): Add fseterr.
981         (Mathematics <math.h>): New section, add printf-frexp.
982         (Container data structures): Add sublist.
983         (Core language properties): Add fpucw, inline.
984         (Functions for greatest-width integer types <inttypes.h>): Add
985         imaxabs, imaxdiv, inttypes.
986         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
987         isnanl-nolibm, ldexp.
988         (Mathematics <math.h>): New section, add printf-frexpl.
989         (Support for systems lacking POSIX:2001): Add fprintf-posix,
990         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
991         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
992         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
993         (Unicode string functions): Add unistr/u*-mbtoucr.
994         (Java): Add javacomp-script, javaexec-script.
995         (C#): Add csharpcomp-script, csharpexec-script.
996         (Support for building libraries and executables): Add havelib,
997         relocatable-*.
998         (Support for maintaining and releasing projects): Renamed from
999         'Support for maintaining and release projects'. Add announce-gen.
1000
1001 2007-03-31  Bruno Haible  <bruno@clisp.org>
1002
1003         * README: Talk primarily about git.
1004         (git and CVS): Renamed from CVS.
1005         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
1006         gnulib is available through git.
1007         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
1008
1009 2007-03-30  Bruno Haible  <bruno@clisp.org>
1010
1011         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
1012         * lib/poll_.h: Likewise.
1013         * lib/stat_.h: Likewise.
1014         * lib/sys_time_.h: Likewise.
1015         * lib/sysexit_.h: Likewise.
1016         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
1017         * lib/stdbool_.h: Likewise.
1018         * lib/byteswap_.h: Add double-inclusion guard.
1019
1020 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
1021
1022         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
1023
1024 2007-03-30  Karl Berry  <karl@gnu.org>
1025
1026         * config/srclist-update: double space after USA in the license
1027         substitution, since that's how it's usually (?) written.
1028
1029 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1030
1031         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
1032         reported by Bruno Haible.
1033
1034 2007-03-29  Bruno Haible  <bruno@clisp.org>
1035
1036         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
1037         a bug in AIX iconv().
1038
1039 2007-03-29  Bruno Haible  <bruno@clisp.org>
1040
1041         * modules/ldexpl-tests: New file.
1042         * tests/test-ldexpl.c: New file.
1043
1044 2007-03-29  Bruno Haible  <bruno@clisp.org>
1045
1046         * lib/ldexpl.c: Include fpucw.h.
1047         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
1048         multiplication.
1049         * modules/ldexpl (Depends-on): Add fpucw.
1050
1051 2007-03-29  Bruno Haible  <bruno@clisp.org>
1052
1053         * modules/ldexpl: New file.
1054         * m4/ldexpl.m4: New file.
1055         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
1056         set.
1057         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
1058         REPLACE_LDEXPL.
1059         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
1060         REPLACE_LDEXPL.
1061         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1062         gl_FUNC_LDEXPL_WORKS.
1063         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
1064         * modules/mathl (Files): Remove lib/ldexpl.c.
1065         (Depends-on): Add ldexpl.
1066
1067 2007-03-29  Bruno Haible  <bruno@clisp.org>
1068
1069         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
1070
1071 2007-03-29  Bruno Haible  <bruno@clisp.org>
1072
1073         * tests/test-striconveh.c (main): Don't assume that a direct conversion
1074         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
1075         and possibly also HP-UX.
1076         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
1077         work on AIX, IRIX, HP-UX, OSF/1.
1078         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
1079         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
1080         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
1081         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
1082         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
1083         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
1084
1085 2007-03-29  Bruno Haible  <bruno@clisp.org>
1086
1087         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
1088
1089 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1090
1091         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
1092         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
1093
1094 2007-03-29  Eric Blake  <ebb9@byu.net>
1095
1096         * lib/acl-internal.h: Remove redundant include.
1097         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
1098         Cygwin when a file is locked.
1099
1100 2007-03-29  Bruno Haible  <bruno@clisp.org>
1101
1102         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
1103         file.
1104         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
1105
1106 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1107
1108         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
1109         try to remove a parent directory if the child couldn't be removed
1110         (except for the first rmdir, which could fail because the child
1111         doesn't exist).  Problem reported by Jeff Blaine in
1112         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
1113
1114 2007-03-28  Bruno Haible  <bruno@clisp.org>
1115
1116         * lib/striconveh.c (utf8conv_carefully): New function.
1117         (mem_cd_iconveh_internal): Invoke it.
1118
1119 2007-03-28  Bruno Haible  <bruno@clisp.org>
1120
1121         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
1122         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
1123         input.
1124         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
1125         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
1126         unistr/u8-uctomb.
1127
1128 2007-03-28  Bruno Haible  <bruno@clisp.org>
1129
1130         * modules/unistr/u8-mbtoucr: New file.
1131         * lib/unistr/u8-mbtoucr.c: New file.
1132         * modules/unistr/u16-mbtoucr: New file.
1133         * lib/unistr/u16-mbtoucr.c: New file.
1134         * modules/unistr/u16-mbtoucr: New file.
1135         * lib/unistr/u16-mbtoucr.c: New file.
1136         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
1137
1138 2007-03-27  Simon Josefsson  <simon@josefsson.org>
1139             Bruno Haible  <bruno@clisp.org>
1140
1141         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
1142         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
1143         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
1144
1145         * m4/stdio_h.m4: Add stubs for vasprintf too.
1146
1147         * modules/stdio: Support vasprintf in sed command.
1148
1149         * modules/vasprintf: Depend on stdio for prototypes.  Remove
1150         vasprintf.h.  Add stdio module indicator.
1151
1152         * lib/stdio_.h: Declare asprintf and vasprintf, based on
1153         vasprintf.h.
1154
1155         * lib/vasprintf.h: File removed.
1156
1157         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
1158         * lib/vasprintf.c: Ditto.
1159         * lib/xvasprintf.c: Ditto.
1160         * tests/test-vasprintf-posix.c: Ditto.
1161         * tests/test-vasprintf.c: Ditto.
1162
1163 2007-03-27  Bruno Haible  <bruno@clisp.org>
1164
1165         Make vasnprintf multithread-safe.
1166         * lib/vasnprintf.c (decimal_point_char): New function.
1167         (VASNPRINTF): Use it.
1168         Suggested by Simon Josefsson.
1169
1170 2007-03-27  Eric Blake  <ebb9@byu.net>
1171
1172         Support sub-second birthtime on cygwin.
1173         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
1174         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
1175         (get_stat_birthtime): Also work with st_birthtim.
1176
1177 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
1178
1179         * lib/stat-time.h (USE_BIRTHTIME): Remove.
1180         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
1181         (get_stat_birthtime_ns): Do not try to use "spare" fields.
1182         (get_stat_birthtime_ns): Simplify compile-time tests.
1183         (get_stat_birthtime): Change the API to look like
1184         get_stat_mtime etc., except return a negative tv_nsec on error.
1185         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
1186         Don't check for "spare" fields.
1187         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
1188         or for struct stat.st_birthtime, as these tests aren't used.
1189         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
1190
1191 2007-03-27  Bruno Haible  <bruno@clisp.org>
1192
1193         * lib/stat-time.h: Include <sys/stat.h>.
1194
1195 2007-03-27  James Youngman  <jay@gnu.org>
1196
1197         * lib/stat-time.h (get_stat_birthtime): New function for
1198           retrieving st_birthtime as provided by UFS2 (hence *BSD).
1199         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
1200           and its variants.
1201         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
1202         * modules/stat-time-test: New file.
1203         * tests/test-stat-time.c: New test, devised by Bruno Haible.
1204
1205 2007-03-26  Bruno Haible  <bruno@clisp.org>
1206
1207         Better support of signalling NaNs.
1208         * lib/atanl.c: Include isnanl.h.
1209         (atanl): Perform test for NaN at the beginning of the function and
1210         through a call to isnanl.
1211         * lib/cosl.c: Include isnanl.h.
1212         (cosl): Perform test for NaN at the beginning of the function and
1213         through a call to isnanl.
1214         * lib/ldexpl.c: Include isnanl.h.
1215         (ldexpl): Perform test for NaN through a call to isnanl.
1216         * lib/logl.c: Include isnanl.h.
1217         (logl): Perform test for NaN at the beginning of the function and
1218         through a call to isnanl.
1219         * lib/sinl.c: Include isnanl.h.
1220         (sinl): Perform test for NaN at the beginning of the function and
1221         through a call to isnanl.
1222         * lib/sqrtl.c: Include isnanl.h.
1223         (sqrtl): Perform test for NaN at the beginning of the function and
1224         through a call to isnanl.
1225         * lib/tanl.c: Include isnanl.h.
1226         (tanl): Perform test for NaN at the beginning of the function and
1227         through a call to isnanl.
1228         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
1229         * modules/mathl (Depends-on): Add isnanl.
1230
1231 2007-03-26  Eric Blake  <ebb9@byu.net>
1232
1233         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
1234         regression in logic sense of previous patch.
1235
1236 2007-03-26  Bruno Haible  <bruno@clisp.org>
1237
1238         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
1239         unportable shell command "if ! ...".
1240         Reported by Ralf Wildenhues.
1241
1242 2007-03-25  Bruno Haible  <bruno@clisp.org>
1243
1244         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
1245         <sysexits.h> file, and only add EX_CONFIG.
1246         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
1247         absolute file name and whether it is sufficient. Substitute also
1248         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
1249         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
1250         ABSOLUTE_SYSEXITS_H into sysexits.h.
1251
1252 2007-03-25  Bruno Haible  <bruno@clisp.org>
1253
1254         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
1255         hints is NULL.
1256
1257 2007-03-25  Bruno Haible  <bruno@clisp.org>
1258
1259         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
1260         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
1261
1262 2007-03-25  Bruno Haible  <bruno@clisp.org>
1263
1264         * lib/vasnprintf.c: Include langinfo.h.
1265         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
1266         multithread-safe.
1267         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
1268         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
1269         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1270         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1271         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1272         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1273         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1274         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
1275         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1276         Reported by Simon Josefsson.
1277
1278 2007-03-25  Bruno Haible  <bruno@clisp.org>
1279
1280         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
1281         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
1282         * modules/vasnprintf (Depends-on): Add stdint.
1283
1284 2007-03-25  Bruno Haible  <bruno@clisp.org>
1285
1286         * modules/fpieee: New file.
1287         * m4/fpieee.m4: New file.
1288         * modules/isnan-nolibm (Depends-on): Add fpieee.
1289         * modules/isnanl-nolibm (Depends-on): Add fpieee.
1290         * modules/isnanl (Depends-on): Add fpieee.
1291
1292 2007-03-25  Bruno Haible  <bruno@clisp.org>
1293
1294         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
1295
1296 2007-03-25  Bruno Haible  <bruno@clisp.org>
1297
1298         Avoid test failures on IRIX 6.5.
1299         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
1300         (main): Use it.
1301         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
1302         macros.
1303         (main): Use them.
1304
1305 2007-03-25  Bruno Haible  <bruno@clisp.org>
1306
1307         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
1308         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
1309         exists but doesn't work.
1310         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
1311         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
1312         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
1313         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
1314
1315 2007-03-25  Bruno Haible  <bruno@clisp.org>
1316
1317         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
1318         returns inf. Needed on IRIX 6.5.
1319
1320 2007-03-25  Bruno Haible  <bruno@clisp.org>
1321
1322         * tests/test-frexpl.c: Include isnanl-nolibm.h.
1323         (main): Use isnanl instead of x != x idiom.
1324         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
1325
1326         * tests/test-frexp.c: Include isnan.h.
1327         (main): Use isnan instead of x != x idiom.
1328         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
1329
1330 2007-03-25  Bruno Haible  <bruno@clisp.org>
1331
1332         * tests/test-frexp.c (NaN): New function/macro.
1333         (main): Use it instead of 0.0 / 0.0.
1334         * tests/test-isnan.c (NaN): New function/macro.
1335         (main): Use it instead of 0.0 / 0.0.
1336         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
1337         (test_function): Use it instead of 0.0 / 0.0.
1338         * tests/test-vasprintf-posix.c (NaN): New function/macro.
1339         (test_function): Use it instead of 0.0 / 0.0.
1340         * tests/test-snprintf-posix.h (NaN): New function/macro.
1341         (test_function): Use it instead of 0.0 / 0.0.
1342         * tests/test-sprintf-posix.h (NaN): New function/macro.
1343         (test_function): Use it instead of 0.0 / 0.0.
1344         * tests/test-fprintf-posix.h (NaN): New function/macro.
1345         (test_function): Use it instead of 0.0 / 0.0.
1346         * tests/test-printf-posix.h (NaN): New function/macro.
1347         (test_function): Use it instead of 0.0 / 0.0.
1348
1349         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
1350
1351 2007-03-25  Bruno Haible  <bruno@clisp.org>
1352
1353         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
1354
1355 2007-03-25  Bruno Haible  <bruno@clisp.org>
1356
1357         * lib/regexec.c (merge_state_with_log): Make static.
1358
1359 2007-03-25  Bruno Haible  <bruno@clisp.org>
1360
1361         * lib/trigl.c (kernel_rem_pio2): Make static.
1362
1363 2007-03-25  Bruno Haible  <bruno@clisp.org>
1364
1365         * lib/sincosl.c (sincosl_table): Make static.
1366
1367 2007-03-25  Bruno Haible  <bruno@clisp.org>
1368
1369         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
1370         if the compiler does not support C99.
1371
1372 2007-03-25  Bruno Haible  <bruno@clisp.org>
1373
1374         * modules/time (Makefile.am): Ensure all rule action lines start with a
1375         tab.
1376
1377 2007-03-24  Bruno Haible  <bruno@clisp.org>
1378
1379         * modules/tsearch-tests: New file.
1380         * tests/test-tsearch.sh: New file.
1381         * tests/test-tsearch.c: New file, mostly copied from glibc.
1382
1383         * modules/search-tests: New file.
1384         * tests/test-search.c: New file.
1385
1386         * modules/search: New file.
1387         * lib/search_.h: New file, incorporating lib/tsearch.h.
1388         * m4/search_h.m4: New file.
1389         * lib/tsearch.h: Remove file.
1390         * lib/tsearch.c: Include search.h instead of tsearch.h.
1391         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
1392         HAVE_TSEARCH.
1393         * modules/tsearch (Files): Remove lib/tsearch.h.
1394         (Depends-on): Add search.
1395         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
1396         (Include): Change tsearch.h into search.h.
1397
1398 2007-03-24  Bruno Haible  <bruno@clisp.org>
1399
1400         * modules/fpucw: New file.
1401         * lib/fpucw.h: New file.
1402         * lib/frexp.c: Include fpucw.h.
1403         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
1404         (FUNC): Use them.
1405         * lib/printf-frexp.c: Include fpucw.h.
1406         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
1407         (FUNC): Use them.
1408         * lib/vasnprintf.c: Include fpucw.h.
1409         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
1410         'long double' calculations.
1411         * tests/test-frexpl.c: Include fpucw.h.
1412         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
1413         * tests/test-printf-frexpl.c: Include fpucw.h.
1414         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
1415         * modules/frexpl (Depends-on): Add fpucw.
1416         * modules/printf-frexpl (Depends-on): Likewise.
1417         * modules/fprintf-posix (Depends-on): Likewise.
1418         * modules/snprintf-posix (Depends-on): Likewise.
1419         * modules/sprintf-posix (Depends-on): Likewise.
1420         * modules/vasnprintf-posix (Depends-on): Likewise.
1421         * modules/vasprintf-posix (Depends-on): Likewise.
1422         * modules/vfprintf-posix (Depends-on): Likewise.
1423         * modules/vsnprintf-posix (Depends-on): Likewise.
1424         * modules/vsprintf-posix (Depends-on): Likewise.
1425         * modules/frexpl-tests (Depends-on): Likewise.
1426         * modules/printf-frexpl-tests (Depends-on): Likewise.
1427
1428 2007-03-24  Bruno Haible  <bruno@clisp.org>
1429
1430         * lib/float+.h: New file.
1431         * lib/isnan.c: Include float+.h.
1432         (SIZE): New macro.
1433         (FUNC): Compare only SIZE bytes of the value.
1434         * lib/vasnprintf.c: Include float+.h.
1435         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
1436         SIZEOF_LDBL or SIZEOF_DBL bytes.
1437         * modules/isnan-nolibm (Files): Add lib/float+.h.
1438         * modules/isnanl-nolibm (Files): Add lib/float+.h.
1439         * modules/isnanl (Files): Add lib/float+.h.
1440         * modules/vasnprintf (Files): Add lib/float+.h.
1441
1442 2007-03-24  Bruno Haible  <bruno@clisp.org>
1443
1444         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
1445         include isnanl-nolibm.h.
1446
1447 2007-03-24  Bruno Haible  <bruno@clisp.org>
1448
1449         * tests/test-read-file.c (main): Don't produce spurious output for
1450         expected situations. Make the test fail if it encountered unexpected
1451         results.
1452
1453 2007-03-24  Bruno Haible  <bruno@clisp.org>
1454
1455         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
1456         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
1457
1458 2007-03-24  Bruno Haible  <bruno@clisp.org>
1459
1460         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
1461
1462 2007-03-24  Bruno Haible  <bruno@clisp.org>
1463
1464         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
1465         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
1466
1467         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
1468         * modules/utf8-ucs4: Turn into a symbolic link to module
1469         unistr/u8-mbtouc.
1470
1471         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
1472         utf8-ucs4-unsafe.
1473         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
1474         unistr/u8-mbtouc-unsafe.
1475
1476         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
1477         * modules/utf16-ucs4: Turn into a symbolic link to module
1478         unistr/u16-mbtouc.
1479
1480         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
1481         utf16-ucs4-unsafe.
1482         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
1483         unistr/u16-mbtouc-unsafe.
1484
1485         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
1486         * modules/ucs4-utf8: Turn into a symbolic link to module
1487         unistr/u8-ubtomb.
1488
1489         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
1490         * modules/ucs4-utf16: Turn into a symbolic link to module
1491         unistr/u16-ubtomb.
1492
1493 2007-03-24  Bruno Haible  <bruno@clisp.org>
1494
1495         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
1496         Enable the function only if HAVE_INLINE.
1497         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
1498         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1499         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
1500         Enable the function only if HAVE_INLINE.
1501         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
1502         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1503         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
1504         Enable the function only if HAVE_INLINE.
1505         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
1506         Enable the function only if HAVE_INLINE.
1507         * modules/utf8-ucs4: Update.
1508         * modules/utf8-ucs4-unsafe: Update.
1509         * modules/utf16-ucs4: Update.
1510         * modules/utf16-ucs4-unsafe: Update.
1511         * modules/ucs4-utf8: Update.
1512         * modules/ucs4-utf16: Update.
1513
1514 2007-03-24  Bruno Haible  <bruno@clisp.org>
1515
1516         * lib/utf8-ucs4.h: Remove file.
1517         * lib/utf8-ucs4-unsafe.h: Remove file.
1518         * lib/utf16-ucs4.h: Remove file.
1519         * lib/utf16-ucs4-unsafe.h: Remove file.
1520         * lib/ucs4-utf8.h: Remove file.
1521         * lib/ucs4-utf16.h: Remove file.
1522         * lib/unistr.h: Include their previous contents.
1523         * m4/utf-ucs4.m4: Remove file.
1524         * m4/ucs4-utf.m4: Remove file.
1525         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
1526         (Depends-on): Add unistr/base.
1527         (configure.ac): Remove gl_UTF_UCS4.
1528         (Makefile.am): Update.
1529         (Include): Change to unistr.h.
1530         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
1531         (Depends-on): Add unistr/base.
1532         (configure.ac): Remove gl_UTF_UCS4.
1533         (Makefile.am): Update.
1534         (Include): Change to unistr.h.
1535         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
1536         (Depends-on): Add unistr/base.
1537         (configure.ac): Remove gl_UTF_UCS4.
1538         (Makefile.am): Update.
1539         (Include): Change to unistr.h.
1540         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
1541         (Depends-on): Add unistr/base.
1542         (configure.ac): Remove gl_UTF_UCS4.
1543         (Makefile.am): Update.
1544         (Include): Change to unistr.h.
1545         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
1546         (Depends-on): Add unistr/base.
1547         (configure.ac): Remove gl_UCS4_UTF.
1548         (Makefile.am): Update.
1549         (Include): Change to unistr.h.
1550         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
1551         (Depends-on): Add unistr/base.
1552         (configure.ac): Remove gl_UCS4_UTF.
1553         (Makefile.am): Update.
1554         (Include): Change to unistr.h.
1555         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
1556         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
1557         utf8-ucs4-unsafe.h.
1558         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
1559         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
1560         utf16-ucs4-unsafe.h.
1561         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
1562         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
1563         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
1564         * lib/unistr/u8-strchr.c: Likewise.
1565         * lib/unistr/u8-strrchr.c: Likewise.
1566         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
1567         * lib/unistr/u16-strchr.c: Likewise.
1568         * lib/unistr/u16-strrchr.c: Likewise.
1569         * lib/striconveh.c: Update.
1570         * lib/linebreak.c: Update.
1571
1572 2007-03-24  Bruno Haible  <bruno@clisp.org>
1573
1574         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
1575         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
1576
1577 2007-03-22  Bruno Haible  <bruno@clisp.org>
1578
1579         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
1580
1581 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1582
1583         * MODULES.html.sh (File system functions): New module write-any-file.
1584         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
1585         * m4/write-any-file.m4: New files.
1586
1587 2007-03-23  Eric Blake  <ebb9@byu.net>
1588
1589         * gnulib-tool: Rearrange space-tab sequences, since some editors
1590         like to eat them.
1591
1592 2007-03-23  Eric Blake  <ebb9@byu.net>
1593
1594         * lib/version-etc.c (version_etc_va): Update license wording to
1595         be more concise.  Recommended by Richard Stallman.
1596
1597 2007-03-22  Bruno Haible  <bruno@clisp.org>
1598
1599         * lib/poll.c (MSG_PEEK): New fallback definition.
1600
1601 2007-03-22  Bruno Haible  <bruno@clisp.org>
1602
1603         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
1604         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
1605         (main): Update.
1606         Fixes a compilation error on BeOS.
1607
1608 2007-03-22  Bruno Haible  <bruno@clisp.org>
1609
1610         * modules/frexpl-tests: New file.
1611         * tests/test-frexpl.c: New file.
1612
1613         * modules/frexpl: New file.
1614         * m4/frexpl.m4: New file.
1615         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
1616         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
1617         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
1618         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
1619         (Depends-on): Add frexpl. Remove isnanl-nolibm.
1620         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
1621
1622 2007-03-22  Bruno Haible  <bruno@clisp.org>
1623
1624         * lib/frexpl.c: Share code with lib/frexp.c.
1625         * modules/mathl (Files): Add lib/frexp.c.
1626         (Depends-on): Add isnanl-nolibm.
1627
1628 2007-03-22  Bruno Haible  <bruno@clisp.org>
1629
1630         * modules/printf-frexp (Files): Add m4/frexp.m4.
1631         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
1632         only if the found frexp function actually works.
1633
1634 2007-03-22  Bruno Haible  <bruno@clisp.org>
1635
1636         * lib/frexp.c: Remove older implementation that uses divisions.
1637
1638 2007-03-21  Bruno Haible  <bruno@clisp.org>
1639
1640         * modules/frexp-tests: New file.
1641         * tests/test-frexp.c: New file.
1642
1643         * modules/frexp: New file.
1644         * lib/frexp.c: New file.
1645         * m4/frexp.m4: New file.
1646         * lib/math_.h (frexp): New declaration.
1647         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
1648         REPLACE_FREXP.
1649         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
1650
1651 2007-03-21  Bruno Haible  <bruno@clisp.org>
1652
1653         * modules/isnanl-tests: New file.
1654         * tests/test-isnanl.c: New file.
1655
1656         * modules/isnanl: New file.
1657         * lib/isnanl.h: New file.
1658         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
1659         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
1660         gl_FUNC_ISNANL_WORKS.
1661         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
1662         New macros.
1663
1664 2007-03-21  Bruno Haible  <bruno@clisp.org>
1665
1666         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
1667         lib/isnanl.h.
1668         (Include): Update.
1669         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
1670         * lib/vasnprintf.c: Update.
1671         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
1672         tests/test-isnanl.h, remove tests/test-isnanl.c.
1673         (Makefile.am): Update.
1674         * tests/test-isnanl-nolibm.c: New file.
1675         * tests/test-isnanl.h: New file.
1676         * tests/test-isnanl.c: Remove file.
1677
1678 2007-03-21  Jim Meyering  <jim@meyering.net>
1679
1680         When trying to open ".", treat ESTALE like EACCES.
1681         * lib/savewd.c (savewd_save): Resort to forking not just upon
1682         failure with EACCES, but also when errno is ESTALE.
1683
1684 2007-03-20  Bruno Haible  <bruno@clisp.org>
1685
1686         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
1687         Needed on AIX 5.1. Reported by Matthew Woehlke.
1688
1689 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1690
1691         Suggestions by Bruno Haible:
1692         * lib/acl-internal.h: Include "gettext.h" rather than rolling
1693         our own.
1694         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
1695         * modules/acl (Depends-on): Add gettext.
1696
1697 2007-03-19  Bruno Haible  <bruno@clisp.org>
1698
1699         * modules/iconvme: Remove file.
1700         * lib/iconvme.h: Remove file.
1701         * lib/iconvme.c: Remove file.
1702         * m4/iconvme.m4: Remove file.
1703
1704 2007-03-19  Bruno Haible  <bruno@clisp.org>
1705
1706         * doc/relocatable-maint.texi: Break long shell script line.
1707         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1708
1709 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1710
1711         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
1712         handle file_has_acl.
1713         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
1714         * lib/acl.c: Move header inclusions and related macro defns into
1715         lib/acl-internal.h.
1716         (S_ISLNK): Remove defn, since that's now done for us.
1717         (file_has_acl): Move to lib/file-has-acl.c.
1718         Call acl_trivial if available.  This is the crucial part of the fix.
1719         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
1720         shared within the library.  Rewrite a bit, partly to make it compatible
1721         with the GNU coding style.
1722         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
1723         Remove unnecessary double-quotes.
1724         Don't test for acl_to_text; the build will catch that.
1725         Replace acl_entries if it doesn't exist and it is needed.
1726         Check for -lsec and acl_trivial (as used on Solaris 10).
1727         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
1728         lib/file-has-acl.c.
1729         (Depends-on): Add sys_stat, for S_ISLNK.
1730
1731 2007-03-19  Ben Pfaff  <blp@gnu.org>
1732
1733         * doc/gnulib.texi: Fix typos.
1734         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1735
1736 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1737
1738         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
1739         If size is zero here, buf must be zero.
1740
1741 2007-03-19  Simon Josefsson  <simon@josefsson.org>
1742
1743         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
1744         <bruno@clisp.org>.
1745
1746 2007-03-18  Bruno Haible  <bruno@clisp.org>
1747
1748         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1749         Suggested by Eric Blake.
1750
1751 2007-03-18  Ben Pfaff  <blp@gnu.org>
1752
1753         * doc/relocatable.texi: Recommend using as prefix a directory
1754         that does not exist and will never be created.  Based on
1755         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1756         and others.
1757
1758 2007-03-17  Bruno Haible  <bruno@clisp.org>
1759
1760         * lib/fchownat.c: Include lchown.h.
1761
1762 2007-03-17  Bruno Haible  <bruno@clisp.org>
1763
1764         Fix endless loop when the given allocated size was > INT_MAX.
1765         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1766         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1767         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1768         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1769         * lib/sprintf.c (sprintf): Likewise.
1770
1771 2007-03-17  Bruno Haible  <bruno@clisp.org>
1772
1773         * tests/test-argp-2.sh (func_compare): Output a context diff.
1774
1775 2007-03-17  Bruno Haible  <bruno@clisp.org>
1776
1777         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1778         locale's decimal-point character.
1779
1780 2007-03-17  Bruno Haible  <bruno@clisp.org>
1781
1782         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1783         before comparing it. Needed because on some platforms (e.g. x86) a
1784         'long double' occupies less bytes than sizeof (long double).
1785
1786 2007-03-17  Bruno Haible  <bruno@clisp.org>
1787
1788         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1789         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1790         * tests/test-getaddrinfo.c (simple): Likewise.
1791         * tests/test-read-file.c (main): Likewise.
1792
1793 2007-03-17  Bruno Haible  <bruno@clisp.org>
1794
1795         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1796
1797 2007-03-17  Bruno Haible  <bruno@clisp.org>
1798
1799         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1800         unused variable.
1801
1802 2007-03-17  Bruno Haible  <bruno@clisp.org>
1803
1804         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1805         * tests/test-c-strncasecmp.c: Likewise.
1806
1807 2007-03-17  Bruno Haible  <bruno@clisp.org>
1808
1809         * modules/stdlib (Depends-on): Add unistd.
1810         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1811         Needed for MacOS X 10.3.
1812
1813 2007-03-17  Bruno Haible  <bruno@clisp.org>
1814
1815         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1816
1817 2007-03-17  Bruno Haible  <bruno@clisp.org>
1818
1819         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1820
1821 2007-03-17  Bruno Haible  <bruno@clisp.org>
1822
1823         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1824         to reflect files copied from gnulib (with or without modifications).
1825         Suggested by Jim Meyering.
1826
1827 2007-03-17  Eric Blake  <ebb9@byu.net>
1828
1829         * NEWS: Document stdlib change from 2007-02-18.
1830
1831 2007-03-17  Jim Meyering  <jim@meyering.net>
1832
1833         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1834         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1835         someone uses a name containing shell meta-characters.
1836         Reported by Alfred M. Szmidt.
1837
1838         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1839
1840 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1841
1842         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1843         and copy gettext configuration files only if configure.ac contains
1844         a use of AM_GNU_GETTEXT_VERSION.
1845
1846 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1847
1848         * build-aux/bootstrap (gnulib_name): New variable.
1849         (gnulib_tool_options): Use it.
1850
1851 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1852
1853         * tests/test-des.c: Use new namespace.
1854
1855 2007-03-15  Bruno Haible  <bruno@clisp.org>
1856
1857         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1858         Reported by James Youngman <jay@gnu.org>.
1859
1860 2007-03-15  Bruno Haible  <bruno@clisp.org>
1861
1862         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1863         declared prototype. Needed with cc on OSF/1 5.1.
1864
1865 2007-03-15  Bruno Haible  <bruno@clisp.org>
1866
1867         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1868         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1869         (struct gl_list_implementation): Add dispose_fn argument to the
1870         'create_empty', 'create' methods.
1871         (struct gl_list_impl_base): Add field 'dispose_fn'.
1872         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1873         argument.
1874         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1875         dispose_fn argument.
1876         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1877         dispose_fn on the dropped values.
1878         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1879         dispose_fn argument.
1880         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1881         dropped values.
1882         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1883         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1884         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1885         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1886         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1887         argument.
1888         (gl_tree_list_free): Call dispose_fn on the dropped values.
1889         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1890         the dropped values.
1891         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1892         Add dispose_fn argument.
1893         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1894         Call dispose_fn on the dropped values.
1895         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1896         Add dispose_fn argument.
1897         (gl_sublist_create): Initialize the 'dispose_fn' field.
1898         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1899         * tests/test-array_list.c (main): Update.
1900         * tests/test-carray_list.c (main): Update.
1901         * tests/test-avltree_list.c (main): Update.
1902         * tests/test-rbtree_list.c (main): Update.
1903         * tests/test-avltreehash_list.c (main): Update.
1904         * tests/test-rbtreehash_list.c (main): Update.
1905         * tests/test-linked_list.c (main): Update.
1906         * tests/test-linkedhash_list.c (main): Update.
1907         * tests/test-array_oset.c (main): Update.
1908
1909 2007-03-15  Bruno Haible  <bruno@clisp.org>
1910
1911         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1912         (gl_oset_create_empty): Add dispose_fn argument.
1913         (struct gl_oset_implementation): Add dispose_fn argument to
1914         'create_empty' method.
1915         (struct gl_oset_impl_base): Add dispose_fn field.
1916         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1917         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1918         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1919         values.
1920         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1921         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1922         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1923         dropped value.
1924         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1925         dropped value.
1926         * tests/test-array_oset.c (main): Update.
1927         * tests/test-avltree_oset.c (main): Update.
1928         * tests/test-rbtree_oset.c (main): Update.
1929         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1930
1931 2007-03-13  Bruno Haible  <bruno@clisp.org>
1932
1933         * tests/test-stdbool.c (i): Update after last patch.
1934
1935 2007-03-12  Bruno Haible  <bruno@clisp.org>
1936
1937         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1938         the iswprint macro. Needed on Solaris 2.5.1.
1939
1940 2007-03-12  Bruno Haible  <bruno@clisp.org>
1941
1942         * tests/test-printf-frexp.c (main): Declare x as volatile.
1943
1944 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1945
1946         * doc/gnulib.texi (Build robot for gnulib): New section.
1947
1948 2007-03-12  Jim Meyering  <jim@meyering.net>
1949
1950         * build-aux/bootstrap: New file.
1951         * build-aux/bootstrap.conf: New file, from coreutils.
1952
1953 2007-03-11  Bruno Haible  <bruno@clisp.org>
1954
1955         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1956
1957 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1958
1959         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1960         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1961         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1962
1963 2007-03-11  Bruno Haible  <bruno@clisp.org>
1964
1965         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1966         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1967
1968 2007-03-11  Bruno Haible  <bruno@clisp.org>
1969
1970         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1971         formula. Needed for SunPRO C 5.0.
1972
1973 2007-03-11  Bruno Haible  <bruno@clisp.org>
1974
1975         * modules/long-options (Depends-on): Add getopt.
1976
1977 2007-03-11  Bruno Haible  <bruno@clisp.org>
1978
1979         * modules/modechange (Depends-on): Add stdbool.
1980
1981 2007-03-11  Bruno Haible  <bruno@clisp.org>
1982
1983         * modules/i-ring (Depends-on): Add stdbool.
1984
1985 2007-03-11  Bruno Haible  <bruno@clisp.org>
1986
1987         * modules/gc-des (Depends-on): Add stdbool.
1988
1989 2007-03-11  Bruno Haible  <bruno@clisp.org>
1990
1991         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1992
1993 2007-03-11  Bruno Haible  <bruno@clisp.org>
1994
1995         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1996
1997 2007-03-11  Bruno Haible  <bruno@clisp.org>
1998
1999         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
2000
2001 2007-03-11  Bruno Haible  <bruno@clisp.org>
2002
2003         * lib/vasnprintf.c (sprintf): Undefine.
2004
2005 2007-03-11  Bruno Haible  <bruno@clisp.org>
2006
2007         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
2008         initializers in SunPRO C and Compaq C compilers.
2009
2010 2007-03-11  Bruno Haible  <bruno@clisp.org>
2011
2012         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
2013         decrementing code ANSI C compliant.
2014
2015 2007-03-11  Bruno Haible  <bruno@clisp.org>
2016
2017         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
2018         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
2019
2020 2007-03-11  Bruno Haible  <bruno@clisp.org>
2021
2022         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
2023         <stdbool.h> substitute doesn't pass.
2024
2025 2007-03-11  Bruno Haible  <bruno@clisp.org>
2026
2027         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
2028
2029 2007-03-11  Bruno Haible  <bruno@clisp.org>
2030
2031         * gnulib-tool (func_create_megatestdir): Create also an autobuild
2032         script, for submission to autobuild.josefsson.org.
2033
2034 2007-03-10  Bruno Haible  <bruno@clisp.org>
2035
2036         * modules/canonicalize-lgpl-tests: New file.
2037         * tests/test-canonicalize-lgpl.sh: New file.
2038         * tests/test-canonicalize-lgpl.c: New file.
2039
2040         * modules/c-strcase-tests: New file.
2041         * tests/test-c-strcase.sh: New file.
2042         * tests/test-c-strcasecmp.c: New file.
2043         * tests/test-c-strncasecmp.c: New file.
2044
2045         * modules/atexit-tests: New file.
2046         * tests/test-atexit.sh: New file.
2047         * tests/test-atexit.c: New file.
2048
2049 2007-03-10  Bruno Haible  <bruno@clisp.org>
2050
2051         * tests/test-binary-io.sh: Use temporary filenames that are not so
2052         likely to clash with those of other tests (in a parallel make).
2053         * tests/test-binary-io.c: Likewise.
2054
2055 2007-03-10  Bruno Haible  <bruno@clisp.org>
2056
2057         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
2058         fallback; use #error instead.
2059         Suggested by Simon Josefsson.
2060
2061 2007-03-10  Bruno Haible  <bruno@clisp.org>
2062
2063         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
2064         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
2065         first and the last.
2066
2067 2007-03-10  Bruno Haible  <bruno@clisp.org>
2068
2069         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
2070
2071 2007-03-10  Bruno Haible  <bruno@clisp.org>
2072
2073         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
2074         "make distcheck".
2075         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
2076         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
2077         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
2078
2079 2007-03-10  Bruno Haible  <bruno@clisp.org>
2080
2081         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
2082         variable.
2083         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
2084         variable.
2085
2086 2007-03-09  Eric Blake  <ebb9@byu.net>
2087         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
2088
2089         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
2090         types are not being provided by gnulib.
2091         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
2092         types are supported.
2093
2094 2007-03-10  Bruno Haible  <bruno@clisp.org>
2095
2096         * lib/stdio_.h (__attribute__): New macro.
2097         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
2098         vsprintf): Specify __attribute__ __format__ for GCC.
2099         Suggested by Eric Blake.
2100
2101 2007-03-09  Bruno Haible  <bruno@clisp.org>
2102
2103         * modules/printf-posix-tests: New file.
2104         * tests/test-printf-posix.sh: New file.
2105         * tests/test-printf-posix.c: New file.
2106
2107         * modules/printf-posix: New file.
2108         * lib/printf.c: New file.
2109         * m4/printf-posix-rpl.m4: New file.
2110         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
2111         REPLACE_PRINTF.
2112         * lib/stdio_.h (printf): New declaration.
2113         (format, __format__, ____printf____, ____scanf____, ____strftime____,
2114         ____strfmon____): New macros.
2115         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
2116         REPLACE_PRINTF.
2117
2118 2007-03-09  Bruno Haible  <bruno@clisp.org>
2119
2120         * tests/test-vasnprintf-posix2.sh: New file.
2121         * tests/test-vasnprintf-posix2.c: New file.
2122         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
2123         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
2124         (Makefile.am): Activate test-vasnprintf-posix2.sh.
2125
2126         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
2127         a locale dependent decimal point, rather than always '.'.
2128
2129 2007-03-09  Eric Blake  <ebb9@byu.net>
2130
2131         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
2132         spite of platforms like Tandem/NSK that define it to -1.
2133
2134 2007-03-08  Bruno Haible  <bruno@clisp.org>
2135
2136         * modules/vprintf-posix-tests: New file.
2137         * tests/test-vprintf-posix.sh: New file.
2138         * tests/test-vprintf-posix.c: New file.
2139         * tests/test-printf-posix.h: New file.
2140
2141         * modules/vprintf-posix: New file.
2142         * lib/vprintf.c: New file.
2143         * m4/vprintf-posix.m4: New file.
2144         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
2145         REPLACE_VPRINTF.
2146         * lib/stdio_.h (vprintf): New declaration.
2147         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
2148         REPLACE_VPRINTF.
2149
2150 2007-03-08  Bruno Haible  <bruno@clisp.org>
2151
2152         * modules/fprintf-posix-tests: New file.
2153         * tests/test-fprintf-posix.sh: New file.
2154         * tests/test-fprintf-posix.c: New file.
2155
2156         * modules/fprintf-posix: New file.
2157         * lib/fprintf.c: New file.
2158         * m4/fprintf-posix.m4: New file.
2159         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
2160         REPLACE_FPRINTF.
2161         * lib/stdio_.h (fprintf): New declaration.
2162         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
2163         REPLACE_FPRINTF.
2164
2165 2007-03-08  Bruno Haible  <bruno@clisp.org>
2166
2167         * modules/vfprintf-posix-tests: New file.
2168         * tests/test-vfprintf-posix.sh: New file.
2169         * tests/test-vfprintf-posix.c: New file.
2170         * tests/test-fprintf-posix.h: New file.
2171         * tests/test-fprintf-posix.out: New file.
2172
2173         * modules/vfprintf-posix: New file.
2174         * lib/vfprintf.c: New file.
2175         * m4/vfprintf-posix.m4: New file.
2176         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
2177         REPLACE_VFPRINTF.
2178         * lib/stdio_.h (vfprintf): New declaration.
2179         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
2180         REPLACE_VFPRINTF.
2181
2182 2007-03-08  Bruno Haible  <bruno@clisp.org>
2183
2184         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
2185
2186 2007-03-08  Bruno Haible  <bruno@clisp.org>
2187
2188         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
2189         instead of 'expr' invocations.
2190         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2191         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2192         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2193         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2194         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2195         Suggested by Paul Eggert.
2196
2197 2007-03-08  Bruno Haible  <bruno@clisp.org>
2198
2199         * modules/fseterr-tests: New file.
2200         * tests/test-fseterr.c: New file.
2201
2202         * modules/fseterr: New file.
2203         * lib/fseterr.h: New file.
2204         * lib/fseterr.c: New file.
2205
2206 2007-03-08  Bruno Haible  <bruno@clisp.org>
2207
2208         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
2209         * lib/getopt_.h: Likewise.
2210         * lib/mbswidth.h: Likewise.
2211         * lib/setenv.h: Likewise.
2212         * lib/vasnprintf.h: Likewise.
2213         * lib/vasprintf.h: Likewise.
2214         * lib/verror.h: Likewise.
2215         * lib/xsetenv.h: Likewise.
2216         * lib/xvasprintf.h: Likewise.
2217
2218 2007-03-08  Jim Meyering  <jim@meyering.net>
2219
2220         * users.txt: Add parted.
2221
2222         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
2223
2224 2007-03-07  Bruno Haible  <bruno@clisp.org>
2225
2226         * m4/printf.m4: Make the shell script snippets copy&pastable.
2227
2228 2007-03-02  Bruno Haible  <bruno@clisp.org>
2229
2230         * lib/netinet_in_.h: New file.
2231         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
2232         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
2233         * modules/netinet_in (Files): Add lib/netinet_in_.h.
2234         (Depends-on): Add absolute-header.
2235         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
2236         into netinet/in.h.
2237
2238 2007-03-03  Bruno Haible  <bruno@clisp.org>
2239
2240         * lib/sys_select_.h: New file.
2241         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
2242         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
2243         * modules/sys_select (Files): Add lib/sys_select_.h.
2244         (Depends-on): Add absolute-header.
2245         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
2246         into sys/select.h.
2247
2248 2007-03-02  Bruno Haible  <bruno@clisp.org>
2249
2250         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
2251         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
2252         values.
2253         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
2254         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
2255         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
2256         * modules/sys_socket (Depends-on): Add absolute-header.
2257         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
2258         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
2259         (Include): Remove requirement of inclusion of <sys/types.h>.
2260
2261 2007-03-02  Bruno Haible  <bruno@clisp.org>
2262
2263         * lib/byteswap_.h (bswap_32): Fix formula.
2264
2265 2007-03-06  Bruno Haible  <bruno@clisp.org>
2266
2267         * modules/sprintf-posix-tests: New file.
2268         * tests/test-sprintf-posix.c: New file.
2269
2270         * modules/sprintf-posix: New file.
2271         * lib/sprintf.c: New file.
2272         * m4/sprintf-posix.m4: New file.
2273         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
2274         REPLACE_SPRINTF.
2275         * lib/stdio_.h (sprintf): New declaration.
2276         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
2277         REPLACE_SPRINTF.
2278
2279 2007-03-06  Bruno Haible  <bruno@clisp.org>
2280
2281         * modules/vsprintf-posix-tests: New file.
2282         * tests/test-vsprintf-posix.c: New file.
2283         * tests/test-sprintf-posix.h: New file.
2284
2285         * modules/vsprintf-posix: New file.
2286         * lib/vsprintf.c: New file.
2287         * m4/vsprintf-posix.m4: New file.
2288         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
2289         REPLACE_VSPRINTF.
2290         * lib/stdio_.h (vsprintf): New declaration.
2291         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
2292         REPLACE_VSPRINTF.
2293
2294 2007-03-06  Bruno Haible  <bruno@clisp.org>
2295
2296         * modules/vsnprintf (Depend-on): Remove minmax.
2297
2298 2007-03-06  Bruno Haible  <bruno@clisp.org>
2299
2300         * modules/snprintf-posix-tests: New file.
2301         * tests/test-snprintf-posix.c: New file.
2302
2303         * modules/snprintf-posix: New file.
2304         * m4/snprintf-posix.m4: New file.
2305         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
2306         gl_FUNC_SNPRINTF.
2307         (gl_FUNC_SNPRINTF): Invoke it.
2308         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
2309         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
2310         is set.
2311         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
2312
2313 2007-03-06  Bruno Haible  <bruno@clisp.org>
2314
2315         * modules/vsnprintf-posix-tests: New file.
2316         * tests/test-vsnprintf-posix.c: New file.
2317         * tests/test-snprintf-posix.h: New file.
2318
2319         * modules/vsnprintf-posix: New file.
2320         * m4/vsnprintf-posix.m4: New file.
2321         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
2322         gl_FUNC_VSNPRINTF.
2323         (gl_FUNC_VSNPRINTF): Invoke it.
2324         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
2325         * lib/stdio_.h (vsnprintf): Define as a replacement if
2326         REPLACE_VSNPRINTF is set.
2327         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
2328
2329 2007-03-06  Bruno Haible  <bruno@clisp.org>
2330
2331         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
2332         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
2333
2334 2007-03-06  Bruno Haible  <bruno@clisp.org>
2335
2336         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
2337         (asinl): Declare also if HAVE_DECL_ASINL is set.
2338         (atanl): Declare also if HAVE_DECL_ATANL is set.
2339         (ceill): Declare also if HAVE_DECL_CEILL is set.
2340         (cosl): Declare also if HAVE_DECL_COSL is set.
2341         (expl): Declare also if HAVE_DECL_EXPL is set.
2342         (floorl): Declare also if HAVE_DECL_FLOORL is set.
2343         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
2344         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
2345         (logl): Declare also if HAVE_DECL_LOGL is set.
2346         (sinl): Declare also if HAVE_DECL_SINL is set.
2347         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
2348         (tanl): Declare also if HAVE_DECL_TANL is set.
2349         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
2350         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
2351         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
2352         declaration of frexpl, ldexpl.
2353         * modules/printf-frexpl (Depends-on): Add math.
2354         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
2355
2356 2007-03-05  Bruno Haible  <bruno@clisp.org>
2357
2358         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
2359         frexpl and ldexpl are declared.
2360         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
2361
2362 2007-03-05  Bruno Haible  <bruno@clisp.org>
2363
2364         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
2365         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
2366
2367 2007-03-05  Bruno Haible  <bruno@clisp.org>
2368
2369         * lib/stdio_.h: Include <stddef.h>.
2370
2371 2007-03-05  Bruno Haible  <bruno@clisp.org>
2372
2373         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
2374
2375 2007-03-05  Bruno Haible  <bruno@clisp.org>
2376
2377         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
2378         NetBSD 4, from Ralf Wildenhues.
2379
2380 2007-03-04  Bruno Haible  <bruno@clisp.org>
2381
2382         * lib/vasprintf.h: Update #if logic for the case when the functions
2383         exist but are overridden.
2384
2385 2007-03-04  Bruno Haible  <bruno@clisp.org>
2386
2387         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
2388         implementations: glibc-2.4 and MacOS X 10.3.
2389         * tests/test-vasnprintf-posix.c (test_function): Test also the case
2390         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
2391         * tests/test-vasprintf-posix.c (test_function): Likewise.
2392
2393 2007-03-04  Bruno Haible  <bruno@clisp.org>
2394
2395         * modules/vasprintf-posix-tests: New file.
2396         * tests/test-vasprintf-posix.c: New file.
2397
2398         * modules/vasprintf-posix: New file.
2399         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
2400         defined.
2401         * m4/vasprintf-posix.m4: New file.
2402         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
2403         gl_FUNC_VASPRINTF.
2404         (gl_FUNC_VASPRINTF): Invoke it.
2405         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
2406         here.
2407         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
2408
2409 2007-03-04  Bruno Haible  <bruno@clisp.org>
2410
2411         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
2412         REPLACE_GETTIMEOFDAY.
2413         * modules/sys_time (Makefile.am): Likewise.
2414         * m4/sys_time_h.m4: Likewise.
2415         * m4/gettimeofday.m4: Likewise.
2416
2417 2007-03-04  Bruno Haible  <bruno@clisp.org>
2418
2419         * modules/vasnprintf-posix-tests: New file.
2420         * tests/test-vasnprintf-posix.c: New file.
2421
2422         * modules/vasnprintf-posix: New file.
2423         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
2424         printf-frexpl.h.
2425         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
2426         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
2427         REPLACE_VASNPRINTF is defined.
2428         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
2429         gl_FUNC_VASNPRINTF.
2430         (gl_FUNC_VASNPRINTF): Invoke it.
2431         * m4/vasnprintf-posix.m4: New file.
2432         * m4/printf.m4: New file.
2433
2434 2007-03-04  Bruno Haible  <bruno@clisp.org>
2435
2436         Compile progreloc.c only if --enable-relocatable is specified.
2437         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
2438         if --enable-relocatable was specified.
2439         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
2440         lib_SOURCES.
2441
2442 2007-03-04  Jim Meyering  <jim@meyering.net>
2443
2444         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
2445         Use it consistently, rather than enumerating errno constants.
2446
2447 2007-03-04  Bruno Haible  <bruno@clisp.org>
2448
2449         * modules/xvasprintf-tests: New file.
2450         * tests/test-xvasprintf.c: New file.
2451
2452         * modules/vasprintf-tests: New file.
2453         * tests/test-vasprintf.c: New file.
2454
2455         * modules/vasnprintf-tests: New file.
2456         * tests/test-vasnprintf.c: New file.
2457
2458         * modules/vsnprintf-tests: New file.
2459         * tests/test-vsnprintf.c: New file.
2460
2461         * modules/snprintf-tests: New file.
2462         * tests/test-snprintf.c: New file.
2463
2464 2007-03-04  Bruno Haible  <bruno@clisp.org>
2465
2466         Compile relocatable.c only if --enable-relocatable is specified.
2467         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
2468         gl_RELOCATABLE_LIBRARY.
2469         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
2470         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
2471         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
2472         gl_RELOCATABLE_LIBRARY.
2473         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
2474         (Makefile.am): Remove lib_SOURCES.
2475         * modules/relocatable-lib-lgpl (configure.ac): Invoke
2476         gl_RELOCATABLE_LIBRARY.
2477         (Makefile.am): Remove lib_SOURCES.
2478         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
2479         always.
2480         * modules/relocatable-prog-wrapper (configure.ac): Invoke
2481         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
2482
2483 2007-03-04  Bruno Haible  <bruno@clisp.org>
2484
2485         * modules/argmatch-tests: New file.
2486         * tests/test-argmatch.c: New file.
2487
2488         * tests/test-allocsa.c (main): Halve the number of loop runs.
2489
2490         * modules/alloca-opt-tests: New file.
2491         * tests/test-alloca-opt.c: New file.
2492
2493 2007-03-04  Jim Meyering  <jim@meyering.net>
2494
2495         Work around difference between Linux ACLs and Solaris 10 ZFS.
2496         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
2497         for EINVAL.
2498
2499 2007-03-03  Bruno Haible  <bruno@clisp.org>
2500
2501         * modules/relocatable-prog (Depends-on): Add back progreloc's
2502         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
2503
2504 2007-03-03  Bruno Haible  <bruno@clisp.org>
2505
2506         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
2507         * modules/relocatable-lib: New file.
2508
2509 2007-03-03  Bruno Haible  <bruno@clisp.org>
2510
2511         * modules/relocatable-prog: Renamed from modules/relocatable.
2512         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
2513
2514 2007-03-03  Bruno Haible  <bruno@clisp.org>
2515
2516         * modules/relocatable-script (Files): Add doc/relocatable.texi,
2517         m4/relocatable-lib.m4.
2518         (Depends-on): Remove 'relocatable'.
2519         (configure.ac): Add gl_RELOCATABLE_NOP.
2520
2521 2007-03-03  Bruno Haible  <bruno@clisp.org>
2522
2523         * modules/relocatable-prog-wrapper: New file.
2524         * modules/relocatable (Depends-on): Add it. Remove all other
2525         dependencies except progname.
2526         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
2527
2528         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
2529         (gl_FUNC_STRERROR): Nop.
2530         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
2531
2532         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
2533         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
2534
2535         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
2536         (gl_FUNC_READLINK): Update.
2537
2538         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
2539
2540 2007-03-03  Bruno Haible  <bruno@clisp.org>
2541
2542         * lib/xreadlink.c: Include <unistd.h> unconditionally.
2543         * modules/xreadlink (Depends-on): Add unistd.
2544         * modules/xreadlink-with-size (Depends-on): Likewise.
2545
2546 2007-03-03  Bruno Haible  <bruno@clisp.org>
2547
2548         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
2549         extracted from gt_FUNC_SETENV.
2550         (gt_FUNC_SETENV): Remove macro.
2551         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
2552         remove gt_FUNC_SETENV.
2553
2554 2007-03-03  Bruno Haible  <bruno@clisp.org>
2555
2556         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
2557         ENABLE_RELOCATABLE here.
2558         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
2559
2560 2007-03-03  Bruno Haible  <bruno@clisp.org>
2561
2562         * modules/rbtreehash-list-tests (Depends-on): Add progname.
2563         * tests/test-rbtreehash_list.c: Include progname.h.
2564         (main): Call set_program_name.
2565
2566         * modules/rbtree-oset-tests (Depends-on): Add progname.
2567         * tests/test-rbtree_oset.c: Include progname.h.
2568         (main): Call set_program_name.
2569
2570         * modules/rbtree-list-tests (Depends-on): Add progname.
2571         * tests/test-rbtree_list.c: Include progname.h.
2572         (main): Call set_program_name.
2573
2574         * modules/linked-list-tests (Depends-on): Add progname.
2575         * tests/test-linked_list.c: Include progname.h.
2576         (main): Call set_program_name.
2577
2578 2007-03-03  Bruno Haible  <bruno@clisp.org>
2579
2580         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
2581         All uses of __restrict changed to _Restrict_.
2582         * lib/glob_.h (__restrict): Remove macro.
2583
2584 2007-03-02  Bruno Haible  <bruno@clisp.org>
2585
2586         * modules/gettext (configure.ac): Require gettext infrastructure
2587         from version 0.16.1.
2588
2589 2007-03-02  Bruno Haible  <bruno@clisp.org>
2590
2591         * modules/linkedhash-list-tests (Depends-on): Add progname.
2592         * tests/test-linkedhash_list.c: Include progname.h.
2593         (main): Call set_program_name.
2594
2595         * modules/carray-list-tests (Depends-on): Add progname.
2596         * tests/test-carray_list.c: Include progname.h.
2597         (main): Call set_program_name.
2598
2599         * modules/avltreehash-list-tests (Depends-on): Add progname.
2600         * tests/test-avltreehash_list.c: Include progname.h.
2601         (main): Call set_program_name.
2602
2603         * modules/avltree-oset-tests (Depends-on): Add progname.
2604         * tests/test-avltree_oset.c: Include progname.h.
2605         (main): Call set_program_name.
2606
2607         * modules/avltree-list-tests (Depends-on): Add progname.
2608         * tests/test-avltree_list.c: Include progname.h.
2609         (main): Call set_program_name.
2610
2611         * modules/array-oset-tests (Depends-on): Add progname.
2612         * tests/test-array_oset.c: Include progname.h.
2613         (main): Call set_program_name.
2614
2615         * modules/array-list-tests (Depends-on): Add progname.
2616         * tests/test-array_list.c: Include progname.h.
2617         (main): Call set_program_name.
2618
2619         * modules/argp-tests (Depends-on): Add progname.
2620         * tests/test-argp.c: Include argp.h first. Include progname.h.
2621         (main): Call set_program_name.
2622
2623 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
2624
2625         * doc/gnulib-tool.texi (Initial import): Reword description of
2626         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
2627         limited effect even if defined after the first system include.
2628
2629 2007-03-01  Bruno Haible  <bruno@clisp.org>
2630
2631         * build-aux/config.libpath: Update to libtool-1.5.22.
2632         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2633
2634 2007-03-01  Bruno Haible  <bruno@clisp.org>
2635
2636         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
2637         foo_CFLAGS.
2638         Reported by Ralf Wildenhues.
2639
2640 2007-03-01  Bruno Haible  <bruno@clisp.org>
2641
2642         * build-aux/install-reloc: Remove object files left over by some
2643         compilers.
2644         Reported by Ralf Wildenhues.
2645
2646 2007-03-01  Bruno Haible  <bruno@clisp.org>
2647
2648         * build-aux/install-reloc: Break long lines.
2649
2650 2007-03-01  Bruno Haible  <bruno@clisp.org>
2651
2652         * doc/relocatable.texi: Document that it may not work on OpenBSD.
2653         Reported by Ralf Wildenhues.
2654
2655 2007-03-01  Bruno Haible  <bruno@clisp.org>
2656
2657         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
2658         include ordering constraints.
2659
2660 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
2661
2662         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
2663         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
2664         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
2665         as another example.
2666         * lib/time_.h: Fix misspelling.
2667         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2668         Require gl_HEADER_TIME_H_DEFAULTS.
2669         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
2670         * m4/time_r.m4 (gl_TIME_R): Likewise.
2671         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
2672
2673 2007-03-01  Bruno Haible  <bruno@clisp.org>
2674
2675         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
2676         * m4/utimens.m4 (gl_UTIMENS): Likewise.
2677
2678 2007-03-01  Jim Meyering  <jim@meyering.net>
2679
2680         * modules/xreadlink (Maintainer): Add my name.
2681         * modules/xreadlink-with-size (Depends-on): Alphabetize.
2682
2683 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
2684             Bruno Haible  <bruno@clisp.org>
2685
2686         * build-aux/install-reloc: Compile also c-ctype.c.
2687         * build-aux/relocatable.sh.in: New file.
2688         * doc/relocatable.texi: New file.
2689         * doc/relocatable-maint.texi: New file.
2690         * doc/gnulib.texi: Include relocatable-maint.texi.
2691         * lib/progreloc.c: Include unistd.h unconditionally.
2692         * lib/relocwrapper.c: Include unistd.h unconditionally.
2693         Include c-ctype.h.
2694         (add_dotbin): Use c_tolower.
2695         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
2696         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
2697         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
2698         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
2699         to m4/relocatable-lib.m4.
2700         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
2701         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
2702         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
2703         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
2704         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
2705         * modules/relocatable: New file.
2706         * modules/relocatable-lib: New file.
2707         * modules/relocatable-script: New file.
2708
2709 2007-02-28  Bruno Haible  <bruno@clisp.org>
2710
2711         Import --enable-relocatable infrastructure.
2712         * build-aux/config.libpath: New file, from GNU gettext.
2713         * build-aux/install-reloc: New file, from GNU gettext.
2714         * build-aux/reloc-ldflags: New file, from GNU gettext.
2715         * lib/relocatable.h: New file, from GNU gettext.
2716         * lib/relocatable.c: New file, from GNU gettext.
2717         * lib/relocwrapper.c: New file, from GNU gettext.
2718         * m4/relocatable.m4: New file, from GNU gettext.
2719
2720 2007-02-28  Bruno Haible  <bruno@clisp.org>
2721
2722         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
2723
2724         * modules/xreadlink: New file, from GNU gettext with modifications.
2725         * lib/xreadlink.c: New file, from GNU gettext.
2726         * lib/xreadlink.h: Add comments.
2727         (xreadlink): New declaration.
2728
2729         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
2730         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
2731         lib/xreadlink-with-size.c.
2732         (configure.ac): Remove gl_XREADLINK invocation.
2733         (Makefile.am): Augment lib_SOURCES.
2734         * m4/xreadlink.m4: Remove file.
2735         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
2736         (xreadlink_with_size): Renamed from xreadink.
2737         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
2738         * modules/canonicalize (Depends-on): Replace xreadlink with
2739         xreadlink-with-size.
2740         * lib/canonicalize.c (canonicalize_filename_mode): Update.
2741
2742 2007-02-25  Jim Meyering  <jim@meyering.net>
2743
2744         * build-aux/announce-gen: When complaining about excess arguments,
2745         list them.
2746
2747 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2748
2749         * README: Document signed integer overflow situation more
2750         accurately.
2751
2752 2007-02-25  Bruno Haible  <bruno@clisp.org>
2753
2754         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2755         'a' or 'A' conversion.
2756
2757 2007-02-25  Bruno Haible  <bruno@clisp.org>
2758
2759         * modules/filename: Renamed from modules/pathname.
2760         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2761         lib/concatpath.c with lib/concat-filename.c.
2762         (Makefile.am): Update.
2763         (Include): Replace pathname.h with filename.h.
2764         * lib/filename.h: Renamed from lib/pathname.h.
2765         (concatenated_filename): Renamed from concatenated_pathname.
2766         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2767         (concatenated_filename): Renamed from concatenated_pathname.
2768         * lib/findprog.c: Include filename.h instead of pathname.h.
2769         (find_in_path): Update.
2770         * lib/javacomp.c: Include filename.h instead of pathname.h.
2771         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2772         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2773         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2774         is_oldgcj_14_13_usable, is_javac_usable): Update.
2775         * lib/javaexec.c: Include filename.h instead of pathname.h.
2776         (execute_java_class): Update.
2777         * modules/findprog: Update.
2778         * modules/javacomp: Update.
2779         * modules/javaexec: Update.
2780         * MODULES.html.sh (File system functions): Add 'filename', remove
2781         'pathname'.
2782
2783 2007-02-25  Bruno Haible  <bruno@clisp.org>
2784
2785         * modules/printf-frexpl-tests: New file.
2786         * tests/test-printf-frexpl.c: New file.
2787
2788         * modules/printf-frexpl: New file.
2789         * lib/printf-frexpl.h: New file.
2790         * lib/printf-frexpl.c: New file.
2791         * m4/printf-frexpl.m4: New file.
2792
2793 2007-02-25  Bruno Haible  <bruno@clisp.org>
2794
2795         * modules/printf-frexp-tests: New file.
2796         * tests/test-printf-frexp.c: New file.
2797
2798         * modules/printf-frexp: New file.
2799         * lib/printf-frexp.h: New file.
2800         * lib/printf-frexp.c: New file.
2801         * m4/printf-frexp.m4: New file.
2802
2803 2007-02-25  Bruno Haible  <bruno@clisp.org>
2804
2805         Assume automake >= 1.10 for the tests.
2806         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2807         * modules/arctwo-tests: Likewise.
2808         * modules/argp-tests: Likewise.
2809         * modules/avltree-list-tests: Likewise.
2810         * modules/avltree-oset-tests: Likewise.
2811         * modules/avltreehash-list-tests: Likewise.
2812         * modules/carray-list-tests: Likewise.
2813         * modules/crc-tests: Likewise.
2814         * modules/des-tests: Likewise.
2815         * modules/gc-arcfour-tests: Likewise.
2816         * modules/gc-arctwo-tests: Likewise.
2817         * modules/gc-des-tests: Likewise.
2818         * modules/gc-hmac-md5-tests: Likewise.
2819         * modules/gc-hmac-sha1-tests: Likewise.
2820         * modules/gc-md2-tests: Likewise.
2821         * modules/gc-md4-tests: Likewise.
2822         * modules/gc-md5-tests: Likewise.
2823         * modules/gc-pbkdf2-sha1-tests: Likewise.
2824         * modules/gc-rijndael-tests: Likewise.
2825         * modules/gc-sha1-tests: Likewise.
2826         * modules/gc-tests: Likewise.
2827         * modules/getaddrinfo-tests: Likewise.
2828         * modules/hmac-md5-tests: Likewise.
2829         * modules/hmac-sha1-tests: Likewise.
2830         * modules/linked-list-tests: Likewise.
2831         * modules/linkedhash-list-tests: Likewise.
2832         * modules/lock-tests: Likewise.
2833         * modules/md2-tests: Likewise.
2834         * modules/md4-tests: Likewise.
2835         * modules/md5-tests: Likewise.
2836         * modules/rbtree-list-tests: Likewise.
2837         * modules/rbtree-oset-tests: Likewise.
2838         * modules/rbtreehash-list-tests: Likewise.
2839         * modules/read-file-tests: Likewise.
2840         * modules/rijndael-tests: Likewise.
2841         * modules/stdint-tests: Likewise.
2842         * modules/tls-tests: Likewise.
2843
2844 2007-02-24  Bruno Haible  <bruno@clisp.org>
2845
2846         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2847         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2848         function; instead check whether isnan with a double argument links.
2849         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2850         function; instead check whether isnan with a 'long double' argument
2851         links.
2852         Reported by Eric Blake <ebb9@byu.net>.
2853
2854 2007-02-24  Bruno Haible  <bruno@clisp.org>
2855
2856         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2857         defined.
2858         * lib/isnanl.c: Remove all code. Just include isnan.c.
2859         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2860
2861 2007-02-25  Jim Meyering  <jim@meyering.net>
2862
2863         Avoid conflicting types for 'unsetenv' on FreeBSD.
2864         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2865         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2866         in stdlib.h.
2867
2868 2007-02-24  Bruno Haible  <bruno@clisp.org>
2869
2870         * modules/isnanl-nolibm-tests: New file.
2871         * tests/test-isnanl.c: New file.
2872
2873         * modules/isnanl-nolibm: New file.
2874         * lib/isnanl.h: New file.
2875         * lib/isnanl.c: New file.
2876         * m4/isnanl.m4: New file.
2877
2878 2007-02-24  Bruno Haible  <bruno@clisp.org>
2879
2880         * modules/isnan-nolibm-tests: New file.
2881         * tests/test-isnan.c: New file.
2882
2883         * modules/isnan-nolibm: New file.
2884         * lib/isnan.h: New file.
2885         * lib/isnan.c: New file.
2886         * m4/isnan.m4: New file.
2887
2888 2007-02-24  Bruno Haible  <bruno@clisp.org>
2889
2890         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2891         assume that an exponent fits in 20 bits.
2892
2893 2007-02-24  Jim Meyering  <jim@meyering.net>
2894
2895         * m4/regex.m4: Update the description of the configure-time option,
2896         --without-included-regex, to state accurately what the defaults are,
2897         and perhaps to give people an idea why using this option is risky.
2898
2899 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2900
2901         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2902         loops on small arguments.  This attempts to avoid the problem
2903         Bruno Haible reported for AIX 4.3.2 in
2904         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2905
2906 2007-02-23  Bruno Haible  <bruno@clisp.org>
2907
2908         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2909         Needed for help2man.
2910
2911 2007-02-23  Karl Berry  <karl@gnu.org>
2912
2913         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2914         exists, foo.h should be cvs-ignored, not committed.
2915
2916 2007-02-23  Eric Blake  <ebb9@byu.net>
2917
2918         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2919         * lib/stat-time.h (includes): Likewise.
2920         * lib/utimecmp.c (includes): Likewise.
2921         * lib/utimens.h (includes): Likewise.
2922         * lib/getdate.y (includes): Also include "timespec.h" for use
2923         internal to the module.
2924         * modules/utimens (Depends-on): Revert yesterday's patch.
2925         * modules/nanosleep (Depends-on): Add missing dependency.
2926
2927 2007-02-22  Bruno Haible  <bruno@clisp.org>
2928
2929         * lib/glob.c: Don't include getlogin_r.h.
2930
2931 2007-02-22  Jim Meyering  <jim@meyering.net>
2932
2933         * modules/utimens (Depends-on): Add timespec, required for
2934         utimens.h's inclusion of timespec.h.
2935
2936 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2937
2938         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2939         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2940         Schwab in
2941         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2942         I'll try to think of a better way to fix the Solaris problem.
2943
2944         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2945         like glibc; on Solaris 10, it fails with errno == EINVAL.
2946         POSIX says the behavior is unspecified if the first argument is NULL,
2947         so play it safe and never pass NULL to the system getcwd.
2948
2949 2007-02-21  Jim Meyering  <jim@meyering.net>
2950
2951         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2952         of gettimeofday.  It would conflict with the one now always
2953         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2954         an IRIX 6.5 build failure.
2955
2956 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2957
2958         Minor fixups to port to Solaris 10 with Sun C 5.8.
2959         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2960         * modules/getcwd (Depends-on): Add dirfd.
2961         * lib/putenv.c (putenv): #undef it.
2962         (rpl_putenv): New decl.
2963         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2964
2965 2007-02-20  Bruno Haible  <bruno@clisp.org>
2966
2967         * modules/stdio-tests: New file.
2968         * tests/test-stdio.c: New file.
2969
2970         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2971         (Depends-on): Add stdio.
2972         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2973         (Include): Use <stdio.h> instead of vsnprintf.h.
2974         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2975         HAVE_DECL_VSNPRINTF.
2976         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2977
2978         * modules/snprintf (Files): Remove lib/snprintf.h.
2979         (Depends-on): Add stdio.
2980         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2981         (Include): Use <stdio.h> instead of snprintf.h.
2982         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2983         HAVE_DECL_SNPRINTF.
2984         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2985         * lib/getaddrinfo.c: Likewise.
2986
2987         * modules/stdio: New file.
2988         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2989         * lib/snprintf.h: Remove file.
2990         * lib/vsnprintf.h: Remove file.
2991         * lib/.cppi-disable: Remove snprintf.h.
2992         * m4/stdio_h.m4: New file.
2993         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2994
2995 2007-02-20  Jim Meyering  <jim@meyering.net>
2996
2997         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2998         used by e.g., mingw.  From Bruno Haible.
2999
3000 2007-02-19  Bruno Haible  <bruno@clisp.org>
3001
3002         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
3003         warnings.
3004         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3005
3006 2007-02-19  Bruno Haible  <bruno@clisp.org>
3007
3008         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
3009         from mingw users.
3010
3011 2007-02-19  Bruno Haible  <bruno@clisp.org>
3012
3013         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
3014         warnings.
3015         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
3016
3017 2007-02-19  Jim Meyering  <jim@meyering.net>
3018
3019         Don't use FD after a successful "fdopendir (fd)".
3020         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
3021         Reset it by calling dirfd on the just-obtained DIR*.
3022
3023         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
3024         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
3025
3026 2007-02-18  Bruno Haible  <bruno@clisp.org>
3027
3028         * lib/readlink.c: Include <unistd.h>.
3029         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
3030         HAVE_READLINK.
3031         * modules/readlink (Depends-on): Add unistd.
3032         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3033         (Include): Add <unistd.h>.
3034
3035         * lib/getlogin_r.h: Remove file.
3036         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
3037         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
3038         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
3039         HAVE_DECL_GETLOGIN_R.
3040         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
3041         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3042         (Include): Use <unistd.h> instead of getlogin_r.h.
3043
3044         * lib/getcwd.h: Remove file.
3045         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
3046         * lib/xgetcwd.c: Likewise.
3047         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
3048         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
3049         * modules/getcwd (Files): Remove lib/getcwd.h.
3050         (Depends-on): Add unistd.
3051         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3052         (Include): Use <unistd.h> instad of getcwd.h.
3053
3054         * lib/ftruncate.c: Include <unistd.h> first.
3055         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
3056         Set HAVE_FTRUNCATE.
3057         * modules/ftruncate (Depends-on): Add unistd.
3058         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3059
3060         * lib/fchdir.c: Include <unistd.h> first.
3061         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
3062         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
3063         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
3064         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3065         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
3066
3067         * lib/dup2.c: Include <unistd.h> first.
3068         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
3069         HAVE_DUP2.
3070         * modules/dup2 (Depends-on): Add unistd.
3071         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3072
3073         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
3074         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
3075         REPLACE_CHOWN. Don't define chown as a macro here.
3076         * modules/chown (Depends-on): Add unistd.
3077         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3078
3079         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
3080         Add definition for GL_LINK_WARNING.
3081         (chown, dup2): New declarations.
3082         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
3083         link warning.
3084         (ftruncate): New declaration.
3085         (getcwd): New declaration, taken from old getcwd.h.
3086         (getlogin_r): New declaration, taken from old getlogin_r.h.
3087         (readlink): New declaration.
3088         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
3089         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
3090         (gl_PREREQ_UNISTD): Remove macro.
3091         (gl_UNISTD_MODULE_INDICATOR): New macro.
3092         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
3093         many new variables. Don't set UNISTD_H.
3094         * modules/unistd (Description): Change.
3095         (Depends-on): Add link-warning.
3096         (configure.ac): Update.
3097         (Makefile.am): Create unistd.h always. Substitute many new variables
3098         into it.
3099
3100 2007-02-18  Bruno Haible  <bruno@clisp.org>
3101
3102         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
3103         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
3104         HAVE_GETSUBOPT.
3105         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
3106         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
3107         * lib/getsubopt.h: Remove file.
3108         * modules/getsubopt (Files): Remove lib/getsubopt.h.
3109         (Depends-on): Add stdlib.
3110         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3111         (Includes): Use <stdlib.h> instead of getsubopt.h.
3112         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
3113         Set HAVE_GETSUBOPT.
3114         * lib/getsubopt.c: Don't include getsubopt.h.
3115
3116 2007-02-18  Bruno Haible  <bruno@clisp.org>
3117
3118         * modules/fchdir (Depends-on): Add dup2.
3119
3120 2007-02-18  Bruno Haible  <bruno@clisp.org>
3121
3122         * lib/stdlib_.h: Handle glibc's special invocation convention
3123         specially.
3124
3125 2007-02-18  Bruno Haible  <bruno@clisp.org>
3126
3127         * modules/stdlib-tests: New file.
3128         * tests/test-stdlib.c: New file.
3129
3130         * modules/mkstemp (Files): Remove lib/mkstemp.h.
3131         (Depends-on): Add stdlib.
3132         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3133         (Includes): Use <stdlib.h> instead of mkstemp.h.
3134         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
3135         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
3136         * lib/mkstemp.c: Don't include mkstemp.h.
3137         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
3138         * lib/stdlib--.h: Don't include mkstemp.h.
3139
3140         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
3141         (Depends-on): Add stdlib.
3142         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3143         (Includes): Use <stdlib.h> instead of mkdtemp.h.
3144         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
3145         HAVE_MKDTEMP.
3146         * lib/mkdtemp.c: Don't include mkdtemp.h.
3147         * lib/clean-temp.c: Don't include mkdtemp.h.
3148
3149         * modules/exit (Files): Remove lib/exit.h.
3150         (Depends-on): Add stdlib.
3151         (Makefile.am): Remove lib_SOURCES.
3152         (Include): Use <stdlib.h> instead of exit.h.
3153         * lib/argmatch.c: Don't include exit.h.
3154         * lib/execute.c: Likewise.
3155         * lib/pagealign_alloc.c: Likewise.
3156         * lib/pipe.c: Likewise.
3157         * lib/wait-process.c: Likewise.
3158         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
3159         * lib/exitfail.c: Likewise.
3160         * lib/savewd.c: Likewise.
3161         * lib/xsetenv.c: Likewise.
3162
3163         * modules/stdlib: New file.
3164         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
3165         and extra comments about mkstemp().
3166         * lib/exit.h: Remove file.
3167         * lib/mkdtemp.h: Remove file.
3168         * lib/mkstemp.h: Remove file.
3169         * m4/stdlib_h.m4: New file.
3170         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
3171
3172 2007-02-18  Bruno Haible  <bruno@clisp.org>
3173
3174         * modules/math-tests: New file.
3175         * tests/test-math.c: New file.
3176
3177         * modules/math: New file.
3178         * modules/mathl (Files): Remove lib/mathl.h.
3179         (Depends-on): Add math.
3180         (Makefile.am): Don't mention mathl.h.
3181         (Include): Use <math.h> instead of mathl.h.
3182         * lib/math_.h: New file.
3183         * lib/mathl.h: Remove file.
3184         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
3185         mathl.h.
3186         * lib/asinl.c: Likewise.
3187         * lib/atanl.c: Likewise.
3188         * lib/ceill.c: Likewise.
3189         * lib/cosl.c: Likewise.
3190         * lib/expl.c: Likewise.
3191         * lib/floorl.c: Likewise.
3192         * lib/frexpl.c: Likewise.
3193         * lib/ldexpl.c: Likewise.
3194         * lib/logl.c: Likewise.
3195         * lib/sincosl.c: Likewise.
3196         * lib/sinl.c: Likewise.
3197         * lib/sqrtl.c: Likewise.
3198         * lib/tanl.c: Likewise.
3199         * lib/trigl.c: Likewise.
3200         * m4/math_h.m4: New file.
3201         * MODULES.html.sh (Mathematics): Add math.
3202
3203 2007-02-17  Bruno Haible  <bruno@clisp.org>
3204
3205         * modules/wctype-tests: New file.
3206         * tests/test-wctype.c: New file.
3207
3208         * modules/wchar-tests: New file.
3209         * tests/test-wchar.c: New file.
3210
3211         * modules/unistd-tests: New file.
3212         * tests/test-unistd.c: New file.
3213
3214         * modules/time-tests: New file.
3215         * tests/test-time.c: New file.
3216
3217         * modules/sysexits-tests: New file.
3218         * tests/test-sysexits.c: New file.
3219
3220         * modules/sys_time-tests: New file.
3221         * tests/test-sys_time.c: New file.
3222
3223         * modules/sys_stat-tests: New file.
3224         * tests/test-sys_stat.c: New file.
3225
3226         * modules/sys_socket-tests: New file.
3227         * tests/test-sys_socket.c: New file.
3228
3229         * modules/sys_select-tests: New file.
3230         * tests/test-sys_select.c: New file.
3231
3232         * modules/string-tests: New file.
3233         * tests/test-string.c: New file.
3234
3235         * modules/stdbool-tests: New file.
3236         * tests/test-stdbool.c: New file.
3237
3238         * modules/netinet_in-tests: New file.
3239         * tests/test-netinet_in.c: New file.
3240
3241         * modules/inttypes-tests: New file.
3242         * tests/test-inttypes.c: New file.
3243
3244         * modules/fcntl-tests: New file.
3245         * tests/test-fcntl.c: New file.
3246
3247         * modules/byteswap-tests: New file.
3248         * tests/test-byteswap.c: New file.
3249
3250         * modules/arpa_inet-tests: New file.
3251         * tests/test-arpa_inet.c: New file.
3252
3253 2007-02-17  Bruno Haible  <bruno@clisp.org>
3254
3255         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
3256         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
3257         if the corresponding module is not enabled. Emit link warnings if
3258         the function is used nevertheless.
3259         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
3260         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
3261         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
3262         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
3263         * modules/inttypes (Depends-on): Add link-warning.
3264         (Makefile.am): Copy the contents of build-aux/link-warning.h into
3265         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
3266         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
3267         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
3268         * modules/imaxdiv (configure.ac): Likewise.
3269         * modules/strtoimax (configure.ac): Likewise.
3270         * modules/strtoumax (configure.ac): Likewise.
3271
3272 2007-02-17  Bruno Haible  <bruno@clisp.org>
3273
3274         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
3275         gl_STRING_MODULE_INDICATOR_DEFAULTS.
3276         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
3277         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
3278
3279 2007-02-17  Bruno Haible  <bruno@clisp.org>
3280
3281         * modules/link-warning: New file.
3282         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
3283         * lib/string_.h (GL_LINK_WARNING): Remove definition.
3284         * modules/string (Depends-on): Add link-warning.
3285         (Makefile.am): Copy the contents of build-aux/link-warning.h into
3286         string.h.
3287         * MODULES.html.sh (Support for building libraries and executables): Add
3288         link-warning.
3289
3290 2007-02-17  Bruno Haible  <bruno@clisp.org>
3291
3292         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
3293         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
3294         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
3295         long lines.
3296
3297 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
3298             Bruno Haible  <bruno@clisp.org>
3299
3300         * modules/tmpfile: New file.
3301         * lib/tmpfile.c: New file.
3302         * m4/tmpfile.m4: New file.
3303         * MODULES.html.sh (func_all_modules): New section "Input/output".
3304
3305 2007-02-15  Bruno Haible  <bruno@clisp.org>
3306
3307         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
3308         (supports_delete_on_close): New function.
3309         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
3310
3311 2007-02-14  Bruno Haible  <bruno@clisp.org>
3312
3313         * modules/mbspcasecmp-tests: New file.
3314         * tests/test-mbspcasecmp.sh: New file.
3315         * tests/test-mbspcasecmp.c: New file.
3316
3317         New module mbspcasecmp.
3318         * modules/mbspcasecmp: New file.
3319         * lib/mbspcasecmp.c: New file.
3320         * lib/string_.h (strncasecmp): Change warning message.
3321         (mbspcasecmp): New declaration.
3322         * m4/mbspcasecmp.m4: New file.
3323         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3324         GNULIB_MBSPCASECMP.
3325         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
3326         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
3327
3328 2007-02-14  Bruno Haible  <bruno@clisp.org>
3329
3330         * modules/mbsncasecmp-tests: New file.
3331         * tests/test-mbsncasecmp.sh: New file.
3332         * tests/test-mbsncasecmp.c: New file.
3333
3334         New module mbsncasecmp.
3335         * modules/mbsncasecmp: New file.
3336         * lib/mbsncasecmp.c: New file.
3337         * lib/string_.h (mbsncasecmp): New declaration.
3338         * m4/mbsncasecmp.m4: New file.
3339         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3340         GNULIB_MBSNCASECMP.
3341         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
3342         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
3343
3344 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3345
3346         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
3347         Verify that it doesn't overlap with our flags.
3348         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
3349         do not have the desired effect in multibyte locales; instead, use
3350         mbscasecmp.
3351         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
3352         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
3353         we don't require GNU fnmatch ourselves (if our users require it, they
3354         should do so explicitly).
3355
3356         Fix regex code so it doesn't rely on strcasecmp.
3357         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
3358         Otherwise, include gnulib's langinfo.h.
3359         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
3360         undesirable behavior in non-C locales.  Instead, rely on localecharset.
3361         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
3362         * modules/regex (FILES): Remove m4/codeset.m4.
3363         (Depends-on): Add localcharset.  Remove strcase.
3364
3365 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3366
3367         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
3368         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
3369
3370 2007-02-13  Bruno Haible  <bruno@clisp.org>
3371
3372         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
3373         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3374
3375 2007-02-12  Bruno Haible  <bruno@clisp.org>
3376
3377         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3378         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
3379         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
3380         time warning rather than a link error.
3381
3382 2007-02-12  Bruno Haible  <bruno@clisp.org>
3383
3384         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
3385         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3386         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3387
3388 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3389
3390         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
3391         args, not 2.
3392
3393 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3394
3395         New module 'time', so that apps can include <time.h> as per
3396         POSIX and GNU instead of separate include files like time_r.h
3397         and timegm.h.  This implementation tries out a simpler approach
3398         for replacing decls in standard include files (as compared to
3399         the string module), somewhat as an experiment.
3400
3401         * config/srclist.txt: Comment out mktime.c for now.
3402         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
3403         since it doesn't apply any more.  Use generic wording instead.
3404         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
3405         'time'.
3406         * lib/time_.h, m4/time_h.m4, modules/time: New files.
3407         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
3408         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
3409         Don't include <sys/types.h>; no longer needed since we assume C89.
3410         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
3411         * lib/strftime.c: Likewise.
3412         * lib/time_r.c: Likewise.
3413         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
3414         * lib/nanosleep.c: Include <time.h> first, to check interface.
3415         * lib/strptime.c: Likewise.
3416         * lib/time_r.c: Likewise.
3417         * lib/timegm.c: Likewise.
3418         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
3419         needed.
3420         * lib/timegm.c: Don't include timegm.h; no longer needed.
3421         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
3422         time.h now handles any problems in that area.
3423         (struct timespec, nanosleep): Remove; time.h now arranges for these.
3424         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
3425         that time.h defines struct timespec.
3426         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
3427         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
3428         handles that.
3429         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
3430         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
3431         needed.  Set REPLACE_LOCALTIME.
3432         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
3433         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
3434         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
3435         nanosleep; time_h.m4 now does that.  Don't require
3436         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
3437         module handles this now.
3438         * modules/getdate (Depends-on): Remove timespec.  Add time.
3439         * modules/nanosleep (Depends-on): Likewise.
3440         * modules/stat-time (Depends-on): Likewise.
3441         * modules/nanosleep (Include): Include time.h, not timespec.h.
3442         * modules/strptime (Files): Remove lib/strptime.h.
3443         (Depends-on): Add extensions, time.
3444         (Include): Include time.h, not strptime.h.
3445         * modules/time_r (Files): Remove lib/time_r.h.
3446         (Depends-on): Add time.
3447         (Include): Include time.h, not time_r.h.
3448         * modules/timegm: Likewise.
3449         * modules/timespec (Description): Now does timespec-related decls
3450         of our own, instead of struct timespec itself.
3451         (Depends-on): Add time; remove extensions.
3452         (Maintainer): Add self.
3453         * modules/utimecmp (Depends-on): Add time; remove timespec.
3454         * modules/utimens (Depends-on): Likewise.
3455         * modules/xnanosleep (Depends-on): Likewise.
3456
3457 2007-02-11  Bruno Haible  <bruno@clisp.org>
3458
3459         * lib/c-strstr.c: Include allocsa.h.
3460         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3461         * lib/c-strcasestr.c: Include allocsa.h.
3462         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3463         * lib/strcasestr.c: Include allocsa.h.
3464         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3465         * lib/mbsstr.c: Include allocsa.h.
3466         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3467         allocsa/freesa instead of malloc/free.
3468         * lib/mbscasestr.c: Include allocsa.h.
3469         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3470         allocsa/freesa instead of malloc/free.
3471         * modules/c-strstr (Depends-on): Add allocsa.
3472         * modules/c-strcasestr (Depends-on): Likewise.
3473         * modules/strcasestr (Depends-on): Likewise.
3474         * modules/mbsstr (Depends-on): Likewise.
3475         * modules/mbscasestr (Depends-on): Likewise.
3476
3477 2007-02-11  Bruno Haible  <bruno@clisp.org>
3478
3479         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
3480
3481         * modules/mbsspn-tests: New file.
3482         * tests/test-mbsspn.sh: New file.
3483         * tests/test-mbsspn.c: New file.
3484
3485 2007-02-11  Bruno Haible  <bruno@clisp.org>
3486
3487         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
3488
3489         * modules/mbspbrk-tests: New file.
3490         * tests/test-mbspbrk.sh: New file.
3491         * tests/test-mbspbrk.c: New file.
3492
3493 2007-02-11  Bruno Haible  <bruno@clisp.org>
3494
3495         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
3496         unneeded cast.
3497
3498         * modules/mbscspn-tests: New file.
3499         * tests/test-mbscspn.sh: New file.
3500         * tests/test-mbscspn.c: New file.
3501
3502 2007-02-11  Bruno Haible  <bruno@clisp.org>
3503
3504         * modules/mbscasecmp-tests: New file.
3505         * tests/test-mbscasecmp.sh: New file.
3506         * tests/test-mbscasecmp.c: New file.
3507
3508 2007-02-11  Bruno Haible  <bruno@clisp.org>
3509
3510         Ensure O(n) worst-case complexity of mbscasestr.
3511         * lib/mbscasestr.c: Include stdbool.h.
3512         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3513         functions.
3514         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
3515         the bookkeeping indicates that it's worth it.
3516         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
3517
3518         * modules/mbscasestr-tests: New file.
3519         * tests/test-mbscasestr1.c: New file.
3520         * tests/test-mbscasestr2.sh: New file.
3521         * tests/test-mbscasestr2.c: New file.
3522         * tests/test-mbscasestr3.sh: New file.
3523         * tests/test-mbscasestr3.c: New file.
3524         * tests/test-mbscasestr4.sh: New file.
3525         * tests/test-mbscasestr4.c: New file.
3526         * m4/locale-tr.m4: New file.
3527
3528 2007-02-11  Bruno Haible  <bruno@clisp.org>
3529
3530         Ensure O(n) worst-case complexity of mbsstr.
3531         * lib/mbsstr.c: Include stdbool.h.
3532         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3533         functions.
3534         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
3535         bookkeeping indicates that it's worth it.
3536         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
3537
3538         * modules/mbsstr-tests: New file.
3539         * tests/test-mbsstr1.c: New file.
3540         * tests/test-mbsstr2.sh: New file.
3541         * tests/test-mbsstr2.c: New file.
3542         * tests/test-mbsstr3.sh: New file.
3543         * tests/test-mbsstr3.c: New file.
3544         * m4/locale-fr.m4: New file.
3545
3546 2007-02-11  Bruno Haible  <bruno@clisp.org>
3547
3548         * lib/mbsrchr.c (mbsrchr): Fix bug.
3549
3550         * modules/mbsrchr-tests: New file.
3551         * tests/test-mbsrchr.sh: New file.
3552         * tests/test-mbsrchr.c: New file.
3553
3554 2007-02-11  Bruno Haible  <bruno@clisp.org>
3555
3556         * lib/mbschr.c (mbschr): Fix bug.
3557
3558         * modules/mbschr-tests: New file.
3559         * tests/test-mbschr.sh: New file.
3560         * tests/test-mbschr.c: New file.
3561         * m4/locale-zh.m4: New file.
3562
3563 2007-02-11  Bruno Haible  <bruno@clisp.org>
3564
3565         Support for copying multibyte string iterators.
3566         * lib/mbiter.h: Include <string.h>.
3567         (mbiter_multi_copy): New function.
3568         (mbi_copy): New macro.
3569         * lib/mbuiter.h: Include <string.h>.
3570         (mbuiter_multi_copy): New function.
3571         (mbui_copy): New macro.
3572
3573 2007-02-11  Bruno Haible  <bruno@clisp.org>
3574
3575         New module mbslen.
3576         * modules/mbslen: New file.
3577         * lib/mbslen.c: New file.
3578         * lib/string_.h (mbslen): New declaration.
3579         * m4/mbslen.m4: New file.
3580         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3581         GNULIB_MBSLEN.
3582         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
3583         * MODULES.html.sh (Internationalization functions): Add mbslen.
3584
3585 2007-02-11  Bruno Haible  <bruno@clisp.org>
3586
3587         Ensure O(n) worst-case complexity of strcasestr substitute.
3588         * lib/strcasestr.c: Include stdbool.h.
3589         (knuth_morris_pratt): New function.
3590         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3591         bookkeeping indicates that it's worth it.
3592         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
3593
3594         * modules/strcasestr-tests: New file.
3595         * tests/test-strcasestr.c: New file.
3596
3597 2007-02-11  Bruno Haible  <bruno@clisp.org>
3598
3599         Ensure O(n) worst-case complexity of c_strcasestr.
3600         * lib/c-strcasestr.c: Include stdbool.h, string.h.
3601         (knuth_morris_pratt): New function.
3602         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
3603         the bookkeeping indicates that it's worth it.
3604         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
3605
3606         * modules/c-strcasestr-tests: New file.
3607         * tests/test-c-strcasestr.c: New file.
3608
3609 2007-02-11  Bruno Haible  <bruno@clisp.org>
3610
3611         Ensure O(n) worst-case complexity of c_strstr.
3612         * lib/c-strstr.c: Include stdbool.h, string.h.
3613         (knuth_morris_pratt): New function.
3614         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3615         bookkeeping indicates that it's worth it.
3616         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
3617
3618         * lib/c-strstr.c: Complete rewrite for maintainability.
3619
3620         * modules/c-strstr-tests: New file.
3621         * tests/test-c-strstr.c: New file.
3622
3623 2007-02-11  Bruno Haible  <bruno@clisp.org>
3624
3625         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
3626         5.2.1 and earlier, whereby \055 was treated just like the range
3627         delimiter '-'.
3628         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3629
3630 2007-02-08  Bruno Haible  <bruno@clisp.org>
3631
3632         * modules/regex (Depends-on): Add stdbool.
3633         Reported by Dalibor Topic <robilad@kaffe.org>.
3634
3635 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3636
3637         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
3638         Prefer returning from main to exiting from it.
3639         Remove unnecessary parens after sizeof.
3640
3641 2007-02-05  Bruno Haible  <bruno@clisp.org>
3642
3643         New module mbssep.
3644         * modules/mbssep: New file.
3645         * lib/mbssep.c: New file.
3646         * lib/string_.h (strsep): Add a conditional link warning.
3647         (mbssep): New declaration.
3648         * m4/mbssep.m4: New file.
3649         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3650         GNULIB_MBSSEP.
3651         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
3652         * MODULES.html.sh (Internationalization functions): Add mbssep.
3653
3654 2007-02-05  Bruno Haible  <bruno@clisp.org>
3655
3656         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
3657         Optimize search in case of 1 delimiter.
3658
3659 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3660
3661         * lib/acl.h: Include sys/types.h before sys/acl.h.
3662
3663 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3664
3665         Merge upstream fix for glibc bugzilla #3957:
3666
3667         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
3668
3669         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
3670         bit for RE_HAT_LISTS_NOT_NEWLINE.
3671         (build_charclass_op): Remove bogus comment.
3672
3673 2007-02-05  Simon Josefsson  <simon@josefsson.org>
3674
3675         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
3676
3677 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3678
3679         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
3680         * lib/memmem.c [!defined _LIBC]: Include config.h.
3681
3682 2007-02-04  Bruno Haible  <bruno@clisp.org>
3683
3684         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
3685         warning message.
3686
3687 2007-02-04  Bruno Haible  <bruno@clisp.org>
3688
3689         New module mbstok_r.
3690         * modules/mbstok_r: New file.
3691         * lib/mbstok_r.c: New file.
3692         * lib/string_.h (strtok_r): Change argument names to match the
3693         comments. Add a conditional link warning.
3694         (mbstok_r): New declaration.
3695         * m4/mbstok_r.m4: New file.
3696         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3697         GNULIB_MBSTOK_R.
3698         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
3699         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
3700
3701 2007-02-04  Bruno Haible  <bruno@clisp.org>
3702
3703         New module mbsspn.
3704         * modules/mbsspn: New file.
3705         * lib/mbsspn.c: New file.
3706         * lib/string_.h (strspn): Add a conditional link warning.
3707         (mbsspn): New declaration.
3708         * m4/mbsspn.m4: New file.
3709         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3710         GNULIB_MBSSPN.
3711         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
3712         * MODULES.html.sh (Internationalization functions): Add mbsspn.
3713
3714 2007-02-04  Bruno Haible  <bruno@clisp.org>
3715
3716         New module mbspbrk.
3717         * modules/mbspbrk: New file.
3718         * lib/mbspbrk.c: New file.
3719         * lib/string_.h (strpbrk): Add a conditional link warning.
3720         (mbspbrk): New declaration.
3721         * m4/mbspbrk.m4: New file.
3722         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3723         GNULIB_MBSPBRK.
3724         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
3725         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
3726
3727 2007-02-04  Bruno Haible  <bruno@clisp.org>
3728
3729         New module mbscspn.
3730         * modules/mbscspn: New file.
3731         * lib/mbscspn.c: New file.
3732         * lib/string_.h (strcspn): Add a conditional link warning.
3733         (mbscspn): New declaration.
3734         * m4/mbscspn.m4: New file.
3735         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3736         GNULIB_MBSCSPN.
3737         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
3738         * MODULES.html.sh (Internationalization functions): Add mbscspn.
3739
3740 2007-02-04  Bruno Haible  <bruno@clisp.org>
3741
3742         New module mbscasestr, reduced goal of strcasestr.
3743         * modules/mbscasestr: New file.
3744         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
3745         (mbscasestr): Renamed from strcasestr.
3746         * lib/strcasestr.c: Don't include mbuiter.h.
3747         (strcasestr): Remove support for multibyte locales.
3748         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3749         Change the conditional link warning.
3750         (mbscasestr): New declaration.
3751         * m4/mbscasestr.m4: New file.
3752         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3753         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3754         REPLACE_STRCASESTR.
3755         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3756         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3757         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3758         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3759         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3760         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3761         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3762         (Depends-on): Remove mbuiter.
3763         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3764
3765 2007-02-04  Bruno Haible  <bruno@clisp.org>
3766
3767         Simplify handling of strncasecmp.
3768         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3769         the conditional link warning.
3770         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3771         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3772         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3773         * modules/strcase (configure.ac): Don't invoke
3774         gl_STRING_MODULE_INDICATOR.
3775         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3776
3777 2007-02-04  Bruno Haible  <bruno@clisp.org>
3778
3779         New module mbscasecmp, reduced goal of strcasecmp.
3780         * modules/mbscasecmp: New file.
3781         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3782         (mbscasecmp): Renamed from strcasecmp.
3783         * lib/strcasecmp.c: Don't include mbuiter.h.
3784         (strcasecmp): Remove support for multibyte locales.
3785         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3786         Change the conditional link warning.
3787         (mbscasecmp): New declaration.
3788         * m4/mbscasecmp.m4: New file.
3789         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3790         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3791         REPLACE_STRCASECMP.
3792         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3793         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3794         GNULIB_MBSCASECMP.
3795         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3796         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3797         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3798         (Depends-on): Remove mbuiter.
3799         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3800
3801 2007-02-04  Bruno Haible  <bruno@clisp.org>
3802
3803         New module mbsstr. Remove module strstr.
3804         * modules/mbsstr: New file.
3805         * modules/strstr: Remove file.
3806         * lib/mbsstr.c: Renamed from lib/strstr.c.
3807         (mbsstr): Renamed from strstr.
3808         * lib/string_.h (strstr): Remove declaration. Change the conditional
3809         link warning.
3810         (mbsstr): New declaration.
3811         * m4/mbsstr.m4: New file.
3812         * m4/strstr.m4: Remove file.
3813         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3814         REPLACE_STRSTR.
3815         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3816         Don't initialize GNULIB_STRSTR.
3817         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3818         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3819         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3820         (Support for systems lacking ANSI C 89): Remove strstr.
3821
3822 2007-02-04  Bruno Haible  <bruno@clisp.org>
3823
3824         New module mbsrchr.
3825         * modules/mbsrchr: New file.
3826         * lib/mbsrchr.c: New file.
3827         * lib/string_.h (strrchr): Add a conditional link warning.
3828         (mbsrchr): New declaration.
3829         * m4/mbsrchr.m4: New file.
3830         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3831         GNULIB_MBSRCHR.
3832         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3833         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3834
3835 2007-02-04  Bruno Haible  <bruno@clisp.org>
3836
3837         New module mbschr.
3838         * modules/mbschr: New file.
3839         * lib/mbschr.c: New file.
3840         * lib/string_.h (strchr): Add a conditional link warning.
3841         (mbschr): New declaration.
3842         * m4/mbschr.m4: New file.
3843         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3844         GNULIB_MBSCHR.
3845         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3846         * MODULES.html.sh (Internationalization functions): Add mbschr.
3847
3848 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3849
3850         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3851
3852         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3853
3854 2007-02-04  Bruno Haible  <bruno@clisp.org>
3855
3856         New module description section 'configure.ac-early'.
3857         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3858         (func_get_autoconf_early_snippet): New function.
3859         (func_import, func_create_testdir): Use it. Remove special cases for
3860         modules 'extensions' and 'lock'.
3861         * modules/extensions (configure.ac-early): Require
3862         gl_USE_SYSTEM_EXTENSIONS.
3863         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3864
3865 2007-02-04  Bruno Haible  <bruno@clisp.org>
3866
3867         Make use of gcj-4.3's -fsource and -ftarget option.
3868         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3869         and if so try the options -fsource and -ftarget.
3870         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3871         source_version, ftarget_option, target_version arguments.
3872         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3873         (is_envjavac_oldgcj_14_14_usable): Renamed from
3874         is_envjavac_gcj_14_14_usable.
3875         (is_envjavac_oldgcj_14_13_usable): Renamed from
3876         is_envjavac_gcj_14_13_usable.
3877         (is_gcj_present): Update.
3878         (is_gcj_43, is_gcj43_usable): New functions.
3879         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3880         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3881         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3882         try the options -fsource and -ftarget.
3883
3884 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3885
3886         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3887         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3888         larger value.
3889
3890 2007-02-03  Jim Meyering  <jim@meyering.net>
3891
3892         Give tools a better chance to allocate space for very large buffers.
3893         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3894
3895         Make pwd and readlink work also when run with an unreadable parent dir
3896         on systems with openat support.
3897         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3898         provided getcwd function, even when we have openat support.
3899         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3900
3901 2007-02-02  Bruno Haible  <bruno@clisp.org>
3902
3903         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3904         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3905         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3906         portability problems if one of these functions is only used on specific
3907         platforms.
3908         Reported by Paul Eggert.
3909
3910 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3911
3912         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3913         is causing more trouble than it's curing.
3914         * lib/regex_internal.h (__mempcpy): Remove.
3915         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3916         (and make the code a tad smaller to boot).
3917         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3918
3919 2007-02-02  Jim Meyering  <jim@meyering.net>
3920
3921         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3922         section, not in the Makefile.am: one.
3923
3924 2007-02-02  Eric Blake  <ebb9@byu.net>
3925
3926         * lib/strchrnul.c: Always include config.h first.
3927
3928         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3929         gnulib strstr is not necessary here.
3930
3931 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3932
3933         * m4/socklen.m4: Fix typo.
3934
3935 2007-02-02  Eric Blake  <ebb9@byu.net>
3936
3937         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3938         * modules/netinet_in (Makefile.am): Likewise.
3939
3940 2007-02-01  Bruno Haible  <bruno@clisp.org>
3941
3942         * lib/string_.h (GL_LINK_WARNING): New macro.
3943         (strcasecmp, strstr, strcasestr): If provided by the system,
3944         conditionally define as a macro that leads to a warning instead of to
3945         an error.
3946         (strncasecmp): Conditionally define as a macro that leads to a warning.
3947
3948 2007-02-01  Karl Berry  <karl@gnu.org>
3949
3950         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3951
3952 2007-02-01  Bruno Haible  <bruno@clisp.org>
3953
3954         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3955         renamings.
3956
3957 2007-02-01  Eric Blake  <ebb9@byu.net>
3958
3959         * modules/regex (Depends-on): Revert dependence on mempcpy.
3960         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3961         module's definition of mempcpy.
3962         Reported by Paul Eggert.
3963
3964 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3965
3966         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3967         the symbol XYZ before redefining it.  This fixes a problem with
3968         programs that don't use XYZ, when compiled on systems that define
3969         XYZ to something else.
3970
3971 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3972
3973         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3974         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3975         writeable to group or other and (2) is intended to have a special
3976         mode bit that is set or cleared.  In such a case, the directory
3977         should be neither group- nor other-writeable until the special
3978         mode bits are right.
3979
3980 2007-01-31  Eric Blake  <ebb9@byu.net>
3981
3982         * modules/mountlist (Depends-on): Add strstr.
3983
3984         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3985         bug.
3986         * modules/string (Makefile.am): Remove redundant replacement.
3987         * modules/regex (Depends-on): Add mempcpy.
3988
3989 2007-01-31  Bruno Haible  <bruno@clisp.org>
3990
3991         New module description field 'Link'.
3992         * gnulib-tool (func_usage): Document --extract-link-directive.
3993         (sed_extract_prog): Recognize 'Link' directive.
3994         (func_get_link_directive): New function.
3995         (func_import): Show summary of link directives.
3996         Handle --extract-link-directive option.
3997         * modules/acl (Link): New section.
3998         * modules/clock-time (Link): New section.
3999         * modules/euidaccess (Link): New section.
4000         * modules/gettext (Link): New section.
4001         * modules/iconv (Link): New section.
4002         * modules/lock (Link): New section.
4003         * modules/nanosleep (Link): New section.
4004         * modules/readline (Link): New section.
4005
4006 2007-01-27  Bruno Haible  <bruno@clisp.org>
4007
4008         Enforce the use of gnulib modules for unportable <string.h> functions.
4009         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
4010         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
4011         (gl_HEADER_STRING_H_BODY): Require it.
4012         * lib/string_.h: If the gnulib module XYZ is not present, redefine
4013         the symbol XYZ to one that gives a link error.
4014         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
4015         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
4016         * modules/mempcpy (configure.ac): Likewise.
4017         * modules/memrchr (configure.ac): Likewise.
4018         * modules/stpcpy (configure.ac): Likewise.
4019         * modules/stpncpy (configure.ac): Likewise.
4020         * modules/strcase (configure.ac): Likewise.
4021         * modules/strcasestr (configure.ac): Likewise.
4022         * modules/strchrnul (configure.ac): Likewise.
4023         * modules/strdup (configure.ac): Likewise.
4024         * modules/strndup (configure.ac): Likewise.
4025         * modules/strnlen (configure.ac): Likewise.
4026         * modules/strpbrk (configure.ac): Likewise.
4027         * modules/strsep (configure.ac): Likewise.
4028         * modules/strstr (configure.ac): Likewise.
4029         * modules/strtok_r (configure.ac): Likewise.
4030
4031 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
4032
4033         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
4034
4035 2007-01-30  Jim Meyering  <jim@meyering.net>
4036
4037         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
4038
4039 2007-01-29  Bruno Haible  <bruno@clisp.org>
4040
4041         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
4042         * lib/execute.c: Likewise.
4043         * lib/pipe.c: Likewise.
4044         * lib/printf-args.h: Likewise.
4045         * lib/printf-args.c: Likewise.
4046         * lib/printf-parse.c: Likewise.
4047         * lib/vasnprintf.c: Likewise.
4048
4049 2007-01-29  Eric Blake  <ebb9@byu.net>
4050
4051         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
4052         declaration.
4053
4054 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
4055
4056         * lib/strptime.h (strptime): Use 'restrict' for args where
4057         POSIX requires this.
4058         * lib/strptime.c (strptime): Likewise.
4059         Change license notice from LGPL to GPL, since gnulib-tool will
4060         change this as needed.
4061         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
4062         defined.
4063         Include "strptime.h" first, to check interface.
4064         Do not #undef _LIBC and _NL_CURRENT.
4065         Do not include <stdlib.h>; no longer needed.
4066         Include "time_r.h" and declare ptime_locale_status
4067         only if _LIBC is not defined.
4068         (__P): Remove unused macro.
4069         (match_string): Bring back glibc version, but use it only if _LIBC
4070         is defined.
4071         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
4072         Remove unnecessary assertion and abort() call.
4073         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
4074         * m4/strptime.m4: Fix serial number comment.
4075         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
4076         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
4077         (Depends-on): Add time_r.
4078
4079 2007-01-29  Bruno Haible  <bruno@clisp.org>
4080
4081         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4082         strptime.
4083         * modules/strptime (Depends-on): Add stdbool.
4084         * lib/strptime.h: Include <time.h> always. Add comments.
4085
4086 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4087
4088         * modules/strptime: New file.
4089         * lib/strptime.h: New file.
4090         * lib/strptime.c: New file.
4091         * m4/strptime.m4: New file.
4092
4093 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
4094
4095         * MODULES.html.sh: New module mpsort.
4096         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
4097
4098         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
4099         a circularity problem with HP-UX ia64 reported by Bob Proulx in
4100         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
4101         All uses changed.
4102         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
4103         All uses changed.
4104         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
4105         to _Restrict_.
4106         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
4107         the parameter matches the prototype.
4108
4109 2007-01-28  Jim Meyering  <jim@meyering.net>
4110
4111         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
4112         sys/time.h here, reverting that part of the previous patch:
4113         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
4114
4115 2007-01-28  Bruno Haible  <bruno@clisp.org>
4116
4117         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
4118         value of $(SYS_TIME_H).
4119         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
4120         remove it conditionally, too. [added by Jim Meyering]
4121         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
4122         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4123         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
4124         GETTIMEOFDAY_REPLACEMENT to 1.
4125
4126 2007-01-28  Bruno Haible  <bruno@clisp.org>
4127
4128         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
4129         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
4130         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
4131         Set UNISTD_H instead of UNISTD_H2.
4132         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
4133
4134 2007-01-28  Bruno Haible  <bruno@clisp.org>
4135
4136         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
4137         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
4138
4139 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4140
4141         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
4142         (func_create_testdir): Ensure C locale for `grep' and `tr'
4143         character ranges.
4144         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
4145         ACLOCAL_AMFLAGS parsing state machine.
4146
4147 2007-01-27  Bruno Haible  <bruno@clisp.org>
4148
4149         * modules/unistr/base: Update.
4150
4151 2007-01-27  Bruno Haible  <bruno@clisp.org>
4152
4153         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
4154         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
4155         * modules/unistr/u32-mbtouc-unsafe: Renamed from
4156         modules/unistr/u32-mbtouc.
4157         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
4158         * lib/unistr.h: Update.
4159         * lib/linebreak.c: Update.
4160         * modules/unistr/u32-mbtouc: Renamed from
4161         modules/unistr/u32-mbtouc-safe.
4162         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
4163         * lib/unistr.h: Update.
4164         * lib/unistr/u32-to-u8.c: Update.
4165         * lib/unistr/u32-to-u16.c: Update.
4166
4167 2007-01-27  Bruno Haible  <bruno@clisp.org>
4168
4169         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
4170         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
4171         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
4172         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
4173         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
4174         * modules/unistr/u16-mbtouc-unsafe: Renamed from
4175         modules/unistr/u16-mbtouc.
4176         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
4177         * lib/unistr.h: Update.
4178         * lib/linebreak.c: Update.
4179         * modules/linebreak: Update.
4180         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
4181         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
4182         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
4183         * modules/unistr/u16-mbtouc: Renamed from
4184         modules/unistr/u16-mbtouc-safe.
4185         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
4186         * lib/unistr.h: Update.
4187         * lib/unistr/u16-to-u8.c: Update.
4188         * modules/unistr/u16-to-u8: Update.
4189         * lib/unistr/u16-to-u32.c: Update.
4190         * modules/unistr/u16-to-u32: Update.
4191
4192 2007-01-27  Bruno Haible  <bruno@clisp.org>
4193
4194         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
4195         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
4196         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
4197         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
4198         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
4199         * modules/unistr/u8-mbtouc-unsafe: Renamed from
4200         modules/unistr/u8-mbtouc.
4201         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
4202         * lib/unistr.h: Update.
4203         * lib/striconveh.c: Update.
4204         * modules/striconveh: Update.
4205         * lib/linebreak.c: Update.
4206         * modules/linebreak: Update.
4207         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
4208         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
4209         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
4210         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
4211         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
4212         * lib/unistr.h: Update.
4213         * lib/striconveh.c: Update.
4214         * modules/striconveh: Update.
4215         * lib/unistr/u8-to-u16.c: Update.
4216         * modules/unistr/u8-to-u16: Update.
4217         * lib/unistr/u8-to-u32.c: Update.
4218         * modules/unistr/u8-to-u32: Update.
4219
4220 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4221
4222         Sync from Libtool.
4223         * lib/argz.c: Do not include strings.h nor memory.h, include
4224         string.h unconditionally.  Patch by Simon Josefsson.
4225
4226 2007-01-27  Bruno Haible  <bruno@clisp.org>
4227
4228         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
4229         from gl_HEADER_STRING_H_BODY.
4230         (gl_HEADER_STRING_H_BODY): Require it.
4231         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
4232         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
4233         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
4234         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
4235         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4236         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
4237         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4238         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
4239         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
4240         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
4241         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
4242         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
4243         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
4244         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4245         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4246
4247 2007-01-27  Bruno Haible  <bruno@clisp.org>
4248
4249         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
4250         check_PROGRAMS into noinst_PROGRAMS.
4251         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
4252         check_PROGRAMS in this case.
4253         (func_import): Set for_test to false.
4254         (func_create_testdir): Set for_test to true.
4255
4256 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4257             Bruno Haible  <bruno@clisp.org>
4258
4259         * modules/strcasestr (Files): Remove lib/strcasestr.h.
4260         (Depends-on): Add string.
4261         (Includes): Use <string.h> instead of strcasestr.h.
4262         * modules/string (Makefile.am): Also substitute the value of
4263         REPLACE_STRCASESTR.
4264         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
4265         assume strcasestr is declared in <string.h> not <strings.h>. Also
4266         set REPLACE_STRCASESTR.
4267         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
4268         REPLACE_STRCASESTR.
4269         * lib/strcasestr.h: Remove file.
4270         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
4271         * lib/string_.h (strcasestr): New declaration.
4272
4273 2007-01-27  Bruno Haible  <bruno@clisp.org>
4274
4275         * lib/string_.h: Use 'extern'.
4276
4277 2007-01-27  Jim Meyering  <jim@meyering.net>
4278
4279         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
4280         of set-but-not-used local, "q".
4281
4282         * lib/mempcpy.c: Include <config.h> before <string.h>.
4283         This fixes a compilation error on HP-UX, due to the system's
4284         "restrict"-using mempcpy prototype.
4285
4286 2007-01-26  Bruno Haible  <bruno@clisp.org>
4287
4288         Small optimization.
4289         * lib/javacomp.c: Include c-strstr.h.
4290          (is_envjavac_gcj): Use c_strstr instead of strstr.
4291         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
4292
4293 2007-01-26  Bruno Haible  <bruno@clisp.org>
4294
4295         * MODULES.html.sh (Unicode string functions): Add the new modules.
4296
4297         * modules/uniconv/u32-strconv-to-locale: New file.
4298         * lib/uniconv/u32-strconv-to-locale.c: New file.
4299
4300         * modules/uniconv/u16-strconv-to-locale: New file.
4301         * lib/uniconv/u16-strconv-to-locale.c: New file.
4302
4303         * modules/uniconv/u8-strconv-to-locale: New file.
4304         * lib/uniconv/u8-strconv-to-locale.c: New file.
4305
4306         * modules/uniconv/u32-strconv-from-locale: New file.
4307         * lib/uniconv/u32-strconv-from-locale.c: New file.
4308
4309         * modules/uniconv/u16-strconv-from-locale: New file.
4310         * lib/uniconv/u16-strconv-from-locale.c: New file.
4311
4312         * modules/uniconv/u8-strconv-from-locale: New file.
4313         * lib/uniconv/u8-strconv-from-locale.c: New file.
4314
4315         * modules/uniconv/u32-strconv-to-enc: New file.
4316         * lib/uniconv/u32-strconv-to-enc.c: New file.
4317         * modules/uniconv/u32-strconv-to-enc-tests: New file.
4318         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
4319
4320         * modules/uniconv/u16-strconv-to-enc: New file.
4321         * lib/uniconv/u16-strconv-to-enc.c: New file.
4322         * lib/uniconv/u-strconv-to-enc.h: New file.
4323         * modules/uniconv/u16-strconv-to-enc-tests: New file.
4324         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
4325
4326         * modules/uniconv/u8-strconv-to-enc: New file.
4327         * lib/uniconv/u8-strconv-to-enc.c: New file.
4328         * modules/uniconv/u8-strconv-to-enc-tests: New file.
4329         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
4330
4331         * modules/uniconv/u32-strconv-from-enc: New file.
4332         * lib/uniconv/u32-strconv-from-enc.c: New file.
4333         * modules/uniconv/u32-strconv-from-enc-tests: New file.
4334         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
4335
4336         * modules/uniconv/u16-strconv-from-enc: New file.
4337         * lib/uniconv/u16-strconv-from-enc.c: New file.
4338         * modules/uniconv/u16-strconv-from-enc-tests: New file.
4339         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
4340
4341         * modules/uniconv/u8-strconv-from-enc: New file.
4342         * lib/uniconv/u8-strconv-from-enc.c: New file.
4343         * lib/uniconv/u-strconv-from-enc.h: New file.
4344         * modules/uniconv/u8-strconv-from-enc-tests: New file.
4345         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
4346
4347         * modules/uniconv/u32-conv-from-enc: New file.
4348         * lib/uniconv/u32-conv-from-enc.c: New file.
4349         * modules/uniconv/u32-conv-from-enc-tests: New file.
4350         * tests/uniconv/test-u32-conv-from-enc.c: New file.
4351
4352         * modules/uniconv/u16-conv-from-enc: New file.
4353         * lib/uniconv/u16-conv-from-enc.c: New file.
4354         * lib/uniconv/u-conv-from-enc.h: New file.
4355         * modules/uniconv/u16-conv-from-enc-tests: New file.
4356         * tests/uniconv/test-u16-conv-from-enc.c: New file.
4357
4358         * modules/uniconv/u8-conv-from-enc: New file.
4359         * lib/uniconv/u8-conv-from-enc.c: New file.
4360         * modules/uniconv/u8-conv-from-enc-tests: New file.
4361         * tests/uniconv/test-u8-conv-from-enc.c: New file.
4362
4363         * modules/uniconv/base: New file.
4364         * lib/uniconv.h: New file.
4365
4366 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
4367
4368         * doc/gnulib-tool.texi (Initial import): Update to match current
4369         behavior with strdup module.
4370         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
4371         * lib/memmem.h: Remove; all uses removed.  This is now done
4372         by <string.h>.
4373         * lib/mempcpy.h: Likewise.
4374         * lib/memrchr.h: Likewise.
4375         * lib/stpcpy.h: Likewise.
4376         * lib/stpncpy.h: Likewise.
4377         * lib/strcase.h: Likewise.
4378         * lib/strchrnul.h: Likewise.
4379         * lib/strdup.h: Likewise.
4380         * lib/strndup.h: Likewise.
4381         * lib/strnlen.h: Likewise.
4382         * lib/strpbrk.h: Likewise.
4383         * lib/strsep.h: Likewise.
4384         * lib/strstr.h: Likewise.
4385         * lib/strtok_r.h: Likewise.
4386         * lib/string_.h: New file.
4387         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
4388         Rely on <string.h> instead.
4389         * lib/canon-host.c: Likewise.
4390         * lib/chdir-long.c: Likewise.
4391         * lib/concatpath.c: Likewise.
4392         * lib/exclude.c: Likewise.
4393         * lib/fchdir.c: Likewise.
4394         * lib/getaddrinfo.c: Likewise.
4395         * lib/getcwd.c: Likewise.
4396         * lib/getsubopt.c: Likewise.
4397         * lib/glob.c: Likewise.
4398         * lib/hard-locale.c: Likewise.
4399         * lib/iconvme.c: Likewise.
4400         * lib/javacomp.c: Likewise.
4401         * lib/mempcpy.c: Likewise.
4402         * lib/memrchr.c: Likewise.
4403         * lib/regex_internal.h: Likewise.
4404         * lib/stpncpy.c: Likewise.
4405         * lib/strcasecmp.c: Likewise.
4406         * lib/strchrnul.c: Likewise.
4407         * lib/strdup.c: Likewise.
4408         * lib/striconv.c: Likewise.
4409         * lib/striconveh.c: Likewise.
4410         * lib/striconveha.c: Likewise.
4411         * lib/strncasecmp.c: Likewise.
4412         * lib/strndup.c: Likewise.
4413         * lib/strnlen.c: Likewise.
4414         * lib/strsep.c: Likewise.
4415         * lib/strstr.c: Likewise.
4416         * lib/strtok_r.c: Likewise.
4417         * lib/userspec.c: Likewise.
4418         * lib/w32spawn.h: Likewise.
4419         * lib/xstrndup.c: Likewise.
4420         * lib/mountlist.c (strstr): Remove decl.
4421         * m4/string_h.m4: New file.
4422         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
4423         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
4424         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
4425         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
4426         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
4427         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
4428         Set REPLACE_STRCASECMP if necessary.
4429         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
4430         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
4431         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
4432         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
4433         HAVE_DECL_STRDUP if necessary.
4434         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
4435         since gl_FUNC_STRNDUP does that now.
4436         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
4437         Check for decl here...
4438         (gl_PREREQ_STRNLEN): ... not here.
4439         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
4440         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
4441         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
4442         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
4443         necessary.
4444         * modules/string: New file.
4445         * modules/memmem (Files): Remove special-purpose include file.
4446         (Depends-on): Add string.
4447         (Include): Include <string.h>, not the removed file.
4448         * modules/mempcpy: Likewise.
4449         * modules/memrchr: Likewise.
4450         * modules/stpcpy: Likewise.
4451         * modules/stpncpy: Likewise.
4452         * modules/strcase: Likewise.
4453         * modules/strchrnul: Likewise.
4454         * modules/strdup: Likewise.
4455         * modules/strndup: Likewise.
4456         * modules/strnlen: Likewise.
4457         * modules/strpbrk: Likewise.
4458         * modules/strsep: Likewise.
4459         * modules/strstr: Likewise.
4460         * modules/strtok_r: Likewise.
4461         * tests/test-dirname.c: Don't include "strdup.h", since
4462         <string.h> now suffices.
4463         * tests/test-memmem.c: Don't include "memmem.h", since
4464         <string.h> now suffices.
4465
4466 2007-01-25  Bruno Haible  <bruno@clisp.org>
4467
4468         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
4469         *resultp is 0.
4470
4471         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
4472         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
4473         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
4474         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
4475
4476         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
4477         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
4478         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
4479         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
4480         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
4481         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
4482
4483 2007-01-24  Bruno Haible  <bruno@clisp.org>
4484
4485         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
4486         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
4487         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
4488         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
4489         gl_FUNC_FTS_CORE.
4490         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
4491         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
4492         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4493         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
4494         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
4495         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
4496         gl_FUNC_FCHOWNAT.
4497         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
4498         gl_FUNC_STRFTIME.
4499         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
4500         Reported by Ralf Wildenhues.
4501
4502 2007-01-24  Bruno Haible  <bruno@clisp.org>
4503
4504         Drop AC_REQUIRE calls that are redundant with the module dependencies.
4505         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
4506         gl_GETADDRINFO.
4507         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
4508         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
4509         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
4510
4511 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
4512
4513         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
4514         Don't use 'exit'; just return from 'main'.
4515         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
4516
4517         * lib/fnmatch_.h: Readjust white space and comments to match
4518         glibc, to avoid spurious diffs.
4519
4520 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4521
4522         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
4523         2004-12-01 change by Jakub Jelinek, since this code won't compile
4524         if !LIBC.  Problem reported by Bob Proulx.
4525
4526 2007-01-23  Bruno Haible  <bruno@clisp.org>
4527
4528         * lib/striconveh.c: Include c-strcaseeq.h.
4529         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
4530         * modules/striconveh (Depends-on): Add c-strcaseeq.
4531
4532 2007-01-23  Bruno Haible  <bruno@clisp.org>
4533
4534         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
4535
4536         * modules/c-strcaseeq: New file.
4537         * lib/c-strcaseeq.h: New file.
4538
4539         * modules/streq: New file.
4540         * lib/streq.h: New file.
4541
4542 2007-01-23  Bruno Haible  <bruno@clisp.org>
4543
4544         * modules/striconveha-tests: New file.
4545         * tests/test-striconveha.c: New file.
4546
4547         * lib/striconveha.h: Include <stdbool.h>.
4548         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
4549         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
4550         (mem_iconveha_notranslit): Renamed from mem_iconveha.
4551         (mem_iconveha): New function.
4552         (str_iconveha_notranslit): Renamed from str_iconveha.
4553         (str_iconveha): New function.
4554         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
4555         c-strcase.
4556
4557 2007-01-23  Bruno Haible  <bruno@clisp.org>
4558
4559         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
4560         encodings without forgiving before trying any encoding with handler.
4561         (str_iconveha): Try all encodings without forgiving before trying any
4562         encoding with handler.
4563
4564 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4565
4566         Import the following changes from libc.
4567
4568         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
4569
4570         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
4571
4572         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
4573
4574         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
4575         normal_bracket label.
4576
4577         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
4578
4579         [BZ #361]
4580         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
4581         to normal_bracket after fetching the next character.
4582
4583 2007-01-22  Bruno Haible  <bruno@clisp.org>
4584
4585         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
4586         argument.
4587         * lib/striconveh.c (iconv_carefully_1): New function.
4588         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
4589         argument.
4590         (str_cd_iconveh): Update.
4591         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
4592         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
4593         * tests/test-striconveh.c (MAGIC): New macro.
4594         (new_offsets): New function.
4595         (main): Test call with and without offsets.
4596
4597 2007-01-22  Bruno Haible  <bruno@clisp.org>
4598
4599         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
4600         * modules/sys_select (Makefile.am): Likewise.
4601         * modules/sys_socket (Makefile.am): Likewise.
4602         * modules/sys_time (Makefile.am): Likewise.
4603
4604 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
4605
4606         * modules/gettimeofday (License): Change from GPL to LGPL, since
4607         gettimeofday is a library function.
4608
4609 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4610
4611         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
4612
4613 2007-01-21  Bruno Haible  <bruno@clisp.org>
4614
4615         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
4616
4617 2007-01-21  Bruno Haible  <bruno@clisp.org>
4618
4619         * modules/striconveha: New file.
4620         * lib/striconveha.h: New file.
4621         * lib/striconveha.c: New file.
4622         * MODULES.html.sh (Internationalization functions): Add striconveha.
4623         * lib/striconv.c (str_iconv): Optimize the case of an empty input
4624         string.
4625         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
4626
4627 2007-01-21  Bruno Haible  <bruno@clisp.org>
4628
4629         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
4630         * lib/striconveh.c (str_iconveh): Likewise.
4631
4632 2007-01-21  Bruno Haible  <bruno@clisp.org>
4633
4634         * lib/striconveh.h (mem_iconveh): New declaration.
4635         * lib/striconveh.c (mem_iconveh): New function.
4636         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
4637
4638 2007-01-21  Bruno Haible  <bruno@clisp.org>
4639
4640         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
4641
4642         * lib/striconveh.h (mem_cd_iconveh): Change specification.
4643         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
4644         original result buffer.
4645         (str_cd_iconveh): Update.
4646         * tests/test-striconveh.c (main): Update.
4647
4648         * lib/striconv.h (mem_cd_iconv): Change specification.
4649         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
4650         result buffer.
4651         (str_cd_iconv): Update.
4652         * tests/test-striconv.c (main): Update.
4653
4654 2007-01-21  Bruno Haible  <bruno@clisp.org>
4655
4656         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
4657
4658 2007-01-20  Jim Meyering  <jim@meyering.net>
4659
4660         * lib/userspec.c (parse_with_separator): If a user or group string
4661         starts with "+", skip the corresponding name-to-ID look-up, since
4662         such a look-up must fail: user and group names may not include "+".
4663
4664 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
4665
4666         * lib/poll.c: Include sys/time.h and time.h unconditionally,
4667         since we now assume the sys_time module.
4668         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
4669         check for sys/time.h; no longer needed.
4670         * modules/poll (Depends-on): Depend on sys_time.
4671
4672 2007-01-18  Bruno Haible  <bruno@clisp.org>
4673
4674         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
4675         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4676
4677         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
4678         gettimeofday.
4679
4680         * tests/test-gettimeofday.c: Include <time.h>.
4681         (dummy): Remove variable.
4682
4683         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
4684         gl_HEADER_SYS_TIME_H.
4685         (gl_HEADER_SYS_TIME_H): New macro.
4686
4687         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
4688         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4689         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
4690         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
4691         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4692         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
4693         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
4694         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4695         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
4696         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
4697         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4698
4699         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
4700         last change; it caused a compilation error when cross-compiling to
4701         Cygwin.
4702
4703 2007-01-18  Jim Meyering  <jim@meyering.net>
4704
4705         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
4706         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
4707         than the race-prone "test -d sys || mkdir sys".
4708         (configure.ac): Use AC_PROG_MKDIR_P.
4709         * modules/sys_select: Likewise.
4710         * modules/sys_socket: Likewise.
4711         * modules/sys_time: Likewise.
4712
4713 2007-01-18  Eric Blake  <ebb9@byu.net>
4714
4715         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
4716         replace gettimeofday.
4717         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
4718         name, to avoid infinite recursion.
4719
4720 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
4721
4722         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
4723         module sys_time.
4724         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
4725         assume timespec.h defines struct timeval.
4726         * lib/settime.c: Likewise.
4727         * lib/utimens.c: Likewise.
4728         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
4729         since we now assume the gettimeofday module.
4730         * lib/tempname.c (__gen_tempname): Likewise.
4731         * lib/gettimeofday.h: Remove.
4732         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
4733         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
4734         Include <time.h>, for 'time()'.
4735         (localtime_buffer_addr): Also use this workaround if
4736         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
4737         to simplify the uses.  All uses changed.
4738         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
4739         that #undef is inside {}, and 'const' follows type name consistently.
4740         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
4741         (gettimeofday): Do not use the maximum possible value for
4742         tv->tv_usec, since that might break usages other than ls.c.
4743         Instead, we'll leave ls.c alone.  This undoes today's patch
4744         by Bruno.  Add a compile-time warning for 1s-clock resolution;
4745         we've never observed the problem but might as well keep the
4746         canary.
4747         * lib/nanosleep.c: Include timespec.h first, for interface check.
4748         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4749         now assume the sys_time module.
4750         * lib/tempname.c: Likewise.
4751         * lib/timespec.h: Likewise.
4752         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4753         needed.
4754         * lib/strftime.c: Likewise.
4755         * lib/timespec.h: Likewise.
4756         * lib/posixtm.c: Include posixtm.h first, for interface check.
4757         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4758         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4759         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4760         * lib/sys_time_.h: New file.
4761         * lib/timespec.h (struct timespec): Use long int, not long.
4762         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4763         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4764         Remove obsolescent call to AC_HEADER_TIME.
4765         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4766         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4767         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4768         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4769         Likewise.
4770         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4771         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4772         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4773         into the sys_time module.  Check for gettimeofday just once.
4774         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4775         for gettimeofday signature to just check the signature.  Merely
4776         compile it, since linking doesn't test signature.  Improve test for
4777         whether gettimeofday.o is actually needed.
4778         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4779         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4780         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4781         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4782         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4783         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4784         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4785         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4786         than worrying about sys/time.h.
4787         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4788         Don't bother worrying about TIME_WITH_SYS_TIME.
4789         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4790         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4791         * m4/sys_time_h.m4: New file.
4792         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4793         Don't include sys/time.h.  Return from main rather than exiting.
4794         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4795         all uses changed.
4796         * modules/gethrxtime (Depends-on): Add sys_time.
4797         * modules/gettime (Depends-on): Likewise.
4798         * modules/gettimeofday (Depends-on): Likewise.
4799         * modules/nanosleep (Depends-on): Likewise.
4800         * modules/settime (Depends-on): Likewise.
4801         * modules/tempname (Depends-on): Likewise.
4802         * modules/utimens (Depends-on): Likewise.
4803         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4804         (Include:) Change back to <sys/time.h>.
4805         (Maintainer:) Add self.
4806         * modules/sys_time: New file.
4807         * modules/tempname (Depends-on): Add gettimeofday.
4808         * tests/test-gettimeofday.c: Include <sys/time.h>
4809         rather than gettimeofday.h.
4810
4811 2007-01-17  Bruno Haible  <bruno@clisp.org>
4812
4813         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4814         the license default to GPL.
4815         (func_create_testdir): Don't complain if a module is LGPL and its
4816         tests module depends on GPLed modules.
4817
4818 2007-01-17  Bruno Haible  <bruno@clisp.org>
4819
4820         * lib/gettimeofday.c (gettimeofday): Add code for the case
4821         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4822         maximum possible value for tv->tv_usec, rather than the minimum one.
4823
4824 2005-10-08  Martin Lambers  <marlam@marlam.de>
4825 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4826 2007-01-16  Bruno Haible  <bruno@clisp.org>
4827
4828         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4829         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4830         gl_FUNC_GETTIMEOFDAY.
4831         (Include): Add gettimeofday.h.
4832         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4833         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4834         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4835         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4836         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4837         * lib/gettimeofday.h: New file.
4838         * lib/gettimeofday.c: Include <sys/timeb.h>.
4839         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4840         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4841         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4842         fall back on time().
4843
4844         * tests/test-gettimeofday.c: New file.
4845         * modules/gettimeofday-tests: New file.
4846
4847 2007-01-16  Eric Blake  <ebb9@byu.net>
4848
4849         * modules/fnmatch (Depends-on): Depend on wchar.
4850         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4851         * m4/fnmatch.m4: Likewise.
4852         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4853         * m4/mbchar.m4: Likewise.
4854         * modules/mbswidth (Depends-on): Depend on wchar.
4855         * lib/mbswidth.c: Assume <wchar.h>.
4856         * m4/mbswidth.m4: Likewise.
4857         * modules/quotearg (Depends-on): Depend on wchar.
4858         * lib/quotearg.c: Assume <wchar.h>.
4859         * m4/quotearg.m4: Likewise.
4860         * modules/regex (Depends-on): Depend on wchar.
4861         * lib/regex_internal.h: Assume <wchar.h>.
4862         * m4/regex.m4: Likewise.
4863         * modules/stdint (Depends-on): Depend on wchar.
4864         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4865         * m4/stdint.m4: Likewise.
4866         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4867         * modules/strftime (Depends-on): Depend on wchar.
4868         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4869         * modules/strtol (Depends-on): Depend on wchar.
4870         * lib/strtol.c: Assume <wchar.h>.
4871         * modules/wcwidth (Depends-on): Depend on wchar.
4872         * lib/wcwidth.h: Assume <wchar.h>.
4873         * m4/wcwidth.m4: Likewise.
4874
4875 2007-01-16  Bruno Haible  <bruno@clisp.org>
4876
4877         * modules/csharpexec-script: New, created from...
4878         * modules/csharpexec: ... this.
4879
4880 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4881
4882         * modules/javaexec-script: New, created from...
4883         * modules/javaexec: ... this.
4884
4885 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4886
4887         * modules/poll (Dependencies): Add sys_select.
4888
4889 2007-01-15  Jim Meyering  <jim@meyering.net>
4890
4891         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4892         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4893         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4894         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4895
4896 2007-01-15  Bruno Haible  <bruno@clisp.org>
4897
4898         * modules/striconveh: New file.
4899         * lib/striconveh.h: New file.
4900         * lib/striconveh.c: New file.
4901         * MODULES.html.sh (Internationalization functions): Add striconveh.
4902
4903         * modules/striconveh-tests: New file.
4904         * tests/test-striconveh.c: New file.
4905
4906 2007-01-15  Bruno Haible  <bruno@clisp.org>
4907
4908         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4909         not from GNU libiconv or GNU libc.
4910
4911 2007-01-15  Bruno Haible  <bruno@clisp.org>
4912
4913         * doc/gnulib-intro.texi (Copyright): Explain the different license
4914         terms for module descriptions, autoconf macros, tests, documentation.
4915
4916 2007-01-14  Bruno Haible  <bruno@clisp.org>
4917
4918         * modules/striconv-tests: New file.
4919         * tests/test-striconv.c: New file.
4920
4921 2007-01-14  Bruno Haible  <bruno@clisp.org>
4922
4923         * modules/iconv-tests: New file.
4924         * tests/test-iconv.c: New file.
4925
4926 2007-01-14  Bruno Haible  <bruno@clisp.org>
4927
4928         * gnulib-tool (func_get_license): For test modules, use the license of
4929         the main module.
4930
4931 2007-01-14  Bruno Haible  <bruno@clisp.org>
4932
4933         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4934         if iconv is found to exist.
4935
4936 2007-01-14  Bruno Haible  <bruno@clisp.org>
4937
4938         * modules/c-ctype-tests: New file.
4939         * tests/test-c-ctype.c: New file.
4940
4941 2007-01-14  Bruno Haible  <bruno@clisp.org>
4942
4943         * modules/binary-io-tests: New file.
4944         * tests/test-binary-io.sh: New file.
4945         * tests/test-binary-io.c: New file.
4946
4947 2007-01-14  Bruno Haible  <bruno@clisp.org>
4948
4949         * modules/array-oset-tests: New file.
4950         * tests/test-array_oset.c: New file.
4951
4952 2007-01-14  Bruno Haible  <bruno@clisp.org>
4953
4954         * modules/array-list-tests: New file.
4955         * tests/test-array_list.c: New file.
4956
4957 2007-01-14  Bruno Haible  <bruno@clisp.org>
4958
4959         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4960         and make.
4961         Reported by Simon Josefsson in
4962         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4963
4964 2007-01-14  Bruno Haible  <bruno@clisp.org>
4965
4966         * modules/allocsa-tests: New file.
4967         * tests/test-allocsa.c: New file.
4968
4969 2007-01-14  Bruno Haible  <bruno@clisp.org>
4970
4971         * modules/fchdir (Depends-on): Add absolute-header.
4972         * modules/unistd (Depends-on): Likewise.
4973
4974 2006-12-30  Bruno Haible  <bruno@clisp.org>
4975
4976         * modules/fchdir: New file.
4977         * modules/unistd (Files): Add lib/unistd_.h.
4978         (Makefile.am): Generate unistd.h from unistd_.h.
4979         * lib/fchdir.c: New file.
4980         * lib/dirent_.h: New file.
4981         * lib/unistd_.h: New file.
4982         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4983         * m4/fchdir.m4: New file.
4984         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4985         (gl_HEADER_UNISTD): Invoke it.
4986         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4987         function.
4988         * lib/backupfile.c (opendir, closedir): Undefine.
4989         * lib/chown.c (open, close): Undefine.
4990         * lib/clean-temp.c (open, close): Undefine.
4991         * lib/copy-file.c (open, close): Undefine.
4992         * lib/execute.c (open, close): Undefine.
4993         * lib/fsusage.c (open, close): Undefine.
4994         * lib/gc-gnulib.c (open, close): Undefine.
4995         * lib/getcwd.c (opendir, closedir): Undefine.
4996         * lib/glob.c (opendir, closedir): Undefine.
4997         * lib/javacomp.c (open, close): Undefine.
4998         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4999         * lib/openat-proc.c (open, close): Undefine.
5000         * lib/pagealign_alloc.c (open, close): Undefine.
5001         * lib/pipe.c (open, close): Undefine.
5002         * lib/progreloc.c (open, close): Undefine.
5003         * lib/savedir.c (opendir, closedir): Undefine.
5004         * lib/utime.c (open, close): Undefine.
5005         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
5006
5007 2007-01-10  Bruno Haible  <bruno@clisp.org>
5008
5009         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
5010
5011 2007-01-12  Eric Blake  <ebb9@byu.net>
5012
5013         Provide a robust <wchar.h>.  Further simplifications are now
5014         possible in other modules, but not included here.
5015         * modules/wchar: New module.
5016         * m4/wchar.m4: New file.
5017         * lib/wchar_.h: Likewise.
5018         * modules/mbchar (Depends-on): Depend on wchar, as the first use
5019         of the new module.
5020         * MODULES.html.sh (Extended multibyte and wide character utilities):
5021         New section.
5022
5023 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
5024
5025         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
5026         to a reasonable default for memory allocation.
5027         (xreadlink): Don't allocate a huge buffer, to work around a buggy
5028         file system that reports garbage st_size values for symlinks.
5029         Problem reported by Liyang Hu.
5030
5031 2007-01-11  Simon Josefsson  <simon@josefsson.org>
5032
5033         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
5034         Emacs .#* auto-save files).
5035
5036 2007-01-11  Bruno Haible  <bruno@clisp.org>
5037
5038         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
5039         directory.
5040
5041 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5042
5043         Use @...@ consistently in lib/wctype_.h.
5044         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
5045         on it being set to 1 or 0.
5046         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
5047         go back to AC_SUBSTing it.
5048         * modules/wctype (Makefile.am): Undo previous change.
5049
5050 2007-01-10  Eric Blake  <ebb9@byu.net>
5051
5052         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
5053         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
5054         * modules/wctype (Makefile.am): Likewise.
5055         Reported by Chris McGuire.
5056
5057 2007-01-10  Jim Meyering  <jim@meyering.net>
5058
5059         fts.c: a small readability/maintainability improvement
5060         * lib/fts.c (fts_read): Make this code slightly more readable and
5061         maintainable by hoisting the "sp->fts_cur = p" assignments to
5062         immediately follow the statements that set P.  Derived from
5063         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
5064
5065 2007-01-10  Eric Blake  <ebb9@byu.net>
5066
5067         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
5068         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
5069         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5070         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
5071         Reported by Chris McGuire.
5072
5073 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5074
5075         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
5076         in sed script.
5077
5078 2007-01-09  Bruno Haible  <bruno@clisp.org>
5079
5080         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
5081         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
5082         variables.
5083         (func_module): Use them.
5084
5085 2007-01-09  Bruno Haible  <bruno@clisp.org>
5086
5087         * modules/unistr/base: New file.
5088         * lib/unistr.h: New file.
5089
5090         * modules/unistr/u8-to-u16: New file.
5091         * lib/unistr/u8-to-u16.c: New file.
5092
5093         * modules/unistr/u8-to-u32: New file.
5094         * lib/unistr/u8-to-u32.c: New file.
5095
5096         * modules/unistr/u16-to-u8: New file.
5097         * lib/unistr/u16-to-u8.c: New file.
5098
5099         * modules/unistr/u16-to-u32: New file.
5100         * lib/unistr/u16-to-u32.c: New file.
5101
5102         * modules/unistr/u32-to-u8: New file.
5103         * lib/unistr/u32-to-u8.c: New file.
5104
5105         * modules/unistr/u32-to-u16: New file.
5106         * lib/unistr/u32-to-u16.c: New file.
5107
5108         * modules/unistr/u8-check: New file.
5109         * modules/unistr/u16-check: New file.
5110         * modules/unistr/u32-check: New file.
5111         * lib/unistr/u8-check.c: New file.
5112         * lib/unistr/u16-check.c: New file.
5113         * lib/unistr/u32-check.c: New file.
5114
5115         * modules/unistr/u8-chr: New file.
5116         * modules/unistr/u16-chr: New file.
5117         * modules/unistr/u32-chr: New file.
5118         * lib/unistr/u8-chr.c: New file.
5119         * lib/unistr/u16-chr.c: New file.
5120         * lib/unistr/u32-chr.c: New file.
5121
5122         * modules/unistr/u8-cmp: New file.
5123         * modules/unistr/u16-cmp: New file.
5124         * modules/unistr/u32-cmp: New file.
5125         * lib/unistr/u8-cmp.c: New file.
5126         * lib/unistr/u16-cmp.c: New file.
5127         * lib/unistr/u32-cmp.c: New file.
5128
5129         * modules/unistr/u8-cpy: New file.
5130         * modules/unistr/u16-cpy: New file.
5131         * modules/unistr/u32-cpy: New file.
5132         * lib/unistr/u8-cpy.c: New file.
5133         * lib/unistr/u16-cpy.c: New file.
5134         * lib/unistr/u32-cpy.c: New file.
5135         * lib/unistr/u-cpy.h: New file.
5136
5137         * modules/unistr/u8-cpy-alloc: New file.
5138         * modules/unistr/u16-cpy-alloc: New file.
5139         * modules/unistr/u32-cpy-alloc: New file.
5140         * lib/unistr/u8-cpy-alloc.c: New file.
5141         * lib/unistr/u16-cpy-alloc.c: New file.
5142         * lib/unistr/u32-cpy-alloc.c: New file.
5143         * lib/unistr/u-cpy-alloc.h: New file.
5144
5145         * modules/unistr/u8-endswith: New file.
5146         * modules/unistr/u16-endswith: New file.
5147         * modules/unistr/u32-endswith: New file.
5148         * lib/unistr/u8-endswith.c: New file.
5149         * lib/unistr/u16-endswith.c: New file.
5150         * lib/unistr/u32-endswith.c: New file.
5151         * lib/unistr/u-endswith.h: New file.
5152
5153         * modules/unistr/u8-mblen: New file.
5154         * modules/unistr/u16-mblen: New file.
5155         * modules/unistr/u32-mblen: New file.
5156         * lib/unistr/u8-mblen.c: New file.
5157         * lib/unistr/u16-mblen.c: New file.
5158         * lib/unistr/u32-mblen.c: New file.
5159
5160         * modules/unistr/u8-mbtouc: New file.
5161         * modules/unistr/u16-mbtouc: New file.
5162         * modules/unistr/u32-mbtouc: New file.
5163         * lib/unistr/u8-mbtouc.c: New file.
5164         * lib/unistr/u16-mbtouc.c: New file.
5165         * lib/unistr/u32-mbtouc.c: New file.
5166
5167         * modules/unistr/u8-mbtouc-safe: New file.
5168         * modules/unistr/u16-mbtouc-safe: New file.
5169         * modules/unistr/u32-mbtouc-safe: New file.
5170         * lib/unistr/u8-mbtouc-safe.c: New file.
5171         * lib/unistr/u16-mbtouc-safe.c: New file.
5172         * lib/unistr/u32-mbtouc-safe.c: New file.
5173
5174         * modules/unistr/u8-move: New file.
5175         * modules/unistr/u16-move: New file.
5176         * modules/unistr/u32-move: New file.
5177         * lib/unistr/u8-move.c: New file.
5178         * lib/unistr/u16-move.c: New file.
5179         * lib/unistr/u32-move.c: New file.
5180         * lib/unistr/u-move.h: New file.
5181
5182         * modules/unistr/u8-next: New file.
5183         * modules/unistr/u16-next: New file.
5184         * modules/unistr/u32-next: New file.
5185         * lib/unistr/u8-next.c: New file.
5186         * lib/unistr/u16-next.c: New file.
5187         * lib/unistr/u32-next.c: New file.
5188
5189         * modules/unistr/u8-prev: New file.
5190         * modules/unistr/u16-prev: New file.
5191         * modules/unistr/u32-prev: New file.
5192         * lib/unistr/u8-prev.c: New file.
5193         * lib/unistr/u16-prev.c: New file.
5194         * lib/unistr/u32-prev.c: New file.
5195
5196         * modules/unistr/u8-set: New file.
5197         * modules/unistr/u16-set: New file.
5198         * modules/unistr/u32-set: New file.
5199         * lib/unistr/u8-set.c: New file.
5200         * lib/unistr/u16-set.c: New file.
5201         * lib/unistr/u32-set.c: New file.
5202         * lib/unistr/u-set.h: New file.
5203
5204         * modules/unistr/u8-startswith: New file.
5205         * modules/unistr/u16-startswith: New file.
5206         * modules/unistr/u32-startswith: New file.
5207         * lib/unistr/u8-startswith.c: New file.
5208         * lib/unistr/u16-startswith.c: New file.
5209         * lib/unistr/u32-startswith.c: New file.
5210         * lib/unistr/u-startswith.h: New file.
5211
5212         * modules/unistr/u8-stpcpy: New file.
5213         * modules/unistr/u16-stpcpy: New file.
5214         * modules/unistr/u32-stpcpy: New file.
5215         * lib/unistr/u8-stpcpy.c: New file.
5216         * lib/unistr/u16-stpcpy.c: New file.
5217         * lib/unistr/u32-stpcpy.c: New file.
5218         * lib/unistr/u-stpcpy.h: New file.
5219
5220         * modules/unistr/u8-stpncpy: New file.
5221         * modules/unistr/u16-stpncpy: New file.
5222         * modules/unistr/u32-stpncpy: New file.
5223         * lib/unistr/u8-stpncpy.c: New file.
5224         * lib/unistr/u16-stpncpy.c: New file.
5225         * lib/unistr/u32-stpncpy.c: New file.
5226         * lib/unistr/u-stpncpy.h: New file.
5227
5228         * modules/unistr/u8-strcat: New file.
5229         * modules/unistr/u16-strcat: New file.
5230         * modules/unistr/u32-strcat: New file.
5231         * lib/unistr/u8-strcat.c: New file.
5232         * lib/unistr/u16-strcat.c: New file.
5233         * lib/unistr/u32-strcat.c: New file.
5234         * lib/unistr/u-strcat.h: New file.
5235
5236         * modules/unistr/u8-strchr: New file.
5237         * modules/unistr/u16-strchr: New file.
5238         * modules/unistr/u32-strchr: New file.
5239         * lib/unistr/u8-strchr.c: New file.
5240         * lib/unistr/u16-strchr.c: New file.
5241         * lib/unistr/u32-strchr.c: New file.
5242
5243         * modules/unistr/u8-strcmp: New file.
5244         * modules/unistr/u16-strcmp: New file.
5245         * modules/unistr/u32-strcmp: New file.
5246         * lib/unistr/u8-strcmp.c: New file.
5247         * lib/unistr/u16-strcmp.c: New file.
5248         * lib/unistr/u32-strcmp.c: New file.
5249
5250         * modules/unistr/u8-strcpy: New file.
5251         * modules/unistr/u16-strcpy: New file.
5252         * modules/unistr/u32-strcpy: New file.
5253         * lib/unistr/u8-strcpy.c: New file.
5254         * lib/unistr/u16-strcpy.c: New file.
5255         * lib/unistr/u32-strcpy.c: New file.
5256         * lib/unistr/u-strcpy.h: New file.
5257
5258         * modules/unistr/u8-strcspn: New file.
5259         * modules/unistr/u16-strcspn: New file.
5260         * modules/unistr/u32-strcspn: New file.
5261         * lib/unistr/u8-strcspn.c: New file.
5262         * lib/unistr/u16-strcspn.c: New file.
5263         * lib/unistr/u32-strcspn.c: New file.
5264         * lib/unistr/u-strcspn.h: New file.
5265
5266         * modules/unistr/u8-strdup: New file.
5267         * modules/unistr/u16-strdup: New file.
5268         * modules/unistr/u32-strdup: New file.
5269         * lib/unistr/u8-strdup.c: New file.
5270         * lib/unistr/u16-strdup.c: New file.
5271         * lib/unistr/u32-strdup.c: New file.
5272         * lib/unistr/u-strdup.h: New file.
5273
5274         * modules/unistr/u8-strlen: New file.
5275         * modules/unistr/u16-strlen: New file.
5276         * modules/unistr/u32-strlen: New file.
5277         * lib/unistr/u8-strlen.c: New file.
5278         * lib/unistr/u16-strlen.c: New file.
5279         * lib/unistr/u32-strlen.c: New file.
5280         * lib/unistr/u-strlen.h: New file.
5281
5282         * modules/unistr/u8-strmblen: New file.
5283         * modules/unistr/u16-strmblen: New file.
5284         * modules/unistr/u32-strmblen: New file.
5285         * lib/unistr/u8-strmblen.c: New file.
5286         * lib/unistr/u16-strmblen.c: New file.
5287         * lib/unistr/u32-strmblen.c: New file.
5288
5289         * modules/unistr/u8-strmbtouc: New file.
5290         * modules/unistr/u16-strmbtouc: New file.
5291         * modules/unistr/u32-strmbtouc: New file.
5292         * lib/unistr/u8-strmbtouc.c: New file.
5293         * lib/unistr/u16-strmbtouc.c: New file.
5294         * lib/unistr/u32-strmbtouc.c: New file.
5295
5296         * modules/unistr/u8-strncat: New file.
5297         * modules/unistr/u16-strncat: New file.
5298         * modules/unistr/u32-strncat: New file.
5299         * lib/unistr/u8-strncat.c: New file.
5300         * lib/unistr/u16-strncat.c: New file.
5301         * lib/unistr/u32-strncat.c: New file.
5302         * lib/unistr/u-strncat.h: New file.
5303
5304         * modules/unistr/u8-strncmp: New file.
5305         * modules/unistr/u16-strncmp: New file.
5306         * modules/unistr/u32-strncmp: New file.
5307         * lib/unistr/u8-strncmp.c: New file.
5308         * lib/unistr/u16-strncmp.c: New file.
5309         * lib/unistr/u32-strncmp.c: New file.
5310
5311         * modules/unistr/u8-strncpy: New file.
5312         * modules/unistr/u16-strncpy: New file.
5313         * modules/unistr/u32-strncpy: New file.
5314         * lib/unistr/u8-strncpy.c: New file.
5315         * lib/unistr/u16-strncpy.c: New file.
5316         * lib/unistr/u32-strncpy.c: New file.
5317         * lib/unistr/u-strncpy.h: New file.
5318
5319         * modules/unistr/u8-strnlen: New file.
5320         * modules/unistr/u16-strnlen: New file.
5321         * modules/unistr/u32-strnlen: New file.
5322         * lib/unistr/u8-strnlen.c: New file.
5323         * lib/unistr/u16-strnlen.c: New file.
5324         * lib/unistr/u32-strnlen.c: New file.
5325         * lib/unistr/u-strnlen.h: New file.
5326
5327         * modules/unistr/u8-strpbrk: New file.
5328         * modules/unistr/u16-strpbrk: New file.
5329         * modules/unistr/u32-strpbrk: New file.
5330         * lib/unistr/u8-strpbrk.c: New file.
5331         * lib/unistr/u16-strpbrk.c: New file.
5332         * lib/unistr/u32-strpbrk.c: New file.
5333         * lib/unistr/u-strpbrk.h: New file.
5334
5335         * modules/unistr/u8-strrchr: New file.
5336         * modules/unistr/u16-strrchr: New file.
5337         * modules/unistr/u32-strrchr: New file.
5338         * lib/unistr/u8-strrchr.c: New file.
5339         * lib/unistr/u16-strrchr.c: New file.
5340         * lib/unistr/u32-strrchr.c: New file.
5341
5342         * modules/unistr/u8-strspn: New file.
5343         * modules/unistr/u16-strspn: New file.
5344         * modules/unistr/u32-strspn: New file.
5345         * lib/unistr/u8-strspn.c: New file.
5346         * lib/unistr/u16-strspn.c: New file.
5347         * lib/unistr/u32-strspn.c: New file.
5348         * lib/unistr/u-strspn.h: New file.
5349
5350         * modules/unistr/u8-strstr: New file.
5351         * modules/unistr/u16-strstr: New file.
5352         * modules/unistr/u32-strstr: New file.
5353         * lib/unistr/u8-strstr.c: New file.
5354         * lib/unistr/u16-strstr.c: New file.
5355         * lib/unistr/u32-strstr.c: New file.
5356         * lib/unistr/u-strstr.h: New file.
5357
5358         * modules/unistr/u8-strtok: New file.
5359         * modules/unistr/u16-strtok: New file.
5360         * modules/unistr/u32-strtok: New file.
5361         * lib/unistr/u8-strtok.c: New file.
5362         * lib/unistr/u16-strtok.c: New file.
5363         * lib/unistr/u32-strtok.c: New file.
5364         * lib/unistr/u-strtok.h: New file.
5365
5366         * modules/unistr/u8-uctomb: New file.
5367         * modules/unistr/u16-uctomb: New file.
5368         * modules/unistr/u32-uctomb: New file.
5369         * lib/unistr/u8-uctomb.c: New file.
5370         * lib/unistr/u16-uctomb.c: New file.
5371         * lib/unistr/u32-uctomb.c: New file.
5372
5373         * MODULES.html.sh (Unicode string functions): Add the new modules.
5374
5375 2007-01-08  Bruno Haible  <bruno@clisp.org>
5376
5377         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
5378         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
5379         subdirectories.
5380
5381 2007-01-08  Karl Berry  <karl@gnu.org>
5382
5383         * doc/error.texi: mention that main() fns must set program_name
5384         when progname is used.
5385
5386 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
5387
5388         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
5389         WCTYPE_H is empty, for the benefit of builds from non-distclean
5390         directories.  Problem reported by Eric Blake in
5391         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
5392
5393 2007-01-08  Bruno Haible  <bruno@clisp.org>
5394
5395         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
5396         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
5397         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
5398         PROVIDE_CANONICALIZE_FILENAME_MODE.
5399         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
5400
5401 2007-01-08  Bruno Haible  <bruno@clisp.org>
5402
5403         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
5404         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
5405         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
5406         * lib/fts.c: Likewise.
5407         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
5408
5409 2006-12-25  Bruno Haible  <bruno@clisp.org>
5410
5411         * modules/utf8-ucs4-safe: New file.
5412         * lib/utf8-ucs4-safe.h: New file.
5413         * lib/unistr/utf8-ucs4-safe.c: New file.
5414
5415         * modules/utf16-ucs4-safe: New file.
5416         * lib/utf16-ucs4-safe.h: New file.
5417         * lib/unistr/utf16-ucs4-safe.c: New file.
5418
5419         * MODULES.html.sh (Unicode string functions): Add the new modules.
5420
5421 2007-01-08  Bruno Haible  <bruno@clisp.org>
5422
5423         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
5424         (Depends-on): Add unitypes.
5425         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
5426         (u8_mbtouc_aux): Move out to separate file.
5427         (u8_mbtouc): Use ucs4_t, uint8_t types.
5428         * lib/unistr/utf8-ucs4.c: New file.
5429
5430         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
5431         (Depends-on): Add unitypes.
5432         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
5433         (u16_mbtouc_aux): Move out to separate file.
5434         (u16_mbtouc): Use ucs4_t, uint16_t types.
5435         * lib/unistr/utf16-ucs4.c: New file.
5436
5437         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
5438         (Depends-on): Add unitypes.
5439         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
5440         (u8_uctomb_aux): Move out to separate file.
5441         (u8_uctomb): Use ucs4_t, uint8_t types.
5442         * lib/unistr/ucs4-utf8.c: New file.
5443
5444         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
5445         (Depends-on): Add unitypes.
5446         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
5447         (u16_uctomb_aux): Move out to separate file.
5448         (u16_uctomb): Use ucs4_t, uint16_t types.
5449         * lib/unistr/ucs4-utf16.c: New file.
5450
5451 2006-12-25  Bruno Haible  <bruno@clisp.org>
5452
5453         * modules/unitypes: New file.
5454         * lib/unitypes.h: New file.
5455         * MODULES.html.sh (func_all_modules): New section "Unicode string
5456         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
5457         this section. Add unitypes.
5458
5459 2007-01-08  Bruno Haible  <bruno@clisp.org>
5460
5461         Avoid variable names that conflict with those from libtool.
5462         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
5463         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
5464         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
5465         library_names_spec to acl_library_names_spec, hardcode_* to
5466         acl_hardcode_*.
5467         Reported by Ralf Wildenhues.
5468
5469 2007-01-08  Bruno Haible  <bruno@clisp.org>
5470
5471         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
5472         definition.
5473         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
5474         definition.
5475         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
5476         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
5477         definition.
5478         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
5479         definition.
5480         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
5481         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
5482         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
5483         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
5484         definition.
5485         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
5486         definition.
5487         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
5488         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
5489         GC_USE_<algorithm>.
5490         * lib/gc-libgcrypt.c: Likewise.
5491         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
5492         * modules/gc-arctwo (configure.ac): Likewise.
5493         * modules/gc-des (configure.ac): Likewise.
5494         * modules/gc-hmac-md5 (configure.ac): Likewise.
5495         * modules/gc-hmac-sha1 (configure.ac): Likewise.
5496         * modules/gc-md2 (configure.ac): Likewise.
5497         * modules/gc-md4 (configure.ac): Likewise.
5498         * modules/gc-md5 (configure.ac): Likewise.
5499         * modules/gc-random (configure.ac): Likewise.
5500         * modules/gc-rijndael (configure.ac): Likewise.
5501         * modules/gc-sha1 (configure.ac): Likewise.
5502
5503 2007-01-08  Bruno Haible  <bruno@clisp.org>
5504
5505         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
5506         macro definition.
5507         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
5508         definition.
5509         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
5510         definition.
5511         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
5512         * modules/fcntl-safer (configure.ac): Likewise.
5513         * modules/fopen-safer (configure.ac): Likewise.
5514         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
5515         GNULIB_FWRITEERROR macro definition.
5516
5517 2007-01-08  Bruno Haible  <bruno@clisp.org>
5518
5519         * m4/gnulib-common.m4: New file.
5520         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
5521         (func_get_filelist): Add m4/gnulib-common.m4.
5522
5523 2007-01-08  Bruno Haible  <bruno@clisp.org>
5524
5525         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
5526         command.
5527
5528 2007-01-08  Jim Meyering  <jim@meyering.net>
5529
5530         Use a more robust test for a "can't happen" condition.
5531         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
5532         narrowed the st_size value.  Presuming the "can't happen" condition
5533         is true, that narrowing could conceivably convert an invalid st_size
5534         value into a valid one.  Instead, use a change based on Matthew
5535         Woehlke's original patch.
5536
5537         Slight readability improvement: use an assert-like macro
5538         in place of literal "abort ()" uses.
5539         * lib/fts.c (fts_assert): Define.
5540         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
5541         Use this macro instead of a bare 'abort'.
5542
5543 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5544
5545         Don't worry about using IRIX 5.3's wctype.h broken definitions;
5546         simply work around them.
5547         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
5548         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
5549         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
5550         declaring.
5551         Don't bother to define as macros, since the standard doesn't require it.
5552         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
5553         longer worry about IRIX 5.3.
5554         (HAVE_WCTYPE_CTMP_BUG): Remove.
5555
5556 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
5557
5558         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
5559         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
5560         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5561         Problems reported by Georg Schwarz for IRIX 5.3.
5562
5563         * gnulib-tool (autoconf_minversion): Take the maximum version number
5564         found, not the minimum.  Problem reported by James Youngman.
5565
5566 2007-01-03  Karl Berry  <karl@gnu.org>
5567
5568         * doc/error.texi: new file, explaining interaction with progname.
5569         * doc/gnulib.texi: include it.  Update copyright.
5570
5571 2007-01-03  Simon Josefsson  <simon@josefsson.org>
5572
5573         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
5574         AC_CANONICAL_HOST, to improve autobuild outputs.
5575
5576 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
5577             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5578
5579         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
5580         sockets, server sockets, and other file descriptors.  Count errors
5581         to compute the return value.  Reorder the code a bit to be easier
5582         to follow.  Don't set event bits that were not requested (except
5583         POLLERR and POLLHUP).
5584
5585 2007-01-01  Bruno Haible  <bruno@clisp.org>
5586
5587         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
5588
5589 2007-01-03  Jim Meyering  <jim@meyering.net>
5590
5591         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
5592
5593 2007-01-02  Bruno Haible  <bruno@clisp.org>
5594
5595         * modules/settime (Include): Require timespec.h.
5596         * modules/nanosleep (Include): Likewise.
5597
5598 2007-01-01  Bruno Haible  <bruno@clisp.org>
5599
5600         * gnulib-tool (func_emit_copyright_notice): Bump year.
5601         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
5602
5603 2007-01-01  Bruno Haible  <bruno@clisp.org>
5604
5605         Improve support for OpenBSD.
5606         * build-aux/config.rpath (libname_spec): Export.
5607         (library_names_spec): New variable. Export.
5608         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
5609         library_names_spec from the config.rpath output. Locate shared library
5610         through the name pattern in library_names_spec.
5611
5612 2007-01-01  Eric Blake  <ebb9@byu.net>
5613
5614         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
5615
5616 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5617
5618         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
5619         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
5620         assume the C locale, and avoid an "eval" that could cause trouble.
5621         Problem with SORT reported by Bob Proulx.
5622
5623         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
5624         Define.  Trivial patch from Henning Nielsen Lund, originally
5625         sent to bug-grep@gnu.org today.
5626
5627 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5628
5629         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
5630         struct stat.  Problem reported by Henning Nielsen Lund.
5631         * lib/acl.c: Include acl.h first, to check interface.  Don't
5632         bother to include sys/types.h and sys/stat.h again.
5633
5634 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
5635
5636         Import the following change from libc; problem reported by
5637         Sven Verdoolaege.
5638
5639         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
5640
5641         [BZ #1373]
5642         * lib/argp.h: Remove __NTH for __argp_usage inline function.
5643
5644 2006-12-28  Jim Meyering  <jim@meyering.net>
5645
5646         * build-aux/announce-gen: Do not assume that the package
5647         builds any of tar.gz, tar.bz2, and .xdelta files.
5648         Suggestion from Simon Josefsson.
5649
5650 2006-12-28  Simon Josefsson  <simon@josefsson.org>
5651
5652         * modules/announce-gen: New file.
5653
5654 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
5655
5656         * lib/mbchar.h: Just include <wctype.h>; the wctype module
5657         handles its gotchas now.
5658         * lib/mbswidth.c: Likewise.
5659         * lib/wcwidth.h: Likewise.
5660         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
5661         and iswcntrl; the wctype module does this stuff now.
5662         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5663         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5664         * modules/mbchar (Depends-on): Add wctype.
5665         * modules/mbswidth (Depends-on): Likewise.
5666         * modules/wcwidth (Depends-on): Likewise.
5667
5668 2006-12-27  Eric Blake  <ebb9@byu.net>
5669
5670         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
5671         module uses more than what <wctype.h> is required to provide.
5672
5673 2006-12-26  Eric Blake  <ebb9@byu.net>
5674
5675         * gnulib-tool (sed_extract_prog): Avoid space-tab.
5676
5677 2006-12-26  Eric Blake  <ebb9@byu.net>
5678
5679         * modules/absolute-header: New module.
5680         * modules/fcntl (Depends-on): Depend on it.
5681         * modules/inttypes (Depends-on): Likewise.
5682         * modules/stdint (Depends-on): Likewise.
5683         * modules/sys_stat (Depends-on): Likewise.
5684         * modules/wctype (Depends-on): Likewise.
5685         * MODULES.html.sh (Support for building libraries and
5686         executables): Document it.
5687
5688 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
5689
5690         * gnulib-tool (SED): Remove, undoing previous change.
5691         The problem was that it broke coreutils on Solaris, because
5692         "sed --posix" leaked into a makefile.
5693         (sed): New alias, if 'alias' and GNU sed.
5694
5695 2006-12-24  Jim Meyering  <jim@meyering.net>
5696
5697         Work around an fchownat bug in glibc-2.4:
5698         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
5699         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
5700         in spite of the -P option.
5701         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
5702         New macros.
5703         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
5704         * modules/openat (Files): Add lib/fchownat.c.
5705         * lib/openat.c (fchownat): Don't define here.  Move to...
5706         * lib/fchownat.c: ...this new file.
5707
5708 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
5709
5710         Fix bug reported by Bruno Haible in
5711         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
5712         where quotearg.c didn't compile on Mac OS X 10.2 because it
5713         lacks <wchar.h> and wint_t.
5714         * lib/wctype_.h (__wctype_wint_t): New type.
5715         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
5716         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
5717         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
5718         Arg is now of type __wctype_wint_t, not wint_t.
5719         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
5720         substitute HAVE_WINT_T.
5721         * modules/wctype (Files): Add m4/wint_t.m4.
5722         (wctype.h): Substitute HAVE_WINT_T.
5723
5724 2006-12-23  Bruno Haible  <bruno@clisp.org>
5725
5726         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
5727
5728 2006-12-23  Bruno Haible  <bruno@clisp.org>
5729
5730         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
5731         S_ISLNK.
5732         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
5733         mingw.
5734
5735 2006-12-22  Bruno Haible  <bruno@clisp.org>
5736
5737         * lib/copy-file.c: Include acl.h.
5738         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
5739         Close the file descriptors only after being done with copy_acl.
5740         * modules/copy-file (Depends-on): Add acl.
5741
5742 2006-12-22  Bruno Haible  <bruno@clisp.org>
5743
5744         * gnulib-tool (SED): New variable.
5745         Use $SED instead of sed everywhere.
5746
5747 2006-12-22  Bruno Haible  <bruno@clisp.org>
5748
5749         * modules/no-c++: New file.
5750         * m4/no-c++.m4: New file.
5751         * MODULES.html.sh (Support for building libraries and executables):
5752         Add no-c++.
5753
5754 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5755
5756         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5757         Include <limits.h>, and use its INT_MAX to rewrite the
5758         j loop so that it does not overflow 'int'.  Problem reported by
5759         Ralf Wildenhues in
5760         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5761         Play it safe by shifting left by 1 rather than multiplying by 2,
5762         as GCC is less likely to optimize this away when the value
5763         is signed (when it assumes overflow leads to undefined behavior).
5764         Also, don't assume time_t uses two's complement.
5765
5766 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5767
5768         * MODULES.html.sh: New module wctype.
5769         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5770         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5771         <wctype.h>, since the new wctype module should fix this.
5772         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5773         the wctype module should arrange for it.
5774         * lib/regex_internal.h: Likewise.
5775         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5776         since the wctype module should handle this now.
5777         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5778         * modules/fnmatch (Depends-on): Add wctype.
5779         * modules/quotearg (Depends-on): Likewise.
5780         * modules/regex (Depends-on): Likewise.
5781
5782 2006-12-19  Bruno Haible  <bruno@clisp.org>
5783
5784         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5785         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5786
5787 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5788
5789         * modules/savewd (Depends-on): Fix dependency on fcntl.
5790
5791 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5792
5793         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5794         conforms to C99, rather than relying on the user's environment
5795         setting of STDINT_H.
5796
5797 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5798         and Eric Blake  <ebb9@byu.net>
5799
5800         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5801         This is more consistent with the other defines here.
5802         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5803         Port to z/OS.  Problem reported by Paul Gilmartin.
5804         Change local vars to use gl_ prefix rather than ac_.
5805         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5806         with other defines.
5807         * modules/double-slash-root: New module.
5808         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5809         (Depends-on): Add double-slash-root.
5810         * MODULES.html.sh (File system functions): Mention new module.
5811
5812 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5813
5814         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5815         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5816         This is for the benefit of gzip, which doesn't do i18n.
5817
5818 2006-12-12  Jim Meyering  <jim@meyering.net>
5819
5820         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5821         Reported by Andreas Schwab <schwab@suse.de>.
5822
5823 2006-12-12  Bruno Haible  <bruno@clisp.org>
5824
5825         Merge these changes.
5826         2006-09-05  Bruno Haible  <bruno@clisp.org>
5827         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5828         iconv_alloc succeeded.
5829         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5830         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5831         test for " && dest " at the end - dest is always != NULL there. Call
5832         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5833         with 2xNULL arguments, also to flush the state storage. Handle the
5834         IRIX iconv behaviour. Realloc the final result, to throw away unused
5835         memory.
5836
5837 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5838
5839         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5840         and fchmodat unconditionally, since glibc 2.4 has them.
5841         Problem reported by Arkadiusz Miskiewicz.
5842
5843 2006-12-10  Bruno Haible  <bruno@clisp.org>
5844
5845         * gnulib-tool (func_import): Show the include files only for those
5846         modules that are copied and specified.
5847         Reported by Karl Berry.
5848
5849 2006-12-08  Jim Meyering  <jim@meyering.net>
5850
5851         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5852         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5853
5854         * build-aux/announce-gen: Add two new options, both optional:
5855         --bootstrap-tools=TOOL_LIST
5856               a comma-separated list of tools, e.g.,
5857               autoconf,automake,bison,gnulib
5858         --gnulib-snapshot-date=DATE
5859               if gnulib is in the bootstrap tool list,
5860               then report this as the snapshot date.
5861               If not specified, use the current date/time.
5862               If you specify a date here, be sure it's UTC.
5863
5864 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5865
5866         * tests/test-argp-2.sh: Fix test to match actual output.
5867         (func_compare): Fix sed script to be portable.
5868
5869 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5870
5871         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5872         workaround for this case.  It is not autoconfigured now; offhand
5873         it's hard to see how to autoconfigure it.
5874
5875 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5876
5877         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5878         a directory that is about to be chowned.  Such a directory's
5879         initial file permissions should permit the owner only and this
5880         should not be changed until after the chown, since the group and
5881         other bits would be incorrect if they granted permission before
5882         the chown.
5883
5884         Fix porting problem for iswctype reported by Georg Schwarz in:
5885         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5886         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5887         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5888         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5889         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5890
5891 2006-12-03  Jim Meyering  <jim@meyering.net>
5892
5893         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5894         p->fts_statp may not yet be defined.
5895         (fts_read): Instead, set it in the caller, once p->fts_statp is
5896         sure to be defined, and corresponds to a top-level directory.
5897         This bug made du -x fail.  Here's the coreutils test case:
5898         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5899         Reported by Mike Frysinger.
5900
5901 2006-12-01  Jim Meyering  <jim@meyering.net>
5902
5903         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5904         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5905         Reported by Simon Josefsson.
5906
5907 2006-11-30  Jim Meyering  <jim@meyering.net>
5908
5909         * m4/warning.m4: Use the all-permissive copyright notice
5910         recommended by RMS (rather than LGPL).
5911         * m4/vararrays.m4: Likewise.
5912         * m4/flexmember.m4: Likewise.
5913
5914 2006-11-29  Bruno Haible  <bruno@clisp.org>
5915
5916         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5917         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5918         using +=.
5919         Reported by Simon Josefsson <simon@josefsson.org>.
5920
5921 2006-11-28  James Youngman <jay@gnu.org>
5922
5923         * README: Advise users that they might find the bug-gnulib@gnu.org
5924         and autotools-announce@gnu.org mailing lists useful.
5925
5926 2006-11-28  Bruno Haible  <bruno@clisp.org>
5927
5928         * m4/ptrdiff_max.m4: Remove file.
5929
5930 2006-11-21  Bruno Haible  <bruno@clisp.org>
5931
5932         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5933         _AC_COMPUTE_INT.
5934         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5935         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5936         _AC_COMPUTE_INT.
5937         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5938         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5939         _AC_COMPUTE_INT.
5940         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5941
5942 2006-11-28  Jim Meyering  <jim@meyering.net>
5943
5944         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5945         warning from "gcc -Wshadow" about shadowing the builtin.
5946
5947 2006-11-27  Bruno Haible  <bruno@clisp.org>
5948
5949         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5950         _AC_COMPUTE_INT.
5951         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5952
5953 2006-11-27  Bruno Haible  <bruno@clisp.org>
5954             Paul Eggert  <eggert@cs.ucla.edu>
5955
5956         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5957
5958 2006-11-26  Bruno Haible  <bruno@clisp.org>
5959
5960         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5961         noinst_LTLIBRARIES.
5962
5963 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5964             Bruno Haible  <bruno@clisp.org>
5965
5966         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5967         if compiling with "gcc -ansi".
5968
5969 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5970
5971         Fix some incompatibilities with gcc -ansi -pedantic.
5972         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5973         if compiling pedantically with GCC, unless it's C99 or later.
5974         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5975         it mishandles gcc -ansi -pedantic as well.
5976         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5977         if gcc -pedantic.
5978         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5979         initializers for struct if -pedantic, unless it's C99 or later.
5980
5981 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5982
5983         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5984         Don't close an fd more than once. Identical atimes indicate
5985         success, not failure.
5986
5987 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5988
5989         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5990
5991 2006-11-23  Jim Meyering  <jim@meyering.net>
5992
5993         * build-aux/announce-gen: New file.  From coreutils.
5994
5995 2006-11-22  Jim Meyering  <jim@meyering.net>
5996
5997         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5998         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5999         (fts_read): Use a temporary to narrow the overused st_size member
6000         before using it in a switch statement.  Reported by Matthew Woehlke.
6001
6002         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
6003         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
6004
6005 2006-11-20  Bruno Haible  <bruno@clisp.org>
6006
6007         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
6008         changequote instead of pairs of brackets.
6009         Reported by Andreas Schwab <schwab@suse.de>.
6010
6011 2006-11-21  Jim Meyering  <jim@meyering.net>
6012
6013         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
6014         so as to remain compatible with older compilers.
6015         Patch from Michael Deutschmann.
6016
6017 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
6018
6019         * MODULES.html.sh (File system functions): Add openat.
6020
6021         * lib/openat.h (rpl_fstatat): New macro, if
6022         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
6023         (fstatat): Define to rpl_fstatat under the same conditions,
6024         unless COMPILING_FSTATAT.
6025         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
6026         seems to have the bug.
6027         * lib/fstatat.c: New file.
6028         * modules/openat (Files): Add it.
6029
6030 2006-11-20  Bruno Haible  <bruno@clisp.org>
6031
6032         * Makefile: New file.
6033
6034 2006-11-20  Jim Meyering  <jim@meyering.net>
6035
6036         The beginnings of syntax-related checks for gnulib.
6037         * lib/Makefile: New file.
6038         * lib/t-idcache: New script.  Ensure that the two halves of
6039         idcache.c stay in sync.
6040
6041         * lib/idcache.c: Adjust comments in user- and group- portions to
6042         be more accurate, and to be consistent with one another.
6043
6044 2006-11-20  Jim Meyering  <jim@meyering.net>
6045
6046         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
6047         continue using the flexible array member (thus, this module performs
6048         half as many malloc calls), with the addition that...
6049         (getgroup, getuser): Consistently record a non-match via an empty
6050         "name" string, and map an empty string match to a NULL return value.
6051         * modules/idcache (Depends-on): Re-add flexmember.
6052
6053         * lib/idcache.c (getuser): Remove all uses of the register keyword.
6054         (getuidbyname, getgroup, getgidbyname): Likewise.
6055
6056         Use cleaner syntax: NULL rather than 0.
6057         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
6058
6059 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
6060
6061         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
6062         It mishandled the case where the group was missing.
6063         Problem reported by Greg Schafer.
6064         * modules/idcache: Likewise.
6065
6066 2006-11-18  Jim Meyering  <jim@meyering.net>
6067
6068         * check-module (%exempt_header): Add exception for some
6069         conditionally-included headers.
6070
6071         * modules/i-ring (Depends-on): Add verify.
6072         (License): Change to LGPL.
6073
6074 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
6075
6076         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
6077         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
6078         and inttostr.h.  Use snprintf rather than uinttostr, so that
6079         LGPLed code doesn't depend on GPLed.
6080
6081 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6082
6083         * modules/inline (License): Change from GPL to LGPL.
6084
6085 2006-11-17  Jim Meyering  <jim@meyering.net>
6086
6087         * modules/d-type (License): Switch to LGPL.
6088
6089 2006-11-15  Bruno Haible  <bruno@clisp.org>
6090
6091         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
6092
6093 2006-11-15  Eric Blake  <ebb9@byu.net>
6094
6095         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
6096         the module dependency.
6097
6098 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6099             Bruno Haible  <bruno@clisp.org>
6100
6101         * gnulib-tool (func_create_testdir): Add license consistency check.
6102
6103 2006-11-15  Eric Blake  <ebb9@byu.net>
6104
6105         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
6106         random "(cached)" in configure output.
6107
6108 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6109
6110         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
6111         test for conforming inttypes.h is both announced and cached.
6112
6113         * MODULES.html.sh (seen_modules, seen_files): New variables.
6114         (func_module): Rewrite to use a few less gnulib-tool and sed
6115         invocations.  Avoid a couple of quadratic algorithms for ...
6116         (missed_modules, missed_files): ... these, with ...
6117         (func_append, func_tmpdir): ... these new functions, from
6118         gnulib-tool.  Analogously, install traps for cleanup.
6119
6120         * tests/test-gc.c (main): Remove unused variables.
6121         * tests/test-read-file.c: Include stdlib.h, for 'free'.
6122
6123 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
6124
6125         * modules/inttostr (License): Change to LGPL.
6126
6127 2006-11-14  Eric Blake  <ebb9@byu.net>
6128
6129         * modules/tempname (License): Change to LGPL.
6130
6131 2006-11-14  Eric Blake  <ebb9@byu.net>
6132
6133         * doc/functions.texi (Function Portability): *printf functions on
6134         Cygwin now understand all POSIX size specifiers.
6135
6136 2006-11-14  Bruno Haible  <bruno@clisp.org>
6137
6138         * modules/c-ctype (License): Change to LGPL.
6139
6140 2006-11-12  Bruno Haible  <bruno@clisp.org>
6141
6142         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
6143         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
6144         for GNOME libraries, for which the include files are installed in
6145         subdirectories of $prefix/include.
6146
6147 2006-11-12  Bruno Haible  <bruno@clisp.org>
6148
6149         * m4/lib-link.m4: Require at least autoconf-2.54.
6150         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
6151         name to underscores for the --with option.
6152
6153 2006-11-13  Bruno Haible  <bruno@clisp.org>
6154
6155         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
6156         the tests directory.
6157         Reported by Ralf Wildenhues.
6158
6159 2006-11-13  Bruno Haible  <bruno@clisp.org>
6160
6161         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
6162         (func_emit_initmacro_end): Undo the override here.
6163         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
6164         Works around the famous automake error in coreutils.
6165
6166 2006-11-13  Eric Blake  <ebb9@byu.net>
6167
6168         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
6169         element, not its node.
6170
6171 2006-11-12  Bruno Haible  <bruno@clisp.org>
6172
6173         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
6174         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
6175
6176 2006-11-12  Bruno Haible  <bruno@clisp.org>
6177
6178         * gnulib-tool: New option --local-symlink.
6179         (func_usage): Document it.
6180         (lsymbolic): New variable.
6181         (func_import, func_create_testdir): If --symlink was not specified,
6182         test whether --local-symlink was specified and the file comes from
6183         the local_gnulib_dir.
6184
6185 2006-11-12  Bruno Haible  <bruno@clisp.org>
6186
6187         * gnulib-tool (func_ln): New function.
6188         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
6189
6190 2006-11-12  Bruno Haible  <bruno@clisp.org>
6191
6192         Finish support for source files in subdirectories.
6193         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
6194         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
6195         AUTOMAKE_OPTIONS.
6196         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
6197
6198 2006-11-12  Bruno Haible  <bruno@clisp.org>
6199
6200         * gnulib-tool (func_get_automake_snippet): Synthesize also an
6201         EXTRA_lib_SOURCES augmentation.
6202         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
6203
6204 2006-11-12  Jim Meyering  <jim@meyering.net>
6205
6206         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
6207         file descriptors.  This also averts a failure on systems with
6208         native openat support when a traversed directory lacks "x" access.
6209         * lib/fts_.h: Include "i-ring.h"
6210         (struct FTS) [fts_fd_ring]: New member.
6211         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
6212         (FCHDIR): Add parentheses.
6213         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
6214         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
6215         When descending, rather than simply closing the previous
6216         fts_cwd_fd value, push that file descriptor onto the ring.
6217         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
6218         (fts_open): Initialize the new fd_ring member.
6219         (fts_close): Clear the ring.
6220         (fts_safe_changedir): When possible, use our new fd_ring to skip
6221         the diropen and fstat and dev/ino comparison that would normally
6222         accompany a virtual `chdir ("..")'.
6223
6224         * modules/fts (Depends-on): Add i-ring.
6225         * modules/i-ring: New module.
6226         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
6227         * m4/i-ring.m4: New file.
6228
6229 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6230
6231         * gnulib-tool (func_create_testdir): Fix replacement of
6232         `build-aux' in configure.ac.  Run autotools in gltests
6233         subdirectory.
6234         (func_create_testdir, func_create_megatestdir, test): There is
6235         no need for '--force' in most autotool invocations in a new
6236         tree.  Actually fail the whole test if any of the tools, or the
6237         configure or make stages fail.
6238
6239         Sync from Automake.
6240         * build-aux/gnupload: Revert last change.  Add pointer to upload
6241         instructions of the GNU Maintenance Instructions.
6242         Suggestion by Karl Berry.
6243
6244 2006-11-10  Jim Meyering  <jim@meyering.net>
6245
6246         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
6247
6248 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
6249
6250         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
6251         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
6252         (bind_textdomain_codeset) [! ENABLE_NLS]:
6253         Evaluate all the arguments.  That way, callers get compatible behavior
6254         if the arguments have side effects.  Also, it avoids some GCC
6255         diagnostics in some cases; Joel E. Denny reported problems when Bison
6256         was configured with --enable-gcc-warnigs.
6257
6258 2006-11-10  Jim Meyering  <jim@meyering.net>
6259
6260         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
6261         relevant options in CFLAGS (like -O, -fno-inline) are taken into
6262         account.
6263
6264 2006-11-10  Jim Meyering  <jim@meyering.net>
6265
6266         * modules/inline: New file/module.
6267         * modules/xalloc (Files): Remove m4/inline.m4.
6268         (Depends-on): Add inline, instead.
6269         * modules/oset: Likewise.
6270         * modules/list: Likewise.
6271
6272 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
6273
6274         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
6275         Problem reported by Matthew Woehlke.
6276
6277 2006-11-09  Bruno Haible  <bruno@clisp.org>
6278
6279         * lib/tempname.c (gen_tempname): Remove variant that invokes
6280         __gen_tempname.
6281         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
6282         __gen_tempname.
6283
6284 2006-11-08  Bruno Haible  <bruno@clisp.org>
6285
6286         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
6287         to 'yes' instead of 'cross-compiling'.
6288
6289 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
6290
6291         * lib/quotearg.h (quotearg_free): New decl.
6292         * lib/quotearg.c (quotearg_free): New function.
6293         (slot0, nslots, slotvec0, slotvec):
6294         Now file-scope so that quotearg_free can get at them.
6295
6296 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6297
6298         Sync from Automake.
6299         * build-aux/gnupload: Add missing 'gnu' to example URL.
6300         Report by Karl Berry.
6301
6302 2006-11-08  Bruno Haible  <bruno@clisp.org>
6303
6304         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
6305         Suggested by Paul Eggert.
6306
6307 2006-11-08  Jim Meyering  <jim@meyering.net>
6308
6309         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
6310         It's already included if !_LIBC.
6311         (fts_safe_changedir): Add a comment.
6312
6313 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
6314
6315         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
6316         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
6317         Matthew Woehlke.
6318
6319         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
6320         definitions up, to avoid colliding with change below.
6321         (static_inline) [HAVE_INLINE]: New macro.
6322         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
6323         Provide extern decls when !HAVE_INLINE.  Do not define unless
6324         static_inline is defined, either by us or by xmalloc.c.  Use
6325         static_inline rather than static inline.
6326         (XCALLOC): Optimize sizeof(T) = 1 case.
6327         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
6328
6329 2006-11-07  Bruno Haible  <bruno@clisp.org>
6330
6331         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
6332         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
6333         AC_C_INLINE.
6334         * modules/xalloc (Files): Add m4/inline.m4.
6335
6336 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6337
6338         * README: Fix typo.
6339         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
6340         (Miscellanous Notes): ...from this.
6341
6342 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
6343
6344         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
6345         Mention that offsetof should be used instead of sizeof.
6346         From Bruno Haible.
6347
6348 2006-11-07  Bruno Haible  <bruno@clisp.org>
6349
6350         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
6351
6352 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
6353
6354         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
6355         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
6356         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
6357         (gl_tree_add_before, gl_tree_add_after):
6358         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
6359         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
6360         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6361         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
6362         (gl_linked_add_after, gl_linked_add_at): Likewise.
6363         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
6364         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
6365         (gl_tree_add_before, gl_tree_add_after): Likewise.
6366         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
6367         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
6368         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
6369
6370 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6371
6372         * lib/gl_oset.h: Use C comment style, not C++ comment style.
6373
6374 2006-11-06  Bruno Haible  <bruno@clisp.org>
6375
6376         * m4/inline.m4: New file.
6377         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
6378         * modules/list (Files): Add m4/inline.m4.
6379         * modules/oset (Files): Likewise.
6380
6381 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
6382
6383         * lib/idcache.c: Include <stddef.h>, for offsetof.
6384         (struct userid.name): Change from char * to a flexible array member.
6385         All uses changed.
6386         * modules/idcache (Depends-on): Add flexmember.
6387
6388         * MODULES.html.sh (Core language properties): New module flexmember.
6389         * modules/flexmember, m4/flexmember.m4: New files.
6390
6391         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
6392         inline functions that are identical with the old xnmalloc_inline,
6393         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
6394         that we can avoid some unnecessary integer multiplications and
6395         divisions in the common case where the element size is known at
6396         compile time.
6397         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
6398         needed.
6399         (xnboundedmalloc): Remove.
6400         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
6401         arguments, for consistency with rest of this header.
6402         (xcharalloc): Rewrite using XNMALLOC.
6403         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
6404         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
6405         versions have been moved to lib/xalloc.h and renamed to be the
6406         non-*_inline versions.
6407         (xmalloc, xrealloc): Implement without reference to the xnmalloc
6408         and xnrealloc functions, since those functions are now inline and
6409         now call us.
6410         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
6411         renaming described above.
6412         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
6413         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
6414         captures the dependency in AC_C_INLINE.
6415
6416         New module canonicalize-lgpl, proposed by Charles Wilson in
6417         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
6418         with a few small changes afterwards.
6419         * MODULES.html.sh (File system functions): New module
6420         canonicalize-lgpl.
6421         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
6422         and canonicalize_file_name.
6423         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
6424         * modules/canonicalize-lgpl: New files.
6425
6426 2006-11-05  Bruno Haible  <bruno@clisp.org>
6427
6428         * gnulib-tool (func_import, func_create_testdir): Create directories
6429         also for files in subdirectories of lib/.
6430
6431 2006-11-05  Bruno Haible  <bruno@clisp.org>
6432
6433         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
6434         ANSI C compliant.
6435
6436 2006-11-03  Bruno Haible  <bruno@clisp.org>
6437
6438         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
6439         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
6440         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
6441         (xnboundedmalloc): New inline function.
6442         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
6443         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
6444         xmalloc.
6445         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
6446         xmalloc.
6447         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
6448         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
6449         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
6450         xmalloc.
6451         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
6452         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
6453         xmalloc.
6454         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
6455         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6456         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
6457         xmalloc.
6458         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
6459         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
6460         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6461         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
6462         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
6463         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
6464         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
6465
6466 2006-11-03  Bruno Haible  <bruno@clisp.org>
6467
6468         * lib/c-ctype.h [C++]: Define functions without name mangling.
6469         * lib/fwriteerror.h [C++]: Likewise.
6470         * lib/gcd.h [C++]: Likewise.
6471         * lib/linebreak.h [C++]: Likewise.
6472
6473 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
6474
6475         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
6476         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
6477         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
6478         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6479         Check for functions and headers just once.
6480         Check for declaration of canonicalize_file_name.
6481         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
6482
6483 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6484
6485         * gnulib-tool (func_import): Fix typo in actioncmd.
6486
6487 2006-11-02  Bruno Haible  <bruno@clisp.org>
6488
6489         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
6490         newline sequence in the Makefile.am snippet as a space, like "make"
6491         does.
6492         Reported by Roger Persson <perrog@gmail.com>.
6493
6494 2006-11-01  Bruno Haible  <bruno@clisp.org>
6495
6496         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
6497         already declared in <string.h>.
6498         * lib/strcase.h (strncasecmp): Don't declare it if yes.
6499
6500 2006-11-01  Bruno Haible  <bruno@clisp.org>
6501
6502         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
6503         * lib/strcase.h: Include <string.h>.
6504         (strcasecmp): Define to rpl_strcasecmp here.
6505
6506 2006-11-01  Bruno Haible  <bruno@clisp.org>
6507
6508         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
6509
6510 2006-11-01  Eric Blake  <ebb9@byu.net>
6511
6512         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
6513
6514         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
6515
6516 2006-10-29  Bruno Haible  <bruno@clisp.org>
6517
6518         Make it compile in C++ mode.
6519         * lib/full-write.c (full_rw): Add a cast.
6520
6521 2006-11-01  Bruno Haible  <bruno@clisp.org>
6522
6523         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
6524         be POSIX compliant.
6525         Reported by Roger Persson <perrog@gmail.com>.
6526
6527 2006-11-01  Eric Blake  <ebb9@byu.net>
6528
6529         * lib/getopt_.h: Fix comments.
6530
6531 2006-10-31  Eric Blake  <ebb9@byu.net>
6532
6533         * modules/tmpdir (Depends-on): Add sys_stat.
6534         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
6535         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
6536         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
6537         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
6538         tempname.
6539
6540 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
6541
6542         Avoid some C++ diagnostics reported by Bruno Haible.
6543         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
6544         xmalloc.
6545         (quotearg_alloc): Use xcharalloc rather than xmalloc.
6546         (struct slotvec): Move to top level.
6547         (quotearg_n_options): Rewrite to avoid xmalloc.
6548         * lib/xalloc.h (xcharalloc): New function.
6549         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
6550         [defined __cplusplus]: Add function template that provides result
6551         type propagation.  This part of the change is from Bruno Haible.
6552
6553 2006-10-29  Bruno Haible  <bruno@clisp.org>
6554
6555         Make it compile in C++ mode.
6556         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
6557         * lib/strnlen1.c (strnlen1): Cast memchr result.
6558         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
6559         * lib/clean-temp.c (string_equals, string_hash): Add casts.
6560         (create_temp_dir): Rename local variable 'template'.
6561         (compile_csharp_using_sscli): Add cast.
6562         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
6563         * lib/findprog.c (find_in_path): Likewise.
6564         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
6565         * lib/wait-process.c (register_slave_subprocess): Likewise.
6566
6567 2006-10-22  Bruno Haible  <bruno@clisp.org>
6568
6569         * modules/tsearch: New file.
6570         * lib/tsearch.h: New file.
6571         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
6572         * m4/tsearch.m4: New file.
6573         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
6574
6575 2006-10-29  Eric Blake  <ebb9@byu.net>
6576
6577         * lib/arcfour.c: Assume config.h.
6578         * lib/arctwo.c: Likewise.
6579         * lib/base64.c: Likewise.
6580         * lib/check-version.c: Likewise.
6581         * lib/crc.c: Likewise.
6582         * lib/des.c: Likewise.
6583         * lib/gc-gnulib.c: Likewise.
6584         * lib/gc-libgcrypt.c: Likewise.
6585         * lib/gc-pbkdf2-sha1.c: Likewise.
6586         * lib/getaddrinfo.c: Likewise.
6587         * lib/getdelim.c: Likewise.
6588         * lib/getline.c: Likewise.
6589         * lib/hmac-md5.c: Likewise.
6590         * lib/hmac-sha1.c: Likewise.
6591         * lib/iconvme.c: Likewise.
6592         * lib/md2.c: Likewise.
6593         * lib/md4.c: Likewise.
6594         * lib/memxor.c: Likewise.
6595         * lib/read-file.c: Likewise.
6596         * lib/readline.c: Likewise.
6597         * lib/rijndael-alg-fst.c: Likewise.
6598         * lib/rijndael-api-fst.c: Likewise.
6599         * lib/xgetdomainname.c: Likewise.
6600
6601 2006-10-28  Eric Blake  <ebb9@byu.net>
6602
6603         * lib/xstrndup.c: Assume config.h.
6604
6605 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6606
6607         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
6608         stat-macros.h is now for our own macros, whereas stat_h is for
6609         macros in the <sys/stat.h> name space.
6610         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
6611         (STAT_MACROS_H): Remove.
6612         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
6613         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
6614         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
6615         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
6616         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
6617         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
6618         Move these macros to ...
6619         * lib/stat_.h: here.  Don't include stat-macros.h.
6620         * lib/canonicalize.c: Don't include stat-macros.h.
6621         * lib/chown.c: Likewise.
6622         * lib/euidaccess.c: Likewise.
6623         * lib/file-type.c: Likewise.
6624         * lib/filemode.c: Likewise.
6625         * lib/glob.c: Likewise.
6626         * lib/isapipe.c: Likewise.
6627         * lib/lchown.c: Likewise.
6628         * lib/lstat.c: Likewise.
6629         * lib/mkdir-p.c: Likewise.
6630         * lib/rmdir.c: Likewise.
6631         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
6632         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
6633         unless mkdir isn't declared, to speed up 'configure'.
6634         Always create sys/stat.h, since it's unlikely any real sys/stat.h
6635         would define all the S_* symbols.
6636         * modules/canonicalize (Depends-on):
6637         Depend on sys_stat, not stat-macros.
6638         * modules/chown: Likewise.
6639         * modules/euidaccess: Likewise.
6640         * modules/filemode: Likewise.
6641         * modules/file-type: Likewise.
6642         * modules/glob: Likewise.
6643         * modules/isapipe: Likewise.
6644         * modules/lchown: Likewise.
6645         * modules/lstat: Likewise.
6646         * modules/mkancesdirs: Likewise.
6647         * modules/rmdir: Likewise.
6648         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
6649         * modules/modechange: Likewise.
6650         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
6651         (configure.ac): Remove gl_STAT_MACROS.
6652         * modules/sys_stat (Depends-on): Remove stat-macros.
6653
6654 2006-10-27  Bruno Haible  <bruno@clisp.org>
6655
6656         * m4/signed.m4: Remove file.
6657         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
6658         invocation.
6659         * modules/vasnprintf (Files): Remove m4/signed.m4.
6660
6661 2006-10-27  Bruno Haible  <bruno@clisp.org>
6662
6663         Update to GNU gettext 0.16.
6664         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
6665         m4/inttypes-h.m4, m4/signed.m4.
6666         * m4/gettext.m4: Update to GNU gettext 0.16.
6667         * m4/intl.m4: New file, from GNU gettext.
6668         * m4/intldir.m4: New file, from GNU gettext.
6669         * config/srclist.txt: Update
6670
6671 2006-10-27  Eric Blake  <ebb9@byu.net>
6672
6673         * MODULES.html.sh: Document tempname.
6674         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
6675         dependencies.
6676         (Files): Move lib/tempname.c...
6677         * modules/tempname: ...to this new module.
6678         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
6679         (gl_PREREQ_TEMPNAME): Move...
6680         * m4/tempname.m4: ...to this new file.
6681         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
6682         * modules/sys_stat (Depends-on): Add stat-macros.
6683         * lib/stat_.h (includes): Pick up stat macros.
6684         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
6685         if stat macros are broken.
6686         * lib/tempname.c (includes): No need to include "stat-macros.h".
6687         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
6688         (direxists, __path_search) [!_LIBC]: Don't compile these in
6689         gnulib; the tmpdir module covers that.
6690         * lib/tempname.h: New file.
6691
6692 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
6693
6694         * COPYING: Explain how gnulib-tool converts licence headers.
6695         Almost all wording by Eric Blake.
6696
6697 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
6698
6699         * lib/mbchar.h (is_basic_table): Make read-only.
6700         * lib/mbchar.c (is_basic_table): Likewise.
6701         Reported by John Darrington.
6702
6703 2006-10-25  Bruno Haible  <bruno@clisp.org>
6704
6705         * lib/progname.h (set_program_name): Undefine before defining.
6706
6707 2006-10-25  Bruno Haible  <bruno@clisp.org>
6708
6709         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
6710         false for non-gcc C++ compilers.
6711         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6712
6713 2006-10-24  Bruno Haible  <bruno@clisp.org>
6714
6715         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
6716         iconv implementations like Irix iconv.
6717
6718 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6719
6720         * modules/vararrays: New file.
6721         * m4/vararrays.m4: New file, taken from diffutils.
6722         * MODULES.html.sh: New module vararrays.
6723
6724 2006-10-24  Karl Berry  <karl@gnu.org>
6725
6726         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
6727         Don't call GNU Unix.
6728
6729 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6730
6731         * users.txt: Add Libtool.
6732
6733         Sync from Libtool:
6734
6735         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6736
6737         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
6738         to gnulib's policy of including config.h unconditionally.
6739
6740 2006-10-24  Bruno Haible  <bruno@clisp.org>
6741
6742         * modules/wcwidth (Files): Add m4/wint_t.m4.
6743         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
6744         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
6745
6746 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6747
6748         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6749         to pacify GCC with some -W flags enabled.  Problem reported by
6750         Bruno Haible.
6751
6752 2006-10-24  Jim Meyering  <jim@meyering.net>
6753
6754         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6755         Reported by Karl Berry.
6756
6757 2006-10-23  Bruno Haible  <bruno@clisp.org>
6758
6759         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6760
6761 2006-10-24  Bruno Haible  <bruno@clisp.org>
6762
6763         * lib/gl_list.h: Use C comment style, not C++ comment style.
6764
6765 2006-10-23  Eric Blake  <ebb9@byu.net>
6766
6767         * lib/getaddrinfo.c (includes): Add missing include.
6768
6769 2006-10-23  Bruno Haible  <bruno@clisp.org>
6770             Paul Eggert  <eggert@cs.ucla.edu>
6771
6772         Ability to rename obstack_free.
6773         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6774         obstack_free.
6775         (obstack_free): Invoke the __obstack_free macro.
6776         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6777
6778 2006-10-23  Bruno Haible  <bruno@clisp.org>
6779             Paul Eggert  <eggert@cs.ucla.edu>
6780
6781         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6782         __argc, __argv from the declaration. (They are defined as macros on
6783         mingw.)
6784
6785 2006-10-22  Bruno Haible  <bruno@clisp.org>
6786
6787         * doc/gnulib-intro.texi: New file.
6788         * doc/gnulib.texi: Include it.
6789
6790 2006-10-21  Bruno Haible  <bruno@clisp.org>
6791
6792         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6793         "Introduction", "Miscellanous Notes", "Particular Modules".
6794
6795 2006-10-21  Bruno Haible  <bruno@clisp.org>
6796
6797         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6798         Change mostlyclean-local rule to avoid sh syntax error from bash
6799         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6800
6801 2006-10-23  Jim Meyering  <jim@meyering.net>
6802
6803         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6804         in place of snprintf.
6805
6806         * modules/inttostr (Files): Add lib/uinttostr.c.
6807         * lib/uinttostr.c (inttostr): New file/function.
6808         * lib/inttostr.h (uinttostr): Declare.
6809         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6810         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6811         Add uinttostr.
6812         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6813
6814 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6815
6816         * lib/canonicalize.c (ELOOP): Define if not already defined.
6817         Problem reported by Bruno Haible in
6818         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6819
6820 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6821
6822         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6823         Problem reported by Perry Smith and Ville Laurikari.
6824
6825         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6826         uses.
6827
6828 2006-10-19  Bruno Haible  <bruno@clisp.org>
6829
6830         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6831         for mingw.
6832
6833 2006-10-19  Bruno Haible  <bruno@clisp.org>
6834
6835         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6836         Needed for mingw.
6837
6838 2006-10-19  Bruno Haible  <bruno@clisp.org>
6839
6840         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6841
6842 2006-10-19  Bruno Haible  <bruno@clisp.org>
6843
6844         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6845         it.
6846
6847 2006-10-19  Bruno Haible  <bruno@clisp.org>
6848
6849         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6850         invocation.
6851
6852 2006-10-19  Bruno Haible  <bruno@clisp.org>
6853
6854         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6855         mountlist by default.
6856
6857 2006-10-16  Bruno Haible  <bruno@clisp.org>
6858
6859         * lib/c-strstr.c: Include c-strstr.h.
6860
6861 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6862
6863         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6864         in a slash.
6865
6866 2006-10-18  Bruno Haible  <bruno@clisp.org>
6867
6868         * lib/lock.h [C++]: Wrap definitions in extern "C".
6869
6870 2006-10-18  Bruno Haible  <bruno@clisp.org>
6871
6872         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6873         gl_LIBOBJS list.
6874
6875 2006-10-18  Bruno Haible  <bruno@clisp.org>
6876
6877         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6878
6879 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6880
6881         * lib/xstrtol.h: Include gettext.h.
6882         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6883         Problem reported by Eric Blake.
6884         * modules/xstrtol (Depends-on): Add gettext-h.
6885
6886 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6887
6888         * lib/strftime.c (advance): New macro.
6889         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6890         incomplete type, so you can't add 0 to it.  Problem and patch
6891         reported by Eelco Dolstra for dietlibc.
6892
6893 2006-10-18  Jim Meyering  <jim@meyering.net>
6894
6895         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6896         type for a local, and rename it: s/up/user_proc/.
6897
6898 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6899
6900         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6901         READ_UTMP_USER_PROCESS.
6902         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6903
6904 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6905
6906         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6907         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6908
6909 2006-10-17  Eric Blake  <ebb9@byu.net>
6910
6911         * lib/sigprocmask.c (sigprocmask): Fix typo.
6912
6913         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6914
6915         * modules/clean-temp (Makefile.am): Don't add to make output...
6916         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6917         config.h.
6918
6919 2006-10-17  Bruno Haible  <bruno@clisp.org>
6920
6921         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6922         differently if DEFAULT_TEXT_DOMAIN is set.
6923
6924 2006-10-16  Bruno Haible  <bruno@clisp.org>
6925
6926         * lib/clean-temp.c: Include fwriteerror.h.
6927
6928 2006-10-16  Bruno Haible  <bruno@clisp.org>
6929
6930         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6931
6932 2006-10-16  Bruno Haible  <bruno@clisp.org>
6933
6934         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6935         * lib/sigprocmask.h: Include <sys/types.h>.
6936         (sigset_t): Use the system's definition if present.
6937
6938 2006-10-17  Eric Blake  <ebb9@byu.net>
6939
6940         * lib/xvasprintf.c (includes): Assume config.h.
6941         * lib/xasprintf.c (includes): Likewise.
6942
6943 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6944
6945         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6946         at least as wide as intmax_t.
6947
6948 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6949
6950         (Imported from Automake.)
6951         * build-aux/gnupload: Update to version 1.1 of directive file.
6952
6953 2006-10-16  Eric Blake  <ebb9@byu.net>
6954
6955         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6956         match Automake 1.10a.
6957
6958 2006-10-14  Bruno Haible  <bruno@clisp.org>
6959
6960         * modules/sigprocmask: New file.
6961         * lib/sigprocmask.h: New file.
6962         * lib/sigprocmask.c: New file.
6963         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6964         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6965         request sigprocmask.o.
6966         (gl_PREREQ_SIGPROCMASK): New macro.
6967         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6968         (Depends-on): Add sigprocmask.
6969         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6970         gt_SIGNALBLOCKING. Test for 'raise' only once.
6971         * lib/fatal-signal.c: Include sigprocmask.h.
6972         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6973         unblock_fatal_signals): Define always.
6974         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6975         sigprocmask.
6976
6977 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6978
6979         Sync from Automake.
6980         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6981         which incorrectly sets the mode of an existing destination
6982         directory.  In some cases the unpatched install-sh could do the
6983         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6984         system.  We hope this is rare in practice, but it's clearly worth
6985         fixing.  Problem reported by Alex Unleashed in
6986         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6987         Also, don't bother to check for -m bugs unless we're using -m;
6988         suggested by Stepan Kasal.
6989
6990 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6991
6992         Sync from Automake.
6993         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6994         `-c' flag, so they appear at the same position as in %FASTDEP%
6995         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6996         which ignores unknown options only after the first non-option.
6997         Bug report against M4 by Nelson H. F. Beebe.
6998
6999 2006-10-13  Jim Meyering  <jim@meyering.net>
7000
7001         Fix a bug in yesterday's change.
7002         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
7003         p->fts_statp->st_dev would be used uninitialized.
7004         Ensures that we always call fts_stat on the very first entry.
7005         Miklos Szeredi reported that find -xdev stopped working.
7006
7007 2006-10-12  Bruno Haible  <bruno@clisp.org>
7008
7009         * gnulib-tool (func_get_automake_snippet): Append an automatically
7010         computed EXTRA_DIST augmentation.
7011         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
7012         * modules/alloca-opt (Makefile.am): Likewise.
7013         * modules/allocsa (Makefile.am): Likewise.
7014         * modules/arcfour (Makefile.am): Likewise.
7015         * modules/arctwo (Makefile.am): Likewise.
7016         * modules/argmatch (Makefile.am): Likewise.
7017         * modules/argz (Makefile.am): Likewise.
7018         * modules/atexit (Makefile.am): Likewise.
7019         * modules/backupfile (Makefile.am): Likewise.
7020         * modules/byteswap (Makefile.am): Likewise.
7021         * modules/c-strtod (Makefile.am): Likewise.
7022         * modules/c-strtold (Makefile.am): Likewise.
7023         * modules/calloc (Makefile.am): Likewise.
7024         * modules/canon-host (Makefile.am): Likewise.
7025         * modules/canonicalize (Makefile.am): Likewise.
7026         * modules/chdir-long (Makefile.am): Likewise.
7027         * modules/chdir-safer (Makefile.am): Likewise.
7028         * modules/check-version (Makefile.am): Likewise.
7029         * modules/chown (Makefile.am): Likewise.
7030         * modules/cloexec (Makefile.am): Likewise.
7031         * modules/close-stream (Makefile.am): Likewise.
7032         * modules/closeout (Makefile.am): Likewise.
7033         * modules/crc (Makefile.am): Likewise.
7034         * modules/csharpexec (Makefile.am): Likewise.
7035         * modules/cycle-check (Makefile.am): Likewise.
7036         * modules/des (Makefile.am): Likewise.
7037         * modules/dev-ino (Makefile.am): Likewise.
7038         * modules/dirfd (Makefile.am): Likewise.
7039         * modules/dirname (Makefile.am): Likewise.
7040         * modules/dup2 (Makefile.am): Likewise.
7041         * modules/eealloc (Makefile.am): Likewise.
7042         * modules/error (Makefile.am): Likewise.
7043         * modules/euidaccess (Makefile.am): Likewise.
7044         * modules/exclude (Makefile.am): Likewise.
7045         * modules/exitfail (Makefile.am): Likewise.
7046         * modules/fcntl-safer (Makefile.am): Likewise.
7047         * modules/fcntl (Makefile.am): Likewise.
7048         * modules/file-type (Makefile.am): Likewise.
7049         * modules/fileblocks (Makefile.am): Likewise.
7050         * modules/filemode (Makefile.am): Likewise.
7051         * modules/filenamecat (Makefile.am): Likewise.
7052         * modules/fnmatch (Makefile.am): Likewise.
7053         * modules/fopen-safer (Makefile.am): Likewise.
7054         * modules/fpending (Makefile.am): Likewise.
7055         * modules/fprintftime (Makefile.am): Likewise.
7056         * modules/free (Makefile.am): Likewise.
7057         * modules/fsusage (Makefile.am): Likewise.
7058         * modules/ftruncate (Makefile.am): Likewise.
7059         * modules/fts (Makefile.am): Likewise.
7060         * modules/gc-arcfour (Makefile.am): Likewise.
7061         * modules/gc-des (Makefile.am): Likewise.
7062         * modules/gc-hmac-md5 (Makefile.am): Likewise.
7063         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
7064         * modules/gc-md4 (Makefile.am): Likewise.
7065         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
7066         * modules/gc-sha1 (Makefile.am): Likewise.
7067         * modules/gc (Makefile.am): Likewise.
7068         * modules/getaddrinfo (Makefile.am): Likewise.
7069         * modules/getcwd (Makefile.am): Likewise.
7070         * modules/getdelim (Makefile.am): Likewise.
7071         * modules/getdomainname (Makefile.am): Likewise.
7072         * modules/getgroups (Makefile.am): Likewise.
7073         * modules/gethostname (Makefile.am): Likewise.
7074         * modules/gethrxtime (Makefile.am): Likewise.
7075         * modules/getline (Makefile.am): Likewise.
7076         * modules/getloadavg (Makefile.am): Likewise.
7077         * modules/getlogin_r (Makefile.am): Likewise.
7078         * modules/getndelim2 (Makefile.am): Likewise.
7079         * modules/getopt (Makefile.am): Likewise.
7080         * modules/getpagesize (Makefile.am): Likewise.
7081         * modules/getpass-gnu (Makefile.am): Likewise.
7082         * modules/getpass (Makefile.am): Likewise.
7083         * modules/getsubopt (Makefile.am): Likewise.
7084         * modules/gettime (Makefile.am): Likewise.
7085         * modules/gettimeofday (Makefile.am): Likewise.
7086         * modules/getugroups (Makefile.am): Likewise.
7087         * modules/getusershell (Makefile.am): Likewise.
7088         * modules/glob (Makefile.am): Likewise.
7089         * modules/group-member (Makefile.am): Likewise.
7090         * modules/hard-locale (Makefile.am): Likewise.
7091         * modules/hash (Makefile.am): Likewise.
7092         * modules/hmac-md5 (Makefile.am): Likewise.
7093         * modules/hmac-sha1 (Makefile.am): Likewise.
7094         * modules/human (Makefile.am): Likewise.
7095         * modules/idcache (Makefile.am): Likewise.
7096         * modules/imaxabs (Makefile.am): Likewise.
7097         * modules/imaxdiv (Makefile.am): Likewise.
7098         * modules/inet_ntop (Makefile.am): Likewise.
7099         * modules/inet_pton (Makefile.am): Likewise.
7100         * modules/intprops (Makefile.am): Likewise.
7101         * modules/inttostr (Makefile.am): Likewise.
7102         * modules/inttypes (Makefile.am): Likewise.
7103         * modules/isapipe (Makefile.am): Likewise.
7104         * modules/javaversion (Makefile.am): Likewise.
7105         * modules/lchmod (Makefile.am): Likewise.
7106         * modules/lchown (Makefile.am): Likewise.
7107         * modules/localcharset (Makefile.am): Likewise.
7108         * modules/long-options (Makefile.am): Likewise.
7109         * modules/lstat (Makefile.am): Likewise.
7110         * modules/malloc (Makefile.am): Likewise.
7111         * modules/mathl (Makefile.am): Likewise.
7112         * modules/mbchar (Makefile.am): Likewise.
7113         * modules/md2 (Makefile.am): Likewise.
7114         * modules/md4 (Makefile.am): Likewise.
7115         * modules/md5 (Makefile.am): Likewise.
7116         * modules/memcasecmp (Makefile.am): Likewise.
7117         * modules/memchr (Makefile.am): Likewise.
7118         * modules/memcmp (Makefile.am): Likewise.
7119         * modules/memcoll (Makefile.am): Likewise.
7120         * modules/memcpy (Makefile.am): Likewise.
7121         * modules/memmem (Makefile.am): Likewise.
7122         * modules/memmove (Makefile.am): Likewise.
7123         * modules/mempcpy (Makefile.am): Likewise.
7124         * modules/memrchr (Makefile.am): Likewise.
7125         * modules/memset (Makefile.am): Likewise.
7126         * modules/memxor (Makefile.am): Likewise.
7127         * modules/mkancesdirs (Makefile.am): Likewise.
7128         * modules/mkdir-p (Makefile.am): Likewise.
7129         * modules/mkdir (Makefile.am): Likewise.
7130         * modules/mkdtemp (Makefile.am): Likewise.
7131         * modules/mkstemp (Makefile.am): Likewise.
7132         * modules/mktime (Makefile.am): Likewise.
7133         * modules/modechange (Makefile.am): Likewise.
7134         * modules/mountlist (Makefile.am): Likewise.
7135         * modules/nanosleep (Makefile.am): Likewise.
7136         * modules/obstack (Makefile.am): Likewise.
7137         * modules/openat (Makefile.am): Likewise.
7138         * modules/pagealign_alloc (Makefile.am): Likewise.
7139         * modules/pathmax (Makefile.am): Likewise.
7140         * modules/physmem (Makefile.am): Likewise.
7141         * modules/poll (Makefile.am): Likewise.
7142         * modules/posixtm (Makefile.am): Likewise.
7143         * modules/posixver (Makefile.am): Likewise.
7144         * modules/putenv (Makefile.am): Likewise.
7145         * modules/quote (Makefile.am): Likewise.
7146         * modules/quotearg (Makefile.am): Likewise.
7147         * modules/raise (Makefile.am): Likewise.
7148         * modules/read-file (Makefile.am): Likewise.
7149         * modules/readline (Makefile.am): Likewise.
7150         * modules/readlink (Makefile.am): Likewise.
7151         * modules/readtokens (Makefile.am): Likewise.
7152         * modules/readutmp (Makefile.am): Likewise.
7153         * modules/realloc (Makefile.am): Likewise.
7154         * modules/regex (Makefile.am): Likewise.
7155         * modules/rename-dest-slash (Makefile.am): Likewise.
7156         * modules/rename (Makefile.am): Likewise.
7157         * modules/rijndael (Makefile.am): Likewise.
7158         * modules/rmdir (Makefile.am): Likewise.
7159         * modules/rpmatch (Makefile.am): Likewise.
7160         * modules/safe-read (Makefile.am): Likewise.
7161         * modules/safe-write (Makefile.am): Likewise.
7162         * modules/same-inode (Makefile.am): Likewise.
7163         * modules/same (Makefile.am): Likewise.
7164         * modules/save-cwd (Makefile.am): Likewise.
7165         * modules/savedir (Makefile.am): Likewise.
7166         * modules/setenv (Makefile.am): Likewise.
7167         * modules/settime (Makefile.am): Likewise.
7168         * modules/sha1 (Makefile.am): Likewise.
7169         * modules/sig2str (Makefile.am): Likewise.
7170         * modules/snprintf (Makefile.am): Likewise.
7171         * modules/stat-macros (Makefile.am): Likewise.
7172         * modules/stat-time (Makefile.am): Likewise.
7173         * modules/stdbool (Makefile.am): Likewise.
7174         * modules/stdint (Makefile.am): Likewise.
7175         * modules/stdlib-safer (Makefile.am): Likewise.
7176         * modules/stpcpy (Makefile.am): Likewise.
7177         * modules/stpncpy (Makefile.am): Likewise.
7178         * modules/strcase (Makefile.am): Likewise.
7179         * modules/strcasestr (Makefile.am): Likewise.
7180         * modules/strchrnul (Makefile.am): Likewise.
7181         * modules/strcspn (Makefile.am): Likewise.
7182         * modules/strdup (Makefile.am): Likewise.
7183         * modules/strerror (Makefile.am): Likewise.
7184         * modules/strftime (Makefile.am): Likewise.
7185         * modules/strndup (Makefile.am): Likewise.
7186         * modules/strnlen (Makefile.am): Likewise.
7187         * modules/strpbrk (Makefile.am): Likewise.
7188         * modules/strsep (Makefile.am): Likewise.
7189         * modules/strstr (Makefile.am): Likewise.
7190         * modules/strtod (Makefile.am): Likewise.
7191         * modules/strtoimax (Makefile.am): Likewise.
7192         * modules/strtok_r (Makefile.am): Likewise.
7193         * modules/strtol (Makefile.am): Likewise.
7194         * modules/strtoll (Makefile.am): Likewise.
7195         * modules/strtoul (Makefile.am): Likewise.
7196         * modules/strtoull (Makefile.am): Likewise.
7197         * modules/strtoumax (Makefile.am): Likewise.
7198         * modules/strverscmp (Makefile.am): Likewise.
7199         * modules/sys_socket (Makefile.am): Likewise.
7200         * modules/sys_stat (Makefile.am): Likewise.
7201         * modules/sysexits (Makefile.am): Likewise.
7202         * modules/time_r (Makefile.am): Likewise.
7203         * modules/timegm (Makefile.am): Likewise.
7204         * modules/timespec (Makefile.am): Likewise.
7205         * modules/tmpfile-safer (Makefile.am): Likewise.
7206         * modules/trim (Makefile.am): Likewise.
7207         * modules/unistd-safer (Makefile.am): Likewise.
7208         * modules/unlinkdir (Makefile.am): Likewise.
7209         * modules/unlocked-io (Makefile.am): Likewise.
7210         * modules/userspec (Makefile.am): Likewise.
7211         * modules/utime (Makefile.am): Likewise.
7212         * modules/utimecmp (Makefile.am): Likewise.
7213         * modules/utimens (Makefile.am): Likewise.
7214         * modules/vasnprintf (Makefile.am): Likewise.
7215         * modules/vasprintf (Makefile.am): Likewise.
7216         * modules/vsnprintf (Makefile.am): Likewise.
7217         * modules/xalloc (Makefile.am): Likewise.
7218         * modules/xgetcwd (Makefile.am): Likewise.
7219         * modules/xnanosleep (Makefile.am): Likewise.
7220         * modules/xreadlink (Makefile.am): Likewise.
7221         * modules/xstrtod (Makefile.am): Likewise.
7222         * modules/xstrtol (Makefile.am): Likewise.
7223         * modules/xstrtold (Makefile.am): Likewise.
7224         * modules/yesno (Makefile.am): Likewise.
7225         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
7226
7227 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7228
7229         * modules/error (Makefile.am): Distribute files through
7230         EXTRA_DIST, not lib_SOURCES.
7231
7232 2006-10-12  Eric Blake  <ebb9@byu.net>
7233
7234         * modules/error (Makefile.am): Distribute files in /lib.
7235         * modules/obstack (Makefile.am): Likewise.
7236
7237 2006-10-12  Bruno Haible  <bruno@clisp.org>
7238
7239         * modules/acl (Makefile.am): Distribute all files in lib/ through
7240         EXTRA_DIST.
7241         * modules/arcfour (Makefile.am): Likewise.
7242         * modules/arctwo (Makefile.am): Likewise.
7243         * modules/argmatch (Makefile.am): Likewise.
7244         * modules/argz (Makefile.am): Likewise.
7245         * modules/atexit (Makefile.am): Likewise.
7246         * modules/backupfile (Makefile.am): Likewise.
7247         * modules/c-strtod (Makefile.am): Likewise.
7248         * modules/c-strtold (Makefile.am): Likewise.
7249         * modules/calloc (Makefile.am): Likewise.
7250         * modules/canon-host (Makefile.am): Likewise.
7251         * modules/canonicalize (Makefile.am): Likewise.
7252         * modules/chdir-long (Makefile.am): Likewise.
7253         * modules/chdir-safer (Makefile.am): Likewise.
7254         * modules/check-version (Makefile.am): Likewise.
7255         * modules/chown (Makefile.am): Likewise.
7256         * modules/cloexec (Makefile.am): Likewise.
7257         * modules/close-stream (Makefile.am): Likewise.
7258         * modules/closeout (Makefile.am): Likewise.
7259         * modules/crc (Makefile.am): Likewise.
7260         * modules/cycle-check (Makefile.am): Likewise.
7261         * modules/des (Makefile.am): Likewise.
7262         * modules/dirfd (Makefile.am): Likewise.
7263         * modules/dirname (Makefile.am): Likewise.
7264         * modules/dup2 (Makefile.am): Likewise.
7265         * modules/euidaccess (Makefile.am): Likewise.
7266         * modules/exclude (Makefile.am): Likewise.
7267         * modules/exitfail (Makefile.am): Likewise.
7268         * modules/fcntl-safer (Makefile.am): Likewise.
7269         * modules/file-type (Makefile.am): Likewise.
7270         * modules/fileblocks (Makefile.am): Likewise.
7271         * modules/filemode (Makefile.am): Likewise.
7272         * modules/filenamecat (Makefile.am): Likewise.
7273         * modules/fnmatch (Makefile.am): Likewise.
7274         * modules/fopen-safer (Makefile.am): Likewise.
7275         * modules/fpending (Makefile.am): Likewise.
7276         * modules/fprintftime (Makefile.am): Likewise.
7277         * modules/free (Makefile.am): Likewise.
7278         * modules/fsusage (Makefile.am): Likewise.
7279         * modules/ftruncate (Makefile.am): Likewise.
7280         * modules/fts (Makefile.am): Likewise.
7281         * modules/gc (Makefile.am): Likewise.
7282         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
7283         * modules/getaddrinfo (Makefile.am): Likewise.
7284         * modules/getcwd (Makefile.am): Likewise.
7285         * modules/getdelim (Makefile.am): Likewise.
7286         * modules/getdomainname (Makefile.am): Likewise.
7287         * modules/getgroups (Makefile.am): Likewise.
7288         * modules/gethostname (Makefile.am): Likewise.
7289         * modules/gethrxtime (Makefile.am): Likewise.
7290         * modules/getline (Makefile.am): Likewise.
7291         * modules/getloadavg (Makefile.am): Likewise.
7292         * modules/getlogin_r (Makefile.am): Likewise.
7293         * modules/getopt (Makefile.am): Likewise.
7294         * modules/getpass (Makefile.am): Likewise.
7295         * modules/getpass-gnu (Makefile.am): Likewise.
7296         * modules/getsubopt (Makefile.am): Likewise.
7297         * modules/gettime (Makefile.am): Likewise.
7298         * modules/gettimeofday (Makefile.am): Likewise.
7299         * modules/getugroups (Makefile.am): Likewise.
7300         * modules/getusershell (Makefile.am): Likewise.
7301         * modules/glob (Makefile.am): Likewise.
7302         * modules/group-member (Makefile.am): Likewise.
7303         * modules/hard-locale (Makefile.am): Likewise.
7304         * modules/hash (Makefile.am): Likewise.
7305         * modules/hmac-md5 (Makefile.am): Likewise.
7306         * modules/hmac-sha1 (Makefile.am): Likewise.
7307         * modules/human (Makefile.am): Likewise.
7308         * modules/idcache (Makefile.am): Likewise.
7309         * modules/imaxabs (Makefile.am): Likewise.
7310         * modules/imaxdiv (Makefile.am): Likewise.
7311         * modules/inet_ntop (Makefile.am): Likewise.
7312         * modules/inet_pton (Makefile.am): Likewise.
7313         * modules/inttostr (Makefile.am): Likewise.
7314         * modules/isapipe (Makefile.am): Likewise.
7315         * modules/lchown (Makefile.am): Likewise.
7316         * modules/long-options (Makefile.am): Likewise.
7317         * modules/lstat (Makefile.am): Likewise.
7318         * modules/malloc (Makefile.am): Likewise.
7319         * modules/mathl (Makefile.am): Likewise.
7320         * modules/mbchar (Makefile.am): Likewise.
7321         * modules/md2 (Makefile.am): Likewise.
7322         * modules/md4 (Makefile.am): Likewise.
7323         * modules/md5 (Makefile.am): Likewise.
7324         * modules/memcasecmp (Makefile.am): Likewise.
7325         * modules/memchr (Makefile.am): Likewise.
7326         * modules/memcmp (Makefile.am): Likewise.
7327         * modules/memcoll (Makefile.am): Likewise.
7328         * modules/memcpy (Makefile.am): Likewise.
7329         * modules/memmem (Makefile.am): Likewise.
7330         * modules/memmove (Makefile.am): Likewise.
7331         * modules/mempcpy (Makefile.am): Likewise.
7332         * modules/memrchr (Makefile.am): Likewise.
7333         * modules/memset (Makefile.am): Likewise.
7334         * modules/memxor (Makefile.am): Likewise.
7335         * modules/mkancesdirs (Makefile.am): Likewise.
7336         * modules/mkdir (Makefile.am): Likewise.
7337         * modules/mkdir-p (Makefile.am): Likewise.
7338         * modules/mkdtemp (Makefile.am): Likewise.
7339         * modules/mkstemp (Makefile.am): Likewise.
7340         * modules/mktime (Makefile.am): Likewise.
7341         * modules/modechange (Makefile.am): Likewise.
7342         * modules/mountlist (Makefile.am): Likewise.
7343         * modules/nanosleep (Makefile.am): Likewise.
7344         * modules/openat (Makefile.am): Likewise.
7345         * modules/pagealign_alloc (Makefile.am): Likewise.
7346         * modules/physmem (Makefile.am): Likewise.
7347         * modules/poll (Makefile.am): Likewise.
7348         * modules/posixtm (Makefile.am): Likewise.
7349         * modules/posixver (Makefile.am): Likewise.
7350         * modules/putenv (Makefile.am): Likewise.
7351         * modules/quote (Makefile.am): Likewise.
7352         * modules/quotearg (Makefile.am): Likewise.
7353         * modules/raise (Makefile.am): Likewise.
7354         * modules/read-file (Makefile.am): Likewise.
7355         * modules/readline (Makefile.am): Likewise.
7356         * modules/readlink (Makefile.am): Likewise.
7357         * modules/readtokens (Makefile.am): Likewise.
7358         * modules/readutmp (Makefile.am): Likewise.
7359         * modules/realloc (Makefile.am): Likewise.
7360         * modules/regex (Makefile.am): Likewise.
7361         * modules/rename (Makefile.am): Likewise.
7362         * modules/rename-dest-slash (Makefile.am): Likewise.
7363         * modules/rijndael (Makefile.am): Likewise.
7364         * modules/rmdir (Makefile.am): Likewise.
7365         * modules/rpmatch (Makefile.am): Likewise.
7366         * modules/safe-read (Makefile.am): Likewise.
7367         * modules/safe-write (Makefile.am): Likewise.
7368         * modules/same (Makefile.am): Likewise.
7369         * modules/save-cwd (Makefile.am): Likewise.
7370         * modules/savedir (Makefile.am): Likewise.
7371         * modules/setenv (Makefile.am): Likewise.
7372         * modules/settime (Makefile.am): Likewise.
7373         * modules/sha1 (Makefile.am): Likewise.
7374         * modules/sig2str (Makefile.am): Likewise.
7375         * modules/snprintf (Makefile.am): Likewise.
7376         * modules/stdlib-safer (Makefile.am): Likewise.
7377         * modules/stpcpy (Makefile.am): Likewise.
7378         * modules/stpncpy (Makefile.am): Likewise.
7379         * modules/strcase (Makefile.am): Likewise.
7380         * modules/strcasestr (Makefile.am): Likewise.
7381         * modules/strchrnul (Makefile.am): Likewise.
7382         * modules/strcspn (Makefile.am): Likewise.
7383         * modules/strdup (Makefile.am): Likewise.
7384         * modules/strerror (Makefile.am): Likewise.
7385         * modules/strftime (Makefile.am): Likewise.
7386         * modules/strndup (Makefile.am): Likewise.
7387         * modules/strnlen (Makefile.am): Likewise.
7388         * modules/strpbrk (Makefile.am): Likewise.
7389         * modules/strsep (Makefile.am): Likewise.
7390         * modules/strstr (Makefile.am): Likewise.
7391         * modules/strtod (Makefile.am): Likewise.
7392         * modules/strtoimax (Makefile.am): Likewise.
7393         * modules/strtok_r (Makefile.am): Likewise.
7394         * modules/strtol (Makefile.am): Likewise.
7395         * modules/strtoll (Makefile.am): Likewise.
7396         * modules/strtoul (Makefile.am): Likewise.
7397         * modules/strtoull (Makefile.am): Likewise.
7398         * modules/strtoumax (Makefile.am): Likewise.
7399         * modules/strverscmp (Makefile.am): Likewise.
7400         * modules/time_r (Makefile.am): Likewise.
7401         * modules/timegm (Makefile.am): Likewise.
7402         * modules/tmpfile-safer (Makefile.am): Likewise.
7403         * modules/unistd-safer (Makefile.am): Likewise.
7404         * modules/unlinkdir (Makefile.am): Likewise.
7405         * modules/userspec (Makefile.am): Likewise.
7406         * modules/utime (Makefile.am): Likewise.
7407         * modules/utimecmp (Makefile.am): Likewise.
7408         * modules/utimens (Makefile.am): Likewise.
7409         * modules/vasnprintf (Makefile.am): Likewise.
7410         * modules/vasprintf (Makefile.am): Likewise.
7411         * modules/vsnprintf (Makefile.am): Likewise.
7412         * modules/xalloc (Makefile.am): Likewise.
7413         * modules/xgetcwd (Makefile.am): Likewise.
7414         * modules/xnanosleep (Makefile.am): Likewise.
7415         * modules/xreadlink (Makefile.am): Likewise.
7416         * modules/xstrtod (Makefile.am): Likewise.
7417         * modules/xstrtol (Makefile.am): Likewise.
7418         * modules/xstrtold (Makefile.am): Likewise.
7419         * modules/yesno (Makefile.am): Likewise.
7420
7421 2006-10-12  Jim Meyering  <jim@meyering.net>
7422
7423         * m4/getloadavg.m4: Revert the change below.
7424
7425         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
7426         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
7427         fail with a symlink, which is what coreutils' ./bootstrap now
7428         creates by default.
7429
7430 2006-10-12  Bruno Haible  <bruno@clisp.org>
7431
7432         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
7433         mingw.
7434         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
7435         MSVC and mingw explicitly.
7436
7437 2006-10-11  Simon Josefsson  <jas@extundo.com>
7438             Bruno Haible  <bruno@clisp.org>
7439
7440         Add support for multiple gnulib-tool invocations in the scope of a
7441         single configure.ac file.
7442         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
7443         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
7444         with the same contents as the _LIBADD variable.
7445         (func_emit_initmacro_start, func_emit_initmacro_end,
7446         func_emit_initmacro_done): New functions.
7447         (func_import, func_create_testdir): Invoke them. Allow the identifiers
7448         gl_LIBOBJS and gl_LTLIBOBJS.
7449
7450 2006-10-11  Bruno Haible  <bruno@clisp.org>
7451
7452         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
7453         (func_create_testdir): Don't create po/Makefile.am, don't invoke
7454         autoreconf. Instead, invoke autopoint explicitly but move back the
7455         *.m4 files from gnulib.
7456
7457 2006-10-11  Bruno Haible  <bruno@clisp.org>
7458
7459         * gnulib-tool (func_usage): Make module names after --create-testdir
7460         optional.
7461         (func_create_testdir): If no module was specified, use nearly all
7462         modules.
7463
7464 2006-10-12  Jim Meyering  <jim@meyering.net>
7465
7466         Big performance improvement for fts-based tools that use FTS_NOSTAT.
7467         Avoid spurious inode-mismatch problems on non-POSIX file systems.
7468         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
7469         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
7470         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
7471         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
7472         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
7473         (fts_set_stat_required): New function.
7474         (fts_open): Defer the calls to fts_stat, if possible or requested.
7475         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
7476         into fts_stat itself.
7477         (fts_read): Perform any required (deferred) fts_stat call.
7478         (fts_build): Likewise, for the directory we're about to open and read.
7479         In the readdir loop, carefully decide whether each entry will require
7480         an eventual call to fts_stat, using dirent.d_type info if available.
7481         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
7482         a command line argument into this function.  Update all callers.
7483         Map a return value of FTS_DOT to FTS_D for a command line argument.
7484         * modules/fts (Depends-on): Add d-type.  Alphabetize.
7485         Thanks to Miklos Szeredi for his tenacity and for the initial
7486         bug report about "find" failing on a FUSE-based file system.
7487
7488         * lib/fts.c (fts_open): Use consistent indentation.
7489
7490 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7491
7492         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
7493         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
7494         reported by Jim Meyering.  All uses of cache variables renamed
7495         to match Autoconf's.
7496         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
7497         the other one.
7498
7499         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7500         Fix misspelling in diagnostic.
7501
7502 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7503
7504         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
7505         defined.  Problem reported by Matthew Woehlke.
7506
7507         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
7508         Add support for Tandem NonStop R series.
7509         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
7510         Use new macro.
7511
7512         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
7513         (has_trailing_slash): Omit size arg; all callers changed.
7514         Omit 'inline', since it doesn't help performance and we'd
7515         need to configure it.
7516         Don't count //, ///, etc. as having a trailing slash.
7517         As a side effect, this removes a C99ism reported by Matthew Woehlke.
7518         (rpl_rename_dest_slash): On failure, use rename's errno rather
7519         than (in some cases) an incorrect or junk errno.
7520         Simplify code by removing need to compute length; this does
7521         cause it to make two passes instead of one over the file name,
7522         but it's worth it.
7523
7524         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
7525         change, since Autoconf's version may no longer be appropriate now
7526         that we are using CVS Autoconf's version.  Add support for Tandem.
7527
7528 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7529             Bruno Haible  <bruno@clisp.org>
7530
7531         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
7532         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
7533         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
7534         gl_AC_TYPE_LONG_LONG.
7535
7536         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
7537         instead of HAVE_LONG_LONG.
7538         * lib/printf-args.c (printf_fetchargs): Likewise.
7539         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
7540         * lib/vasnprintf.c (VASNPRINTF): Likewise.
7541         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
7542         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
7543         gl_AC_TYPE_LONG_LONG.
7544
7545 2006-10-11  Bruno Haible  <bruno@clisp.org>
7546
7547         * m4/longlong.m4: Add comments.
7548         * m4/ulonglong.m4: Likewise.
7549
7550 2006-10-10  Bruno Haible  <bruno@clisp.org>
7551
7552         Make it possible to #define stpcpy, strdup to aliases.
7553         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
7554         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
7555
7556 2006-10-10  Bruno Haible  <bruno@clisp.org>
7557
7558         Make it possible to #define gcd to an alias.
7559         * lib/gcd.c: Include config.h.
7560
7561 2006-10-10  Bruno Haible  <bruno@clisp.org>
7562
7563         Make it possible to #define c_isascii to an alias.
7564         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
7565         defined. Undefine the macros before defining them, to avoid gcc
7566         warnings.
7567         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
7568         define NO_C_CTYPE_MACROS early.
7569
7570 2006-10-10  Bruno Haible  <bruno@clisp.org>
7571
7572         Make it possible to #define set_program_name to an alias.
7573         * lib/progname.c: Don't undefine set_program_name; instead, undefine
7574         ENABLE_RELOCATABLE early.
7575
7576 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7577
7578         Port to Tandem NSK OSS, which has 64-bit signed int but at most
7579         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
7580         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
7581         More generally, don't assume that 64-bit signed int is available
7582         if unsigned int is, and vice versa.
7583         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
7584         unsigned symbols, not on their signed counterparts.
7585         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
7586         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
7587         (UINT64_C, UINTMAX_C):
7588         Likewise.
7589         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
7590         unsigned counterparts.
7591         (Have_long_long, Unsigned): New macros.
7592         (Int): Renamed from INT.
7593         (strtoimax): Use the new macros.
7594         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
7595         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
7596         * modules/inttypes (inttypes.h): Substitute
7597         HAVE_UNSIGNED_LONG_LONG_INT.
7598         * modules/stdint (stdint.h): Likewise.
7599         (Files): Add m4/ulonglong.m4.
7600
7601 2006-10-10  Bruno Haible  <bruno@clisp.org>
7602
7603         Fix a gcc -Wshadow warning.
7604         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
7605         to 'bucket'.
7606         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
7607         gl_linked_indexof_from_to): Likewise.
7608         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
7609         Likewise.
7610         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
7611         Likewise.
7612         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
7613         Reported by Eric Blake.
7614
7615 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
7616
7617         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
7618         for NetBSD.  Problem reported by Bruno Haible.
7619
7620 2006-10-09  Jim Meyering  <jim@meyering.net>
7621
7622         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
7623         Patch from Bruno Haible.
7624
7625 2006-10-09  Jim Meyering  <jim@meyering.net>
7626
7627         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
7628         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
7629         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
7630
7631 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7632
7633         Don't include <config.h> twice; this doesn't work in some cases,
7634         e.g., when config.h has "#define intmax_t long long int" and
7635         we include <config.h>, <inttypes.h>, <config.h> in that order.
7636         Problem reported by Matthew Woehlke in:
7637         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
7638         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
7639         * lib/fts-cycle.c: Don't include config.h.
7640         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
7641         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
7642         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
7643         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
7644         inttypes.h.
7645         * lib/xstrtoumax.c: Likewise.
7646         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
7647         __strtol and the like, so that this module is more like its siblings.
7648         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
7649         Remove; no longer needed now that we assume gnulib inttypes.h.
7650
7651 2006-10-08  Bruno Haible  <bruno@clisp.org>
7652
7653         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
7654         option.
7655
7656 2006-10-07  Jim Meyering  <jim@meyering.net>
7657
7658         * modules/inttypes (inttypes.h): Revert what seems to have been
7659         an inadvertent part of today's change: use "|", not "/" in the
7660         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
7661
7662 2006-10-07  Bruno Haible  <bruno@clisp.org>
7663
7664         * modules/sublist: New file.
7665
7666 2006-10-07  Bruno Haible  <bruno@clisp.org>
7667
7668         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
7669         * modules/argz (argz.h): Likewise.
7670         * modules/arpa_inet (arpa/inet.h): Likewise.
7671         * modules/byteswap (byteswap.h): Likewise.
7672         * modules/configmake (configmake.h): Likewise.
7673         * modules/fcntl (fcntl.h): Likewise.
7674         * modules/fnmatch (fnmatch.h): Likewise.
7675         * modules/getopt (getopt.h): Likewise.
7676         * modules/glob (glob.h): Likewise.
7677         * modules/inttypes (inttypes.h): Likewise.
7678         * modules/netinet_in (netinet/in.h): Likewise.
7679         * modules/poll (poll.h): Likewise.
7680         * modules/stdbool (stdbool.h): Likewise.
7681         * modules/stdint (stdint.h): Likewise.
7682         * modules/sys_select (sys/select.h): Likewise.
7683         * modules/sys_socket (sys/socket.h): Likewise.
7684         * modules/sys_stat (sys/stat.h): Likewise.
7685         * modules/sysexits (sysexits.h): Likewise.
7686         * modules/unistd (unistd.h): Likewise.
7687         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7688         Add a "DO NOT EDIT" comment to the generated file.
7689         (func_import): Likewise for gnulib-comp.m4.
7690
7691 2006-10-07  Bruno Haible  <bruno@clisp.org>
7692
7693         * lib/gl_sublist.h: New file.
7694         * lib/gl_sublist.c: New file.
7695
7696 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7697
7698         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
7699         name (relative to the original working directory) and the file
7700         name component (relative to the temporary working directory).  All
7701         callers changed.
7702         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
7703         * lib/mkdir-p.c (make_dir_parents): Likewise.
7704         * lib/mkdir-p.h (make_dir_parents): Likewise.
7705
7706 2006-10-06  Eric Blake  <ebb9@byu.net>
7707
7708         Define several macros for use by the clean-temp module.
7709         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
7710         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
7711         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
7712
7713         * lib/clean-temp.h (close_stream_temp): New declaration.
7714         * lib/clean-temp.c (includes): Pull in headers according to what
7715         other modules are in use.
7716         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
7717
7718 2006-10-06  Bruno Haible  <bruno@clisp.org>
7719
7720         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
7721         instead of fopen, fwriteerror.
7722
7723 2006-10-06  Bruno Haible  <bruno@clisp.org>
7724
7725         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
7726         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
7727         int.
7728         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
7729         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
7730         Return an error indicator.
7731         Suggested by Eric Blake.
7732
7733 2006-10-06  Bruno Haible  <bruno@clisp.org>
7734
7735         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
7736         Reported by Eric Blake.
7737
7738 2006-10-06  Bruno Haible  <bruno@clisp.org>
7739
7740         * modules/closeout (Description): Mention stderr too.
7741
7742 2006-10-06  Bruno Haible  <bruno@clisp.org>
7743         and Paul Eggert  <eggert@cs.ucla.edu>
7744
7745         * lib/closeout.c (close_stdout): Also close stderr.
7746         * lib/closeout.h: Update comment.
7747
7748 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7749
7750         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7751         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7752         * lib/dirchownmod.c: Include lchown.h.
7753         * lib/lchown.c: Don't include files that lchown.h now includes.
7754         Don't declare chown, since lchown.h now does that.
7755         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7756         (lchown): Define to rpl_chown if lchown is declared but
7757         does not exist.  Declare using a prototype if lchown is not
7758         declared.  Add a copyright notice.
7759         * lib/mkstemp.h: Include <unistd.h>.
7760         * lib/openat.c: Include lchown.h.
7761
7762         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7763         we now test for that separately.
7764         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7765         rather than O_NOFOLLOW, when testing whether it's possible to
7766         avoid a race condition reliably.
7767         * lib/savewd.c (savewd_chdir): Likewise.
7768
7769         Remove macros that are no longer needed now that stdint.h is
7770         reliable.
7771         * lib/fsusage.c (UINTMAX_MAX): Remove.
7772         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7773         * lib/utimecmp.c (SIZE_MAX): Remove.
7774
7775         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7776
7777         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7778         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7779         O_NOATIME works.
7780
7781 2006-10-05  Bruno Haible  <bruno@clisp.org>
7782
7783         * lib/gl_list.h (gl_sortedlist_search_from_to,
7784         gl_sortedlist_indexof_from_to): New declarations.
7785         (gl_list_implementation): New fields sortedlist_search_from_to,
7786         sortedlist_indexof_from_to.
7787         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7788         inline functions.
7789         * lib/gl_list.c (gl_sortedlist_search_from_to,
7790         gl_sortedlist_indexof_from_to): New functions.
7791         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7792         function.
7793         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7794         (gl_array_sortedlist_search_from_to): New function.
7795         (gl_array_list_implementation): Update.
7796         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7797         function.
7798         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7799         (gl_carray_sortedlist_search_from_to): New function.
7800         (gl_carray_list_implementation): Update.
7801         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7802         gl_linked_sortedlist_indexof_from_to): New functions.
7803         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7804         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7805         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7806         gl_tree_sortedlist_indexof_from_to): New functions.
7807         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7808         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7809         Update.
7810         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7811         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7812         Update.
7813
7814 2006-10-05  Bruno Haible  <bruno@clisp.org>
7815
7816         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7817         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7818         (struct gl_list_implementation): Add fields search_from_to,
7819         indexof_from_to. Remove fields search, indexof.
7820         (gl_list_search): Use the search_from_to method.
7821         (gl_list_search_from, gl_list_search_from_to): New functions.
7822         (gl_list_indexof): Use the indexof_from_to method.
7823         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7824         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7825         (gl_list_search_from, gl_list_search_from_to): New functions.
7826         (gl_list_indexof): Use the indexof_from_to method.
7827         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7828         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7829         gl_array_indexof. Add start_index, end_index arguments.
7830         (gl_array_search_from_to): Renamed from gl_array_search. Add
7831         start_index, end_index arguments.
7832         (gl_array_remove, gl_array_list_implementation): Update.
7833         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7834         gl_carray_indexof. Add start_index, end_index arguments.
7835         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7836         start_index, end_index arguments.
7837         (gl_carray_remove, gl_carray_list_implementation): Update.
7838         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7839         gl_linked_search. Add start_index, end_index arguments.
7840         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7841         start_index, end_index arguments.
7842         (gl_linked_remove): Update.
7843         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7844         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7845         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7846         field to 'size_t'.
7847         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7848         gl_tree_search. Add start_index, end_index arguments.
7849         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7850         start_index, end_index arguments.
7851         (gl_tree_remove): Update.
7852         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7853         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7854         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7855         function.
7856         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7857         gl_tree_search. Add start_index, end_index arguments.
7858         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7859         start_index, end_index arguments.
7860         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7861         Update.
7862         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7863
7864 2006-10-05  Bruno Haible  <bruno@clisp.org>
7865
7866         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7867
7868         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7869         fwriteerror_temp): New declarations.
7870         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7871         (descriptors): New variable.
7872         (cleanup): First, close the descriptors.
7873         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7874         fclose_temp, fwriteerror_temp): New functions.
7875
7876 2006-10-04  Jim Meyering  <jim@meyering.net>
7877
7878         * lib/fts.c (fts_open): Tiny comment change.
7879
7880 2006-10-04  Bruno Haible  <bruno@clisp.org>
7881
7882         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7883         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7884         gl_LOCK_BODY.
7885         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7886         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7887         gl_LOCK_EARLY_BODY.
7888         (gl_LOCK): Require gl_LOCK_BODY.
7889
7890 2006-10-04  Bruno Haible  <bruno@clisp.org>
7891
7892         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7893         (gl_oset_search_atleast): New declaration.
7894         (struct gl_oset_implementation): Add field 'search_atleast'.
7895         (gl_oset_search_atleast): New inline function.
7896         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7897         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7898         (gl_array_oset_implementation): Update.
7899         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7900         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7901         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7902
7903 2006-10-04  Bruno Haible  <bruno@clisp.org>
7904
7905         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7906
7907 2006-10-03  Bruno Haible  <bruno@clisp.org>
7908
7909         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7910         from gl_avltreehash_list_implementation.
7911
7912 2006-10-03  Bruno Haible  <bruno@clisp.org>
7913
7914         * lib/gl_oset.c (gl_oset_add): Fix return type.
7915
7916 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7917
7918         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7919
7920 2006-10-02  Eric Blake  <ebb9@byu.net>
7921
7922         * modules/strnlen (Depends-on): Add extensions.
7923
7924 2006-10-02  Eric Blake  <ebb9@byu.net>
7925
7926         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7927         definition in 2.60+.
7928
7929 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7930
7931         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7932         checks.
7933
7934 2006-10-02  Bruno Haible  <bruno@clisp.org>
7935
7936         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7937         to the AUTOMAKE_OPTIONS.
7938         Reported by Jim Meyering.
7939
7940 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7941
7942         Work around bug in Solaris 10 /proc file system:
7943         /proc/self/fd/NNN/.. isn't the parent directory of
7944         the directory whose file descriptor is NNN.  This needs to
7945         be worked around at run time, not compile time, since a
7946         program might be built on Solaris 8, where things work, and
7947         run on Solaris 10.
7948         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7949         to use the following interface instead:
7950         (OPENAT_BUFFER_SIZE): New macro.
7951         (openat_proc_name): New function.
7952         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7953         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7954         Likewise.
7955         * lib/openat-proc.c: New file.
7956         * modules/openat (Files): Add lib/openat-proc.c.
7957         (Depends-on): Add same-inode, stdbool.
7958         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7959
7960 2006-09-29  Bruno Haible  <bruno@clisp.org>
7961
7962         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7963         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7964         argument. Set stdout_closed before testing for ferror, not after.
7965         (fwriteerror, fwriteerror_no_ebadf): New functions.
7966
7967 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7968
7969         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7970
7971 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7972
7973         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7974         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7975
7976 2006-09-28  Jim Meyering  <jim@meyering.net>
7977
7978         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7979         Include <unistd.h>.
7980
7981 2006-09-28  Bruno Haible  <bruno@clisp.org>
7982
7983         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7984         * modules/linkedhash-list (Depends-on): Likewise.
7985         * modules/rbtreehash-list (Depends-on): Likewise.
7986
7987 2006-09-28  Bruno Haible  <bruno@clisp.org>
7988
7989         * lib/strndup.h: Simplify the redefinition of strndup.
7990         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7991         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7992
7993 2006-09-28  Bruno Haible  <bruno@clisp.org>
7994
7995         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7996         * lib/gl_linkedhash_list.c: Likewise.
7997         * lib/gl_rbtreehash_list.c: Likewise.
7998
7999 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
8000
8001         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
8002         getaddrinfo.
8003
8004         * lib/__fpending.h: Don't include <stdio_ext.h> unless
8005         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
8006         it causes <stdio_ext.h> to cause a compile-time error.
8007         Problem reported by Nelson H. F. Beebe.
8008         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
8009         of HAVE_DECL___PENDING.
8010
8011         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
8012         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
8013         declaration.
8014
8015 2006-09-27  Jim Meyering  <jim@meyering.net>
8016
8017         This file could end up with a definition for a function
8018         named __strndup, rather than rpl_strndup on a system with
8019         incomplete weak_alias support.
8020         * lib/strndup.c (strndup): Rename from __strndup.
8021         Remove #defines that used to map __strndup to strndup.
8022         Don't use K&R prototypes.
8023         Remove LIBC-related code, since this file is not sync'd with glibc.
8024         * lib/strndup.h: Revamp, accordingly.
8025         * m4/strndup.m4: Modernize.
8026
8027 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8028
8029         * modules/savewd (Depends-on): Add 'raise'.
8030         * lib/savewd.c: Include <signal.h>, for 'raise'.
8031
8032 2006-09-26  Jim Meyering  <jim@meyering.net>
8033
8034         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
8035         when we detect Darwin 8.7.0's acl_get_file bug.
8036         Rearrange to perform the new (below) run-test while $LIBS
8037         contains any acl-related library.  Set USE_ACL at the end.
8038         (gl_ACL_GET_FILE): New function.
8039
8040 2006-09-26  Eric Blake  <ebb9@byu.net>
8041
8042         * lib/verror.c: Include <config.h> unconditionally.
8043
8044 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
8045
8046         * modules/clock-time (Maintainer): Add self.
8047         * modules/getlogin_r (Depends-on): Add extensions.
8048
8049 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8050
8051         * modules/clock-time: New module.
8052         * modules/nanosleep (Depends-on): Add clock-time.
8053         * modules/gethrxtime (Depends-on): Likewise.
8054         * modules/gettime (Depends-on): Likewise.
8055         * modules/settime (Depends-on): Likewise.
8056
8057         * modules/fts-lgpl: Depend on openat.
8058         * modules/mkancesdirs: Depend on savewd.
8059         * modules/mkdir-p: Likewise.
8060
8061 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8062
8063         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
8064
8065         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
8066         `gl_have_arbitrary_file_name_length_limit' to
8067         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
8068         actually works between configure runs.
8069
8070 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8071             Bruno Haible  <bruno@clisp.org>
8072
8073         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
8074
8075 2006-09-25  Jim Meyering  <jim@meyering.net>
8076
8077         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
8078         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
8079
8080 2006-09-25  Eric Blake  <ebb9@byu.net>
8081
8082         * gnulib-tool (func_import, func_create_testdir): Fix typos in
8083         exec's in 2006-09-18 patch when shuffling fds.
8084
8085 2006-09-25  Bruno Haible  <bruno@clisp.org>
8086
8087         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
8088         Reported by Jim Meyering.
8089
8090 2006-09-24  Jim Meyering  <jim@meyering.net>
8091
8092         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
8093         compare a pointer against a literal "0".  That caused failures with
8094         at least HP-UX's hpcc.
8095
8096 2006-09-22  Simon Josefsson  <jas@extundo.com>
8097
8098         * modules/gc-sha1:
8099         * modules/gc-md4:
8100         * modules/gc-hmac-sha1:
8101         * modules/gc-hmac-md5:
8102         * modules/gc-des:
8103         * modules/gc-arcfour: Distribute more files.
8104
8105 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8106
8107         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
8108         (gl_linked_iterator_from_to): Initialize struct completely.
8109         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
8110         (gl_tree_iterator_from_to): Likewise
8111         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
8112         * lib/gl_array_list.c [lint] (gl_array_iterator)
8113         (gl_array_iterator_from_to): Likewise.
8114         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
8115         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
8116         (gl_carray_iterator_from_to): Likewise.
8117
8118         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
8119         * lib/md4.c (md4_process_block): Remove unused variable.
8120         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
8121         parentheses for clarity.
8122
8123 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8124
8125         * modules/bison-i18n (Depends-on): Add gettext.
8126
8127 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8128
8129         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
8130         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
8131         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
8132         also add missing comma that caused broken test.
8133         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
8134         stdlib.h, for `abort'.
8135         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
8136         variables.
8137         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
8138         include unistd.h if present, for `rmdir'.
8139         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
8140         variables.
8141         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
8142         in the process include standard headers for prototypes.
8143         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
8144         gets declared on GNU/Linux.
8145         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
8146         unistd.h, for `rmdir'.
8147         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
8148
8149         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
8150         always true.
8151         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
8152
8153         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
8154
8155 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8156
8157         * gnulib-tool (func_version): Create output all at once.  This
8158         may help avoid triggering unnecessary SIGPIPEs, and at any
8159         rate it doesn't hurt.
8160
8161 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8162             Bruno Haible  <bruno@clisp.org>
8163
8164         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
8165         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8166         * m4/signed.m4 (bh_C_SIGNED): Likewise.
8167
8168         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
8169         (gl_FUNC_VASPRINTF): Invoke it.
8170
8171 2006-09-22  Bruno Haible  <bruno@clisp.org>
8172
8173         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
8174         getloadavg.c as first argument.
8175
8176 2006-09-22  Bruno Haible  <bruno@clisp.org>
8177
8178         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
8179         at the beginning of the gl_INIT macro.
8180         * modules/getloadavg (configure.ac): Pass $gl_source_base to
8181         gl_GETLOADAVG.
8182
8183 2006-09-22  Bruno Haible  <bruno@clisp.org>
8184
8185         * gnulib-tool (func_create_megatestdir): Don't include the config-h
8186         module.
8187         Suggested by Ralf Wildenhues.
8188
8189 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
8190
8191         Import this patch from libc:
8192
8193         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8194
8195         * lib/regex_internal.c (re_string_reconstruct): Handle
8196         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8197         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8198         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8199         re_string_context_at.
8200
8201         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
8202         now requires it.
8203         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
8204         gl_REGEX now does it for us.
8205         (gl_REGEX): Add test taken from
8206         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
8207
8208         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
8209         Check that large offsets work.  Modernize Autoconf usages.
8210         Prefer "yes" to mean a good thing rather than a bad.
8211         Don't put "#define mkstemp" in config.h, as this might interfere
8212         with standard system headers that "#define mkstemp mkstemp64".
8213
8214         * modules/mkstemp (Depends-on): Add extensions, so that
8215         mkstemp is visible on some platforms.
8216         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
8217         (Include): Change to "mkstemp.h" from <stdlib.h>.
8218         (Files): Add mkstemp.h.
8219
8220         * lib/mkstemp.h: New file, since some standard headers
8221         #define mkstemp.
8222         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
8223         Include "mkstemp.h".
8224         Make the _LIBC code resemble glibc original more,
8225         e.g., use K&R style.
8226         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
8227         (mkstemp): Remove, since mkstemp.h does this for us.
8228         * lib/stdlib--.h: Include mkstemp.h.
8229
8230         Import this patch from libc:
8231
8232         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
8233
8234         * lib/tempname.c (__gen_tempname): Change attempts_min
8235         into a macro.  Use preprocessor to decide how to initialize
8236         attempts [Coverity CID 67].
8237
8238 2006-09-20  Bruno Haible  <bruno@clisp.org>
8239
8240         * lib/mkdtemp.c: Import from libc.
8241         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
8242                 * sysdeps/posix/tempname.c (__gen_tempname): Change
8243                 attempts_min into a macro.  Use preprocessor to decide how to
8244                 initialize attempts [Coverity CID 67].
8245         2001-11-27  Paul Eggert  <eggert@twinsun.com>
8246                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
8247                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
8248
8249 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8250
8251         * gnulib-tool (func_exit): New function, to allow to pass the
8252         exit status portably through the trap.  Use everywhere.
8253         (--help, --version): Signal a write error.
8254         (trap): catch SIGPIPE, for write errors.
8255         Exit at the end of the trap, with the correct exit status.
8256
8257 2006-09-19  Karl Berry  <karl@gnu.org>
8258
8259         * doc/gnulib.texi: note about the license texinfo files.
8260
8261 2006-09-19  Eric Blake  <ebb9@byu.net>
8262
8263         * gnulib-tool: Avoid space-tab.
8264
8265 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
8266
8267         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
8268         that prevented coreutils 6.1 from building.  Problem reported
8269         by Petter Reinholdtsen.
8270
8271 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
8272
8273         * gnulib-tool (avoidlist): Fix typo that broke options like
8274         --avoid=lock that are used by coreutils bootstrap.
8275
8276 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
8277
8278         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
8279         more systematically.
8280
8281 2006-09-18  Jim Meyering  <jim@meyering.net>
8282
8283         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
8284
8285 2006-09-18  Bruno Haible  <bruno@clisp.org>
8286
8287         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
8288
8289 2006-09-18  Bruno Haible  <bruno@clisp.org>
8290
8291         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
8292         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
8293         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
8294         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
8295         * m4/gettext.m4: Require autoconf >= 2.52.
8296         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
8297         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
8298         of gl_cv_header_inttypes_h.
8299
8300 2006-09-18  Bruno Haible  <bruno@clisp.org>
8301
8302         * lib/javaversion.c: Include configmake.h.
8303
8304 2006-09-18  Bruno Haible  <bruno@clisp.org>
8305
8306         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
8307         avoid that the while loops be executed in a subshell.
8308
8309 2006-09-18  Bruno Haible  <bruno@clisp.org>
8310
8311         * MODULES.html.sh (func_module): Break long lines.
8312         Suggested by Bruce Korb <bkorb@gnu.org>.
8313
8314 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8315
8316         Speed up by a factor of 1.12.
8317         * gnulib-tool (nl): New variable.
8318         (func_import): Rewrite include directive extraction to only read each
8319         directive once.
8320
8321 2006-09-17  Bruno Haible  <bruno@clisp.org>
8322
8323         * modules/javaversion (Makefile.am): Remove DEFS setting.
8324         (Depends-on): Add configmake, for PKGDATADIR definition.
8325
8326 2006-09-17  Bruno Haible  <bruno@clisp.org>
8327
8328         * gnulib-tool (func_create_testdir): Rewrite all files at once.
8329
8330 2006-09-17  Bruno Haible  <bruno@clisp.org>
8331
8332         * gnulib-tool (func_append): New function, stolen from libtool.m4.
8333         (func_modules_transitive_closure, func_modules_add_dummy,
8334         func_modules_to_filelist, func_import, func_create_testdir,
8335         func_create_megatestdir, ...): Use it wherever possible.
8336         Suggested by Ralf Wildenhues.
8337
8338 2006-09-16  Karl Berry  <karl@gnu.org>
8339
8340         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
8341         to avoid sectioning errors.
8342         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
8343         [ifinfo]: blank line after @center-ed titles.
8344         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
8345         Spell FSF address consistently with others.
8346         (These changes approved by rms.)
8347
8348 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8349
8350         Speed up by a factor of 1.61.
8351         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
8352         already checked module names again.
8353
8354 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8355
8356         Speed up by a factor of 1.13.
8357         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
8358         for new_files, and the input to func_add_or_update.
8359
8360 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8361
8362         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
8363         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
8364
8365 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8366
8367         * modules/mkancesdirs (Depends-on): Add fcntl.
8368         * modules/savewd: New file.
8369         * MODULES.html.sh (File system functions): Add savewd.
8370
8371         * modules/configmake (Makefile.am): Add support for the
8372         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
8373
8374 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8375
8376         * m4/savewd.m4: New file.
8377
8378 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8379
8380         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
8381         (dirchownmod): New arg FD.  All callers changed.
8382         Use FD rather than opening the directory ourself, as opening is
8383         now the caller's responsibility.
8384         * lib/dirchownmod.h: Likewise.
8385         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
8386         hosts that require <sys/types.h> before <sys/stat.h>.  Include
8387         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
8388         (test_dir): Remove.
8389         (mkancesdirs): Return length of prefix of FILE that has already
8390         been made, or -2 if there is a child doing the work.  Redo
8391         algorithm so that it is O(N) rather than O(N**2).  Optimize away
8392         ".", and treat ".." specially since it might stray back into
8393         already-created areas.  Use a subprocess if necessary.  New arg
8394         WD; all users changed.  MAKE_DIR function should now return 1
8395         if it creates a directory that is not readable.  Return -2 if
8396         a child process is spun off.
8397         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
8398         Adjust signature to match code.
8399         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
8400         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
8401         all users changed.
8402         * lib/savewd.c, lib/savewd.h: New files.
8403
8404 2006-09-15  Jim Meyering  <jim@meyering.net>
8405
8406         * modules/rename-dest-slash: New module.
8407         * MODULES.html.sh (posix_compat): Add it here.
8408
8409         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
8410
8411 2006-09-15  Jim Meyering  <jim@meyering.net>
8412
8413         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
8414         file.
8415
8416         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
8417
8418 2006-09-15  Jim Meyering  <jim@meyering.net>
8419
8420         * lib/rename-dest-slash.c (has_trailing_slash): Use
8421         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
8422         (rpl_rename_dest_slash): Perform the cheaper trailing slash
8423         test before testing whether SRC is a directory.
8424         Suggestions from Bruno Haible.
8425
8426         Avoid a warning about an unused variable.
8427         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
8428         into the #ifdef block where it's used.
8429
8430         * lib/rename-dest-slash.c: New file.
8431
8432 2006-09-14  Bruno Haible  <bruno@clisp.org>
8433
8434         * lib/allocsa.c: Include <config.h> unconditionally.
8435         * lib/asnprintf.c: Likewise.
8436         * lib/asprintf.c: Likewise.
8437         * lib/c-strcasecmp.c: Likewise.
8438         * lib/c-strcasestr.c: Likewise.
8439         * lib/c-strncasecmp.c: Likewise.
8440         * lib/c-strstr.c: Likewise.
8441         * lib/classpath.c: Likewise.
8442         * lib/clean-temp.c: Likewise.
8443         * lib/concatpath.c: Likewise.
8444         * lib/copy-file.c: Likewise.
8445         * lib/csharpcomp.c: Likewise.
8446         * lib/csharpexec.c: Likewise.
8447         * lib/execute.c: Likewise.
8448         * lib/fatal-signal.c: Likewise.
8449         * lib/findprog.c: Likewise.
8450         * lib/fwriteerror.c: Likewise.
8451         * lib/gl_array_list.c: Likewise.
8452         * lib/gl_array_oset.c: Likewise.
8453         * lib/gl_avltree_list.c: Likewise.
8454         * lib/gl_avltree_oset.c: Likewise.
8455         * lib/gl_avltreehash_list.c: Likewise.
8456         * lib/gl_carray_list.c: Likewise.
8457         * lib/gl_linked_list.c: Likewise.
8458         * lib/gl_linkedhash_list.c: Likewise.
8459         * lib/gl_list.c: Likewise.
8460         * lib/gl_oset.c: Likewise.
8461         * lib/gl_rbtree_list.c: Likewise.
8462         * lib/gl_rbtree_oset.c: Likewise.
8463         * lib/gl_rbtreehash_list.c: Likewise.
8464         * lib/imaxabs.c: Likewise.
8465         * lib/imaxdiv.c: Likewise.
8466         * lib/javacomp.c: Likewise.
8467         * lib/javaexec.c: Likewise.
8468         * lib/javaversion.c: Likewise.
8469         * lib/linebreak.c: Likewise.
8470         * lib/localcharset.c: Likewise.
8471         * lib/lock.c: Likewise.
8472         * lib/mbchar.c: Likewise.
8473         * lib/mbswidth.c: Likewise.
8474         * lib/mkdtemp.c: Likewise.
8475         * lib/pipe.c: Likewise.
8476         * lib/printf-args.c: Likewise.
8477         * lib/printf-parse.c: Likewise.
8478         * lib/progname.c: Likewise.
8479         * lib/progreloc.c: Likewise.
8480         * lib/readlink.c: Likewise.
8481         * lib/sh-quote.c: Likewise.
8482         * lib/stpcpy.c: Likewise.
8483         * lib/stpncpy.c: Likewise.
8484         * lib/strcasecmp.c: Likewise.
8485         * lib/strcasestr.c: Likewise.
8486         * lib/strcspn.c: Likewise.
8487         * lib/striconv.c: Likewise.
8488         * lib/strncasecmp.c: Likewise.
8489         * lib/strnlen1.c: Likewise.
8490         * lib/strstr.c: Likewise.
8491         * lib/strtok_r.c: Likewise.
8492         * lib/tls.c: Likewise.
8493         * lib/tmpdir.c: Likewise.
8494         * lib/unicodeio.c: Likewise.
8495         * lib/unsetenv.c: Likewise.
8496         * lib/vasnprintf.c: Likewise.
8497         * lib/vasprintf.c: Likewise.
8498         * lib/wait-process.c: Likewise.
8499         * lib/xallocsa.c: Likewise.
8500         * lib/xsetenv.c: Likewise.
8501         * lib/xstriconv.c: Likewise.
8502
8503 2006-09-13  Simon Josefsson  <jas@extundo.com>
8504
8505         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
8506         that internally, suggested by Ralf Wildenhues
8507         <Ralf.Wildenhues@gmx.de>.
8508
8509 2006-09-13  Simon Josefsson  <jas@extundo.com>
8510
8511         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
8512         @LIBOBJS@.
8513         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8514
8515 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8516
8517         * lib/_fpending.c: Include <config.h> unconditionally, since we no
8518         longer worry about uses that don't define HAVE_CONFIG_H.
8519         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
8520         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
8521         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
8522         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
8523         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
8524         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
8525         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
8526         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
8527         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
8528         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
8529         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
8530         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
8531         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
8532         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
8533         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
8534         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
8535         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
8536         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
8537         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
8538         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
8539         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
8540         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
8541         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
8542         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
8543         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
8544         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
8545         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
8546         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
8547         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
8548         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
8549         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
8550         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
8551         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
8552         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
8553         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
8554         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
8555         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
8556         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
8557         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
8558         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
8559         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
8560         Likewise.
8561
8562 2006-09-13  Eric Blake  <ebb9@byu.net>
8563
8564         * lib/getopt.c: Fix typo in last commit.
8565
8566 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8567
8568         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
8569         dgettext.
8570
8571 2006-09-12  Jim Meyering  <jim@meyering.net>
8572
8573         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
8574         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
8575         Reported by Nelson H. F. Beebe.
8576
8577 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8578
8579         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
8580         program_invocation_name and program_invocation_short_name are
8581         initialized.
8582         * lib/argp-namefrob.h: Move declarations of program_invocation_name
8583         and program_invocation_short_name to argp.h, so they are visible
8584         to user programs.
8585         * lib/argp.h: Likewise
8586
8587 2006-09-10  Bruno Haible  <bruno@clisp.org>
8588
8589         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8590         m4/inttypes_h.m4, m4/uintmax_t.m4.
8591
8592 2006-09-10  Bruno Haible  <bruno@clisp.org>
8593
8594         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
8595         gl_AC_TYPE_UINTMAX_T.
8596
8597 2006-09-10  Bruno Haible  <bruno@clisp.org>
8598
8599         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
8600
8601 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8602
8603         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
8604         convention.  Text proposed by Bruno Haible.
8605         (struct argp_option): Document the use of N_() wrappers.
8606
8607         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
8608         '\v', and translate the two parts separately, instead of feeding
8609         the whole string to gettext.  This allows to exclude
8610         '\v' from the strings visible to the translator by writing doc
8611         strings as N_("..") "\v" N_("..").
8612
8613 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
8614
8615         * config/srclist.txt: Undo latest change; the bug was fixed.
8616
8617 2006-09-09  Bruno Haible  <bruno@clisp.org>
8618
8619         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
8620         assignments if building a library without libtool.
8621         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
8622         in func_emit_lib_Makefile_am.
8623         (func_import): When building a static library libfoo.a, arrange to
8624         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
8625         (func_create_testdir): Likewise.
8626         * modules/gc (configure.ac, Makefile.am): If building statically,
8627         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
8628         * modules/iconvme (configure.ac, Makefile.am): Likewise.
8629         * modules/striconv (configure.ac, Makefile.am): Likewise.
8630         Based on a suggestion by Ralf Wildenhues.
8631
8632 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8633
8634         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8635         Check for unistd.h too, since Autoconf doesn't assume POSIX.
8636         Also:
8637
8638         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8639         Add year_2050_test to catch glibc bug 2821
8640         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8641
8642         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8643         Prefer #ifdef to #if.
8644
8645         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
8646         Return from 'main' instead of calling 'exit'.
8647
8648 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8649
8650         * lib/mktime.c (guess_time_tm): Fix bug where mktime
8651         returned the maximum time_t value rather than (time_t) -1.
8652         Problem originally reported by William Bardwell
8653         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8654
8655         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8656         Moved to here ...
8657         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8658         ... from here.
8659
8660 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8661
8662         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
8663         2821 is fixed.
8664
8665 2006-09-08  Jim Meyering  <jim@meyering.net>
8666
8667         Don't make generated files read-only.  That would bother too many
8668         people.  However, do retain the ability to work when targets are
8669         read-only: remove the destination and temporary files before writing
8670         them (when generated via sed or echo), or by using the -f option for
8671         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
8672         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8673         * modules/byteswap, modules/configmake, modules/fcntl:
8674         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8675         * modules/localcharset, modules/netinet_in, modules/poll:
8676         * modules/stdbool, modules/stdint, modules/sys_select:
8677         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8678
8679 2006-09-08  Jim Meyering  <jim@meyering.net>
8680
8681         Avoid new build failure on FreeBSD 6.0.
8682         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
8683         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
8684         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
8685
8686 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8687
8688         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
8689
8690 2006-09-07  Jim Meyering  <jim@meyering.net>
8691
8692         Fix global typo in last change: use chmod u-w, not chmod u-x.
8693         Spotted by Paul Eggert and Bruce Korb.
8694         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8695         * modules/byteswap, modules/configmake, modules/fcntl:
8696         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8697         * modules/localcharset, modules/netinet_in, modules/poll:
8698         * modules/stdbool, modules/stdint, modules/sys_select:
8699         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8700
8701 2006-09-06  Jim Meyering  <jim@meyering.net>
8702
8703         Make generated files be read-only.
8704         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
8705         Ensure that each generated file is now read-only.
8706         * modules/argz: Likewise.
8707         * modules/arpa_inet: Likewise.
8708         * modules/byteswap: Likewise.
8709         * modules/configmake: Likewise.
8710         * modules/fcntl: Likewise.
8711         * modules/fnmatch: Likewise.
8712         * modules/getopt: Likewise.
8713         * modules/glob: Likewise.
8714         * modules/inttypes: Likewise.
8715         * modules/netinet_in: Likewise.
8716         * modules/poll: Likewise.
8717         * modules/stdbool: Likewise.
8718         * modules/stdint: Likewise.
8719         * modules/sys_select: Likewise.
8720         * modules/sys_socket: Likewise.
8721         * modules/sys_stat: Likewise.
8722         * modules/sysexits: Likewise.
8723         * modules/localcharset: Same as above, but continue using temporary
8724         file named "t-$@" (why different?) rather than the "$@-t" used
8725         everywhere else.
8726
8727         * modules/sysexits (Makefile.am): Replace literal occurrences
8728         of "sysexit.h" more readable, and more consistent, "$@".
8729
8730 2006-09-06  Bruno Haible  <bruno@clisp.org>
8731
8732         * modules/striconv: New file.
8733         * modules/xstriconv: New file.
8734         * MODULES.html.sh (Internationalization functions): Add striconv,
8735         xstriconv.
8736
8737 2006-09-06  Bruno Haible  <bruno@clisp.org>
8738
8739         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
8740         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
8741         not using libtool correctly.
8742
8743 2006-09-06  Bruno Haible  <bruno@clisp.org>
8744
8745         * lib/striconv.h: New file.
8746         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8747         iconvstring.c.
8748         * lib/xstriconv.h: New file.
8749         * lib/xstriconv.c: New file.
8750
8751 2006-09-06  Bruno Haible  <bruno@clisp.org>
8752
8753         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8754         lib_..._LDFLAGS.
8755
8756 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8757
8758         * lib/argz_.h: Sync from Libtool.
8759
8760         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8761                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8762
8763         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8764
8765 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8766
8767         * modules/trim: New file.
8768
8769 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8770
8771         * lib/trim.h: New file.
8772         * lib/trim.c: New file.
8773
8774 2006-09-05  Bruno Haible  <bruno@clisp.org>
8775
8776         * MODULES.html.sh (String handling): Add trim.
8777
8778 2006-09-04  Karl Berry  <karl@gnu.org>
8779
8780         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8781         until next release.
8782
8783 2006-09-03  Bruno Haible  <bruno@clisp.org>
8784
8785         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8786         correctly.
8787
8788 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8789
8790         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8791         not gl_GETLOADAVG.  Omit unneeded semicolons.
8792         Problems reported by Ralf Wildenhues in
8793         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8794         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8795         at the end, which is the usual gnulib style.
8796
8797         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8798         of doing all the work ourselves.
8799         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8800         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8801
8802 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8803
8804         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8805         Problem reported by Ralf Wildenhues in
8806         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8807
8808         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8809         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8810
8811 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8812
8813         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8814         yesterday's patch by changing test -n to test -z.
8815
8816 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8817
8818         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8819         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8820         the former is now obsolescent.
8821
8822         * modules/chdir-long (Depends-on): Add fcntl.
8823
8824 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8825
8826         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8827         obsolescent, and programs should use gnulib instead.
8828         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8829         but with prefixes changed.
8830
8831 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8832
8833         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8834         or stdbool.h, because they might not exist while configuring.
8835
8836         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8837         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8838         does that for us.
8839         (O_DIRECTORY): Remove.
8840
8841 2006-08-31  Eric Blake  <ebb9@byu.net>
8842
8843         * gnulib-tool: Don't let emacs change spaces to TAB.
8844
8845 2006-08-31  Bruno Haible  <bruno@clisp.org>
8846
8847         * gnulib-tool: When calling func_import more than once, do it in a
8848         subshell.
8849         Reported by Eric Blake <ebb9@byu.net>.
8850
8851 2006-08-31  Bruno Haible  <bruno@clisp.org>
8852
8853         * gnulib-tool (nl): Remove variable.
8854         (sed_transform_lib_file): Use more robust test for config-h module.
8855         (func_import): Fix typo in 2006-08-25 patch.
8856
8857 2006-08-31  Bruno Haible  <bruno@clisp.org>
8858
8859         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8860         specified, augment Makefile.am variables instead of assigning them.
8861
8862 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8863
8864         Work around a bug in both the Linux and SunOS 64-bit kernels:
8865         nanosleep mishandles sleeps for longer than 2**31 seconds.
8866         Problem reported by Frank v Waveren in
8867         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8868         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8869         Check for nanosleep bug.
8870         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8871
8872 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8873
8874         Work around a bug in both the Linux and SunOS 64-bit kernels:
8875         nanosleep mishandles sleeps for longer than 2**31 seconds.
8876         Problem reported by Frank v Waveren in
8877         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8878         * lib/nanosleep.c (BILLION): New constant.
8879         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8880         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8881         implementation.
8882
8883 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8884
8885         * modules/nanosleep (Depends-on): Add gettime.
8886
8887 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8888         and Simon Josefsson  <jas@extundo.com>
8889         and Oskar Liljeblad  <oskar@osk.mine.nu>
8890
8891         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8892         * gnulib-tool (func_import): New license type 'unmodifiable license
8893         text'.
8894         * modules/fdl: Use it.  Longer description.
8895         * module/gpl, module/lgpl: New files.
8896
8897 2006-08-30  Jim Meyering  <jim@meyering.net>
8898
8899         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8900         shadowing the parameter.
8901
8902 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8903
8904         Sync from Libtool:
8905
8906         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8907
8908         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8909         sharing with gnulib.  Report by Eric Blake.
8910
8911 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8912
8913         * modules/isapipe: New file.
8914         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8915
8916 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8917
8918         * modules/configmake (Makefile.am): Add a comment, and omit
8919         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8920         by Bruno Haible.
8921
8922 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8923
8924         * m4/isapipe.m4: New file.
8925
8926 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8927
8928         * lib/isapipe.c, lib/isapipe.h: New files.
8929
8930 2006-08-29  Jim Meyering  <jim@meyering.net>
8931
8932         * modules/configmake (Makefile.am): Make configmake.h depend on
8933         Makefile.  Otherwise, a stale configmake.h could hang around.
8934
8935 2006-08-29  Eric Blake  <ebb9@byu.net>
8936
8937         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8938         resolution of upstream bug 3044.
8939
8940 2006-08-29  Bruno Haible  <bruno@clisp.org>
8941
8942         * modules/localcharset (Depends-on): Add configmake.
8943         (Makefile.am): Remove setting of LIBDIR through DEFS.
8944
8945 2006-08-29  Bruno Haible  <bruno@clisp.org>
8946
8947         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8948         defined.
8949
8950 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8951
8952         * modules/fcntl: New file.
8953         * modules/chdir-safer (Depends-on): Add fcntl.
8954         * modules/fts: Likewise.
8955         * modules/mkdir-p: Likewise.
8956
8957         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8958         This undoes the most recent change, since we're now addressing the
8959         problem in a different way.
8960
8961         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8962         into output, since the output might be called Makefile.am even
8963         if $makefile_name is something different.
8964         (func_import): Use $makefile_am rather than
8965         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8966         empty.
8967
8968         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8969
8970 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8971
8972         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8973         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8974         recent change to stdint.m4, since we're now addressing the problem in a
8975         different way.
8976
8977 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8978
8979         * m4/fcntl_h.m4: New file.
8980
8981 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8982
8983         * lib/fcntl_.h: New file.
8984         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8985         the fcntl module.
8986         * lib/dirchownmod.c: Likewise.
8987         * lib/fts.c: Likewise.
8988
8989         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8990         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8991         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8992         just before including <inttypes.h>, to avoid circular inclusion.
8993
8994 2006-08-28  Jim Meyering  <jim@meyering.net>
8995
8996         * doc/visibility.texi: Actually read and correct the grammar of the
8997         sentence affected by yesterday's change.
8998
8999 2006-08-28  Eric Blake  <ebb9@byu.net>
9000
9001         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
9002         needs wrapper.
9003
9004 2006-08-28  Eric Blake  <ebb9@byu.net>
9005
9006         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
9007
9008 2006-08-28  Eric Blake  <ebb9@byu.net>
9009
9010         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
9011
9012 2006-08-28  Bruno Haible  <bruno@clisp.org>
9013
9014         * modules/c-strstr: New file, from GNU gettext.
9015         * MODULES.html.sh (String handling): Add c-strstr.
9016
9017 2006-08-28  Bruno Haible  <bruno@clisp.org>
9018
9019         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
9020         macros.
9021         Reported by Eric Blake.
9022
9023 2006-08-28  Bruno Haible  <bruno@clisp.org>
9024
9025         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
9026         (VASNPRINTF): Return a string of length > INT_MAX without failing.
9027         * lib/vasprintf.c: Include errno.h, limits.h.
9028         (EOVERFLOW): New fallback definition.
9029         (vasprintf): Test here whether the string length is > INT_MAX.
9030         * lib/vsnprintf.c: Include errno.h, limits.h.
9031         (EOVERFLOW): New fallback definition.
9032         (vsnprintf): Fix bug when generated string was too long for the buffer.
9033         Test here whether the string length is > INT_MAX.
9034
9035 2006-08-28  Bruno Haible  <bruno@clisp.org>
9036
9037         * lib/inttypes_.h (SCNX*): Remove definitions.
9038         Reported by Eric Blake.
9039
9040 2006-08-28  Bruno Haible  <bruno@clisp.org>
9041
9042         * lib/c-strstr.h: New file, from GNU gettext.
9043         * lib/c-strstr.c: New file, from GNU gettext.
9044
9045 2006-08-28  Bruno Haible  <bruno@clisp.org>
9046
9047         * gnulib-tool: Reorder some statements.
9048
9049 2006-08-28  Bruno Haible  <bruno@clisp.org>
9050
9051         * gnulib-tool: New option --makefile-name.
9052         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
9053         $makefile_name.
9054         (func_import): Write $makefile_name to the cache file, and read it from
9055         there unless explicitly specified. Use $makefile_name as file name
9056         instead of Makefile.am. Adjust the recommendations accordingly.
9057
9058 2006-08-28  Bruno Haible  <bruno@clisp.org>
9059
9060         * gnulib-tool (func_verify_module): Check against misapplying patch.
9061
9062 2006-08-28  Bruno Haible  <bruno@clisp.org>
9063
9064         * gnulib-tool (func_relativize, func_relconcat): New functions.
9065         Give an error if --local-dir is given with --update.
9066         Remove trailing slashes from $local_gnulib_dir.
9067         (func_import): Store the relativized $local_gnulib_dir in
9068         gnulib-cache.m4, and read it from there if not specified explicitly.
9069
9070 2006-08-28  Bruno Haible  <bruno@clisp.org>
9071
9072         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
9073         is the current directory. Respect also $local_gnulib_dir.
9074
9075 2006-08-28  Bruno Haible  <bruno@clisp.org>
9076             Simon Josefsson  <jas@extundo.com>
9077
9078         BeOS portability.
9079         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
9080
9081 2006-08-27  Jim Meyering  <jim@meyering.net>
9082
9083         * doc/visibility.texi: Remove duplicate word: "pointer".
9084
9085 2006-08-26  Bruno Haible  <bruno@clisp.org>
9086
9087         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
9088         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
9089         (Makefile.am): Create inttypes.h from inttypes_.h.
9090         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
9091
9092         * modules/imaxabs: New file.
9093
9094         * modules/imaxdiv: New file.
9095
9096 2006-08-26  Bruno Haible  <bruno@clisp.org>
9097
9098         * m4/inttypes.m4: New file.
9099         * m4/_inttypes_h.m4: Remove file.
9100         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
9101         PRI_MACROS_BROKEN.
9102         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
9103
9104         * m4/imaxabs.m4: New file.
9105
9106         * m4/imaxdiv.m4: New file.
9107
9108 2006-08-26  Bruno Haible  <bruno@clisp.org>
9109
9110         * lib/inttypes_.h: New file.
9111         * lib/inttypes.h: Remove file.
9112         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
9113
9114         * lib/imaxabs.c: New file.
9115
9116         * lib/imaxdiv.c: New file.
9117
9118 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9119
9120         New config-h module, so that "make" output needn't be cluttered
9121         by -DHAVE_CONFIG_H.
9122         * MODULES.html.sh (Support for building libraries and executables):
9123         Add config-h.
9124         * modules/config-h: New file.
9125         * gnulib-tool (nl, sed_transform_lib_file): New vars.
9126         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
9127         the config-h module is used.
9128
9129         New configmake module, so that "make" output needn't be cluttered
9130         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
9131         * MODULES.html.sh (Support for building libraries and executables):
9132         Add configmake.
9133         * modules/configmake: New file.
9134
9135 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9136
9137         * m4/config-h.m4: New file.
9138
9139 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9140
9141         * config/srclist.txt: Add elisp-comp.
9142
9143 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9144
9145         * MODULES.html.sh (Support for building libraries and executables):
9146         Add elisp-comp.
9147         * build-aux/elisp-comp: New file.
9148         * modules/elisp-comp: New file.
9149
9150 2006-08-24  Bruno Haible  <bruno@clisp.org>
9151
9152         * gnulib-tool (func_create_testdir): Use non-default values of
9153         sourcebase and m4base.
9154
9155 2006-08-24  Bruno Haible  <bruno@clisp.org>
9156
9157         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
9158         HTML structure.
9159
9160 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9161
9162         * modules/openat (Depends-on): Add lchown.
9163
9164 2006-08-23  Bruno Haible  <bruno@clisp.org>
9165
9166         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
9167         of gl_LOCK_EARLY instead of gl_LOCK.
9168
9169 2006-08-23  Bruno Haible  <bruno@clisp.org>
9170
9171         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
9172         on OSF/1 to no.
9173         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
9174
9175 2006-08-23  Bruno Haible  <bruno@clisp.org>
9176
9177         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
9178         as unusable.
9179
9180         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
9181         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
9182         (gl_LOCK): New macro.
9183
9184 2006-08-22  Simon Josefsson  <jas@extundo.com>
9185
9186         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
9187         to md5 module.
9188
9189 2006-08-22  Simon Josefsson  <jas@extundo.com>
9190
9191         * MODULES.html.sh: Add "Support for maintaining and release
9192         projects".
9193
9194         * build-aux/gnupload: New file, from coreutils.
9195
9196 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9197
9198         Avoid the need for AC_LIBSOURCES in m4 macros.
9199         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
9200         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
9201         * modules/check-version (EXTRA_DIST): Add check-version.h.
9202         * modules/crc (EXTRA_DIST): Add crc.h.
9203         * modules/des (EXTRA_DIST): Add des.h.
9204         * modules/gc (EXTRA_DIST): Add gc.h.
9205         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
9206         * modules/getline (EXTRA_DIST): Add getline.h.
9207         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
9208         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
9209         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
9210         * modules/md2 (EXTRA_DIST): Add md2.h.
9211         * modules/md4 (EXTRA_DIST): Add md4.h.
9212         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
9213         * modules/read-file (EXTRA_DIST): Add read-file.h.
9214         * modules/readline (EXTRA_DIST): Add readline.h.
9215         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
9216         rijndael-api-fst.h.
9217
9218 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9219
9220         * m4/rijndael.m4 (gl_ARCFOUR):
9221         * m4/arctwo.m4 (gl_ARCTWO):
9222         * m4/check-version.m4 (gl_CHECK_VERSION):
9223         * m4/crc.m4 (gl_CRC):
9224         * m4/des.m4 (gl_DES):
9225         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
9226         * m4/gc.m4 (gl_GC):
9227         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
9228         * m4/getline.m4 (gl_FUNC_GETLINE):
9229         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
9230         * m4/hmac-md5.m4 (gl_HMAC_MD5):
9231         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
9232         * m4/md2.m4 (gl_MD2):
9233         * m4/md4.m4 (gl_MD4):
9234         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
9235         * m4/read-file.m4 (gl_FUNC_READ_FILE):
9236         * m4/readline.m4 (gl_FUNC_READLINE):
9237         * m4/rijndael.m4 (gl_RIJNDAEL):
9238         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
9239         to get the necessary .h files and whatnot.
9240
9241 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9242
9243         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
9244         gnulib rather than the other way around.
9245         * config/srclistvars.sh (COREUTILS): Remove.
9246
9247 2006-08-22  Jim Meyering  <jim@meyering.net>
9248
9249         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
9250
9251         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
9252
9253 2006-08-22  Eric Blake  <ebb9@byu.net>
9254
9255         * modules/regexprops-generic: New file.
9256         * MODULES.html.sh (Support for building documentation): List it.
9257
9258 2006-08-22  Eric Blake  <ebb9@byu.net>
9259
9260         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
9261         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
9262         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
9263         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
9264
9265 2006-08-22  Bruno Haible  <bruno@clisp.org>
9266
9267         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
9268         and lib_LTLIBRARIES like the other lib_* variables.
9269
9270 2006-08-22  Bruno Haible  <bruno@clisp.org>
9271
9272         * build-aux/x-to-1.in: New file, from GNU gettext.
9273
9274 2006-08-22  Bruno Haible  <bruno@clisp.org>
9275
9276         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
9277         <utmpx.h> exists.
9278
9279 2006-08-22  Bruno Haible  <bruno@clisp.org>
9280
9281         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
9282         <utmpx.h> exists.
9283
9284 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9285
9286         BeOS portability.
9287         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
9288         exist.
9289         Problem reported by Bruno Haible.
9290
9291 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9292
9293         Avoid the need for AC_LIBSOURCES in m4 macros.
9294         * modules/acl (EXTRA_DIST): Add acl.h.
9295         * modules/argmatch (Files): Add m4/argmatch.m4.
9296         (configure.ac): Add gl_ARGMATCH.
9297         (EXTRA_DIST): Renamed from lib_SOURCES, for
9298         consistency with the other modules.  Remove argmatch.c.
9299         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
9300         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
9301         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
9302         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
9303         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
9304         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
9305         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
9306         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
9307         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
9308         * modules/closeout (EXTRA_DIST): Add closeout.h.
9309         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
9310         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
9311         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
9312         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
9313         dirname.h; remove basename.c and stripslash.c.
9314         * modules/exclude (EXTRA_DIST): Add exclude.h.
9315         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
9316         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
9317         * modules/file-type (EXTRA_DIST): Add file-type.h.
9318         * modules/filemode (EXTRA_DIST): Add filemode.h.
9319         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
9320         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
9321         * modules/fpending (EXTRA_DIST): Add __fpending.h.
9322         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
9323         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
9324         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
9325         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
9326         * modules/getdate (EXTRA_DIST): Add getdate.c.
9327         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
9328         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
9329         * modules/getpass (EXTRA_DIST): Add getpass.h.
9330         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
9331         * modules/group-member (EXTRA_DIST): Add group-member.h.
9332         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
9333         * modules/hash (EXTRA_DIST): Add hash.h.
9334         * modules/human (EXTRA_DIST): Add human.h.
9335         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
9336         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
9337         * modules/lchown (EXTRA_DIST): Add lchown.h.
9338         * modules/long-options (EXTRA_DIST): Add long-options.h.
9339         * modules/lstat (EXTRA_DIST): Add lstat.h.
9340         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
9341         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
9342         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
9343         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
9344         * modules/memxor (EXTRA_DIST): Add memxor.h.
9345         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
9346         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
9347         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
9348         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
9349         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
9350         * modules/physmem (EXTRA_DIST): Add physmem.h.
9351         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
9352         * modules/posixver (EXTRA_DIST): Add posixver.h.
9353         * modules/quote (EXTRA_DIST): Add quote.h.
9354         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
9355         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
9356         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
9357         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
9358         regex_internal.h regexec.c.
9359         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
9360         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
9361         * modules/same (EXTRA_DIST): Add same.h.
9362         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
9363         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
9364         * modules/savedir (EXTRA_DIST): Add savedir.h.
9365         * modules/sha1 (EXTRA_DIST): Add sha1.h.
9366         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
9367         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
9368         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
9369         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
9370         * modules/strdup (EXTRA_DIST): Add strdup.h.
9371         * modules/strftime (EXTRA_DIST): Add strftime.h.
9372         * modules/strndup (EXTRA_DIST): Add strndup.h.
9373         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
9374         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
9375         * modules/time_r (EXTRA_DIST): Add time_r.h.
9376         * modules/timespec (EXTRA_DIST): Add timespec.h.
9377         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
9378         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
9379         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
9380         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
9381         * modules/userspec (EXTRA_DIST): Add userspec.h.
9382         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
9383         * modules/utimens (EXTRA_DIST): Add utimens.h.
9384         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
9385         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
9386         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
9387         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
9388         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
9389         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
9390         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
9391         * modules/yesno (EXTRA_DIST): Add yesno.h.
9392
9393 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9394
9395         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
9396
9397         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
9398         * m4/dev-ino.m4, same-inode.m4: Remove.
9399
9400         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
9401         * m4/acl.m4 (AC_FUNC_ACL):
9402         * m4/backupfile.m4 (gl_BACKUPFILE):
9403         * m4/c-strtod.m4 (gl_C99_STRTOLD):
9404         * m4/canon-host.m4 (gl_CANON_HOST):
9405         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9406         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
9407         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
9408         * m4/cloexec.m4 (gl_CLOEXEC):
9409         * m4/close-stream.m4 (gl_CLOSE_STREAM):
9410         * m4/closeout.m4 (gl_CLOSEOUT):
9411         * m4/dirfd.m4 (gl_FUNC_DIRFD):
9412         * m4/dirname.m4 (gl_DIRNAME):
9413         * m4/exclude.m4 (gl_EXCLUDE):
9414         * m4/exitfail.m4 (gl_EXITFAIL):
9415         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
9416         * m4/file-type.m4 (gl_FILE_TYPE):
9417         * m4/filemode.m4 (gl_FILEMODE):
9418         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
9419         * m4/fpending.m4 (gl_FUNC_FPENDING):
9420         * m4/fprintftime.m4 (gl_FPRINTFTIME):
9421         * m4/fts.m4 (gl_FUNC_FTS):
9422         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
9423         * m4/getdate.m4 (gl_GETDATE):
9424         * m4/gethrxtime.m4 (gl_GETHRXTIME):
9425         * m4/getpagesize.m4 (gl_GETPAGESIZE):
9426         * m4/getpass.m4 (gl_FUNC_GETPASS):
9427         * m4/gettime.m4 (gl_GETTIME):
9428         * m4/getugroups.m4 (gl_GETUGROUPS):
9429         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
9430         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
9431         * m4/hard-locale.m4 (gl_HARD_LOCALE):
9432         * m4/hash.m4 (gl_HASH):
9433         * m4/idcache.m4 (gl_IDCACHE):
9434         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
9435         * m4/lchown.m4 (gl_FUNC_LCHOWN):
9436         * m4/long-options.m4 (gl_LONG_OPTIONS):
9437         * m4/lstat.m4 (gl_FUNC_LSTAT):
9438         * m4/md5.m4 (gl_MD5):
9439         * m4/memcasecmp.m4 (gl_MEMCASECMP):
9440         * m4/memcoll.m4 (gl_MEMCOLL):
9441         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
9442         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
9443         * m4/memxor.m4 (gl_MEMXOR):
9444         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
9445         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
9446         * m4/modechange.m4 (gl_MODECHANGE):
9447         * m4/mountlist.m4 (gl_MOUNTLIST):
9448         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9449         * m4/openat.m4 (gl_FUNC_OPENAT):
9450         * m4/pathmax.m4 (gl_PATHMAX):
9451         * m4/physmem.m4 (gl_PHYSMEM):
9452         * m4/posixtm.m4 (gl_POSIXTM):
9453         * m4/posixver.m4 (gl_POSIXVER):
9454         * m4/quote.m4 (gl_QUOTE):
9455         * m4/quotearg.m4 (gl_QUOTEARG):
9456         * m4/readtokens.m4 (gl_READTOKENS):
9457         * m4/readutmp.m4 (gl_READUTMP):
9458         * m4/regex.m4 (gl_REGEX):
9459         * m4/safe-read.m4 (gl_SAFE_READ):
9460         * m4/safe-write.m4 (gl_SAFE_WRITE):
9461         * m4/same.m4 (gl_SAME):
9462         * m4/save-cwd.m4 (gl_SAVE_CWD):
9463         * m4/savedir.m4 (gl_SAVEDIR):
9464         * m4/settime.m4 (gl_SETTIME):
9465         * m4/sha1.m4 (gl_SHA1):
9466         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
9467         * m4/stat-macros.m4 (gl_STAT_MACROS):
9468         * m4/stat-time.m4 (gl_STAT_TIME):
9469         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
9470         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
9471         * m4/strdup.m4 (gl_FUNC_STRDUP):
9472         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
9473         * m4/strndup.m4 (gl_FUNC_STRNDUP):
9474         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
9475         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
9476         * m4/time_r.m4 (gl_TIME_R):
9477         * m4/timespec.m4 (gl_TIMESPEC):
9478         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
9479         * m4/unlinkdir.m4 (gl_UNLINKDIR):
9480         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
9481         * m4/userspec.m4 (gl_USERSPEC):
9482         * m4/utimecmp.m4 (gl_UTIMECMP):
9483         * m4/utimens.m4 (gl_UTIMENS):
9484         * m4/xalloc.m4 (gl_XALLOC):
9485         * m4/xgetcwd.m4 (gl_XGETCWD):
9486         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
9487         * m4/xreadlink.m4 (gl_XREADLINK):
9488         * m4/xstrtod.m4 (gl_XSTRTOD):
9489         * m4/yesno.m4 (gl_YESNO):
9490         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
9491         to get the necessary .h files and whatnot.
9492
9493 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
9494             Bruno Haible  <bruno@clisp.org>
9495
9496         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
9497         /bin/sh understanding of '!' conditional negation.
9498
9499 2006-08-21  Jim Meyering  <jim@meyering.net>
9500
9501         * modules/openat (Depends-on): Really alphabetize.
9502
9503         * modules/acl (Depends-on): Add error and quote.
9504
9505         * check-module (find_included_lib_files): Add at-func.c to the
9506         ok-to-include-more-than-once white list.
9507
9508         * modules/openat (Depends-on): Add lstat.  Alphabetize.
9509
9510 2006-08-21  Bruno Haible  <bruno@clisp.org>
9511
9512         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9513         Emit a pkgdata_DATA variable only if some snippets add contents to it.
9514         Reported by Martin Lambers <marlam@marlam.de>.
9515
9516 2006-08-21  Bruno Haible  <bruno@clisp.org>
9517
9518         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
9519         specify an installation location, don't emit a noinst_LIBRARIES or
9520         noinst_LTLIBRARIES assignment.
9521
9522 2006-08-21  Bruno Haible  <bruno@clisp.org>
9523
9524         BeOS portability.
9525         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
9526         BeOS has mbrtowc() but no <wctype.h>.
9527
9528 2006-08-21  Bruno Haible  <bruno@clisp.org>
9529
9530         BeOS portability.
9531         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
9532         exist.
9533
9534 2006-08-21  Bruno Haible  <bruno@clisp.org>
9535
9536         BeOS portability.
9537         * lib/mbchar.h: Include <wctype.h> only if it exists.
9538
9539 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9540
9541         Remove files that are no longer needed by their respective modules.
9542         * m4/obstack.m4: Remove.
9543         * m4/strerror_r.m4: Remove.
9544         * m4/uint32_t.m4: Remove.
9545         * m4/uintptr_t.m4: Remove.
9546         * m4/ullong_max.m4: Remove.
9547         * m4/xstrtoimax.m4: Remove.
9548         * m4/xstrtoumax.m4: Remove.
9549
9550         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
9551         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
9552         dependencies now capture this.
9553
9554         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
9555         Do not use AC_LIBSOURCES, since gnulib modules now do this.
9556         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
9557         * m4/human.m4 (gl_HUMAN): Likewise.
9558         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
9559         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
9560
9561         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
9562
9563         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
9564         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
9565         stdint.
9566         * m4/human.m4 (gl_HUMAN): Likewise.
9567         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
9568         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
9569         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9570         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9571         * m4/xstrtol (gl_XSTRTOL): Likewise.
9572
9573         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
9574         AC_TYPE_LONG_LONG_INT.
9575         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9576         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
9577         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
9578         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9579
9580         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
9581         on stdbool.
9582
9583         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
9584         (gl_PREREQ_XSTRTOUL): Remove.
9585
9586         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
9587
9588         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
9589         mode.
9590
9591 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9592
9593         Add and change modules to make it easier for coreutils to use
9594         gnulib-tool.
9595         * modules/backupfile (Files): Remove m4/d-ino.m4.
9596         (Depends-on): Add d-ino.
9597         * modules/cycle-check (Depends-on): Add stdint.
9598         (lib_SOURCES): Add cycle-check.h.
9599         * modules/d-ino: New module.
9600         * modules/d-type: New module.
9601         * modules/error (Files): Remove m4/strerror_r.m4.
9602         * modules/filemode (Files): Add m4/st_dm_mode.m4.
9603         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
9604         m4/inttypes_h.m4, m4/uintmax_t.m4.
9605         (Depends-on): Add stdint.
9606         (lib_SOURCES): Add fsusage.h.
9607         * modules/getcwd (Files): Remove d-ino.m4.
9608         (Depends-on): Add d-ino.
9609         * modules/getndelim2 (Depends-on): Add stdint.
9610         * modules/glob (Files): Remove m4/d-type.m4.
9611         (Depends-on): Add d-type.
9612         * modules/host-os: New module.
9613         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
9614         m4/inttypes_h.m4, m4/uintmax_t.m4.
9615         * Depends-on: Add stdint.
9616         (lib_SOURCES): Add human.h.
9617         * modules/inttostr (Files): Remove m4/intmax_t.m4,
9618         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
9619         m4/uintmax_t.m4, m4/ulonglong.m4.
9620         (Depends-on): Add stdint.
9621         (EXTRA_DIST): Add inttostr.h.
9622         * modules/lchmod: New module.
9623         * modules/link-follow: New module.
9624         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
9625         (Depends-on): Add lchmod.
9626         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
9627         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
9628         (Depends-on): Add stdint.
9629         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
9630         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
9631         (Depends-on): Add stdint.
9632         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
9633         * modules/perl: New module.
9634         * modules/regex (Depends-on): Add stdint.
9635         * modules/rmdir-errno: New module.
9636         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9637         m4/intmax_t.m4.
9638         (Depends-on): Add stdint.
9639         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9640         m4/uintmax_t.m4.
9641         (Depends-on): Add stdint.
9642         * modules/unlink-busy: New module.
9643         * modules/utimecmp (Depends-on): Add stdint.
9644         * modules/uptime: New module.
9645         * modules/winsz-ioctl: New module.
9646         * modules/winsz-termios: New module.
9647         * modules/xnanosleep (Depends-on): Add nanosleep.
9648         * modules/ullong_max: Remove.
9649         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
9650         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
9651         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
9652         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
9653         (Depends-on): Add inttypes.
9654         (lib_SOURCES): Add xstrtol.h.
9655         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
9656         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
9657         * MODULES.html.sh: Move 'assert' into the assert section.
9658         Move 'dummy' into the linking section.
9659         Remove ullong_max.
9660         Add section for compatibility checks for POSIX:2001 functions,
9661         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
9662         winsz-ioctl, and winsz-termios into it.
9663         Add lchmod.
9664         Add top-level Misc section and put host-os, perl, and uptime
9665         into it.
9666
9667 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9668
9669         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
9670         now assume the stdint module.  Do not include inttypes.h.
9671         * lib/fsusage.h: Likewise.
9672         * lib/getndelim2.c: Likewise.
9673         * lib/human.h: Likewise.
9674         * lib/inttostr.h: Likewise.
9675         * lib/obstack.c: Likewise.
9676         * lib/regex_internal.h: Likewise.
9677         * lib/tempname.c: Likewise.
9678         * lib/utimecmp.c: Likewise.
9679         * lib/xstrtol.h: Likewise.
9680
9681         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
9682
9683         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
9684         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
9685         * lib/xtime.h: Likewise.
9686
9687 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9688
9689         * modules/openat (Files): Add lib/fchmodat.c.
9690         Fixes problem reported by Jay Youngman.
9691
9692 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9693
9694         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
9695         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
9696
9697 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
9698             Bruno Haible  <bruno@clisp.org>
9699
9700         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
9701         and is a script that invokes bison. Tighten the code. Add comments.
9702
9703 2006-08-18  Jim Meyering  <jim@meyering.net>
9704
9705         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
9706         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
9707         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
9708         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
9709
9710 2006-08-18  Bruno Haible  <bruno@clisp.org>
9711
9712         * modules/bison-i18n: New file.
9713         * MODULES.html.sh (Internationalization functions): Add it.
9714
9715 2006-08-18  Bruno Haible  <bruno@clisp.org>
9716
9717         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
9718         sys/statvfs.h. When getmntinfo was found, check its declaration and
9719         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
9720
9721 2006-08-18  Bruno Haible  <bruno@clisp.org>
9722
9723         * m4/bison-i18n.m4: New file, from bison.
9724
9725 2006-08-18  Bruno Haible  <bruno@clisp.org>
9726
9727         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
9728         (ME_DUMMY): Treat "kernfs" as a dummy.
9729         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
9730
9731 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9732
9733         Update from coreutils.
9734
9735         2006-08-15  Jim Meyering  <jim@meyering.net>
9736
9737         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
9738
9739         2006-01-17  Jim Meyering  <jim@meyering.net>
9740
9741         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
9742
9743         2006-01-11  Jim Meyering  <jim@meyering.net>
9744
9745         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
9746         Check for the lchmod function.
9747
9748 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9749
9750         Update from coreutils.
9751
9752         * lib/__fpending.h: Add copyright notice.
9753         * lib/fprintftime.h: Likewise.
9754         * lib/savedir.c: Use (C) in copyright notice.
9755         * lib/savedir.h: Likewise.
9756
9757         2006-08-15  Jim Meyering  <jim@meyering.net>
9758
9759         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9760         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9761         in support of the EXPECTED_ERRNO macro.
9762         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9763         definitions.  Instead, define the appropriate symbols and include
9764         "at-func.c".
9765         * lib/mkdirat.c (mkdirat): Likewise.
9766         * lib/fchmodat.c (fchmodat): Likewise.
9767         (ENOSYS): Remove definition.
9768         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9769         it.  Don't include "unistd--.h" -- it wasn't ever used.
9770
9771         2006-01-17  Jim Meyering  <jim@meyering.net>
9772
9773         Rewrite fts.c not to change the current working directory,
9774         by using openat, fstatat, fdopendir, etc..
9775
9776         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9777         (HAVE_OPENAT_SUPPORT): Define.
9778         [_LIBC] (fchdir): Don't undef or define; no longer used.
9779         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9780         Now, this `function' always succeeds, and consumes its file descriptor
9781         parameter -- so callers must not close such FDs.  Update callers.
9782         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9783         (diropen): Add parameter, SP.  Adjust all callers.
9784         Implement using diropen_fd, rather than open.
9785         (fts_open): Initialize new member, fts_cwd_fd.
9786         Remove fts_rft-setting code.
9787         (fts_close): Close fts_cwd_fd, if necessary.
9788         (__opendir2): Define in terms of opendir or opendirat,
9789         depending on whether the FST_NOCHDIR flag is set.
9790         (fts_build): Since fts_safe_changedir consumes its FD, and since
9791         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9792         and close the dup'd file descriptor upon failure.
9793         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9794         (fts_safe_changedir): Tweak semantics to reflect that this function
9795         now calls cwd_advance_fd and hence consumes its FD argument.
9796         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9797         [struct FTS] (fts_rft): Remove now-unused member.
9798         [struct FTS] (fts_cycle.state): Improve comment.
9799
9800         * lib/openat.c (openat_needs_fchdir): New function.
9801         * lib/openat.h (openat_needs_fchdir): Declare it.
9802
9803 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9804
9805         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9806         Problem and fix reported by Pádraig Brady in
9807         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9808
9809 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9810
9811         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9812
9813 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9814
9815         * lib/memcoll.c (memcoll): Optimize for the common case where the
9816         arguments are bytewise equal.
9817
9818 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9819
9820         * doc/regexprops-generic.texi: Add a copyright notice.
9821
9822 2006-08-15  Bruno Haible  <bruno@clisp.org>
9823
9824         * modules/tmpdir (License): Change to LGPL.
9825
9826 2006-08-15  Bruno Haible  <bruno@clisp.org>
9827
9828         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9829         module.
9830
9831 2006-08-14  Simon Josefsson  <jas@extundo.com>
9832
9833         * config/srclist.txt: Add gnupload.
9834
9835 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9836
9837         Change copyright notice from LGPL 2 to GPL 2, since that's the
9838         standard form used in the gnulib repository.
9839         * tests/test-lock.c: Likewise.
9840         * tests/test-stdint.c: Likewise.
9841         * tests/test-tls.c: Likewise.
9842
9843         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9844         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9845         Add copyright notice.
9846
9847         * check-module: Add copyright notice.  Output a copyright
9848         notice if "--version" is specified.
9849         * modules/COPYING: New file.
9850         * tests/test-getaddrinfo.c: Add copyright notice.
9851         * tests/test-verify.c: Likewise.
9852
9853 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9854
9855         Change copyright notice from LGPL 2 to GPL 2, since that's the
9856         standard form used in the gnulib repository.
9857         * lib/lock.c: LGPL -> GPL.
9858         * lib/lock.h: Likewise.
9859         * lib/strnlen1.c: Likewise.
9860         * lib/strnlen1.h: Likewise.
9861         * lib/tls.c: Likewise.
9862         * lib/tls.h: Likewise.
9863         * lib/tmpdir.c: Likewise.
9864
9865         * lib/TODO: Remove; this belongs only in coreutils.
9866
9867 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9868
9869         Add copyright notices to long-enough files that lack them, since
9870         otherwise the files aren't clearly free.  Use the same notice that
9871         getdate.texi already uses.
9872         * doc/alloca-opt.texi: Add copyright notice.
9873         * doc/alloca.texi: Likewise.
9874         * doc/ctime.texi: Likewise.
9875         * doc/functions.texi: Likewise.
9876         * doc/gcd.texi: Likewise.
9877         * doc/gnulib-tool.texi: Likewise.
9878         * doc/inet_ntoa.texi: Likewise.
9879         * doc/visibility.texi: Likewise.
9880
9881         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9882         * doc/quote.texi: Add copyright notice.
9883
9884         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9885         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9886         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9887         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9888         is now obsolete, and give a pointer to the Sun list.
9889         Add copyright notice.
9890
9891 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9892
9893         * config/srclistvars.sh: Add copyright notice.
9894
9895 2006-08-14  Eric Blake  <ebb9@byu.net>
9896
9897         Import the following change from libc:
9898
9899         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9900
9901         Upstream bug 2997.
9902         * lib/misc/error.c: Add space between program name and message if file
9903         name is missing.
9904
9905 2006-08-12  Karl Berry  <karl@gnu.org>
9906
9907         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9908         remove, these originate in gnulib now.
9909
9910 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9911
9912         * doc/Makefile (standards.info standards.html standards.dvi):
9913         Also depend on make-stds.texi.
9914
9915 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9916
9917         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9918         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9919
9920         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9921         in wchar_t.  Problem reported by Eric Blake.
9922
9923         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9924         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9925         Also, help the compiler to keep LEN in a register.
9926
9927 2006-08-11  Eric Blake  <ebb9@byu.net>
9928
9929         * users.txt: Sort.  Add tar.
9930
9931 2006-08-11  Bruno Haible  <bruno@clisp.org>
9932
9933         * users.txt: New file.
9934
9935 2006-08-11  Bruno Haible  <bruno@clisp.org>
9936
9937         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9938         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9939
9940 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9941
9942         * modules/snprintf (Depends-on): Remove minmax.
9943         (Maintainer): Add self and Bruno.
9944
9945 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9946
9947         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9948         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9949         (EOVERFLOW): Define if the system does not.
9950         Do not include "minmax.h"; it wasn't used.
9951         (snprintf): Don't assume size_t promotes to an unsigned type.
9952         Fix bug when generated string was too long for the buffer: the
9953         buffer's contents are supposed to be the initial prefix of the
9954         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9955         exceeds INT_MAX; do the check ourselves.
9956
9957         Import the following changes from libc:
9958
9959         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9960
9961         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9962         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9963         set wc to the byte which couldn't be converted.
9964         (re_string_reconstruct): Don't clear valid_raw_len before calling
9965         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9966         tip_context using re_string_context_at.
9967
9968         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9969
9970         * lib/posix/regex.h: g++ still cannot handled [restrict].
9971
9972         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9973
9974         * lib/posix/regex.h: Remove special handling for VMS.
9975
9976 2006-08-10  Jim Meyering  <jim@meyering.net>
9977
9978         * modules/same-inode: New module.
9979         * modules/dev-ino: New module.
9980         * modules/cycle-check: Depend on these modules, rather than simply
9981         including their .h files.
9982         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9983         required via m4/cycle-check.m4.
9984         * modules/same: Depend on new same-inode module, rather than
9985         including same-inode.h.
9986         * modules/chdir-safer: New file.
9987
9988         * modules/chown (Depends-on): Add stat-macros.
9989
9990 2006-08-10  Jim Meyering  <jim@meyering.net>
9991
9992         * m4/cycle-check.m4: New file.
9993         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9994         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9995
9996 2006-08-10  Eric Blake  <ebb9@byu.net>
9997
9998         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9999         in from original proposal.
10000
10001 2006-08-10  Eric Blake  <ebb9@byu.net>
10002         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10003
10004         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
10005         namespace.
10006
10007 2006-08-10  Bruno Haible  <bruno@clisp.org>
10008
10009         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
10010         as well.
10011
10012 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10013
10014         Sync from coreutils.
10015
10016         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
10017
10018         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
10019         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
10020
10021 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10022
10023         * modules/restrict: Remove; no longer needed now that we assume
10024         Autoconf 2.59 or later.
10025         * MODULES.html.sh: Remove 'restrict'.
10026         * modules/argp (Depends-on): Remove 'restrict'.
10027         * modules/base64 (Depends-on): Likewise.
10028         * modules/gc (Depends-on): Likewise.
10029         * modules/getaddrinfo (Depends-on): Likewise.
10030         * modules/glob (Depends-on): Likewise.
10031         * modules/inet_ntop (Depends-on): Likewise.
10032         * modules/inet_pton (Depends-on): Likewise.
10033         * modules/memxor (Depends-on): Likewise.
10034         * modules/regex (Depends-on): Likewise.
10035         * modules/strtok_r (Depends-on): Likewise.
10036         * modules/time_r (Depends-on): Likewise.
10037
10038 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10039
10040         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
10041         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
10042         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10043         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
10044         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
10045         * m4/memxor.m4 (gl_MEMXOR): Likewise.
10046         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
10047         gl_C_RESTRICT replaced by AC_C_RESTRICT.
10048
10049         Merge from coreutils.
10050         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
10051         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
10052         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10053         * m4/time_r.m4 (gl_TIME_R): Likewise.
10054
10055 2006-08-09  Karl Berry  <karl@gnu.org>
10056
10057         * config/srclist.txt: no more gettext-tools, per Bruno.
10058
10059 2006-08-08  Eric Blake  <ebb9@byu.net>
10060
10061         * modules/verror: New module.
10062         * MODULES.html.sh: Document it.
10063
10064 2006-08-08  Eric Blake  <ebb9@byu.net>
10065
10066         * lib/verror.h, lib/verror.c: New files.
10067
10068 2006-08-08  Eric Blake  <ebb9@byu.net>
10069
10070         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
10071         verror_at_line output complies with GNU Coding Standards even when
10072         file is NULL.
10073
10074 2006-08-07  Bruno Haible  <bruno@clisp.org>
10075
10076         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
10077         versions of AIX.
10078         Reported by Ralf Wildenhues.
10079
10080 2006-08-07  Bruno Haible  <bruno@clisp.org>
10081
10082         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
10083         in an AC_DEFUN. Needed so that the autoconf snippets can use
10084         AC_REQUIRE.
10085
10086 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10087
10088         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10089         Initialize pkgdata_DATA.
10090         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
10091         overriding it.
10092
10093 2006-08-06  Eric Blake  <ebb9@byu.net>
10094
10095         * lib/error.h: Fold in some upstream changes from glibc.
10096         * lib/error.c: Likewise.
10097
10098 2006-08-04  Bruno Haible  <bruno@clisp.org>
10099
10100         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10101         Make the mostlyclean-local rule depend on mostlyclean-generic.
10102         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
10103
10104 2006-07-31  Bruno Haible  <bruno@clisp.org>
10105
10106         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
10107         <stdlib.h>, <string.h>.
10108
10109 2006-07-30  Bruno Haible  <bruno@clisp.org>
10110
10111         * modules/readlink (License): Change to LGPL.
10112
10113 2006-07-30  Bruno Haible  <bruno@clisp.org>
10114
10115         * modules/javaversion (Makefile.am): Distribute javaversion.java and
10116         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
10117         set PKGDATADIR to point to it.
10118
10119 2006-07-30  Bruno Haible  <bruno@clisp.org>
10120
10121         * modules/csharpexec (configure.ac): Comment out macro invocation.
10122         * modules/javaexec (configure.ac): Likewise.
10123         * modules/javacomp-script (configure.ac): Likewise.
10124
10125         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
10126
10127 2006-07-30  Bruno Haible  <bruno@clisp.org>
10128
10129         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
10130         linked-list.
10131
10132 2006-07-30  Bruno Haible  <bruno@clisp.org>
10133
10134         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
10135
10136 2006-07-30  Bruno Haible  <bruno@clisp.org>
10137
10138         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10139         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
10140         get removed.
10141
10142 2006-07-29  Bruno Haible  <bruno@clisp.org>
10143
10144         Make it possible for gnulib-tool to work with locally modified or
10145         augmented gnulib repositories.
10146         * gnulib-tool (func_usage): Document --local-dir option.
10147         (local_gnulib_dir): New variable.
10148         Handle --local-dir option.
10149         (func_lookup_file): New function.
10150         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
10151         (func_get_description, func_get_filelist, func_get_description,
10152         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
10153         func_get_automake_snippet, func_get_include_directive,
10154         func_get_license, func_get_maintainer): Use func_lookup_file.
10155         (func_import, func_create_testdir): Use func_lookup_file.
10156
10157 2006-07-29  Bruno Haible  <bruno@clisp.org>
10158
10159         * modules/setenv (Depends-on): Add unistd.
10160
10161 2006-07-29  Bruno Haible  <bruno@clisp.org>
10162
10163         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
10164
10165 2006-07-29  Bruno Haible  <bruno@clisp.org>
10166
10167         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
10168
10169 2006-07-29  Bruno Haible  <bruno@clisp.org>
10170
10171         * gnulib-tool (import, update): If there is no Makefile.am, look at
10172         aclocal.m4, instead of bailing out.
10173
10174 2006-07-29  Bruno Haible  <bruno@clisp.org>
10175
10176         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
10177         Categorize the options by when they are useful.
10178
10179 2006-07-29  Bruno Haible  <bruno@clisp.org>
10180
10181         * gnulib-tool (func_usage): Document option --no-libtool.
10182         Handle option --no-libtool.
10183         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
10184         for changed semantics of $libtool variable.
10185         (func_import): Likewise. If libtool is not used, show this through
10186         an option --no-libtool.
10187         (func_create_testdir): Update.
10188
10189 2006-07-29  Bruno Haible  <bruno@clisp.org>
10190
10191         * gnulib-tool (func_import): Extend error message about missing
10192         --doc-base.
10193
10194 2006-07-29  Bruno Haible  <bruno@clisp.org>
10195
10196         * gnulib-tool (func_import): Don't create the $docbase directory if
10197         there is no file to store there.
10198
10199 2006-07-29  Bruno Haible  <bruno@clisp.org>
10200
10201         * gnulib-tool (autoconf_minversion): If a --dir option is given and
10202         relevant, look for configure.ac there, not in the current directory.
10203         Also use a simple search for AC_PREREQ, not "autoconf --trace".
10204
10205 2006-07-29  Bruno Haible  <bruno@clisp.org>
10206
10207         * gnulib-tool (SORT): New variable.
10208         (func_usage): Undocument --assume-autoconf option.
10209         Remove --assume-autoconf option handling.
10210         (autoconf_minversion): Determine from the contents of configure.ac.
10211         (func_import): Remove autoconf_minversion handling.
10212         Suggested by Eric Blake.
10213
10214 2006-07-29  Bruno Haible  <bruno@clisp.org>
10215
10216         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
10217
10218 2006-07-29  Bruno Haible  <bruno@clisp.org>
10219
10220         * config/srclist.txt (*setenv.[ch]): Remove rules.
10221
10222 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10223
10224         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
10225
10226 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10227
10228         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
10229         arpa/inet.h.
10230
10231 2006-07-28  Simon Josefsson  <jas@extundo.com>
10232
10233         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
10234         * modules/inet_pton (Depends-on): Likewise.
10235
10236 2006-07-28  Simon Josefsson  <jas@extundo.com>
10237
10238         * m4/netinet_in_h.m4: New file.
10239
10240 2006-07-28  Simon Josefsson  <jas@extundo.com>
10241
10242         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
10243         #include's.
10244
10245 2006-07-28  Simon Josefsson  <jas@extundo.com>
10246
10247         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
10248         #include's.
10249
10250 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
10251
10252         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
10253         setgid on directories only if they set these bits.
10254         * lib/modechange.h: Remove obsolete comment about masks.
10255
10256 2006-07-28  Eric Blake  <ebb9@byu.net>
10257
10258         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
10259         macro expansion.
10260
10261 2006-07-28  Bruno Haible  <bruno@clisp.org>
10262
10263         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
10264
10265 2006-07-28  Bruno Haible  <bruno@clisp.org>
10266
10267         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
10268
10269 2006-07-28  Bruno Haible  <bruno@clisp.org>
10270
10271         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
10272         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
10273         Define fallbacks.
10274         Avoids link error on FreeBSD 4.x.
10275         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10276
10277         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
10278         encoding.
10279         * lib/mbswidth.c (iswcntrl): Likewise.
10280
10281 2006-07-27  Bruno Haible  <bruno@clisp.org>
10282
10283         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
10284         test.
10285
10286 2006-07-27  Bruno Haible  <bruno@clisp.org>
10287
10288         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
10289         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
10290         defined.
10291
10292 2006-07-26  Eric Blake  <ebb9@byu.net>
10293
10294         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
10295
10296 2006-07-26  Eric Blake  <ebb9@byu.net>
10297
10298         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
10299         like mingw that lack mkstemp.
10300         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
10301         avoid compilation warning on mingw.
10302
10303 2006-07-26  Bruno Haible  <bruno@clisp.org>
10304
10305         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
10306         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
10307         INT_FAST*_MIN, INTPTR_MIN.
10308
10309 2006-07-25  Bruno Haible  <bruno@clisp.org>
10310
10311         * modules/version-etc (Depends-on): Add stdarg.
10312
10313 2006-07-25  Bruno Haible  <bruno@clisp.org>
10314
10315         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
10316         complex commands.
10317
10318 2006-07-25  Bruno Haible  <bruno@clisp.org>
10319
10320         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
10321         defined in <stdarg.h> or config.h.
10322
10323 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
10324
10325         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
10326         (gl_STDIO_SAFER): Remove.
10327
10328 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
10329
10330         * MODULES.html.sh (File stream based Input/Output):
10331         Add fopen-safer, tmpfile-safer; remove stdio-safer.
10332         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
10333         * modules/fopen-safer, modules/tmpfile-safer: New files.
10334         * modules/stdio-safer: Remove.
10335
10336 2006-07-24  Bruno Haible  <bruno@clisp.org>
10337
10338         * modules/tmpdir: New file.
10339         * MODULES.html.sh (File system functions): Add it.
10340
10341 2006-07-24  Bruno Haible  <bruno@clisp.org>
10342
10343         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
10344         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
10345
10346 2006-07-24  Bruno Haible  <bruno@clisp.org>
10347
10348         * modules/clean-temp: New file.
10349
10350 2006-07-24  Bruno Haible  <bruno@clisp.org>
10351
10352         * m4/tmpdir.m4: New file, from GNU gettext.
10353
10354 2006-07-24  Bruno Haible  <bruno@clisp.org>
10355
10356         * lib/tmpdir.h: New file, from GNU gettext.
10357         * lib/tmpdir.c: New file, from GNU gettext.
10358
10359 2006-07-24  Bruno Haible  <bruno@clisp.org>
10360
10361         * lib/clean-temp.h: New file, from GNU gettext.
10362         * lib/clean-temp.c: New file, from GNU gettext.
10363
10364 2006-07-23  Eric Blake  <ebb9@byu.net>
10365
10366         * modules/stdio-safer (Files): Add tmpfile-safer.c.
10367         (Depends-on): Add binary-io.
10368
10369 2006-07-23  Eric Blake  <ebb9@byu.net>
10370
10371         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
10372
10373 2006-07-23  Eric Blake  <ebb9@byu.net>
10374
10375         * lib/tmpfile-safer.c: New file.
10376         * lib/stdio-safer.h (fopen_safer): Add prototype.
10377         * lib/stdio--.h (tmpfile): Make safer.
10378
10379 2006-07-23  Bruno Haible  <bruno@clisp.org>
10380
10381         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
10382         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
10383         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
10384         gl_linked_remove_at): Use it.
10385
10386 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10387         and Simon Josefsson <jas@extundo.com>
10388
10389         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
10390
10391         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
10392
10393 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10394
10395         * modules/close-stream: New file.
10396         * modules/closeout (Description): Make it clear that it exits
10397         with a diagnostic on error.
10398         (Depends-on): Add close-stream.  Remove fpending, stdbool.
10399         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
10400
10401 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10402
10403         * m4/close-stream.m4: New file.
10404
10405 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10406
10407         * lib/close-stream.c, lib/close-stream.h: New files.
10408
10409 2006-07-22  Bruno Haible  <bruno@clisp.org>
10410
10411         Merge from GNU gettext 0.15.
10412
10413         2006-05-01  Bruno Haible  <bruno@clisp.org>
10414
10415                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
10416
10417         2006-07-22  Bruno Haible  <bruno@clisp.org>
10418
10419                 * modules/javaversion: New file.
10420                 * MODULES.html.sh (Java): Add javaversion.
10421
10422         2006-03-12  Bruno Haible  <bruno@clisp.org>
10423
10424                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
10425
10426         2005-12-04  Bruno Haible  <bruno@clisp.org>
10427
10428                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
10429                 (untested).
10430
10431         2006-06-21  Bruno Haible  <bruno@clisp.org>
10432
10433                 Avoid warnings from recent versions of mcs.
10434                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
10435                 -o, -L, -r any more. Use options documented since mcs-1.0
10436                 instead. Similarly for -g.
10437
10438         2005-12-04  Bruno Haible  <bruno@clisp.org>
10439
10440                 * build-aux/csharpcomp.sh.in: Suffix for resources is
10441                 .resources, not .resource.
10442
10443         2005-07-09  Bruno Haible  <bruno@clisp.org>
10444
10445                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
10446                 add a .dll suffix.
10447                 Reported by Mark Junker <mjscod@gmx.de>.
10448
10449         2006-07-22  Bruno Haible  <bruno@clisp.org>
10450
10451                 * modules/gettext: Upgrade to gettext-0.15.
10452                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
10453                 m4/visibility.m4.
10454                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
10455
10456 2006-07-22  Bruno Haible  <bruno@clisp.org>
10457
10458         Merge from GNU gettext 0.15.
10459
10460         2006-03-25  Bruno Haible  <bruno@clisp.org>
10461
10462                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
10463
10464         2006-07-21  Bruno Haible  <bruno@clisp.org>
10465
10466                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
10467                 "1.1".
10468
10469         2006-05-09  Bruno Haible  <bruno@clisp.org>
10470
10471                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
10472                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
10473                 for the conftestver execution.
10474
10475         2006-05-01  Bruno Haible  <bruno@clisp.org>
10476
10477                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
10478                 optional target-version argument. Verify that the compiler
10479                 groks source of the specified source-version, or add -source
10480                 option as necessary. Verify that the compiler produces
10481                 bytecode in the specified target-version, or add -target and
10482                 -source options as necessary. Make the result of the test
10483                 available as variable CONF_JAVAC. Also log error output in
10484                 config.log.
10485
10486         2006-03-11  Bruno Haible  <bruno@clisp.org>
10487
10488                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
10489
10490         2006-05-09  Bruno Haible  <bruno@clisp.org>
10491
10492                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
10493                 CLASSPATH_SEPARATOR to a semicolon.
10494
10495         2006-03-12  Bruno Haible  <bruno@clisp.org>
10496
10497                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
10498                 available as variable CONF_JAVA, for subsequent autoconf
10499                 tests. Also log error output in config.log.
10500
10501         2006-07-19  Bruno Haible  <bruno@clisp.org>
10502
10503                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
10504                 that getline works on glibc2 systems. Needed to avoid trouble
10505                 in relocatable.c.
10506                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
10507
10508         2005-12-04  Bruno Haible  <bruno@clisp.org>
10509
10510                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
10511                 launcher (untested).
10512
10513         2005-12-04  Bruno Haible  <bruno@clisp.org>
10514
10515                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
10516
10517         2006-07-22  Bruno Haible  <bruno@clisp.org>
10518
10519                 * gettext.m4: Update from GNU gettext-0.15.
10520                 * nls.m4: Likewise.
10521                 * po.m4: Likewise.
10522                 * inttypes-pri.m4: Likewise.
10523                 * inttypes-h.m4: Renamed from inttypes.m4.
10524                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
10525
10526 2006-07-22  Bruno Haible  <bruno@clisp.org>
10527
10528         Merge from GNU gettext 0.15.
10529
10530         2005-07-05  Bruno Haible  <bruno@clisp.org>
10531
10532                 * printf-args.c (printf_fetchargs): Work around broken
10533                 definition of wint_t on mingw.
10534
10535         2005-02-12  Bruno Haible  <bruno@clisp.org>
10536
10537                 * xallocsa.h: Add extern "C" for C++.
10538
10539         2006-05-17  Bruno Haible  <bruno@clisp.org>
10540
10541                 Cygwin portability.
10542                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
10543
10544         2006-04-30  Bruno Haible  <bruno@clisp.org>
10545
10546                 * progreloc.c: Include <mach-o/dyld.h> if available.
10547                 (find_executable): Use _NSGetExecutablePath when possible.
10548
10549         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10550
10551                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
10552                 function.
10553
10554         2005-12-29  Bruno Haible  <bruno@clisp.org>
10555
10556                 * progreloc.c (set_program_name_and_installdir): Fix
10557                 compilation error.
10558
10559         2005-12-04  Bruno Haible  <bruno@clisp.org>
10560
10561                 Cygwin portability.
10562                 * progreloc.c: Include <windows.h> also on Cygwin.
10563                 (find_executable): Add support for Cygwin.
10564                 (set_program_name_and_installdir): Handle also platforms with
10565                 nonempty EXEEXT.
10566
10567         2006-07-11  Bruno Haible  <bruno@clisp.org>
10568
10569                 * javacomp.c: Fix a comment.
10570                 Reported by Jim Meyering.
10571
10572         2006-04-30  Bruno Haible  <bruno@clisp.org>
10573
10574                 * javacomp.h (compile_java_class): Add source_version,
10575                 target_version arguments.
10576                 * javacomp.c: Rewritten to choose only a compiler that
10577                 respects the specified source_version and target_version.
10578
10579         2006-06-27  Bruno Haible  <bruno@clisp.org>
10580
10581                 Assume correct S_ISDIR macro.
10582                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
10583
10584         2006-07-22  Bruno Haible  <bruno@clisp.org>
10585
10586                 * javaversion.h: New file, from GNU gettext.
10587                 * javaversion.c: New file, from GNU gettext.
10588                 * javaversion.java: New file, from GNU gettext.
10589                 * javaversion.class: New file, from GNU gettext.
10590
10591         2006-05-17  Bruno Haible  <bruno@clisp.org>
10592
10593                 Cygwin portability.
10594                 * javaexec.c (execute_java_class): Test for jview program
10595                 also on Cygwin.
10596
10597         2006-04-09  Bruno Haible  <bruno@clisp.org>
10598
10599                 * fatal-signal.c: Don't include string.h.
10600                 (at_fatal_signal): Use a copying loop instead of memcpy.
10601
10602         2005-12-04  Bruno Haible  <bruno@clisp.org>
10603
10604                 * csharpexec.c: Add support for 'clix' launcher (untested).
10605                 (execute_csharp_using_sscli): New function.
10606                 (execute_csharp_program): Call it.
10607
10608         2006-06-21  Bruno Haible  <bruno@clisp.org>
10609
10610                 Avoid warnings from recent versions of mcs.
10611                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
10612                 -o, -L, -r any more. Use options documented since mcs-1.0
10613                 instead. Similarly for -g.
10614
10615         2005-07-09  Bruno Haible  <bruno@clisp.org>
10616
10617                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
10618                 add a .dll suffix.
10619                 Reported by Mark Junker <mjscod@gmx.de>.
10620
10621         2006-06-17  Bruno Haible  <bruno@clisp.org>
10622
10623                 * config.charset: Update for NetBSD 3.0.
10624
10625         2006-05-17  Bruno Haible  <bruno@clisp.org>
10626
10627                 Cygwin portability.
10628                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
10629
10630         2006-05-16  Bruno Haible  <bruno@clisp.org>
10631
10632                 * localcharset.c [CYGWIN]: Include <windows.h>.
10633                 (get_charset_aliases): For Cygwin, return the same CPxxx
10634                 aliases list as under WIN32.
10635                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
10636                 the environment variables. Fall back to GetACP().
10637
10638         2006-04-05  Bruno Haible  <bruno@clisp.org>
10639
10640                 * config.charset: Update Juan Manuel Guerrero's address.
10641
10642         2005-02-12  Bruno Haible  <bruno@clisp.org>
10643
10644                 * allocsa.h: Add extern "C" for C++.
10645
10646         2005-02-10  Bruno Haible  <bruno@clisp.org>
10647
10648                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
10649                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
10650
10651         2006-07-22  Bruno Haible  <bruno@clisp.org>
10652
10653                 * gettext.h: Update to GNU gettext-0.15.
10654
10655 2006-07-22  Bruno Haible  <bruno@clisp.org>
10656
10657         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
10658         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
10659         lib-prefix.m4, longdouble.m4, ssize_t.m4.
10660
10661 2006-07-21  Eric Blake  <ebb9@byu.net>
10662
10663         * modules/stdlib-safer: New file.
10664         * MODULES.html.sh (File stream based Input/Output): Add
10665         stdlib-safer.
10666
10667 2006-07-21  Eric Blake  <ebb9@byu.net>
10668
10669         * lib/stdlib-safer.h: New file from coreutils, required by
10670         stdlib--.h.
10671
10672 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
10673
10674         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
10675
10676 2006-07-20  Bruno Haible  <bruno@clisp.org>
10677
10678         * gnulib-tool: Recognize new option --assume-autoconf.
10679         (autoconf_minversion): New variable.
10680         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
10681
10682 2006-07-20  Bruno Haible  <bruno@clisp.org>
10683
10684         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
10685
10686 2006-07-19  Derek R. Price  <derek@ximbiot.com>
10687
10688         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
10689         Reindent and repaginate.
10690
10691 2006-07-19  Derek Price  <derek@ximbiot.com>
10692
10693         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
10694         Correct grammar.
10695
10696 2006-07-17  Bruno Haible  <bruno@clisp.org>
10697
10698         * modules/list: New file.
10699         * modules/array-list: New file.
10700         * modules/carray-list, modules/carray-list-tests: New files.
10701         * modules/linked-list, modules/linked-list-tests: New files.
10702         * modules/avltree-list, modules/avltree-list-tests: New files.
10703         * modules/rbtree-list, modules/rbtree-list-tests: New files.
10704         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
10705         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
10706         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
10707         * modules/oset: New file.
10708         * modules/array-oset: New file.
10709         * modules/avltree-oset, modules/avltree-oset-tests: New files.
10710         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
10711         * tests/test-carray_list.c: New file.
10712         * tests/test-linked_list.c: New file.
10713         * tests/test-avltree_list.c: New file.
10714         * tests/test-rbtree_list.c: New file.
10715         * tests/test-linkedhash_list.c: New file.
10716         * tests/test-avltreehash_list.c: New file.
10717         * tests/test-rbtreehash_list.c: New file.
10718         * tests/test-avltree_oset.c: New file.
10719         * tests/test-rbtree_oset.c: New file.
10720         * MODULES.html.sh (Container data structures): New section.
10721
10722 2006-07-17  Bruno Haible  <bruno@clisp.org>
10723
10724         * m4/gl_list.m4: New file.
10725
10726 2006-07-17  Bruno Haible  <bruno@clisp.org>
10727
10728         * lib/gl_list.h: New file.
10729         * lib/gl_list.c: New file.
10730         * lib/gl_array_list.h: New file.
10731         * lib/gl_array_list.c: New file.
10732         * lib/gl_carray_list.h: New file.
10733         * lib/gl_carray_list.c: New file.
10734         * lib/gl_linked_list.h: New file.
10735         * lib/gl_linked_list.c: New file.
10736         * lib/gl_anylinked_list1.h: New file.
10737         * lib/gl_anylinked_list2.h: New file.
10738         * lib/gl_avltree_list.h: New file.
10739         * lib/gl_avltree_list.c: New file.
10740         * lib/gl_anyavltree_list1.h: New file.
10741         * lib/gl_anyavltree_list2.h: New file.
10742         * lib/gl_rbtree_list.h: New file.
10743         * lib/gl_rbtree_list.c: New file.
10744         * lib/gl_anyrbtree_list1.h: New file.
10745         * lib/gl_anyrbtree_list2.h: New file.
10746         * lib/gl_anytree_list1.h: New file.
10747         * lib/gl_anytree_list2.h: New file.
10748         * lib/gl_linkedhash_list.h: New file.
10749         * lib/gl_linkedhash_list.c: New file.
10750         * lib/gl_anyhash_list1.h: New file.
10751         * lib/gl_anyhash_list2.h: New file.
10752         * lib/gl_avltreehash_list.h: New file.
10753         * lib/gl_avltreehash_list.c: New file.
10754         * lib/gl_rbtreehash_list.h: New file.
10755         * lib/gl_rbtreehash_list.c: New file.
10756         * lib/gl_anytreehash_list1.h: New file.
10757         * lib/gl_anytreehash_list2.h: New file.
10758
10759         * lib/gl_oset.h: New file.
10760         * lib/gl_oset.c: New file.
10761         * lib/gl_array_oset.h: New file.
10762         * lib/gl_array_oset.c: New file.
10763         * lib/gl_avltree_oset.h: New file.
10764         * lib/gl_avltree_oset.c: New file.
10765         * lib/gl_rbtree_oset.h: New file.
10766         * lib/gl_rbtree_oset.c: New file.
10767         * lib/gl_anytree_oset.h: New file.
10768
10769 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10770
10771         * m4/mkancesdirs.m4: New file.
10772         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10773         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10774         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10775         it.
10776
10777 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10778
10779         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10780         * lib/mkancesdirs.h: New files.
10781         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10782         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10783         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10784         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10785         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10786         callers changed.  Revamp internals significantly, by not
10787         attempting to create directories that are temporarily more
10788         permissive than the final results.  Do not attempt to use
10789         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10790         This removes some race conditions, fixes some bugs, and simplifies
10791         things.  Use new dirchownmod function to do owner and mode changes.
10792         * lib/mkdir-p.h: Likewise.
10793         * lib/modechange.c (octal_to_mode): New function.
10794         (struct mode_change): New member mentioned.
10795         (make_node_op_equals): New arg mentioned.  All callers changed.
10796         (mode_compile): Keep track of which mode bits the user has explicitly
10797         mentioned.
10798         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10799         New arg PMODE_BITS, to keep track of which mode bits the user
10800         mentioned; it treats S_ISUID and S_ISGID speciall.
10801         All callers changed.
10802         * lib/modechange.h: Likewise.
10803
10804 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10805
10806         * MODULES.html.sh: Add mkancestors.
10807         * modules/mkancesdirs: New module.
10808         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10809         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10810         The chdir-safer and afs files are now orphans; I'll remove them
10811         unless someone speaks up.
10812         Add lib/dirchownmod.c, lib/dirchownmod.h.
10813         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10814         Add lchown, mkancesdirs.
10815         (Maintainer): Add self.
10816
10817 2006-07-15  Karl Berry  <karl@gnu.org>
10818
10819         * gnulib-tool: help message wording/arrangement.
10820
10821 2006-07-14  Simon Josefsson  <jas@extundo.com>
10822
10823         * doc/gnulib.texi (Libtool and Windows): New section.
10824
10825 2006-07-12  Simon Josefsson  <jas@extundo.com>
10826
10827         * modules/gendocs (License): Fix license, approved by Karl.
10828
10829 2006-07-12  Eric Blake  <ebb9@byu.net>
10830
10831         * MODULES.html.sh: Add gendocs.
10832
10833 2006-07-11  Eric Blake  <ebb9@byu.net>
10834
10835         * modules/fdl: New module, to install doc/fdl.texi.
10836         * MODULES.html.sh: Add new section for documentation modules.
10837         * gnulib-tool: Avoid space-tab.
10838         (--doc-base): New option, to manage files from doc.
10839
10840 2006-07-11  Eric Blake  <ebb9@byu.net>
10841
10842         * m4/absolute-header.m4: Fix comments to match recent change.
10843
10844 2006-07-11  Eric Blake  <ebb9@byu.net>
10845
10846         * gnulib-tool: List --doc-base before --tests-base.
10847
10848 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10849
10850         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10851
10852 2006-07-11  Bruno Haible  <bruno@clisp.org>
10853
10854         * README: Mention where to put documentation.
10855
10856 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10857
10858         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10859
10860 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10861
10862         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10863         to stdint.m4.
10864
10865 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10866
10867         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10868         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10869         "no/such/file/stdint.h" when there is no such file, so that
10870         the resulting C code can be parsed by dodgy compilers.
10871         Problems reported by Bob Proulx.
10872
10873 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10874
10875         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10876         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10877         macros into the GNU _D_EXACT_NAMLEN.
10878         * lib/savedir.c:  Likewise.
10879         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10880
10881 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10882         and Paul Eggert  <eggert@cs.ucla.edu>
10883
10884         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10885         * m4/savedir.m4:
10886         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10887         macros into the GNU _D_EXACT_NAMLEN.
10888
10889 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10890
10891         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10892         around the absolute name, to work around a problem with the HP-UX
10893         11.23 native C compiler, reported by Bob Proulx.
10894
10895 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10896
10897         * doc/maintain.texi, make-stds.texi: Sync from
10898         <http://savannah.gnu.org/projects/gnustandards>.
10899
10900 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10901
10902         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10903
10904 2006-07-09  Jim Meyering  <jim@meyering.net>
10905
10906         * m4/glob.m4: Remove a doubled word in a comment.
10907
10908 2006-07-09  Jim Meyering  <jim@meyering.net>
10909
10910         * lib/argp-pv.c: Remove a doubled word in a comment.
10911         * lib/check-version.c (check_version): Likewise.
10912         * lib/javacomp.c (compile_java_class): Likewise.
10913
10914 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10915
10916         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10917         for the benefit of people using Autoconf 2.60.  If you want to
10918         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10919         (or m4/onceonly.m4, if pre-2.57) manually.
10920
10921 2006-07-08  Jim Meyering  <jim@meyering.net>
10922
10923         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10924         comment.
10925         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10926         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10927         comment.
10928
10929 2006-07-08  Jim Meyering  <jim@meyering.net>
10930
10931         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10932
10933 2006-07-07  Simon Josefsson  <jas@extundo.com>
10934
10935         * tests/test-crc.c: Change expected crc value, the test vector
10936         were probably computed using the old broken crc.c?
10937
10938 2006-07-06  Simon Josefsson  <jas@extundo.com>
10939
10940         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10941         now the canonical place for the M4 file).
10942
10943         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10944         from the sys_socket dependency now.
10945
10946         * modules/inet_pton (Files): Ditto.
10947
10948         * modules/inet_ntop (Files): Ditto.
10949
10950 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10951
10952         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10953         not gl_PREREQ_GETUSERSHELL.
10954
10955 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10956
10957         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10958         with only one argument, for Autoconf 2.60.
10959         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10960         expand to nothing, so add a shell command to avoid syntax error.
10961         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10962
10963 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10964
10965         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10966
10967 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10968
10969         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10970         no longer needed.  Check for isblank decl.
10971         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10972         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10973         of existence.
10974
10975 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10976
10977         * lib/getloadavg.c: Use __VMS, not VMS.
10978         * lib/getopt.c: Likewise.
10979         * lib/getpagesize.h: Likewise.
10980         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10981         and probably does not work.
10982
10983 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10984
10985         * lib/.cppi-disable: Add wcwidth.
10986         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10987         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10988         (ISGRAPH): Remove.  All uses changed to isgraph.
10989         (FOLD) [!defined _LIBC]: Remove special case.
10990         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10991         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10992         HAVE_ISBLANK.
10993         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10994         case.
10995
10996 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10997
10998         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10999         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
11000         brackets.  Other minor changes to suppress some compiler
11001         warnings.
11002
11003 2006-07-06  Derek R. Price  <derek@ximbiot.com>
11004         and Paul Eggert  <eggert@cs.ucla.edu>
11005
11006         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
11007         of invoking obsolescent AC_HEADER_DIRENT macro.
11008         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
11009         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
11010         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11011         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
11012         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
11013         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11014         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
11015         * m4/readdir.m4: Remove; no longer needed.
11016
11017 2006-07-06  Derek R. Price  <derek@ximbiot.com>
11018         and Paul Eggert  <eggert@cs.ucla.edu>
11019
11020         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
11021         Don't worry about this obsolete case any more.
11022         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
11023         directories.
11024         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
11025         worry about this obsolete case any more.
11026         * lib/fts.c: Likewise.
11027         * lib/getcwd.c: Likewise.
11028         * lib/glob.h: Likewise.
11029         * lib/savedir.c: Likewise.
11030
11031 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11032
11033         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
11034         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
11035         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
11036         needed.
11037         All uses removed.
11038         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11039         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
11040         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
11041         needed.
11042         * m4/getdate.m4 (gl_GETDATE): Likewise.
11043         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
11044         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
11045         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
11046         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11047         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
11048         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
11049         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
11050         needed.
11051
11052 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11053
11054         * lib/memcasecmp.c: Include <limits.h>.
11055         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
11056         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
11057         Don't assume isdigit succeeds only on '0' through '9'.
11058
11059 2006-07-05  Eric Blake  <ebb9@byu.net>
11060
11061         * modules/getaddrinfo (Depends-on): Add snprintf.
11062
11063 2006-07-05  Eric Blake  <ebb9@byu.net>
11064
11065         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
11066         to avoid 'header present but could not be compiled' on cygwin.
11067
11068 2006-07-05  Eric Blake  <ebb9@byu.net>
11069
11070         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
11071         missing from netdb.h.
11072         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
11073
11074 2006-07-05  Derek R. Price  <derek@ximbiot.com>
11075
11076         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
11077         no longer needed.
11078         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
11079         * m4/getdate.m4 (gl_GETDATE): Likewise.
11080         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
11081         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
11082         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
11083         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11084         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
11085
11086 2006-07-05  Derek R. Price  <derek@ximbiot.com>
11087
11088         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
11089         All uses of is_space replaced by isspace.
11090         * lib/exit.h: Don't talk about STDC_HEADERS.
11091         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
11092         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
11093         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
11094         replaced by isprint etc.
11095         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
11096         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
11097         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
11098         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
11099         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
11100         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
11101
11102 2006-07-05  Bruno Haible  <bruno@clisp.org>
11103
11104         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
11105         the function exists, before testing against AIX.
11106         Reported by Martin Lambers <marlam@marlam.de>.
11107
11108 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
11109
11110         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
11111         From Mark D. Baushke.
11112
11113 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
11114
11115         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
11116         to the absolute name, not just one, to bypass Sun C 5.8's
11117         "warning: #include of /usr/include/... may be non-portable".
11118
11119 2006-07-04  Eric Blake  <ebb9@byu.net>
11120
11121         * modules/dirname-tests: New test module.
11122         * tests/test-dirname.c: New file, replacing dirname.c
11123         TEST_DIRNAME section that was recently deleted.
11124
11125 2006-07-04  Bruno Haible  <bruno@clisp.org>
11126
11127         Assume ANSI C header files and <ctype.h> functions.
11128         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
11129         (mbsnwidth): Use isprint, iscntrl instead.
11130
11131 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11132
11133         Merge from coreutils.
11134         * MODULES.html.sh: Add xstrtold.
11135         * modules/xstrtold: New file.
11136         * modules/cycle-check (Files): Add lib/same-inode.h.
11137         * modules/dirname (Files): Add m4/double-slash-root.m4.
11138         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
11139         * modules/mkdir-p (Files): Add lib/same-inode.h.
11140         * modules/same (Files): Add lib/same-inode.h.
11141
11142 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11143
11144         * m4/absolute-header.m4: Renamed from full-header-path.m4.
11145         This is to keep the terminology clean; POSIX talks about
11146         "absolute pathnames", not "full pathnames", but the GNU
11147         Coding Standards say to use "path" for something else;
11148         so use "absolute" to keep both sides happy.
11149         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
11150         Set gl_absolute_header, not gl_full_header_path.
11151         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
11152         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
11153         All uses changed.
11154
11155         Merge from coreutils.
11156
11157         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
11158
11159         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
11160         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
11161         want to require the building of c-strtod.o.
11162         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
11163         needs -lm directly.
11164         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
11165
11166         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11167
11168         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
11169         --as-needed option if available.  Problem reported by Albert Chin in
11170         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
11171         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
11172         cc merely issues a bunch of annoying warnings for --as-needed
11173         (this problem was reported by Bob Proulx).  Also, try linking with
11174         -lm to detect a bug in binutils 2.16 (this problem was reported
11175         by Ralf Wildenhues).
11176
11177         2006-06-18  Jim Meyering  <jim@meyering.net>
11178
11179         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
11180         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
11181         macro.
11182         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
11183         also check for glibc-2.4's abort-inducing bug.
11184
11185         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
11186         Low-probability clean-up should be to use rmdir to get rid of
11187         the just-created directory, not unlink.
11188
11189         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
11190         configure fail, and request a bug report to inform us about it.
11191         Add a comment that, barring reports to the contrary, in 2007 we'll
11192         assume ftruncate is universally available.
11193
11194         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
11195
11196         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
11197
11198         2006-03-12  Jim Meyering  <jim@meyering.net>
11199
11200         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
11201         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
11202         * m4/same.m4 (gl_SAME): Likewise.
11203         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
11204
11205         2006-03-11  Eric Blake  <ebb9@byu.net>
11206
11207         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
11208         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
11209         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
11210         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
11211
11212 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11213
11214         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
11215         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
11216         reported by Mark D. Baushke, one in
11217         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
11218
11219         Merge from coreutils.
11220
11221         * lib/.cppi-disable: Add stdint_.h.
11222         * lib/.cvsignore: Add stdint.h.
11223
11224         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
11225
11226         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
11227         both double and long double versions.
11228         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
11229         * lib/xstrtold.c: New file.
11230         * lib/xstrtod.h (xstrtold): New decl.
11231
11232         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
11233
11234         * lib/filemode.c (setst): Remove.
11235         (strmode): Rewrite to avoid setst.  This makes the code shorter,
11236         (arguably) clearer, and the generated code is a bit smaller on my
11237         Debian GNU/Linux stable x86 host.
11238
11239         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
11240
11241         * lib/filemode.c: Include "filemode.h" first, to test the interface.
11242         Assume that filemode.h includes sys/types.h and sys/stat.h.
11243         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
11244         (ftypelet): Reorder to put common cases first, for efficiency.
11245         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
11246         to do 'M'.
11247         (strmode): Renamed from mode_string, and now stores 12 bytes instead
11248         of 10, for compatibility with FreeBSD.  All callers changed.
11249         (filemodestring): Now stores 12 bytes instead of 10, and sets file
11250         types that can't be deduced solely from st_mode.  First arg is now a
11251         const pointer.
11252         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
11253         (strmode): Renamed from mode_string.
11254         (filemodestring): New decl.
11255         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
11256         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
11257         needed.
11258         (S_ISPORT, S_ISWHT): New macros, if not already defined.
11259
11260         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
11261
11262         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
11263         fsusage.h now does that.  Include fsusage.h first, to test interface.
11264         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
11265         at most one method (the old code could have generated decls that
11266         didn't conform to C89, not that this was ever exercised).
11267         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
11268
11269         2006-03-19  Jim Meyering  <jim@meyering.net>
11270
11271         Work even in a chroot where d_ino values for entries in "/"
11272         don't match the stat.st_ino values for the same names.
11273         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
11274         number, iterate through all entries again, using lstat instead.
11275         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
11276         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
11277
11278         * lib/getcwd.c (__getcwd): Clarify a comment.
11279         Use memcpy in place of a call to strcpy.
11280
11281         2006-03-12  Jim Meyering  <jim@meyering.net>
11282
11283         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
11284         matches that of the current directory (which we're about to chdir ".."
11285         out of), then save the dev-ino of the parent, instead.
11286
11287         * lib/same-inode.h (SAME_INODE): New file/macro.
11288         * lib/chdir-safer.c (SAME_INODE): Remove definition.
11289         Include "same-inode.h", instead.
11290         * lib/same.c: Likewise.
11291         * lib/cycle-check.h: Include "same-inode.h".
11292         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
11293         * lib/cycle-check.c (SAME_INODE): Remove definition.
11294         * lib/root-dev-ino.h: Include "same-inode.h".
11295
11296         2006-03-11  Eric Blake  <ebb9@byu.net>
11297
11298         * lib/same.c (same_name): s/base_name/last_component/
11299         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
11300         * lib/filenamecat.c (file_name_concat): Likewise.
11301
11302         2006-03-11  Eric Blake  <ebb9@byu.net>,
11303                     Paul Eggert  <eggert@cs.ucla.edu>
11304
11305         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
11306         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
11307         drive prefix.
11308         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
11309         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
11310         (last_component): New method.
11311         * lib/dirname.c (dir_len): Determine when drive letters need a
11312         subsequent slash.  Preserve // when it is special.
11313         (dir_name): Don't append dot when drive letter is absolute.
11314         [TEST_DIRNAME]: Move into a full-blown gnulib test.
11315         * lib/basename.c (base_name): New semantics - malloc the result.
11316         Preserve // when it is special.  Preserve relative files that look
11317         like drive letters.
11318         (base_len): Preserve // when it is special.
11319         (last_component): New method, similar to old base_name semantics.
11320         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
11321         base_name.  Strip redundant slashes from ///.
11322
11323 2006-07-03  Jim Meyering  <jim@meyering.net>
11324
11325         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
11326         macro is used before the first cycle_check call.
11327
11328 2006-07-03  Eric Blake  <ebb9@byu.net>
11329
11330         * modules/dirname (Depends-on): Add xstrndup.
11331
11332 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11333
11334         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
11335         test cases, so that config.log is a bit easier to follow.
11336
11337 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11338
11339         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
11340         both are 64 bits, since this seems to be the tradition, and this
11341         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
11342         we ever run into a host that prefers long long to long in this
11343         case, we'll need another configure-time test.  Problem reported by
11344         Jim Meyering.
11345
11346 2006-07-02  Eric Blake  <ebb9@byu.net>
11347
11348         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
11349
11350 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11351
11352         * modules/inttypes (Depends-on): No longer depends on stdint.
11353         * modules/stdint (Description): Say more about assumptions.
11354         Say that the fast types might differ.  Say macros are used.
11355         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
11356         (Makefile.am): Revise list of substituted symbols to match
11357         new stdint.m4.
11358         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
11359         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
11360         * tests/test-stdint.c (verify_same_types)
11361         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
11362         the code conforms to C99/C89.
11363         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
11364         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
11365
11366 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11367
11368         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
11369         but fix a bug, by requiring at least 64 bits.
11370         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
11371         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
11372         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
11373         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
11374
11375         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
11376         changes.  Make 2.59 a prerequisite.  Check and substitute for
11377         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
11378         inttypes.h.  Do not use special include files; just use the
11379         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
11380         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
11381         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
11382         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
11383         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
11384         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
11385         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
11386         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
11387         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
11388         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
11389         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
11390         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
11391         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
11392         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
11393         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
11394         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
11395         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
11396         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
11397         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
11398         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
11399         WINT_MAX.  Check for C99 conformance more strictly, by detecting
11400         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
11401         not check for things that C99 does not require, e.g., int8_t.  If
11402         a test isn't needed unless <stdint.h> isn't working, and is
11403         unlikely to be needed for any other reason, then don't do it
11404         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
11405         size_t, since we assume C89 freestanding at least.  Do not check
11406         for sig_atomic_t, wchar_t, or wint_t, since the code now does
11407         the right thing even if the types are not defined.  Instead use:
11408         (gl_STDINT_TYPE_PROPERTIES): New macro.
11409         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
11410         testing whether <sys/types.h> clashes, as Autoconf does this for
11411         us now.  All uses removed.
11412         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
11413         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
11414         (gl_CHECK_TYPE_SAME):
11415         Remove; no longer needed.
11416         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
11417         exists, since we'll return 0 anyway in that case.
11418         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
11419
11420 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11421
11422         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
11423         possible collision with system files.
11424         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
11425         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
11426         WCHAR_MIN and WCHAR_MAX in this case.
11427         (<stddef.h>): Do not include; no longer needed.
11428         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
11429         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
11430         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
11431         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
11432         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
11433         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
11434         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
11435         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
11436         !defined(__c99))]: Include in this case too, since it's harmless
11437         now.
11438         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
11439         dangerous to do so.
11440         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
11441         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
11442         (_STDINT_MIN, _STDINT_MAX): New macros.
11443         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
11444         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
11445         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
11446         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
11447         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
11448         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
11449         macros, not typedefs; this simplifies things quite a bit.
11450         Use long int for all types narrower than int64_t.
11451         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
11452         Define in terms of long long int or int64_t or long int,
11453         not int64_t or int32_t.  This saves some compile-time testing.
11454         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
11455         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
11456         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
11457         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
11458         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
11459         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
11460         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
11461         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
11462         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
11463         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
11464         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11465         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11466         undef any previous version and define our own version, for
11467         simplicity and consistency with the new macros for types.
11468         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11469         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11470         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
11471         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
11472         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
11473         @WINT_T_SUFFIX@ to keep things simple here.
11474         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
11475         Simplify by assuming typical 8/16/32/64 host, since we're
11476         already doing that elsewhere anyway.
11477         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
11478         and assume long long int is 64 bits if available.  This
11479         speeds up 'configure'.
11480
11481 2006-07-01  Eric Blake  <ebb9@byu.net>
11482
11483         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
11484         Reported by Andreas Buening.
11485
11486 2006-07-01  Eric Blake  <ebb9@byu.net>
11487
11488         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
11489
11490 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
11491
11492         * lib/getaddrinfo.c: fixed typo
11493
11494 2006-06-29  Jim Meyering  <jim@meyering.net>
11495
11496         * modules/strftime (Maintainer): Add my name, since with the
11497         FPRINTFTIME changes strftime.c has forked from glibc.
11498
11499 2006-06-29  Eric Blake  <ebb9@byu.net>
11500
11501         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
11502
11503 2006-06-29  Eric Blake  <ebb9@byu.net>
11504
11505         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
11506
11507 2006-06-29  Eric Blake  <ebb9@byu.net>
11508
11509         * lib/stat_.h: New file.
11510
11511 2006-06-29  Eric Blake  <ebb9@byu.net>
11512
11513         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
11514         unused static function.
11515
11516 2006-06-29  Eric Blake  <ebb9@byu.net>
11517
11518         * doc/functions.texi (Function Portability): Document missing lstat
11519         on mingw.
11520
11521 2006-06-29  Eric Blake  <ebb9@byu.net>
11522
11523         * MODULES.html.sh: Add sys_stat.
11524         * modules/sys_stat: New module.
11525         * modules/mkstemp (Depends-on): Add sys_stat.
11526
11527 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11528
11529         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
11530
11531 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11532
11533         * m4/c-bs-a.m4: Removed.
11534
11535 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11536
11537         * lib/strftime.c: Assume strftime() exists.
11538
11539 2006-06-29  Derek Price  <derek@ximbiot.com>
11540
11541         * modules/c-bs-a: Removed - \a is C89.
11542         * MODULES.html.sh: Remove c-bs-a.
11543
11544 2006-06-29  Bruno Haible  <bruno@clisp.org>
11545
11546         * modules/wcwidth (License): Change to LGPL.
11547
11548 2006-06-28  Simon Josefsson  <jas@extundo.com>
11549
11550         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
11551         on _WIN32.
11552
11553         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
11554         getnameinfo.
11555
11556 2006-06-28  Simon Josefsson  <jas@extundo.com>
11557
11558         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
11559
11560 2006-06-28  Simon Josefsson  <jas@extundo.com>
11561
11562         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
11563         functions there.  It will succeed on Windows XP, but on Windows
11564         2000 and (presumably) earlier, it will fail, and use the internal
11565         re-implementation.
11566         (use_win32_p): New function.
11567         (getaddrinfo): Use strtoul on servname, to support numeric ports.
11568         Support AI_NUMERICSERV to disable getservbyname.
11569         (getnameinfo): New function, only supports
11570         NI_NUMERICHOST|NI_NUMERICSERV for now.
11571
11572         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
11573         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
11574         getnameinfo.
11575
11576 2006-06-28  Eric Blake  <ebb9@byu.net>
11577
11578         * modules/wcwidth: New file.
11579         * modules/mbchar (Depends-on): Add wcwidth.
11580         * modules/mbswidth (Depends-on): Add wcwidth.
11581         * MODULES.html.sh: Add wcwidth.
11582
11583 2006-06-28  Eric Blake  <ebb9@byu.net>
11584
11585         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
11586         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
11587
11588 2006-06-28  Eric Blake  <ebb9@byu.net>
11589
11590         * lib/xvasprintf.h: Fix comments.
11591
11592 2006-06-28  Eric Blake  <ebb9@byu.net>
11593
11594         * lib/mbchar.h (wcwidth): Include wcwidth.h.
11595         * lib/mbswidth.c (wcwidth): Move from here...
11596         * lib/wcwidth.h: ...to this new file.
11597
11598 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11599
11600         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
11601
11602         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
11603         it's obsolete.
11604         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
11605
11606 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11607
11608         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
11609         Autoconf 2.60 says this stuff was obsolete.
11610
11611 2006-06-28  Bruno Haible  <bruno@clisp.org>
11612
11613         * modules/wcwidth (Files): Add m4/wchar_t.m4.
11614
11615 2006-06-28  Bruno Haible  <bruno@clisp.org>
11616
11617         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
11618         gt_TYPE_WCHAR_T.
11619
11620 2006-06-28  Bruno Haible  <bruno@clisp.org>
11621
11622         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
11623         declaration for wcwidth.
11624         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
11625
11626 2006-06-28  Bruno Haible  <bruno@clisp.org>
11627
11628         * lib/mkdtemp.c [MINGW]: Include <io.h>.
11629         (mkdir): Define using _mkdir.
11630
11631 2006-06-28  Bruno Haible  <bruno@clisp.org>
11632
11633         * lib/getaddrinfo.h: Fix POSIX URL.
11634         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
11635         _WIN32.
11636         (use_win32_p): Make static.
11637         (getaddrinfo): Reject service name if it is empty or does not consist
11638         solely of decimal digits, or if its value is > 65535.
11639         (getnameinfo): Remove useless casts.
11640
11641 2006-06-27  Simon Josefsson  <jas@extundo.com>
11642
11643         * modules/sys_select: New file, suggested by Bruno Haible, Paul
11644         Eggert and Martin Lambers.
11645
11646 2006-06-27  Simon Josefsson  <jas@extundo.com>
11647
11648         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
11649         Eggert and Martin Lambers.
11650
11651 2006-06-27  Bruno Haible  <bruno@clisp.org>
11652
11653         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
11654         result to 0, not to empty.
11655         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
11656
11657 2006-06-27  Bruno Haible  <bruno@clisp.org>
11658
11659         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
11660
11661 2006-06-26  Simon Josefsson  <jas@extundo.com>
11662
11663         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
11664         present.
11665
11666 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11667
11668         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
11669         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
11670         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
11671
11672 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
11673
11674         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
11675
11676 2006-06-26  Bruno Haible  <bruno@clisp.org>
11677
11678         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
11679
11680 2006-06-26  Bruno Haible  <bruno@clisp.org>
11681
11682         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
11683
11684 2006-06-26  Bruno Haible  <bruno@clisp.org>
11685
11686         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
11687         SGI C compiler in pre-C99 mode.
11688         Suggested by Mark D. Baushke and Larry Jones.
11689
11690 2006-06-26  Bruno Haible  <bruno@clisp.org>
11691
11692         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
11693         WCHAR_MAX.
11694         Reported by Mark D. Baushke and Larry Jones.
11695
11696 2006-06-26  Bruno Haible  <bruno@clisp.org>
11697
11698         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
11699         in pre-C99 mode.
11700         Suggested by Mark D. Baushke and Larry Jones.
11701
11702 2006-06-23  Simon Josefsson  <jas@extundo.com>
11703             Bruno Haible  <bruno@clisp.org>
11704
11705         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
11706         Emit mostlyclean-local rule.
11707         (func_emit_tests_Makefile_am): Likewise.
11708         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
11709
11710 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
11711
11712         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
11713
11714 2006-06-23  Bruno Haible  <bruno@clisp.org>
11715
11716         * tests/test-stdint.c: Update to match ISO C 99 Technical
11717         Corrigendum 1.
11718
11719 2006-06-23  Bruno Haible  <bruno@clisp.org>
11720
11721         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
11722
11723 2006-06-23  Bruno Haible  <bruno@clisp.org>
11724
11725         * lib/stdint_.h: Treat IRIX like OpenBSD.
11726
11727 2006-06-23  Bruno Haible  <bruno@clisp.org>
11728
11729         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
11730         ISO C 99 Technical Corrigendum 1.
11731
11732 2006-06-22  Simon Josefsson  <jas@extundo.com>
11733
11734         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
11735         MinGW.
11736
11737 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11738
11739         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
11740         needed.  Some compiler complained about some of them.  Problem reported
11741         by Larry Jones in
11742         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
11743
11744 2006-06-21  Simon Josefsson  <jas@extundo.com>
11745
11746         * tests/test-getaddrinfo.c: New file.
11747
11748         * modules/getaddrinfo-tests: New file.
11749
11750         * MODULES.html.sh: Add inet_pton.
11751
11752         * modules/inet_pton: New file.
11753
11754 2006-06-21  Simon Josefsson  <jas@extundo.com>
11755
11756         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11757         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11758         of using the (limited) gnulib implementation on Windows XP.
11759
11760         * m4/inet_pton.m4: New file.
11761
11762 2006-06-21  Simon Josefsson  <jas@extundo.com>
11763
11764         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11765         variable.
11766
11767         * lib/socket_.h: Don't define WINVER.
11768
11769         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11770         slightly modified to work in gnulib.
11771
11772 2006-06-21  Simon Josefsson  <jas@extundo.com>
11773
11774         * doc/gnulib.texi (Windows sockets): Add.
11775
11776 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11777
11778         * lib/read-file.c (fread_file): Start with buffer allocation of
11779         0 bytes rather than 1 byte; this simplifies the code.
11780         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11781         code to free buffer and save/restore errno.
11782         (internal_read_file): Remove unused local.
11783
11784 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11785
11786         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11787         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11788         Problem reported by Denis Excoffier in
11789         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11790
11791 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11792
11793         * modules/sys_socket, modules/socklen: Include sys/types since
11794         FreeBSD 4.x's sys/socket.h needs it.
11795
11796 2006-06-19  Simon Josefsson  <jas@extundo.com>
11797
11798         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11799
11800 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11801
11802         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11803
11804 2006-06-19  Bruno Haible  <bruno@clisp.org>
11805
11806         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11807         and FULL_PATH_INTTYPES_H in angle brackets.
11808         Reported by Mark D. Baushke <mdb@gnu.org>.
11809
11810 2006-06-17  Eric Blake  <ebb9@byu.net>
11811
11812         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11813         errno.
11814
11815 2006-06-17  Bruno Haible  <bruno@clisp.org>
11816
11817         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11818         <sys/inttypes.h>.
11819
11820 2006-06-17  Bruno Haible  <bruno@clisp.org>
11821
11822         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11823         whether errno is declared. Assume <errno.h> declares errno.
11824
11825 2006-06-17  Bruno Haible  <bruno@clisp.org>
11826
11827         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11828
11829 2006-06-17  Bruno Haible  <bruno@clisp.org>
11830
11831         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11832         problem on Solaris 2.5.1.
11833
11834 2006-06-16  Eric Blake  <ebb9@byu.net>
11835
11836         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11837         * lib/unicodeio.c [!defined errno]: Likewise.
11838         * lib/strtol.c [!defined errno]: Likewise.
11839         * lib/strtod.c [!defined errno]: Likewise.
11840
11841 2006-06-15  Eric Blake  <ebb9@byu.net>
11842
11843         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11844
11845 2006-06-15  Eric Blake  <ebb9@byu.net>
11846
11847         * config/srclist.txt (ssize_t.m4): Lose sync.
11848
11849 2006-06-15  Bruno Haible  <bruno@clisp.org>
11850
11851         * modules/stdint (Files): Include m4/full-header-path.m4,
11852         m4/size_max.m4, m4/wchar_t.m4.
11853         (Makefile.am): Many more substitutions.
11854         * modules/stdint-tests: New file.
11855         * tests/test-stdint.c: New file.
11856
11857 2006-06-15  Bruno Haible  <bruno@clisp.org>
11858
11859         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11860         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11861         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11862         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11863         gl_CHECK_TYPE_SAME): New macros.
11864
11865 2006-06-15  Bruno Haible  <bruno@clisp.org>
11866
11867         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11868
11869 2006-06-15  Bruno Haible  <bruno@clisp.org>
11870
11871         * lib/stdint_.h: Rewritten to be fully auto-configured.
11872         Fixes bug on HP-UX/IA64.
11873
11874 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11875
11876         * lib/getdate.y (__attribute__): Don't define if already defined.
11877         Problem reported by Larry Jones.
11878         * lib/utimens.c (__attribute__): Likewise.
11879
11880 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11881
11882         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11883         reported by Andreas Schwab.
11884
11885 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11886             Bruno Haible  <bruno@clisp.org>
11887
11888         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11889         check for the declaration of strnlen and a run test that exposes the
11890         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11891         rpl_strndup.
11892
11893 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11894             Bruno Haible  <bruno@clisp.org>
11895
11896         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11897
11898 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11899
11900         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11901         compile test, for Tru64 4.0D.
11902
11903 2006-05-28  Karl Berry  <karl@gnu.org>
11904
11905         * config/srclist.txt (printf-args.c): lose sync.
11906
11907 2006-05-26  Martin Lambers  <marlam@marlam.de>
11908
11909         * lib/getpass.c: Updates the test for the native W32 API, and adds
11910         missing includes, thus fixing compilation warnings.
11911
11912 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11913
11914         * lib/exclude.c (exclude_fnmatch): New function.
11915         (excluded_file_name): Call exclude_fnmatch.
11916         * lib/exclude.h (excluded_file_name): New prototype
11917
11918 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11919
11920         * lib/tempname.c (small_open, large_open): New macros.
11921         (__open, __open64) [!_LIBC]: Remove.
11922         (__gen_tempname): Use small_open and large_open instead of __open
11923         and __open64.  This fixes a portability bug on HP-UX 11.11i
11924         reported by Simon Wing-Tang in
11925         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11926
11927 2006-05-24  Bruno Haible  <bruno@clisp.org>
11928
11929         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11930         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11931         Reported by Thorsten Maerz <torte@netztorte.de> via
11932         Aaron Stone <aaron@serendipity.cx>.
11933
11934 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11935
11936         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11937         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11938         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11939         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11940         not really conditional on the cache.
11941         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11942
11943 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11944
11945         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11946         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11947         (my_usleep): Don't mishandle maximum value.
11948
11949 2006-05-19  Jim Meyering  <jim@meyering.net>
11950
11951         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11952
11953 2006-05-17  Bruno Haible  <bruno@clisp.org>
11954
11955         Cygwin portability.
11956         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11957
11958 2006-05-17  Bruno Haible  <bruno@clisp.org>
11959
11960         * lib/stdint_.h: Fix recognition of Cygwin.
11961
11962 2006-05-15  Bruno Haible  <bruno@clisp.org>
11963
11964         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11965         on libtool patch by Ralf Wildenhues.
11966
11967 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11968
11969         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11970         test for C99 conformance; (bool) 0.5 is an integer constant
11971         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11972         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11973
11974 2006-05-11  Simon Josefsson  <jas@extundo.com>
11975
11976         * m4/xvasprintf.m4: Fix obvious typo.
11977
11978 2006-05-11  Jim Meyering  <jim@meyering.net>
11979
11980         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11981         James Lemley.
11982
11983 2006-05-10  Simon Josefsson  <jas@extundo.com>
11984
11985         * lib/md4.c: Typo fix, update copyright years.
11986         (K1, K2): Don't use L because it turn computations into 64-bit on
11987         64-bit platforms.
11988
11989 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11990
11991         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11992         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11993         unwanted sign propagation, e.g., on hosts with 64-bit int.
11994         There still are some problems with reeelly weird theoretical hosts
11995         (e.g., 33-bit int) but it's not worth worrying about now.
11996         * lib/sha1.c (rol): Likewise.
11997         (K1, K2, K3, K4): Remove unnecessary L suffix.
11998
11999 2006-05-10  Bruno Haible  <bruno@clisp.org>
12000
12001         * lib/des.c: Cast to avoid warnings.
12002
12003 2006-05-09  Bruno Haible  <bruno@clisp.org>
12004
12005         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
12006         (Depends-on): Depend also on xsize, stdarg.
12007         (configure.ac): Add gl_XVASPRINTF.
12008
12009 2006-05-09  Bruno Haible  <bruno@clisp.org>
12010
12011         * m4/xvasprintf.m4: New file.
12012
12013 2006-05-09  Bruno Haible  <bruno@clisp.org>
12014
12015         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
12016         (EOVERFLOW): Define fallback value.
12017         (xstrcat): New function.
12018         (xvasprintf): Recognize the special case of a string concatenation.
12019
12020 2006-05-08  Eric Blake  <ebb9@byu.net>
12021
12022         * gnulib-tool (func_version): Base copyright year on CVS date.
12023         (func_emit_copyright_notice): New function.
12024         (func_emit_lib_Makefile_am): Use it.
12025         (func_emit_tests_Makefile_am): Likewise.
12026         (func_import): Likewise.
12027
12028 2006-05-08  Bruno Haible  <bruno@clisp.org>
12029
12030         * modules/stdarg: New file.
12031         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
12032
12033 2006-05-08  Bruno Haible  <bruno@clisp.org>
12034
12035         * m4/stdarg.m4: New file, from GNU gettext.
12036
12037 2006-05-08  Bruno Haible  <bruno@clisp.org>
12038
12039         * config/srclist.txt (build-aux/config.rpath): different from latest
12040         release.
12041
12042 2006-05-08  Bruno Haible  <bruno@clisp.org>
12043
12044         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
12045
12046 2006-05-05  Jim Meyering  <jim@meyering.net>
12047
12048         * m4/warning.m4: New file, derived from bison's file by the same name.
12049
12050 2006-05-03  Bruno Haible  <bruno@clisp.org>
12051
12052         * lib/stdint_.h: Shorter URL.
12053         * lib/inttypes.h: Likewise.
12054
12055 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12056
12057         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
12058
12059 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12060
12061         * lib/verify.h: Document the internals better.  Most of this change
12062         was written by Bruno Haible.
12063
12064 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12065
12066         * doc/verify.texi: New file, partly based on a proposal by
12067         Bruno Haible.
12068
12069 2006-05-02  Bruno Haible  <bruno@clisp.org>
12070
12071         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
12072         test from here...
12073         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
12074
12075 2006-04-29  Bruno Haible  <bruno@clisp.org>
12076
12077         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
12078         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
12079
12080 2006-04-29  Bruno Haible  <bruno@clisp.org>
12081
12082         * gnulib-tool: Make --update option actually work.
12083
12084 2006-04-29  Bruno Haible  <bruno@clisp.org>
12085
12086         * doc/gcd.texi: New file.
12087         * doc/gnulib.texi: Include it.
12088
12089 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
12090
12091         * lib/getdate.y (get_date): When adding relative date, start with the
12092         initial time, not with the result of the first mktime call.
12093
12094 2006-04-25  Bruno Haible  <bruno@clisp.org>
12095
12096         * gnulib-tool (func_import): Output the include directives in three
12097         blocks, sorted separately.
12098         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12099
12100 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
12101
12102         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
12103         to define main with arguments, for C++.  Reported by Eric Blake.
12104         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
12105         Prefer 'int main ()' to 'int main (void)', for C++.
12106         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
12107         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
12108         for 'main', for C99 and C++.
12109
12110 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
12111
12112         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
12113         Don't assume that exit status -1 is valid.
12114         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12115         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
12116         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
12117         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
12118         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
12119         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
12120         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
12121         functions can be used without declaring them, or that you can
12122         exit with status -1.
12123         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
12124
12125 2006-04-24  Karl Berry  <karl@gnu.org>
12126
12127         * config/srclist.txt (longdouble.m4): sync lost.
12128
12129 2006-04-24  Eric Blake  <ebb9@byu.net>
12130
12131         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
12132
12133 2006-04-24  Bruno Haible  <bruno@clisp.org>
12134
12135         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
12136         poll() implementation in AIX.
12137         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12138
12139 2006-04-24  Bruno Haible  <bruno@clisp.org>
12140
12141         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
12142         assigned exactly once.
12143
12144 2006-04-23  Claudio Fontana  <claudio@gnu.org>
12145             Bruno Haible  <bruno@clisp.org>
12146
12147         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
12148         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
12149         for AM_CPPFLAGS.
12150
12151 2006-04-23  Bruno Haible  <bruno@clisp.org>
12152
12153         * modules/copy-file: Depend on unistd.
12154         * modules/execute: Likewise.
12155         * modules/fatal-signal: Likewise.
12156         * modules/findprog: Likewise.
12157         * modules/mkdtemp : Likewise.
12158         * modules/pipe: Likewise.
12159         * modules/wait-process: Likewise.
12160
12161 2006-04-23  Bruno Haible  <bruno@clisp.org>
12162
12163         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
12164         condition was already detected.
12165         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12166
12167 2006-04-23  Bruno Haible  <bruno@clisp.org>
12168
12169         * lib/copy-file.c: Include <unistd.h> unconditionally.
12170         * lib/execute.c: Likewise.
12171         * lib/fatal-signal.c: Likewise.
12172         * lib/findprog.c: Likewise.
12173         * lib/mkdtemp.c: Likewise.
12174         * lib/pipe.h: Likewise.
12175         * lib/pipe.c: Likewise.
12176         * lib/wait-process.h: Likewise.
12177
12178 2006-04-23  Bruno Haible  <bruno@clisp.org>
12179
12180         * gnulib-tool (func_usage): Fix --import description. Document
12181         --update.
12182         (func_import): Create temporary file in a temporary directory, if
12183         --dry-run is specified. Silence errors from 'grep' when there are no
12184         m4 files in $m4dir.
12185         (func_create_testdir): Silence errors from 'grep' when there are no
12186         m4 files in $m4dir.
12187         Reported by Karl Berry <karl@freefriends.org>.
12188
12189 2006-04-20  Bruno Haible  <bruno@clisp.org>
12190
12191         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
12192         one argument, so that the code will be portable to Autoconf 2.60.
12193         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
12194         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12195         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
12196
12197 2006-04-19  Derek Price  <derek@ximbiot.com>
12198             Eric Blake  <ebb9@byu.net>
12199
12200         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
12201         rather than "/full/path.h".  Update comment to match.  Shorten &
12202         generalize m4_translit call via AS_TR_CPP.
12203
12204 2006-04-19  Derek Price  <derek@ximbiot.com>
12205             Eric Blake  <ebb9@byu.net>
12206
12207         * lib/inttypes.h: Correct grammar in comment.
12208
12209 2006-04-18  Derek Price  <derek@ximbiot.com>
12210             Paul Eggert  <eggert@cs.ucla.edu>
12211
12212         * modules/inttypes: New file.
12213         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
12214
12215 2006-04-18  Derek Price  <derek@ximbiot.com>
12216             Paul Eggert  <eggert@cs.ucla.edu>
12217
12218         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
12219         New files.
12220
12221 2006-04-18  Derek Price  <derek@ximbiot.com>
12222             Paul Eggert  <eggert@cs.ucla.edu>
12223
12224         * lib/inttypes.h: New file.
12225         * lib/strtoimax.c: Assume <inttypes.h>.
12226
12227 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
12228
12229         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
12230         isn't mounted.  Problem reported by Kir Kolyshkin.
12231
12232 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12233
12234         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
12235         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
12236         Derek R. Price.
12237         * lib/regex.h (RE_DUP_MAX): Update comment to match current
12238         implementation.
12239
12240 2006-04-12  Eric Blake  <ebb9@byu.net>
12241
12242         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
12243         is now done automatically by the corresponding Autoconf macro.
12244
12245 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
12246
12247         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
12248         time_r.h.
12249
12250 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12251
12252         Merge regex changes from libc, removing some of our
12253         POSIX-conformance changes that were rejected and redoing them in a
12254         less-intrusive way.
12255
12256         * lib/regcomp.c (re_compile_internal, init_dfa):
12257         Length arg is now size_t, not Idx.  All uses changed.
12258         (peek_token): Forward decl now says internal_function.
12259         (__re_error_msgid, __re_error_msgid_idx):
12260         Now static rather than extern with attribute_hidden.
12261         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
12262         For some reason libc prefers K&R style defns for external functions.
12263         (regerror) [!defined _LIBC]: Likewise.
12264         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
12265         (seek_collating_symbol_entry, lookup_collation_sequence_value):
12266         (build_range_exp, build_collating_symbol):
12267         Use K&R-style defn.
12268         (re_compile_fastmap): Use '\0' to memset, not 0.
12269         (utf8_sb_map): Make the calculations more obvious.
12270         (init_dfa, parse_bracket_exp, build_charclass_op):
12271         Call calloc and cast result, as glibc does.
12272         (init_word_char, fetch_token, peek_token, peek_token_bracket):
12273         (build_range_exp, build_collating_symbol):
12274         Now internal functions.
12275
12276         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
12277
12278         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
12279         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
12280         Don't depend on VMS; depend on __VMS instead, for POSIX
12281         namespace cleanness.
12282         (regoff_t): Define to ssize_t, not long int.
12283
12284         Remove the REG_ macros named below.  Instead, make the old names
12285         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
12286         __USE_GNU_REGEX.
12287         (REG_BACKSLASH_ESCAPE_IN_LISTS):
12288         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
12289         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
12290         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
12291         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
12292         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
12293         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
12294         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
12295         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
12296         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
12297         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
12298         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
12299         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
12300         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
12301         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
12302         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
12303         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
12304         (REG_NREGS):
12305         Remove.  All uses replaced by the old RE_* names.
12306         (RE_BACKSLASH_ESCAPE_IN_LISTS):
12307         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
12308         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
12309         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
12310         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
12311         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
12312         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
12313         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
12314         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
12315         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
12316         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
12317         Don't bother having these macros be independent of each others'
12318         values, since they no longer exist in the POSIX name space.
12319
12320         Rename the following member names back to their old names,
12321         unless !__USE_GNU_REGEX.  All uses changed back.
12322         (buffer): Renamed from re_buffer.
12323         (allocated): Renamed from re_allocated.
12324         (used): Renamed from re_used.
12325         (syntax): Renamed from re_syntax.
12326         (fastmap): Renamed from re_fastmap.
12327         (translate): Renamed from re_translate.
12328         (can_be_null): Renamed from re_can_be_null.
12329         (regs_allocated): Renamed from re_regs_allocated.
12330         (fastmap_accurate): Renamed from re_fastmap_accurate.
12331         (no_sub): Renamed from re_no_sub.
12332         (not_bol): Renamed from re_not_bol.
12333         (not_eol): Renamed from re_not_eol.
12334         (newline_anchor): Renamed from re_newline_anchor.
12335         (num_regs): Renamed from rm_num_regs.
12336         (start): Renamed from rm_start.
12337         (end): Renamed from rm_end.
12338
12339         (free_state): Move up a bit.
12340
12341         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
12342         #define to be empty.
12343         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
12344         when that is what is intended.
12345         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
12346         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
12347         (MAX): New macro.
12348         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
12349         All uses changed back to re_malloc, etc.  It's now the caller's
12350         responsibility to check for overflow; all callers changed.
12351         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
12352         (re_x2nrealloc): Remove.
12353         (free_state): Remove decl.
12354
12355         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
12356         (re_set_registers, re_exec):
12357         Use K&R-style defn.
12358
12359         2006-01-31  Roland McGrath  <roland@redhat.com>
12360
12361         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
12362         Reported by Mike Frysinger <vapier@gentoo.org>.
12363
12364         2006-01-15  Andreas Jaeger  <aj@suse.de>
12365
12366         [BZ #1950]
12367         * lib/regex_internal.c (re_string_reconstruct): Adjust for
12368         build_wcs_upper_buffer change.
12369         (build_wcs_upper_buffer): Change return type.
12370
12371         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
12372
12373         * lib/regex_internal.h: Include <stdint.h> if available.
12374
12375         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
12376
12377         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
12378
12379         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
12380
12381         * lib/regcomp.c: Adjust for changed secondary hash function.
12382
12383         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
12384
12385         * lib/regex.h: Pretty printing.
12386         Clean up namespace a bit.
12387
12388         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
12389
12390         * lib/regexec.c (update_cur_sifted_state, check_arrival,
12391         check_arrival_add_next_nodes): Avoid using uninitialized variable.
12392
12393         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12394                     Ulrich Drepper  <drepper@redhat.com>
12395
12396         [BZ #1302]
12397         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
12398         changed.
12399         (bitset_word_t): Renamed from bitset_word.  All uses changed.
12400
12401         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
12402
12403         [BZ #281]
12404         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
12405         * lib/regcomp.c: Remove unnecessary uses of
12406         unsigned RE_TRANSLATE_TYPE.
12407         * lib/regex_internal.h: Likewise.
12408         * lib/regex_internal.c: Likewise.
12409         * lib/regexec.c: Likewise.
12410         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
12411
12412         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
12413
12414         * lib/regexec.c (find_recover_state): Remove unnecessary
12415         initialization.
12416         (transit_state_bkref): Make DFA a const pointer.
12417         (get_subexp): Likewise.
12418         (check_arrival): Likewise.
12419         (update_cur_sifted_state): Likewise.
12420         (re_search_internal): Likewise.
12421         (prune_impossible_nodes): Likewise.
12422         (acquire_init_state_context): Likewise.
12423         (proceed_next_node): Likewise.
12424         (set_regs): Likewise.
12425         (free_fail_stack_return): Likewise.
12426         (check_arrival_expand_ecl): Mark DFA parameter as const.
12427         (check_arrival_expand_ecl_sub): Likewise.
12428         (check_subexp_limits): Likewise.
12429         (sub_epsilon_src_nodes):  Likewise.
12430         (add_epsilon_src_nodes):  Likewise.
12431         (merge_state_array): Likewise.
12432         (update_regs): Likewise.
12433         (build_trtable): Likewise.
12434         (sift_states_backward): Mark MCTX parameter as const.
12435         (build_sifted_states): Likewise.
12436         (update_cur_sifted_state): Likewise.
12437         (sift_states_mkref): Likewise.
12438         (check_arrival_expand_ecl): Mark eclosure as const.
12439         (check_dst_limits_calc_pos_1): Likewise.
12440         * lib/regex_internal.h (re_match_context_t): Make dfa a const
12441         pointer.
12442
12443         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
12444
12445         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
12446         (transit_state_sb): Likewise.
12447         (transit_state_mb): Likewise.
12448         (sift_states_iter_mb): Likewise.
12449         (check_arrival_add_next_nodes): Likewise.
12450         (check_node_accept_bytes): Change first parameter to pointer-to-const.
12451         [_LIBC] (re_search_2_stub): Use mempcpy.
12452
12453         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
12454         mbrtowc for very simple UTF-8 case.
12455
12456         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
12457         a pointer-to-const.
12458         (re_acquire_state_context): Likewise.
12459         * lib/regex_internal.h: Adjust prototypes.
12460
12461         * lib/regex.c: Prevent using C++ compilers.
12462
12463         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
12464         (re_acquire_state_context): Likewise.
12465
12466 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12467
12468         * modules/regex (Depends-on): Add ssize_t.
12469
12470 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12471
12472         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
12473         translation table.
12474
12475 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12476
12477         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
12478
12479 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
12480             Bruno Haible  <bruno@clisp.org>
12481
12482         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
12483         <sys/types.h> and <inttypes.h>.
12484
12485 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12486
12487         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
12488         `__error_t_defined', so argp.h will not typedef the former.
12489
12490 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
12491
12492         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
12493         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
12494         glibc names.  Even if glibc is changed to conform to POSIX, the
12495         traditional names will be available anyway, since regex depends on
12496         the extensions module.  Also, fix a longstanding typo in the
12497         implementation of Spencer ERE test #75 from grep 2.3.  Problems
12498         reported by Emanuele Giaquinta.  Also, change sense of cached
12499         variable, so that the message makes sense.
12500
12501 2006-03-24  Simon Josefsson  <jas@extundo.com>
12502
12503         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
12504         including some doc fixes.
12505         (base64_encode_alloc): Fix +1 bug on allocation failures.
12506
12507 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12508
12509         * lib/base64.c (base64_encode): Do not read past end of array with
12510         unsanitized input on systems with CHAR_BIT > 8.
12511
12512 2006-03-24  Eric Blake  <ebb9@byu.net>
12513
12514         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
12515
12516 2006-03-22  Karl Berry  <karl@gnu.org>
12517
12518         * config/srclist.txt (*setenv.[ch]): get from coreutils.
12519         * config/srclistvars.sh (COREUTILS): new var.
12520
12521 2006-03-17  Jim Meyering  <jim@meyering.net>
12522
12523         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
12524         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
12525
12526 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12527
12528         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
12529         no longer needs it.  Instead, check that regoff_t is as least
12530         as wide as ptrdiff_t.
12531
12532         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
12533         so that our regex.h stays compatible with the installed regex.
12534         This is helpful for installers who configure --without-included-regex.
12535         Problem reported by Emanuele Giaquinta.
12536
12537 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12538
12539         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
12540         Typedef to long int, not to off_, as POSIX will likely change
12541         in that direction.
12542
12543 2006-03-15  Eric Blake  <ebb9@byu.net>
12544
12545         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
12546
12547 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12548
12549         * lib/argp-help.c (validate_uparams): Fix typo
12550         * lib/argp-parse.c (argp_default_options): Consistently begin help
12551         messages with a lowercase letter.
12552
12553 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
12554
12555         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
12556         overrun buffers and shouldn't be used (much as gets shouldn't be
12557         used).
12558         * lib/time_r.c (asctime_r, ctime_r): Likewise.
12559
12560 2006-03-08  Simon Josefsson  <jas@extundo.com>
12561
12562         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
12563         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12564
12565 2006-03-08  Simon Josefsson  <jas@extundo.com>
12566
12567         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
12568         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12569
12570 2006-03-08  Simon Josefsson  <jas@extundo.com>
12571
12572         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
12573         signal that configure disabled the device.
12574
12575 2006-03-08  Simon Josefsson  <jas@extundo.com>
12576
12577         * build-aux/maint.mk: Fix refresh-po, to handle no translated
12578         languages.
12579
12580 2006-03-07  Simon Josefsson  <jas@extundo.com>
12581
12582         * modules/getopt (Depends-on): Add unistd.
12583
12584         * modules/unistd: New file.
12585
12586 2006-03-07  Simon Josefsson  <jas@extundo.com>
12587
12588         * modules/gc-random: New file.
12589
12590 2006-03-07  Simon Josefsson  <jas@extundo.com>
12591
12592         * m4/unistd_h.m4: New file.
12593
12594 2006-03-07  Simon Josefsson  <jas@extundo.com>
12595
12596         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
12597         test to be side-effect free by storing the result in the cache
12598         variable gl_cv_lib_readline, and moving the assignment of
12599         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
12600         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12601
12602 2006-03-07  Simon Josefsson  <jas@extundo.com>
12603
12604         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
12605         error on missing devices (the functions will return an error).
12606
12607         * m4/gc.m4: Move random stuff to gc-random.m4
12608
12609 2006-03-07  Simon Josefsson  <jas@extundo.com>
12610
12611         * lib/unistd_.h: New file.
12612
12613 2006-03-07  Simon Josefsson  <jas@extundo.com>
12614
12615         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
12616
12617 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12618
12619         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
12620         Problem reported by Juan Manuel Guerrero.
12621
12622 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12623
12624         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
12625         the unistd module.
12626         * lib/getlogin_r.c: Likewise.
12627         * lib/getlogin_r.h: Likewise.
12628         * lib/glob.c: Likewise.
12629         * lib/pagealign_alloc.c: Likewise.
12630         * lib/unistd_.h: Remove; no longer needed.
12631
12632 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12633
12634         * MODULES.html.sh (Support for systems lacking POSIX:2001):
12635         Add unistd.
12636         * modules/c-stack (Depends-on): Add unistd.
12637         * modules/getlogin_r: Likewise.
12638         * modules/glob: Likewise.
12639         * modules/pagealign_alloc: Likewise.
12640         * modules/unistd (Files): Remove lib/unistd_.h.
12641         (EXTRA_DIST): Remove.
12642         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
12643         need unistd_.h.
12644         (MOSTLYCLEANFILES): Remove unistd.h-t.
12645
12646 2006-03-03  Simon Josefsson  <jas@extundo.com>
12647
12648         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
12649
12650 2006-03-03  Simon Josefsson  <jas@extundo.com>
12651
12652         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
12653         libidn and bison.
12654
12655 2006-03-03  Simon Josefsson  <jas@extundo.com>
12656
12657         * build-aux/maint.mk: Add indent target.
12658
12659 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
12660
12661         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
12662         our replacement poll.h in any case, to avoid a differing
12663         declaration from a system header.  Seen on AIX.
12664
12665 2006-03-01  Simon Josefsson  <jas@extundo.com>
12666
12667         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
12668         <kasal@ucw.cz>.
12669
12670 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12671
12672         * modules/gettime (Depends-on): Add extensions module.
12673         * modules/nanosleep (Depends-on): Likewise.
12674         * modules/settime (Depends-on): Likewise.
12675
12676 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12677
12678         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
12679         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
12680         pedantically.
12681         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12682         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
12683
12684         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
12685         not "==".  Reported by Ralf Wildenhues.
12686
12687 2006-03-01  Karl Berry  <karl@gnu.org>
12688
12689         * doc/Copyright/request-*: new files, synced from gnuorg.
12690
12691 2006-03-01  Karl Berry  <karl@gnu.org>
12692
12693         * config/srclist.txt (Copyright/*): new entries.
12694
12695 2006-02-28  Simon Josefsson  <jas@extundo.com>
12696
12697         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
12698
12699 2006-02-27  Simon Josefsson  <jas@extundo.com>
12700
12701         * lib/base64.h: Indent #define's.  From Jim Meyering
12702         <jim@meyering.net>.
12703
12704 2006-02-27  Jim Meyering  <jim@meyering.net>
12705
12706         Revert the change of 2006-02-24, so these files can continue
12707         to be sync'd from gettext.
12708         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
12709         of `config.h'.
12710
12711 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12712
12713         * modules/intprops: New file.
12714         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12715         Add intprops.
12716         * modules/getloadavg (Files): Remove lib/intprops.h.
12717         (Depends-on): Add intprops.
12718         * modules/human: Likewise.
12719         * modules/inttostr: Likewise.
12720         * modules/openat: Likewise.
12721         * modules/sig2str: Likewise.
12722         * modules/userspec: Likewise.
12723         * modules/utimecmp: Likewise.
12724         * modules/xnanosleep: Likewise.
12725         * modules/xstrtol: Likewise.
12726
12727 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
12728
12729         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
12730         * modules/lock-tests (TESTS): Use $(EXEEXT).
12731         * modules/tls-tests: Likewise.
12732         * modules/argp-tests: Likewise.
12733         (check_PROGRAMS): New var, replacing...
12734         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
12735
12736 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12737
12738         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
12739         `config.h'.
12740
12741 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12742
12743         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
12744
12745 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12746
12747         Sync from coreutils.
12748         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12749         gl_CHDIR_SAFER.
12750
12751 2006-02-22  Jim Meyering  <jim@meyering.net>
12752
12753         Sync from coreutils.
12754         * m4/chdir-safer.m4: New file.
12755
12756 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12757
12758         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12759         AT_FDCWD exceeds INT_MAX.
12760         * lib/openat.h (AT_FDCWD): Likewise.
12761
12762 2006-02-17  Eric Blake  <address@hidden>
12763
12764         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12765
12766 2006-02-16  Simon Josefsson  <jas@extundo.com>
12767
12768         * modules/getaddrinfo (Depends-on): Add sys_socket.
12769
12770 2006-02-15  Simon Josefsson  <jas@extundo.com>
12771
12772         * build-aux/maint.mk: Add dsyntax-check rule.
12773
12774 2006-02-15  Eric Blake  <ebb9@byu.net>
12775
12776         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12777         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12778         'present but cannot compile' warnings on cygwin.
12779         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12780         use ws2tcpip.h if sys/socket.h works.
12781         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12782         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12783
12784 2006-02-14  Simon Josefsson  <jas@extundo.com>
12785
12786         * modules/maintainer-makefile (Files): Rename.
12787
12788         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12789         and (the local) Makefile.cfg to maint-cfg.mk.
12790
12791         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12792         to the latter.
12793
12794         * modules/maintainer-makefile: New module.
12795
12796         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12797         severaly stripped to make it possible to build it up from scratch
12798         with reliable tests.
12799
12800         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12801         fixes to permit overriding the default actions when configure and
12802         makefile are not available.
12803
12804 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12805
12806         Sync from coreutils.
12807         * modules/lstat (Depends-on): Don't depend on xalloc.
12808         (License): Change from GPL to LGPL, since this is now simply a
12809         replacement for a libc function.
12810
12811 2006-02-14  Jim Meyering  <jim@meyering.net>
12812
12813         Sync from coreutils.
12814
12815         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12816         failure on deficient systems, and simplify gnulib lgpl dependencies.
12817         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12818         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12819
12820         * lib/xalloc-die.c: Remove unused definition of N_.
12821
12822 2006-02-14  Jim Meyering  <jim@meyering.net>
12823
12824         Sync from coreutils.
12825         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12826         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12827         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12828         double-quote uses of that variable, to accommodate the rare case in
12829         which getmntent is available in none of the libraries checked.  This
12830         happens at least on FreeBSD 5.0.
12831
12832 2006-02-13  Simon Josefsson  <jas@extundo.com>
12833
12834         * gnulib-tool (Usage): Fix --import, from
12835         karl@freefriends.org (Karl Berry).
12836
12837 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12838
12839         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12840
12841 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12842
12843         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12844         "autoupdate" on 2005-12-12.
12845
12846 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12847
12848         * modules/closeout (Depends-on): Remove atexit.
12849
12850 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12851
12852         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12853         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12854
12855 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12856
12857         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12858         __EXTENSIONS__ if this causes compilation to fail.  Problem
12859         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12860         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12861
12862 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12863
12864         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12865         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12866         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12867         All uses changed.
12868
12869 2006-01-26  Simon Josefsson  <jas@extundo.com>
12870
12871         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12872         prototype is visible on mingw32.
12873
12874         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12875         for mingw32.
12876
12877         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12878         mingw32).
12879
12880 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12881
12882         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12883         attempt to open for write; this always fails, at least on POSIX
12884         hosts.  This reinstates the 2006-01-09 change, which was
12885         inadvertently removed.
12886
12887 2006-01-26  Bruno Haible  <bruno@clisp.org>
12888
12889         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12890         Reported by Paul Eggert.
12891
12892 2006-01-26  Bruno Haible  <bruno@clisp.org>
12893             Paul Eggert  <eggert@cs.ucla.edu>
12894
12895         * lib/stdbool_.h (_Bool)
12896         [(! (defined __cplusplus || defined __BEOS__)
12897           && !defined __GNUC__
12898           && !(defined __HP_cc || defined __xlc__
12899                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12900                || defined __sgi))]:
12901         #define to signed char in these cases too; this simplifies
12902         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12903         etc., separately) and makes it more conservative.
12904
12905 2006-01-25  Simon Josefsson  <jas@extundo.com>
12906
12907         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12908         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12909         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12910
12911 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12912
12913         * lib/argp-namefrob.h: Bugfix. Remove stray #
12914
12915 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12916
12917         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12918         so that we test the test.
12919         Check for yet another HP-UX cc bug involving *bool |= bool.
12920
12921 2006-01-25  Karl Berry  <karl@gnu.org>
12922
12923         * config/srclist.txt (vasnprintf.c): sync lost.
12924
12925 2006-01-25  Jim Meyering  <jim@meyering.net>
12926
12927         Sync from the stable (b5) branch of coreutils:
12928
12929         * lib/fts.c (fts_children): Don't let close() clobber errno from
12930         failed fchdir().
12931
12932         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12933         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12934         a dangling symlink.  That can also happen at least for ELOOP.
12935         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12936         FYI, this bug predates the inclusion of fts.c in coreutils.
12937
12938         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12939         in their own block, so pre-c99 compilers don't object.
12940
12941         Avoid the double-free (first in fts_read, second in fts_close) that
12942         would occur when an `active' directory is made inaccessible (e.g.,
12943         via chmod a-x) during a traversal.
12944         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12945         before returning.  Reproduce this failure by
12946         mkdir -p a/b; cd a; chmod a-x . b
12947         Reported by Stavros Passas.
12948
12949 2006-01-25  Jim Meyering  <jim@meyering.net>
12950
12951         * lib/fileblocks.c: Remove more useless parentheses.
12952         * lib/readutmp.h: Likewise.
12953
12954 2006-01-25  Bruno Haible  <bruno@clisp.org>
12955
12956         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12957         warnings.
12958         Reported by Paul Eggert.
12959
12960 2006-01-25  Bruno Haible  <bruno@clisp.org>
12961
12962         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12963         rid of a trap command. For Solaris sh.
12964         Reported by Mark D. Baushke <mdb@gnu.org>.
12965
12966 2006-01-24  Simon Josefsson  <jas@extundo.com>
12967
12968         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12969         Bruno.
12970
12971 2006-01-24  Karl Berry  <karl@gnu.org>
12972
12973         * config/srclist.txt (argp-namefrob.h): sync lost.
12974
12975 2006-01-24  Jim Meyering  <jim@meyering.net>
12976
12977         * modules/openat (Files): Add lib/intprops.h.
12978         From Mark D. Baushke.
12979
12980 2006-01-24  Jim Meyering  <jim@meyering.net>
12981
12982         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12983         Reported by Mark D. Baushke.
12984
12985 2006-01-24  Jim Meyering  <jim@meyering.net>
12986
12987         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12988
12989 2006-01-24  Bruno Haible  <bruno@clisp.org>
12990
12991         * modules/strnlen (Maintainer): Change from glibc to all.
12992
12993 2006-01-24  Bruno Haible  <bruno@clisp.org>
12994
12995         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12996         Patch by Paul Eggert.
12997
12998 2006-01-24  Bruno Haible  <bruno@clisp.org>
12999
13000         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
13001         already has it.
13002         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
13003         2005-11-26.
13004
13005         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
13006         'signed char' to avoid problems with the built-in _Bool type.
13007         Reported by Paul Eggert on 2005-11-26.
13008
13009 2006-01-24  Bruno Haible  <bruno@clisp.org>
13010
13011         * gnulib-tool (func_import): Avoid constructing complicated sed
13012         expressions inside backquote.
13013         Report and solution by Mark D. Baushke <mdb@gnu.org>.
13014
13015 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
13016
13017         These changes imported from libc.
13018         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
13019         test and two separate function calls.
13020         * lib/strndup.c (__strndup): Add libc_hidden_def.
13021
13022 2006-01-23  Simon Josefsson  <jas@extundo.com>
13023
13024         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
13025         Remove the test_*_SOURCES variable: automake infers it by default.
13026         * modules/tls-tests: Likewise.
13027
13028 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13029
13030         Work around porting bugs reported by Dieter in
13031         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
13032         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
13033         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
13034         Include "getopt.h" first, to check interface.
13035         (getenv): Declare only if defined HAVE_DECL_GETENV &&
13036         !HAVE_DECL_GETENV.
13037         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
13038         (__strndup): Revert to K&R-style function dfns, the glibc style.
13039         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
13040         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
13041         Include strnlen.h first, to get prototype properly.
13042         (strnlen): Renamed from __strnlen.
13043         Remove weak alias.
13044
13045 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13046
13047         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
13048
13049 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13050
13051         * config/srclist.txt: Adjust to reflect glibc reorganization.
13052         This affects only comments.
13053
13054 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13055
13056          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
13057          Reported by Bruce Korb <bkorb@gnu.org>.
13058
13059 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
13060
13061         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
13062         to pacify gcc -Wswitch-default.
13063
13064 2006-01-22  Bruno Haible  <bruno@clisp.org>
13065
13066         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
13067         temporary buffer for sprintf, take into account the precision also
13068         for 'd', 'i', 'u', 'o', 'x', 'X'.
13069
13070 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
13071
13072         * modules/argp-tests: New module
13073         * tests/test-argp.c: New file
13074         * tests/test-argp-2.sh: New file
13075
13076 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
13077
13078         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
13079         (__argp_base_name): Removed
13080         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
13081         typo.
13082         (__argp_base_name): Provide macro definition or extern declaration
13083         depending on the configuration
13084
13085 2006-01-20  Simon Josefsson  <jas@extundo.com>
13086
13087         * modules/inet_ntop (Depends-on): Depend on sys_socket.
13088
13089 2006-01-20  Simon Josefsson  <jas@extundo.com>
13090
13091         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
13092
13093 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13094
13095         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
13096         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
13097         Suggested by Bruno Haible.
13098
13099 2006-01-20  Karl Berry  <karl@gnu.org>
13100
13101         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
13102         until changes propagate, I guess.
13103
13104 2006-01-19  Simon Josefsson  <jas@extundo.com>
13105
13106         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
13107
13108 2006-01-19  Simon Josefsson  <jas@extundo.com>
13109
13110         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
13111
13112 2006-01-19  Simon Josefsson  <jas@extundo.com>
13113
13114         * gnulib-tool: Set check_PROGRAMS.
13115
13116         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
13117         modules/des-tests, modules/gc-arcfour-tests,
13118         modules/gc-arctwo-tests, modules/gc-des-tests,
13119         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
13120         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
13121         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
13122         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
13123         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
13124         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
13125         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
13126         test_*_SOURCES.
13127
13128 2006-01-18  Simon Josefsson  <jas@extundo.com>
13129
13130         * modules/socklen (Depends-on): Depend on sys_socket.
13131
13132 2006-01-18  Simon Josefsson  <jas@extundo.com>
13133
13134         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
13135         modules/des-tests, modules/gc-arcfour-tests,
13136         modules/gc-arctwo-tests, modules/gc-des-tests,
13137         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
13138         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
13139         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
13140         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
13141         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
13142         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
13143         $(EXEEXT) to automake TESTS variable, for mingw32.
13144
13145 2006-01-17  Simon Josefsson  <jas@extundo.com>
13146
13147         * modules/socklen (Include): Need sys/socket.h.
13148
13149 2006-01-17  Bruno Haible  <bruno@clisp.org>
13150
13151         * modules/ssize_t (Include): Add <sys/types.h>.
13152
13153 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
13154
13155         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
13156         it's not portable and it doesn't work with cross-compiles.
13157         Problem reported by Bruno Haible.  Fix missing-$ typo in
13158         'test "gl_cv_ignore_unused_libraries" ...' that prevented
13159         -zignore from being used with Sun's C compiler.
13160
13161 2006-01-12  Simon Josefsson  <jas@extundo.com>
13162
13163         * lib/base64.c: Fix warning, reported by Bruno Haible
13164         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
13165
13166 2006-01-12  Bruno Haible  <bruno@clisp.org>
13167
13168         * modules/ldd: New file.
13169         * build-aux/ldd.sh.in: New file.
13170         * MODULES.html.sh (Support for building libraries and executables): Add
13171         ldd.
13172
13173 2006-01-12  Bruno Haible  <bruno@clisp.org>
13174
13175         * m4/ldd.m4: New file.
13176
13177 2006-01-12  Bruno Haible  <bruno@clisp.org>
13178
13179         * gnulib-tool (func_import, func_create_testdir): Don't go into an
13180         endless loop while replacing $auxdir with build-aux.
13181
13182 2006-01-11  Simon Josefsson  <jas@extundo.com>
13183
13184         * lib/stdint_.h (SIZE_MAX): Add missing (.
13185
13186 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
13187
13188         Sync from coreutils.
13189         * lib/md5.c: Fix commentary typos.
13190         (alignof, UNALIGNED_P): No need for a GCC-specific version.
13191         * lib/md5.h (__attribute__): Remove; unused.
13192         * lib/sha1.c: Fix commentary to match md5 better.
13193         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
13194         so that we don't need to worry about alignment.  All uses changed.
13195         This merges the 2005-10-28 md5 change into sha1.
13196
13197 2006-01-11  Jim Meyering  <jim@meyering.net>
13198
13199         Sync from coreutils.
13200         * lib/md5.c (OP): Fix spacing.
13201
13202 2006-01-11  Bruno Haible  <bruno@clisp.org>
13203
13204         Ensure automatic ordering between gl_LOCK and gl_ARGP.
13205         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
13206         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
13207
13208 2006-01-11  Bruno Haible  <bruno@clisp.org>
13209
13210         Ensure automatic ordering between gl_LOCK and gl_ARGP.
13211         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
13212         the "early" section as well.
13213
13214 2006-01-11  Bruno Haible  <bruno@clisp.org>
13215
13216         Avoid "ar: no archive members specified" error on MacOS X.
13217         * gnulib-tool (func_modules_add_dummy): New function.
13218         (func_import, func_create_testdir): Invoke it.
13219
13220 2006-01-11  Bruno Haible  <bruno@clisp.org>
13221
13222         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
13223         with $auxdir in AC_CONFIG_FILES statements.
13224
13225 2006-01-11  Bruno Haible  <bruno@clisp.org>
13226
13227         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13228         Initialize also noinst_HEADERS to empty.
13229
13230 2006-01-11  Bruno Haible  <bruno@clisp.org>
13231
13232         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
13233         variables.
13234         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
13235         autoreconf.
13236
13237 2006-01-11  Bruno Haible  <bruno@clisp.org>
13238
13239         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
13240         overridable by the user.
13241         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13242
13243 2006-01-10  Simon Josefsson  <jas@extundo.com>
13244
13245         * modules/sys_socket: New file.
13246
13247 2006-01-10  Simon Josefsson  <jas@extundo.com>
13248
13249         * m4/sys_socket_h.m4: New file.
13250
13251 2006-01-10  Simon Josefsson  <jas@extundo.com>
13252
13253         * lib/socket_.h: New file.
13254
13255 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13256
13257         * modules/readutmp (Maintainer): Add myself.
13258
13259 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13260
13261         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
13262         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
13263         People who are still concerned with buggy memcmp implementations
13264         can invoke gl_FUNC_MEMCMP themselves.
13265
13266 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13267
13268         * lib/regex_internal.h (BITSET_WORD_BITS):
13269         Work around a bug in 64-bit PGC (before version 6.1-2), where the
13270         preprocessor mishandles large unsigned values as if they were signed.
13271         Problem reported by Claudio Fontana in
13272         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
13273
13274 2006-01-10  Jim Meyering  <jim@meyering.net>
13275
13276         Avoid the double-free (first in fts_read, second in fts_close) that
13277         would occur when an `active' directory is made inaccessible (e.g.,
13278         via chmod a-x) during a traversal.
13279         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
13280         before returning.  Reproduce this failure by
13281         mkdir -p a/b; cd a; chmod a-x . b
13282         Reported by Stavros Passas.
13283
13284         Sync from coreutils.
13285         * lib/sha1.c: Tweak grammar in a comment.
13286
13287 2006-01-10  Jim Meyering  <jim@meyering.net>
13288
13289         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
13290         Patch by Joerg Sonnenberger.
13291
13292 2006-01-10  Bruno Haible  <bruno@clisp.org>
13293
13294         * modules/readutmp: Depend on module free.
13295         * modules/strtok_r: Depend on module restrict.
13296
13297 2006-01-10  Bruno Haible  <bruno@clisp.org>
13298
13299         * modules/gettext (configure.ac): Add an invocation of
13300         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
13301
13302 2006-01-10  Bruno Haible  <bruno@clisp.org>
13303
13304         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
13305         Reported by Werner Lemberg <wl@gnu.org>.
13306
13307 2006-01-10  Bruno Haible  <bruno@clisp.org>
13308
13309         * lib/localcharset.c: Update from GNU gettext.
13310
13311 2006-01-10  Bruno Haible  <bruno@clisp.org>
13312
13313         * lib/argp.h (__const): Remove macro. Use const instead.
13314         * lib/argp-fmtstream.h (__const): Likewise.
13315         * lib/glob_.h (__const): Remove macro.
13316         * lib/glob-libc.h: Use const instead of __const.
13317
13318 2006-01-10  Bruno Haible  <bruno@clisp.org>
13319
13320         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
13321         variable.
13322         Needed to avoid an automake error regarding the 'gettext' module.
13323
13324 2006-01-09  Simon Josefsson  <jas@extundo.com>
13325
13326         * modules/inet_ntop (Depends-on): Add restrict.
13327
13328 2006-01-09  Simon Josefsson  <jas@extundo.com>
13329
13330         * modules/gc-rijndael-tests (License): Put under LGPL.
13331
13332         * modules/gc-des-tests (License): Likewise.
13333
13334         * modules/gc-arcfour-tests (License): Likewise.
13335
13336         * modules/gc-arctwo-tests (License): Likewise.
13337
13338         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
13339
13340         * modules/gc-hmac-sha1-tests (Files): Likewise.
13341
13342         * modules/gc-hmac-md5-tests (License): Likewise.
13343
13344         * modules/gc-sha1-tests (License): Likewise.
13345
13346         * modules/gc-md5-tests (License): Likewise.
13347
13348         * modules/gc-md4-tests (License): Likewise.
13349
13350         * modules/gc-md2-tests (License): Likewise.
13351
13352         * modules/gc-tests (License): Likewise.
13353
13354         * modules/des-tests (License): Likewise.
13355
13356         * modules/md4-tests (License): Likewise.
13357
13358         * modules/md2-tests (License): Likewise.
13359
13360 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13361
13362         Sync from coreutils:
13363
13364         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
13365         * modules/lib-ignore: New file.
13366         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
13367         chdir-safer.m4, lchmod.m4.
13368         * modules/openat: Add mkdirat.c, openat-priv.h.
13369
13370 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13371
13372         Sync from coreutils.
13373         * m4/lib-ignore.m4: New file.
13374         * m4/lchmod.m4: New file.
13375
13376 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13377
13378         Sync from coreutils.
13379         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
13380         for write access: POSIX says that must fail.
13381         * lib/fts.c (diropen): Likewise.
13382         * lib/save-cwd.c (save_cwd): Likewise.
13383         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
13384         well, for minor improvements on hosts that lack O_DIRECTORY.
13385         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
13386         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
13387         Fall back on chown if open failed with EACCES.
13388
13389         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
13390         Report an error at compile-time if only a 1-second nominal clock
13391         resolution is found.
13392
13393         * lib/lchmod.h: New file.
13394         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
13395         (make_dir_parents): Use lchown rather than chown, and
13396         lchmod rather than chmod.
13397
13398         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
13399         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
13400         "proc" reported by n0dalus.
13401
13402         * lib/mountlist.c: Include <limits.h>.
13403         (dev_from_mount_options)
13404         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
13405         New function.  It no longer assumes "dev=" has the System V meaning
13406         on Linux (since it doesn't).  It also parses "dev=" more carefully.
13407         (read_file_system_list)
13408         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
13409         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
13410         dev= in that case.
13411
13412         * lib/posixtm.h (PDS_PRE_2000): New macro.
13413         * lib/posixtm.c (year): Arg is now syntax_bits rather than
13414         allow_century.  All usages changed.  Reject dates outside the range
13415         1969-1999 if PDS_PRE_2000 is used.
13416
13417 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13418
13419         Sync from coreutils.
13420         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
13421         (Time of day items): Mention the possibility of leap seconds.
13422         Problem reported by Dr. David Alan Gilbert.
13423
13424 2006-01-09  Jim Meyering  <jim@meyering.net>
13425
13426         Sync from coreutils.
13427
13428         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
13429
13430         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
13431
13432         * lib/modechange.c (mode_compile): Reject an invalid mode string
13433         that starts with an octal digit.  From Andreas Gruenbacher.
13434
13435         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
13436         and dup to open_safer and dup_safer, respectively.
13437         (openat_permissive): Fix typo in comment.
13438
13439         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
13440         "gettext.h"; either no longer needed or are guaranteed by openat.h.
13441         (_): Remove; no longer needed.
13442         (openat): Renamed from rpl_openat; no need for rpl_openat
13443         since openat.h renames openat for us.
13444         Replace most of the body with a call to openat_permissive,
13445         to avoid duplicate code.
13446         Port to (probably hypothetical) environments were mode_t is
13447         wider than int.
13448         (openat_permissive): Require mode arg, so that we can check
13449         types better.  Put it just after flags.  Change cwd failure
13450         indicator from pointer-to-bool to pointer-to-errno-value.
13451         All callers changed.
13452         Invoke openat_save_fail and/or openat_restore_fail if
13453         cwd_errno is null, so that openat can call us.
13454         (openat_permissive, fdopendir, fstatat, unlinkat):
13455         Simplify errno handling to avoid some duplicate code,
13456         as it's OK to set errno on success.
13457         * lib/openat.h: Revamp code so that function macros depend on
13458         __OPENAT_PREFIX only, not also on AT_FDCWD.
13459         (openat_ro): Remove.  Caller changed to use openat_permissive.
13460         (openat_permissive): Now a macro, if not a function.
13461         (openat_restore_fail, openat_save_fail): Now always functions,
13462         since mkdirat needs them even if __OPENAT_PREFIX is defined.
13463
13464         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
13465         and openat.c.
13466         * lib/mkdirat.c: Include openat-priv.h.
13467         Remove definitions of macros defined therein.
13468         * lib/openat.c: Likewise.
13469
13470         * lib/mkdirat.c (mkdirat): New file and function.
13471         * lib/openat.h (mkdirat): Declare.
13472
13473         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
13474
13475         * lib/openat.h (openat_permissive): Declare.
13476         (openat_ro): Define.
13477
13478         * lib/openat.c (EXPECTED_ERRNO): New macro.
13479         (openat_permissive): New function -- used in remove.c rewrite.
13480         (all functions): Set errno just before returning, only if there
13481         was an actual failure.
13482         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
13483
13484         Emulate openat-family functions using Linux's procfs, if possible.
13485         Idea and some code based on Ulrich Drepper's glibc changes.
13486
13487         * lib/openat.c: (BUILD_PROC_NAME): New macro.
13488         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
13489         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
13490         before falling back on save_cwd and restore_cwd.
13491         (fdopendir, fstatat, unlinkat): Likewise.
13492
13493         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
13494         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
13495
13496         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
13497         as second argument to va_arg.  Otherwise, some versions of gcc
13498         warn that `if this code is reached, the program will abort'.
13499
13500 2006-01-09  Jim Meyering  <jim@meyering.net>
13501
13502         Sync from coreutils.
13503         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
13504         Require openat-priv.h.
13505
13506 2006-01-09  Bruno Haible  <bruno@clisp.org>
13507
13508         * modules/strnlen (Include): Use strnlen.h.
13509
13510 2006-01-09  Bruno Haible  <bruno@clisp.org>
13511
13512         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
13513
13514 2006-01-09  Bruno Haible  <bruno@clisp.org>
13515
13516         * lib/sysexit_.h (EX_OK): New macro.
13517         Suggested by Martin Lambers <marlam@marlam.de>.
13518
13519 2006-01-09  Bruno Haible  <bruno@clisp.org>
13520
13521         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
13522         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
13523
13524 2006-01-09  Bruno Haible  <bruno@clisp.org>
13525
13526         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
13527         numbers.
13528
13529 2006-01-09  Bruno Haible  <bruno@clisp.org>
13530
13531         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
13532         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
13533         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
13534         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
13535
13536 2006-01-09  Bruno Haible  <bruno@clisp.org>
13537
13538         * build-aux/javacomp.sh.in: New file, moved from lib/.
13539         * modules/javacomp-script (Files): Update.
13540         (configure.ac): Add AC_CONFIG_FILES invocation.
13541         (EXTRA_DIST): Remove variable.
13542
13543         * build-aux/javaexec.sh.in: New file, moved from lib/.
13544         * modules/javaexec (Files): Update.
13545         (configure.ac): Add AC_CONFIG_FILES invocation.
13546         (EXTRA_DIST): Remove javaexec.sh.in.
13547
13548         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
13549         * modules/csharpcomp-script (Files): Update.
13550         (configure.ac): Add AC_CONFIG_FILES invocation.
13551         (EXTRA_DIST): Remove variable.
13552
13553         * build-aux/csharpexec.sh.in: New file, moved from lib/.
13554         * modules/csharpexec (Files): Update.
13555         (configure.ac): Add AC_CONFIG_FILES invocation.
13556         (EXTRA_DIST): Remove csharpexec.sh.in.
13557
13558 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13559
13560         Sync from coreutils.
13561
13562         Add POSIX ACL support
13563         * lib/acl.h (copy_acl, set_acl): Add declarations.
13564         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
13565         systems other than Linux.
13566         (chmod_or_fchmod): New function: use fchmod when possible,
13567         and chmod otherwise.
13568         (file_has_acl): Add a POSIX ACL implementation, with a
13569         Linux-specific subcase.
13570         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
13571         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
13572         acls are unsupported.
13573         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
13574         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
13575         are unsupported.
13576
13577 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13578
13579         Sync from coreutils.
13580         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
13581
13582 2006-01-07  Bruno Haible  <bruno@clisp.org>
13583
13584         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
13585         gl_EARLY.
13586
13587 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13588
13589         * lib/strftime.c (tzname): Don't declare if it is already #defined.
13590         Problem reported for Mingw by Mark Junker.
13591
13592 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13593
13594         * README: Gnulib normally doesn't generate a tarball.
13595
13596 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
13597
13598         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
13599         long int, not int, for nanosecond counts, so that people who are
13600         used to POSIX struct timespec won't be surprised.  Reported by Jim
13601         Meyering.
13602
13603 2005-12-28  Bruno Haible  <bruno@clisp.org>
13604
13605         * build-aux/config.rpath: Update from GNU gettext.
13606
13607 2005-12-16  Jim Meyering  <jim@meyering.net>
13608
13609         * modules/fprintftime: New module.
13610         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
13611
13612 2005-12-16  Jim Meyering  <jim@meyering.net>
13613
13614         * m4/fprintftime.m4: New file.
13615
13616 2005-12-16  Jim Meyering  <jim@meyering.net>
13617
13618         * lib/fprintftime.c, lib/fprintftime.h: New files.
13619
13620 2005-12-15  Simon Josefsson  <jas@extundo.com>
13621
13622         * modules/socklen (configure.ac): Fix M4 macro name, to align with
13623         new m4/socklen.m4.
13624
13625 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13626
13627         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
13628         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
13629
13630 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13631
13632         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
13633         * lib/argp-help.c (fill_in_uparams): Check if the constructed
13634         struct uparams is valid. Fall back to the default values if it is
13635         not.
13636
13637 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13638
13639         * modules/argp (Files): Add argp-pin.c
13640         (Depends-on): dirname
13641         (lib_SOURCES): Add argp-pin.c
13642
13643 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13644
13645         * m4/argp.m4:  Check if program_invocation_name and
13646         program_invocation_short_name are declared and define appropriate
13647         macros if they are not.
13648
13649 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13650
13651         * lib/argp-help.c (__argp_base_name): New function
13652         (__argp_short_program_name): Rewrite using __argp_base_name
13653         * lib/argp-namefrob.h: Define program_invocation_name and
13654         program_invocation_short_name if requested
13655         (__argp_base_name): Add prototype
13656         * lib/argp-parse.c (argp_def): Use gettext wrappers
13657         (argp_default_parser): Use __argp_base_name
13658         * lib/argp-pin.c: New file. Defines program_invocation_name and
13659         program_invocation_short_name on systems that lack them.
13660
13661 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13662
13663         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
13664         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13665         porting problem reported by Georg Schwarz in
13666         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13667
13668 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13669
13670         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
13671         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13672         porting problem reported by Georg Schwarz in
13673         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13674
13675 2005-12-05  Bruno Haible  <bruno@clisp.org>
13676
13677         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
13678         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
13679         Reported by Mark Junker <mjscod@gmx.de>.
13680
13681 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
13682
13683         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
13684         Use implementation from Albert Chin, with some
13685         comments/corrections by Stepan Kasal and myself.
13686
13687 2005-12-02  Bruno Haible  <bruno@clisp.org>
13688
13689         * gnulib-tool (func_import): Accept GPLed build tool modules when
13690         --lgpl is given.
13691         * modules/csharpcomp-script: New file.
13692         * modules/csharpcomp: Depend on it.
13693         * modules/javacomp-script: New file.
13694         * modules/javacomp: Depend on it.
13695         Suggested by Simon Josefsson.
13696
13697 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
13698
13699         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
13700         statement, to work around an HP-UX 10.20 compiler bug reported by
13701         Peter O'Gorman.
13702
13703 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13704
13705         * modules/savedir (Depends-on): Add openat.
13706
13707 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13708
13709         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
13710         (uintmax_t) [defined uintmax_t]: Do not declare.
13711         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
13712         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
13713         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
13714         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
13715         sake of portability to weird hosts that C allows (though we don't
13716         know of any practical examples).
13717
13718         * lib/savedir.h (fdsavedir): New decl.
13719         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
13720         contains most of the former guts of savedir.
13721         (savedir): Use savedirstream.
13722         Include "openat.h".
13723
13724 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13725
13726         * modules/obstack (Files): Add m4/ulonglong.m4.
13727         Problem reported by Davide Angelocola.
13728
13729 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13730
13731         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
13732         coreutils no longer futzes with rounding modes.
13733
13734 2005-11-14  Jim Meyering  <jim@meyering.net>
13735
13736         * lib/mkstemp-safer.c: Include <config.h>, required for possible
13737         replacement of mkstemp.
13738
13739 2005-11-10  Simon Josefsson  <jas@extundo.com>
13740
13741         * lib/readline.c: Remove EOL.
13742
13743 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13744
13745         * modules/gethrxtime (Depends-on): Add gettime.
13746
13747 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13748
13749         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13750         or gettimeofday; no longer needed.
13751
13752 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13753
13754         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13755         time business.
13756         (gethrxtime) [! (HAVE_NANOUPTIME
13757         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13758         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13759         our own approximation.
13760
13761 2005-11-08  Eric Blake  <ebb9@byu.net>
13762
13763         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13764
13765 2005-11-08  Eric Blake  <ebb9@byu.net>
13766
13767         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13768
13769 2005-11-04  Bruno Haible  <bruno@clisp.org>
13770
13771         * gnulib-tool: Implement --update mode.
13772
13773 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13774
13775         Fix porting problem reported by Theodoros V. Kalamatianos.
13776         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13777         Don't assume that futimes failing means we must fail.
13778
13779 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13780
13781         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13782         variables to suggest the intended function of the PATH_MAX check.
13783
13784 2005-10-30  Kean Johnston  <jkj@sco.com>
13785
13786         Trivial changes to support SCO systems.
13787         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13788         as PATH_MAX.
13789         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13790         where __ptr is null when no I/O is pending.
13791
13792 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13793
13794         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13795         leave errno alone.  Problem reported by Dmitry V. Levin.
13796
13797 2005-10-28  Simon Josefsson  <jas@extundo.com>
13798
13799         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13800         Test more.
13801
13802         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13803
13804         * modules/md2, modules/md2-tests: New files.
13805
13806 2005-10-28  Simon Josefsson  <jas@extundo.com>
13807
13808         * m4/inet_ntop.m4: More tests.
13809
13810         * m4/gc-md2.m4, md2.m4: New file.
13811
13812 2005-10-28  Simon Josefsson  <jas@extundo.com>
13813
13814         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13815         "restrict" keywords, as per POSIX.  Protect the function
13816         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13817         Don't use K&R prototypes.  Check the sprintf return values.
13818         Re-define EAFNOSUPPORT if not present.  Indent.
13819
13820         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13821         suggested by Bruno Haible <bruno@clisp.org>.
13822
13823         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13824
13825         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13826
13827         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13828         libgcrypt).
13829
13830         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13831
13832         * lib/md2.h, lib/md2.c: New files.
13833
13834 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13835
13836         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13837         errno alone.  Problem reported by Frederic Jolliton.
13838
13839 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13840
13841         * modules/verify (License): Change from GPL to LGPL.  This is a
13842         tiny module and there are apparently near-equivalents that are
13843         under the BSD license.
13844
13845 2005-10-24  Simon Josefsson  <jas@extundo.com>
13846
13847         * modules/sha1: Relicense to LGPL.
13848
13849 2005-10-24  Simon Josefsson  <jas@extundo.com>
13850
13851         * lib/md4.h: Shrink buffer size, now that we changed the type.
13852
13853 2005-10-23  Simon Josefsson  <jas@extundo.com>
13854
13855         * gnulib-tool (func_import): Fix --tests-base.
13856
13857 2005-10-22  Simon Josefsson  <jas@extundo.com>
13858
13859         * modules/arcfour (Depends-on): Need stdint.
13860
13861 2005-10-22  Simon Josefsson  <jas@extundo.com>
13862
13863         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13864         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13865
13866 2005-10-22  Simon Josefsson  <jas@extundo.com>
13867
13868         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13869         suggested by Bruno Haible <bruno@clisp.org>.
13870
13871 2005-10-22  Simon Josefsson  <jas@extundo.com>
13872
13873         * lib/crc.h: Include stddef.h, for size_t.
13874
13875 2005-10-22  Simon Josefsson  <jas@extundo.com>
13876
13877         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13878         arcfour_context struct (simplify test vector testing in GNU
13879         Shishi).
13880
13881 2005-10-21  Simon Josefsson  <jas@extundo.com>
13882
13883         * modules/des, modules/des-tests: New files.
13884
13885         * modules/gc-des, modules/gc-des-tests: New files.
13886
13887         * tests/test-des.c, tests/test-gc-des.c: New file.
13888
13889 2005-10-21  Simon Josefsson  <jas@extundo.com>
13890
13891         * modules/arctwo, modules/arctwo-tests: New files.
13892
13893         * tests/test-arctwo.c: New file.
13894
13895         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13896
13897         * tests/test-gc-arctwo.c: New file.
13898
13899 2005-10-21  Simon Josefsson  <jas@extundo.com>
13900
13901         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13902         Bruno Haible <bruno@clisp.org>.
13903
13904         * m4/gc-des.m4: New file.
13905
13906 2005-10-21  Simon Josefsson  <jas@extundo.com>
13907
13908         * m4/arctwo.m4: New file.
13909
13910         * m4/gc-arctwo.m4: New file.
13911
13912 2005-10-21  Simon Josefsson  <jas@extundo.com>
13913
13914         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13915         block.
13916
13917 2005-10-21  Simon Josefsson  <jas@extundo.com>
13918
13919         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13920         <bruno@clisp.org>.
13921
13922         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13923
13924         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13925         Bruno Haible <bruno@clisp.org>.
13926
13927         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13928         <bruno@clisp.org>.
13929
13930 2005-10-21  Simon Josefsson  <jas@extundo.com>
13931
13932         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13933
13934 2005-10-21  Simon Josefsson  <jas@extundo.com>
13935
13936         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13937
13938 2005-10-21  Simon Josefsson  <jas@extundo.com>
13939
13940         * lib/des.h, lib/des.c: New files.
13941
13942         * lib/gc-gnulib.c: Support DES.c
13943
13944 2005-10-21  Simon Josefsson  <jas@extundo.com>
13945
13946         * lib/arctwo.h, lib/arctwo.c: New files.
13947
13948         * lib/gc-gnulib.c: Support ARCTWO.
13949
13950 2005-10-21  Simon Josefsson  <jas@extundo.com>
13951
13952         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13953         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13954
13955 2005-10-21  Simon Josefsson  <jas@extundo.com>
13956
13957         * gnulib-tool (func_import, func_create_testdir): Define automake
13958         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13959         Makefile.am snippet),
13960         suggested by Bruno Haible <bruno@clisp.org>.
13961
13962         * modules/gc (Makefile.am): Use it.
13963
13964 2005-10-21  Bruno Haible  <bruno@clisp.org>
13965
13966         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13967         patch.
13968
13969 2005-10-19  Simon Josefsson  <jas@extundo.com>
13970
13971         * tests/test-gc-rijndael.c: New file.
13972
13973         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13974
13975 2005-10-19  Simon Josefsson  <jas@extundo.com>
13976
13977         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13978         interface too.
13979
13980 2005-10-19  Simon Josefsson  <jas@extundo.com>
13981
13982         * tests/test-gc-arcfour.c: New file.
13983
13984         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13985
13986 2005-10-19  Simon Josefsson  <jas@extundo.com>
13987
13988         * modules/gc-md4, modules/gc-md4-tests: New file.
13989
13990         * tests/test-gc-md4.c: New file.
13991
13992 2005-10-19  Simon Josefsson  <jas@extundo.com>
13993
13994         * m4/gc-md4.m4: New file.
13995
13996 2005-10-19  Simon Josefsson  <jas@extundo.com>
13997
13998         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13999         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
14000         <kasal@ucw.cz>.
14001
14002 2005-10-19  Simon Josefsson  <jas@extundo.com>
14003
14004         * m4/gc-arcfour.m4: New file.
14005
14006         * m4/gc-rijndael.m4: New file.
14007
14008 2005-10-19  Simon Josefsson  <jas@extundo.com>
14009
14010         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
14011
14012 2005-10-19  Simon Josefsson  <jas@extundo.com>
14013
14014         * lib/gc-gnulib.c: Support ARCFOUR.
14015
14016 2005-10-19  Simon Josefsson  <jas@extundo.com>
14017
14018         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
14019         support.
14020
14021         * lib/gc.h: Add ECB enum type.
14022
14023         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
14024
14025 2005-10-18  Simon Josefsson  <jas@extundo.com>
14026
14027         * tests/test-md5.c: New file.
14028
14029         * modules/md5-tests: New file.
14030
14031 2005-10-18  Simon Josefsson  <jas@extundo.com>
14032
14033         * tests/test-md4.c: New file.
14034
14035         * modules/md4, modules/md4-tests: New files.
14036
14037 2005-10-18  Simon Josefsson  <jas@extundo.com>
14038
14039         * m4/md4.m4: New file.
14040
14041 2005-10-18  Simon Josefsson  <jas@extundo.com>
14042
14043         * lib/md4.h, lib/md4.c: New files, based on md5.?.
14044
14045 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
14046
14047         * gnulib-tool (func_create_testdir): Omit the second check whether
14048         BUILT_SOURCES in nonempty.
14049
14050 2005-10-17  Simon Josefsson  <jas@extundo.com>
14051
14052         * tests/test-rijndael.c: New file.
14053
14054 2005-10-17  Simon Josefsson  <jas@extundo.com>
14055
14056         * modules/sha1: Depend on stdint instead of md5.
14057
14058         * modules/md5: Depend on stdint, remove uint32_t.
14059
14060 2005-10-17  Simon Josefsson  <jas@extundo.com>
14061
14062         * modules/gc-sha1-tests: New file.
14063
14064         * tests/test-gc-sha1.c: New file.
14065
14066 2005-10-17  Simon Josefsson  <jas@extundo.com>
14067
14068         * m4/md5.m4: Remove call to uint32_t.m4.
14069
14070 2005-10-17  Simon Josefsson  <jas@extundo.com>
14071
14072         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
14073
14074         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
14075         md5.h.
14076
14077         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
14078
14079         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
14080
14081 2005-10-17  Simon Josefsson  <jas@extundo.com>
14082
14083         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
14084
14085 2005-10-17  Simon Josefsson  <jas@extundo.com>
14086
14087         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
14088
14089 2005-10-17  Simon Josefsson  <jas@extundo.com>
14090
14091         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
14092
14093         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
14094
14095 2005-10-17  Bruno Haible  <bruno@clisp.org>
14096
14097         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
14098         that it can also be used in a test.
14099
14100 2005-10-16  Bruno Haible  <bruno@clisp.org>
14101
14102         * gnulib-tool (func_emit_tests_Makefile_am): Also define
14103         TESTS_ENVIRONMENT, so that individual tests can augment it.
14104
14105         * gnulib-tool (func_create_testdir): Use an intermediate target for
14106         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
14107         macros, like $(ALLOCA_H), which cannot be passed through the command
14108         line.
14109
14110 2005-10-15  Simon Josefsson  <jas@extundo.com>
14111
14112         * modules/rijndael-tests: New file.
14113
14114         * modules/rijndael: New file.
14115
14116 2005-10-15  Simon Josefsson  <jas@extundo.com>
14117
14118         * m4/rijndael.m4: New file.
14119
14120 2005-10-15  Simon Josefsson  <jas@extundo.com>
14121
14122         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
14123
14124         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
14125
14126 2005-10-14  Simon Josefsson  <jas@extundo.com>
14127
14128         * tests/test-arcfour.c: New file.
14129
14130         * modules/arcfour, modules/arcfour-tests: New files.
14131
14132 2005-10-14  Simon Josefsson  <jas@extundo.com>
14133
14134         * m4/arcfour.m4: New file.
14135
14136 2005-10-14  Simon Josefsson  <jas@extundo.com>
14137
14138         * lib/arcfour.h, lib/arcfour.c: New files.
14139
14140 2005-10-14  Roland McGrath  <roland@redhat.com>
14141
14142         Import from libc.  [BZ #1331]
14143         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
14144         macro argument.
14145         Reported by Matej Vela <vela@debian.org>.
14146
14147 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
14148
14149         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
14150         include <wchar.h>; no longer needed.
14151
14152 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
14153
14154         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
14155
14156 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
14157         and  Ulrich Drepper  <drepper@redhat.com>
14158
14159         Import from libc.
14160         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
14161         instead of inline stream orientation test and two separate
14162         function calls.  Pay no attention to USE_IN_LIBIO.
14163
14164 2005-10-13  Simon Josefsson  <jas@extundo.com>
14165
14166         * modules/gc-hmac-md5-tests: New file.
14167
14168         * tests/test-gc-hmac-sha1.c: New file.
14169
14170         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
14171
14172         * modules/gc-hmac-md5-tests: New file.
14173
14174         * tests/test-gc-md5.c: New file.
14175
14176         * modules/gc-md5-tests: New file.
14177
14178 2005-10-13  Simon Josefsson  <jas@extundo.com>
14179
14180         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
14181         Move memory allocation outside of loop.
14182
14183 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
14184
14185         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
14186         intermediate directory is in a read-only file system.  Problem
14187         reported by Eric Blake.
14188
14189 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
14190
14191         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
14192
14193 2005-10-12  Simon Josefsson  <jas@extundo.com>
14194
14195         * tests/test-hmac-sha1.c: New file.
14196
14197         * modules/hmac-sha1-tests: New file.
14198
14199         * modules/hmac-sha1: New file.
14200
14201 2005-10-12  Simon Josefsson  <jas@extundo.com>
14202
14203         * modules/gc-sha1: New file.
14204
14205 2005-10-12  Simon Josefsson  <jas@extundo.com>
14206
14207         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
14208
14209         * tests/test-gc-pbkdf2-sha1.c: New file.
14210
14211 2005-10-12  Simon Josefsson  <jas@extundo.com>
14212
14213         * modules/gc-md5, modules/gc-hmac-md5: New files.
14214
14215         * modules/gc (Files): Remove md5, memxor and hmac files.
14216
14217 2005-10-12  Simon Josefsson  <jas@extundo.com>
14218
14219         * m4/gc-pbkdf2-sha1.m4: New file.
14220
14221         * m4/gc-hmac-sha1.m4: New file.
14222
14223         * m4/gc-sha1: New file.
14224
14225         * m4/hmac-sha1.m4: New file.
14226
14227 2005-10-12  Simon Josefsson  <jas@extundo.com>
14228
14229         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
14230
14231         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
14232
14233 2005-10-12  Simon Josefsson  <jas@extundo.com>
14234
14235         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
14236         suggested by Bruno Haible <bruno@clisp.org>.
14237
14238 2005-10-12  Simon Josefsson  <jas@extundo.com>
14239
14240         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
14241
14242 2005-10-12  Simon Josefsson  <jas@extundo.com>
14243
14244         * lib/gc-pbkdf2-sha1.c: New file.
14245
14246         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
14247
14248 2005-10-12  Simon Josefsson  <jas@extundo.com>
14249
14250         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
14251
14252         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
14253
14254 2005-10-12  Simon Josefsson  <jas@extundo.com>
14255
14256         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
14257         GC_USE_HMAC_MD5, respectively.
14258
14259         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
14260         (gc_md5): Fix typo.
14261
14262         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
14263
14264         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
14265
14266         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
14267
14268 2005-10-12  Bruno Haible  <bruno@clisp.org>
14269
14270         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
14271         Reported by Stepan Kasal <kasal@ucw.cz>.
14272
14273 2005-10-11  Simon Josefsson  <jas@extundo.com>
14274
14275         * tests/test-crc.c: New file.
14276
14277         * modules/crc, modules/crc-tests: New files.
14278
14279 2005-10-11  Simon Josefsson  <jas@extundo.com>
14280
14281         * m4/crc.m4: New file.
14282
14283 2005-10-11  Simon Josefsson  <jas@extundo.com>
14284
14285         * lib/gc.h: Add gc_hash and gc_hash_buffer.
14286
14287         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
14288
14289         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
14290
14291 2005-10-11  Simon Josefsson  <jas@extundo.com>
14292
14293         * lib/crc.h, lib/crc.c: New files.
14294
14295         * lib/gc.h (gc_hash_buffer): Add doc.
14296
14297 2005-10-11  Bruno Haible  <bruno@clisp.org>
14298
14299         * modules/c-strcasestr: New file.
14300         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
14301
14302 2005-10-11  Bruno Haible  <bruno@clisp.org>
14303
14304         * modules/c-strcase: New file.
14305         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
14306
14307 2005-10-11  Bruno Haible  <bruno@clisp.org>
14308
14309         * lib/strcasecmp.c: Include limits.h.
14310         (strcasecmp): Avoid integer overflow on exotic platforms.
14311         * lib/strncasecmp.c: Include limits.h.
14312         (strncasecmp): Avoid integer overflow on exotic platforms.
14313         Reported by Paul Eggert.
14314
14315 2005-10-11  Bruno Haible  <bruno@clisp.org>
14316
14317         * lib/c-strcasestr.h: New file, from GNU gettext.
14318         * lib/c-strcasestr.c: New file, from GNU gettext.
14319
14320 2005-10-11  Bruno Haible  <bruno@clisp.org>
14321
14322         * lib/c-strcase.h: New file, from GNU gettext.
14323         * lib/c-strcasecmp.c: New file, from GNU gettext.
14324         * lib/c-strncasecmp.c: New file, from GNU gettext.
14325
14326 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14327
14328         * modules/mempcpy (License): GPL -> LGPL.
14329         * modules/strchrnul (License): Likewise.
14330         * modules/sysexits (License): Likewise.
14331
14332 2005-10-08  Simon Josefsson  <jas@extundo.com>
14333
14334         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
14335
14336 2005-10-07  Simon Josefsson  <jas@extundo.com>
14337
14338         * m4/memxor.m4: Remove gl_C_RESTRICT call.
14339
14340 2005-10-06  Simon Josefsson  <jas@extundo.com>
14341
14342         * tests/test-hmac-md5.c: New file.
14343
14344         * modules/hmac-md5-tests: New file.
14345
14346         * modules/hmac-md5: New file.
14347
14348 2005-10-06  Simon Josefsson  <jas@extundo.com>
14349
14350         * m4/hmac-md5.m4: New file.
14351
14352         * m4/memxor.m4: Require gl_C_RESTRICT.
14353
14354 2005-10-06  Simon Josefsson  <jas@extundo.com>
14355
14356         * lib/memxor.c (memxor): Avoid casts and warnings.
14357
14358 2005-10-06  Simon Josefsson  <jas@extundo.com>
14359
14360         * lib/hmac-md5.c: New file.
14361
14362         * lib/hmac.h: New file.
14363
14364 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14365
14366         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
14367         promotes to int, not unsigned int, to catch the AIX 5.3
14368         compiler bug.
14369
14370 2005-10-05  Simon Josefsson  <jas@extundo.com>
14371
14372         * modules/memxor: New file.
14373
14374         * modules/iconv (Files): Move config.rpath to havelib, it is used
14375         there.
14376
14377         * modules/havelib (Files): Add config.rpath.
14378
14379 2005-10-05  Simon Josefsson  <jas@extundo.com>
14380
14381         * m4/memxor.m4: New file.
14382
14383 2005-10-05  Simon Josefsson  <jas@extundo.com>
14384
14385         * lib/memxor.c (memxor): Fix compiler error.
14386
14387         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
14388         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
14389
14390         * lib/memxor.h, lib/memxor.c: New files.
14391
14392         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
14393         we assume all systems have it, suggested by Jim Meyering
14394         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
14395         any systems lack sys/socket.h; mingw32 is known to lack it, but we
14396         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
14397         same reasons.
14398
14399 2005-10-05  Simon Josefsson  <jas@extundo.com>
14400
14401         * config/srclist.txt: Add glibc bug 1423 for md5.h.
14402
14403 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
14404
14405         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
14406         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
14407         needed, since the source code now assumes these .h files.
14408
14409 2005-10-05  Derek Price  <derek@ximbiot.com>
14410
14411         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
14412
14413 2005-10-05  Bruno Haible  <bruno@clisp.org>
14414
14415         * modules/stdint (License): Change to LGPL.
14416
14417 2005-10-04  Simon Josefsson  <jas@extundo.com>
14418
14419         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
14420         D. Baushke" <mdb@gnu.org>.
14421
14422 2005-10-04  Bruno Haible  <bruno@clisp.org>
14423
14424         * lib/verify.h (verify_true): Provide alternative definition for C++.
14425
14426 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
14427
14428         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
14429         (SSIZE_MAX): New macro, if not already defined.
14430         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
14431         than 2 GiB.
14432
14433 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14434
14435         Sync from coreutils.
14436         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
14437         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
14438         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
14439         ULLONG_MAX doesn't work with 2.7.2.1.
14440
14441 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14442
14443         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
14444         From Ben Pfaff.
14445
14446         * modules/exclude (Depends-on): Depend on verify.
14447         * modules/strtoimax (Depends-on): Likewise.
14448         * modules/utimecmp (Depends-on): Likewise.
14449
14450 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14451
14452         * lib/exclude.c: Include verify.h.
14453         (verify): Remove.  All callers changed to use verify.h's version.
14454         * lib/strtoimax.c: Likewise.
14455         * lib/utimecmp.c: Likewis.e
14456
14457         Sync from coreutils.
14458         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
14459         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
14460         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
14461         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
14462         bother returning ENOSYS if settimeofday or stime fails; just let
14463         them return whatever errno they want to return.
14464         * lib/utimens.c: Include unistd.h, for dup2.
14465         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
14466         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
14467
14468 2005-10-02  Jim Meyering  <jim@meyering.net>
14469
14470         Sync from coreutils.
14471         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
14472         from glibc-2.2.5 that fails for read-only files.
14473
14474 2005-10-02  Jim Meyering  <jim@meyering.net>
14475
14476         Sync from coreutils.
14477         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
14478         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
14479         `#if HAVE_CONFIG_H'.
14480         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
14481         Remove AT_FDCWD test.
14482         Do not consume the fd unless successful.
14483         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
14484         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
14485         block, so that we don't even try to compile it if settimeofday is
14486         available.  This works around a compilation failure on OSF1 V5.1,
14487         due to stime requiring a `long int*' while tv_sec is `int'.
14488
14489 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
14490
14491         Sync from coreutils.
14492         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
14493         against `yes', rather than just testing for nonempty.
14494
14495 2005-10-01  Simon Josefsson  <jas@extundo.com>
14496
14497         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
14498         and Darwin.
14499
14500         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
14501         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
14502         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
14503         freeaddrinfo and gai_strerror are declared by the POSIX headers.
14504         Check if struct addrinfo is declared.
14505
14506 2005-10-01  Simon Josefsson  <jas@extundo.com>
14507
14508         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
14509         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
14510         AI_* and EAI_* definitions.  Protect function declarations.
14511
14512 2005-10-01  Jim Meyering  <jim@meyering.net>
14513
14514         Sync from coreutils.
14515
14516         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
14517         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
14518         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
14519         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14520         in the inet and nsl libraries.  Required on Solaris 5.7.
14521
14522 2005-10-01  Jim Meyering  <jim@meyering.net>
14523
14524         Sync from coreutils.
14525         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14526         in the inet and nsl libraries.  Required on Solaris 5.7.
14527
14528 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
14529
14530         * lib/getdelim.c (getdelim): Remove unused variables.
14531
14532 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
14533
14534         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
14535         so that the code works even with ancient cpp.  Portability problem
14536         with GCC 2.7.2.1 reported by Thomas M.Ott.
14537
14538 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
14539
14540         * modules/regex (Depends-on): Add strcase.
14541
14542         * modules/gethostname (Licence): Change from GPL to LGPL, since
14543         gethostname.c is a trivial implementation of a standard library
14544         function.
14545         * modules/poll (License): Change from GPL to LGPL, since it's
14546         derived from LGPL code.
14547
14548 2005-09-27  Jim Meyering  <jim@meyering.net>
14549
14550         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
14551         HAVE_CONFIG_H.
14552
14553         * lib/intprops.h (signed_type_or_expr__): Define.
14554         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
14555         for unsigned types.
14556
14557 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
14558
14559         * lib/verify.h (verify_expr): Remove, replacing with:
14560         (verify_true): New macro that returns true instead of void.
14561         (verify_type__): Remove.
14562         (verify): Use verify_true rather than verify_type__.
14563
14564 2005-09-26  Bruno Haible  <bruno@clisp.org>
14565
14566         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
14567         is necessary.
14568         (lib_SOURCES): Remove mbchar.c.
14569         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
14570         (Files): Add m4/mbrtowc.m4.
14571         * modules/mbiter: Likewise.
14572         * modules/mbuiter: Likewise.
14573
14574 2005-09-26  Bruno Haible  <bruno@clisp.org>
14575
14576         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
14577         compile mbchar.c if they are not both present.
14578         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
14579         * m4/mbiter.m4 (gl_MBITER): Likewise.
14580         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
14581         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
14582         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
14583
14584 2005-09-25  Jim Meyering  <jim@meyering.net>
14585
14586         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
14587         also uses socklen_t.
14588
14589 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
14590
14591         * lib/utimens.c (ENOSYS): Define if not already defined.
14592         (futimens): Support having a null PATH if the file descriptor
14593         is nonnegative.
14594
14595         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
14596         Remove.
14597         (__attribute): Define to empty unless GCC 3.1 or later.
14598         This works around a core dump on OpenBSD 3.4, which has GCC
14599         2.95.3, which dumps core when given __attribute__(()).  It also
14600         simplifies other tests, since we really don't want to bother with
14601         worrying about which ancient version of GCC supported what.
14602         Original problem reported by Yoann Vandoorselaere, with part of
14603         the fix suggested by Derek Price.
14604
14605 2005-09-24  Jim Meyering  <jim@meyering.net>
14606
14607         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
14608         so we can once again use a positive bitfield width of 1 -- now we
14609         don't have to explain why we were using a bitfield width of 2.
14610
14611 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14612
14613         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
14614         and similarly for the other external symbols.  Problem reported
14615         by James Gallager.
14616
14617         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
14618         bug reported by Jim Meyering.
14619
14620         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
14621         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
14622         not needed, since socklen is a prerequisite module.
14623
14624 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14625
14626         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
14627         Problem reported by Eric Blake.
14628         (getaddrinfo): Initialize se so that it's not garbage.
14629         Redo internal storage allocation so that it doesn't make unportable
14630         assumptions about alignment.
14631         Fix a memory leak.
14632
14633         * lib/utimens.c (futimens): Use futimesat if available.
14634         Prefer it to futimes since it doesn't have the futimes bug.
14635
14636         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
14637         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
14638         Instead, declare a function that returns a pointer to an array,
14639         and use verify_type__ to declare the size of the array.
14640         Problem and germ of a solution reported by Bruno Haible.
14641         (verify_type__): Use 2, not 1, for bitfield size, to avoid
14642         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
14643
14644 2005-09-23  Jim Meyering  <jim@meyering.net>
14645
14646         Sync from coreutils.
14647         Correct build failure (socklen_t not defined) on at least
14648         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
14649         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
14650
14651 2005-09-23  Jim Meyering  <jim@meyering.net>
14652
14653         * modules/getaddrinfo (Depends-on): Add socklen.
14654
14655 2005-09-23  Bruno Haible  <bruno@clisp.org>
14656
14657         * tests/test-verify.c: New file.
14658
14659 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14660
14661         Sync from coreutils.
14662
14663         * modules/argmatch (Depends-on): Add verify.
14664         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
14665         unistd-safer.
14666         * modules/save-cwd (Depends-on): Likewise.
14667
14668         * modules/openat (Files): Add lib/openat-die.c.
14669         (Depends-on): Remove error, exitfail.
14670         Add dirname.
14671
14672         * modules/verify: New file.
14673         * MODULES.html.sh (Diagnostics <assert.h>): New section,
14674         with "verify" module.
14675
14676 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14677
14678         Sync from coreutils.
14679
14680         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
14681         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
14682         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
14683         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
14684         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
14685         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
14686         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
14687         Don't bother checking for string.h, stdlib.h, unistd.h.
14688         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
14689         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
14690         module's job.
14691         * m4/jm-macros.m4 (gl_MACROS): Likewise.
14692         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
14693
14694         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
14695         (gl_GETDATE): Use it.
14696
14697         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
14698
14699 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14700
14701         Sync from coreutils.
14702
14703         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
14704         stat-time.h.
14705         * lib/argmatch.h: Include verify.h
14706         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
14707         (ARGMATCH_ASSERT): Remove; unused.
14708         * lib/canonicalize.c: Assume STDC_HEADERS.
14709         * lib/exclude.c: Include "strcase.h".
14710         * lib/regex_internal.h [!defined _LIBC]: Likewise.
14711         * lib/getusershell.c: Include stdio--.h rather than stdio.h
14712         and stdio-safer.h.
14713         (getusershell): Call fopen, not fopen_safer.
14714         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
14715         Do not include unistd-safer.h.
14716         (save_cwd): Don't call fd_safer; no longer needed
14717         now that we include fcntl--.h.
14718
14719         * lib/getdate.y (relative_time): New type.
14720         (RELATIVE_TIME_0): New constant.
14721         (parser_control): Use relative_time instead of doing it ourselves.
14722         (%union): Add new relative_time rel member.
14723         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
14724         Now typeless.
14725         (relunit, relunit_snumber): Now of type rel.
14726         (zone, rel, relunit, get_date): Adjust to above changes.
14727
14728         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
14729         Do not include unistd-safer.h.
14730         (getloadavg): Don't call fd_safer; no longer needed
14731         now that we include fcntl--.h.
14732
14733         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
14734         (make_dir_parents): Treat ENOSYS like EEXIST.
14735
14736         Improve quality of diagnostics on restore_cwd failure.
14737         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
14738         (make_dir_parents): Last arg is now int * (for errno), not bool *.
14739         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
14740         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
14741         each time through the loop.  Do not diagnose restore_cwd failure;
14742         that is the caller's job (and perhaps the caller does not care).
14743
14744         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
14745         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
14746         If the file already exists but is not a directory, don't bother
14747         to try to make its parents.
14748         Close potential file descriptor leak if we can't chdir("/") (!).
14749         Don't always return true if chdir($PWD) fails; return true only
14750         if the requested action was done successfully (except for the
14751         chdir($PWD)).
14752         Don't log final directory unless we actually made it.
14753         Refactor to avoid duplicate code to fix up permissions.
14754         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14755
14756         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14757         to make it a bit faster and (I hope) clearer.
14758         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14759         Fix bug in formats like %2N.
14760
14761         * lib/verify.h: New file.
14762
14763 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14764
14765         Sync from coreutils.
14766         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14767
14768 2005-09-22  Jim Meyering  <jim@meyering.net>
14769
14770         Sync from coreutils.
14771
14772         * m4/lstat.m4 (gl_FUNC_LSTAT):
14773         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14774         Remove obsolete comment.
14775         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14776         * m4/xstrtod.m4: Likewise.
14777
14778         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14779
14780 2005-09-22  Jim Meyering  <jim@meyering.net>
14781
14782         Sync from coreutils.
14783
14784         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14785
14786         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14787         the .tm_year member, since otherwise gcc-4.0 would now warn about
14788         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14789
14790         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14791         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14792
14793         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14794         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14795         when run in a time zone for which daylight savings time is in effect
14796         for the starting date.
14797
14798         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14799         stop us from restricting permissions of just-created absolute-named
14800         directories.
14801         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14802         to restore initial working directory.
14803         * lib/mkdir-p.c (make_dir_parents): New parameter:
14804         different_working_dir, to tell caller if/when we change the working
14805         directory and are unable to return to the initial one.
14806         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14807         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14808         `return false'.  This fixes a bug introduced on 2004-07-30.
14809
14810         * lib/openat.c (fdopendir): Be sure to close the supplied
14811         file descriptor before returning.  This makes our replacement
14812         implementation a little closer to Solaris's, where fdopendir
14813         ties the file descriptor to the returned DIR* pointer.
14814         * lib/openat.c (unlinkat): New function.
14815         * lib/openat.h (unlinkat): Add prototype.
14816         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14817         (openat_restore_fail): Rename from openat_restore_die.
14818         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14819
14820         Provide an alternative to exiting immediately upon save_cwd or
14821         restore_cwd failure.  Now, an application can arrange e.g.,
14822         to perform a longjump in that case.
14823         * lib/openat.c: Include dirname.h.
14824         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14825         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14826         and openat_restore_die rather than calling error directly.
14827         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14828
14829         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14830         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14831         define.
14832
14833         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14834         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14835                             int utc, int nanoseconds);
14836         Background:
14837         date should not have to allocate a megabyte of virtual memory to
14838         handle a format argument like +%1048575T.  When implemented with
14839         strftime, it must allocate such a buffer, use strftime to fill it
14840         in, print it, then free it.
14841         With fprintftime, it simply prints everything and exits.
14842         With no need for memory allocation, that's one fewer way to fail.
14843         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14844         optional field width, not before, so we accept %9:z, not %:9z.
14845         (my_strftime): Be sure to use L_('x') for literals.
14846
14847         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14848         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14849         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14850         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14851         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14852         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14853         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14854         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14855         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14856         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14857         * lib/xgethostname.c, lib/xreadlink.c:
14858         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14859
14860         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14861         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14862         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14863         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14864         and don't include <sys/file.h>).
14865
14866 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14867
14868         Sync from coreutils.
14869
14870         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14871         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14872         [!LDAV_DONE]: Avoid unused variable warning.
14873
14874 2005-09-21  Bruno Haible  <bruno@clisp.org>
14875
14876         * lib/unicodeio.h (unicode_to_mb): New declaration.
14877
14878 2005-09-20  Derek Price  <derek@ximbiot.com>
14879
14880         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14881         getaddrinfo.h.
14882
14883 2005-09-20  Bruno Haible  <bruno@clisp.org>
14884
14885         * gnulib-tool: Remove trailing slashes from the values specified for
14886         --source-base, --m4-base, --tests-base, --aux-dir.
14887         Suggested by Simon Josefsson <jas@extundo.com>.
14888
14889 2005-09-20  Bruno Haible  <bruno@clisp.org>
14890
14891         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14892         func_modules_to_filelist, func_import, func_create_testdir): Make all
14893         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14894         change when gnulib-tool is invoked in a different locale.
14895
14896 2005-09-19  Simon Josefsson  <jas@extundo.com>
14897
14898         * m4/socklen.m4: Fix typo.
14899
14900 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14901
14902         Use a consistent style for including <config.h>.
14903         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14904         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14905         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14906         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14907         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14908         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14909         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14910         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14911         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14912         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14913         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14914         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14915         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14916         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14917         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14918         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14919         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14920         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14921         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14922         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14923         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14924         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14925         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14926         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14927         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14928         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14929         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14930         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14931         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14932         lib/xstrtoumax.c, lib/yesno.c:
14933         Standardize inclusion of config.h.
14934         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14935         lib/inttostr.h:  Removed inclusion of config.h from header files.
14936         * lib/inttostr.c:  Adjusted in-tree users.
14937         * lib/timespec.h: Remove superfluous warning to include config.h.
14938         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14939         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14940         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14941         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14942         config.h with HAVE_CONFIG_H.
14943
14944 2005-09-19  Jim Meyering  <jim@meyering.net>
14945
14946         * modules/pathmax (License): Change to LGPL.
14947
14948 2005-09-19  Derek Price  <derek@ximbiot.com>
14949
14950         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14951
14952 2005-09-19  Bruno Haible  <bruno@clisp.org>
14953
14954         * gnulib-tool (import): Provide default for --tests-base.
14955
14956 2005-09-19  Bruno Haible  <bruno@clisp.org>
14957
14958         * doc/quote.texi: New file, extracted from gnulib.texi.
14959         * doc/ctime.texi: New file, extracted from gnulib.texi.
14960         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14961         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14962         * doc/gnulib.texi: Include them.
14963
14964 2005-09-18  Bruno Haible  <bruno@clisp.org>
14965
14966         Portability fix.
14967         * gnulib-tool (func_readlink): New function.
14968         (func_ln_if_changed): Use it.
14969
14970 2005-09-18  Bruno Haible  <bruno@clisp.org>
14971
14972         * gnulib-tool: Support --with-tests also with --import.
14973         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14974         (func_import): Use variables $testsbase and $inctests. Emit a
14975         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14976         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14977         SUBDIRS += $testsdir.
14978         (func_create_testdir): Update.
14979
14980 2005-09-18  Bruno Haible  <bruno@clisp.org>
14981
14982         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14983         instead of $dry_run.
14984         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14985         (func_ln_if_changed): Don't handle dry-run here.
14986         (func_import): In dry-run mode, detect more precisely which actions
14987         would be performed, and don't use "...ing" verbs.
14988
14989 2005-09-18  Bruno Haible  <bruno@clisp.org>
14990
14991         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14992         (func_import): Use join on two temporary files instead of three nested
14993         loops, in order to determine which files are new or old.
14994
14995 2005-09-18  Bruno Haible  <bruno@clisp.org>
14996
14997         * gnulib-tool (func_import): Comment out code that spits out the
14998         new files with --dry-run.
14999
15000 2005-09-18  Bruno Haible  <bruno@clisp.org>
15001
15002         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
15003
15004 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15005
15006         * lib/stat-time.h: New file.
15007         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
15008         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
15009         in a different way.
15010         (timespec_cmp): New function.
15011         * lib/utimecmp.c: Include stat-time.h.
15012         (SYSCALL_RESOLUTION): Depend on whether various struct stat
15013         members exist, not on the obsolescent ST_MTIM_NSEC.
15014         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
15015
15016 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15017
15018         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
15019
15020 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15021
15022         * MODULES.html.sh (File system functions): Add stat-time.
15023         * modules/stat-time: New file.
15024         * modules/timespec (Files): Remove m4/st_mtim.m4; this
15025         is now done in a different way, by the stat-time module.
15026         * modules/utimecmp (Depends-on): Add stat-time.
15027
15028 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
15029
15030         * m4/st_mtim.m4: Remove.  Superseded by...
15031         * m4/stat-time.m4: New file.
15032         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
15033         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
15034
15035 2005-09-15  Derek Price  <derek@ximbiot.com>
15036
15037         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
15038
15039 2005-09-15  Derek Price  <derek@ximbiot.com>
15040
15041         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
15042         * lib/regex_internal.c: Ditto, using this...
15043         (__GNUC_PREREQ): ...new macro.
15044         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
15045         using...
15046         (__GNUC_PREREQ): ...this new macro.
15047
15048         * lib/strstr.h: Include string.h. Define strstr as a macro here.
15049
15050 2005-09-15  Derek Price  <derek@ximbiot.com>
15051             Paul Eggert  <eggert@cs.ucla.edu>
15052
15053         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
15054         changes, consolidating in...
15055         * lib/regex_internal.h: ...this file.
15056
15057 2005-09-13  Jim Meyering  <jim@meyering.net>
15058
15059         * lib/canon-host.c: Filter through gnu indent and reword comments
15060         slightly.
15061         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
15062
15063 2005-09-13  Derek Price  <derek@ximbiot.com>
15064
15065         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
15066         failure.
15067         Reported by Jim Meyering  <jim@meyering.net>.
15068
15069 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15070
15071         * lib/base64.c: Typo.
15072         (base64_encode): Put b64str in initialized data section.
15073
15074 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
15075
15076         Merge glibc and coreutils changes into gnulib, plus a few
15077         extra fixes.
15078         * lib/md5.c: Use #error rather than a string.
15079         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
15080         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
15081         (__attribute__): Define to empty for non recent-GCC.
15082         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
15083         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
15084         Renamed from their non-__ counterparts, with new macros replacing
15085         them if not _LIBC.  Add __THROW attribute.
15086         (rol): Remove.
15087         (struct md5_ctx): Align buffer if using GCC.
15088         * lib/sha1.h (struct sha1_ctx): Likewise.
15089         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
15090         The old name was backwards.
15091         (NOTSWAP): Remove; not used.
15092         (rol): New macro, moved here from md5.h.
15093         (sha1_process_block): Remove a FIXME that doesn't make sense.
15094
15095 2005-09-12  Derek Price  <derek@ximbiot.com>
15096
15097         Return usable errors from canon-host.
15098         * lib/canon-host.h: New file.
15099         * lib/canon-host.c (canon_host): Wrap...
15100         (canon_host_r): ...this new function, which now relies exclusively on
15101         getaddrinfo.
15102         (ch_strerror): New function.
15103         (last_cherror): New global.
15104         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
15105         interface.
15106         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
15107         void *.
15108         (freeaddrinfo): Free ai->ai_canonname when set.
15109
15110 2005-09-12  Derek Price  <derek@ximbiot.com>
15111
15112         Make canon-host require getaddrinfo.
15113         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
15114         AC_LIBSOURCE canon-host.h.  Call...
15115         (gl_PREREQ_CANON_HOST): ...this new function, which requires
15116         gl_GETADDRINFO.
15117         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
15118
15119 2005-09-12  Derek Price  <derek@ximbiot.com>
15120
15121         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
15122         LGPL.
15123         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
15124
15125 2005-09-12  Derek Price  <derek@ximbiot.com>
15126
15127         * lib/gai_strerror.c: Include config.h when available.  Include
15128         getaddrinfo.h before other headers to test interface.
15129         Reported by Larry Jones <lawrence.jones@ugs.com>.
15130
15131 2005-09-12  Derek Price  <derek@ximbiot.com>
15132             Paul Eggert  <eggert@cs.ucla.edu>
15133
15134         * modules/glob (Files): Add glob-libc.h.
15135
15136 2005-09-12  Derek Price  <derek@ximbiot.com>
15137             Paul Eggert  <eggert@cs.ucla.edu>
15138
15139         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
15140         glob_.h, glob-libc.h.
15141         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
15142
15143 2005-09-12  Derek Price  <derek@ximbiot.com>
15144             Paul Eggert  <eggert@cs.ucla.edu>
15145
15146         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
15147         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
15148         protecting things that should be done only in gnulib contexts.
15149         * lib/glob_.h: New file, containing only the glob things needed for
15150         gnulib.
15151         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
15152         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
15153         (glob, globfree, glob_pattern_p): Now defined simply in terms of
15154         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
15155         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
15156         and to respect the namespace rules better.
15157
15158 2005-09-08  Simon Josefsson  <jas@extundo.com>
15159
15160         * modules/socklen: New file.
15161
15162 2005-09-08  Simon Josefsson  <jas@extundo.com>
15163
15164         * m4/socklen.m4: New file.
15165
15166 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15167
15168         * modules/utimens (Files): Add m4/utimbuf.m4, since
15169         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
15170         Reported by Sergey Poznyakoff.
15171
15172 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15173
15174         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
15175         definitions, since that's the preferred style in glibc.
15176         Fix a minor spacing issue, and update copyright notice to match
15177         glibc's.
15178
15179 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15180
15181         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
15182
15183 2005-09-06  Simon Josefsson  <jas@extundo.com>
15184
15185         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
15186         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
15187
15188 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15189
15190         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
15191         warning.
15192
15193 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15194
15195         * config/srclist.txt: Add glibc bug 1302.
15196
15197 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
15198
15199         Change bitset word type from unsigned int to unsigned long int,
15200         as this has better performance on typical 64-bit hosts.
15201         Port bitset code to hosts with unusual word sizes.
15202         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
15203         (build_collating_symbol):
15204         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
15205         argument is a bitset.  This is merely a style issue, but it makes
15206         it clearer that an entire array is expected.
15207         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
15208         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
15209         Port to the case where bitset_word is not the same as unsigned int.
15210         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15211         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
15212         Likewise.
15213         * lib/regexec.c (check_dst_limits_calc_pos_1,
15214         check_subexp_matching_top):
15215         (build_trtable, group_nodes_into_DFAstates):
15216         Likewise.
15217         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
15218         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
15219         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
15220         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
15221         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
15222         * lib/regcomp.c (optimize_subexps, lower_subexp):
15223         Work even if bitset_word has holes in its bitwise representation.
15224         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
15225         * lib/regexec.c (check_dst_limits_calc_pos_1,
15226         check_subexp_matching_top):
15227         Likewise.
15228         * lib/regex_internal.c (re_string_reconstruct):
15229         Don't assume UCHAR_MAX == 255.
15230         * lib/regex_internal.h (bitset_set_all): Likewise.
15231         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
15232         All uses changed.
15233         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
15234         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
15235         All uses changed.
15236         (BITSET_WORD_MAX): New macro.
15237         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
15238         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
15239         (bitset_empty, bitset_copy):
15240         Prefer sizeof (bitset) to multiplying it out ourselves.
15241         (bitset_not_merge): Remove; unused.
15242         (bitset_contain): Return bool, not unsigned int with one bit on.
15243         All callers changed.
15244         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
15245         alignment than re_node_set; do this by defining a new internal
15246         type struct dests_alloc and using it to allocate memory.
15247
15248 2005-09-05  Bruno Haible  <bruno@clisp.org>
15249
15250         * gnulib-tool (func_import): Fix comparison in handling of symbolic
15251         links.
15252
15253 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
15254
15255         * modules/size_max (Makefile.am): Add size_max.h
15256
15257 2005-09-04  Derek Price  <derek@ximbiot.com>
15258
15259         * gnulib-tool (func_import): Fix reversed $symbolic logic.
15260
15261 2005-09-03  Simon Josefsson  <jas@extundo.com>
15262
15263         * gnulib-tool: Fix typo.
15264
15265 2005-09-03  Simon Josefsson  <jas@extundo.com>
15266
15267         * config/srclist.txt: Add glibc bug 1293.
15268
15269 2005-09-03  Derek Price  <derek@ximbiot.com>
15270
15271         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
15272         From Larry Jones <lawrence.jones@ugs.com>.
15273
15274 2005-09-02  Simon Josefsson  <jas@extundo.com>
15275
15276         * modules/socklen: New file.
15277
15278 2005-09-02  Simon Josefsson  <jas@extundo.com>
15279
15280         * modules/havelib: New module.
15281
15282         * modules/gettext, modules/iconv, modules/lock, modules/readline:
15283         Use havelib.
15284
15285 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
15286
15287         Check for arithmetic overflow when calculating sizes, to prevent
15288         some buffer-overflow issues.  These patches are conservative, in the
15289         sense that when I couldn't determine whether an overflow was possible,
15290         I inserted a run-time check.
15291         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
15292         macros.
15293         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
15294         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
15295         (re_xnrealloc, re_x2nrealloc): New inline functions.
15296         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
15297         parse_bracket_exp):
15298         (build_equiv_class, build_charclass): Check for arithmetic overflow
15299         in size expression calculations.
15300         * lib/regex_internal.c (re_string_realloc_buffers):
15301         (build_wcs_upper_buffer, re_node_set_add_intersect):
15302         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
15303         (re_dfa_add_node, register_state): Likewise.
15304         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
15305         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
15306         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
15307         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
15308
15309 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
15310
15311         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15312         m4/ulonglong.m4.  Problem reported by Martin Lambers.
15313
15314 2005-09-02  Bruno Haible  <bruno@clisp.org>
15315
15316         Support for lib vs. lib64 distinction on biarch platforms.
15317         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
15318         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
15319         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
15320
15321 2005-09-02  Bruno Haible  <bruno@clisp.org>
15322
15323         * gnulib-tool (import): In the other first-use case, provide defaults
15324         as well.
15325
15326 2005-09-02  Bruno Haible  <bruno@clisp.org>
15327
15328         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
15329         patches not yet found in the latest gettext release.
15330
15331 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15332
15333         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
15334         to avoid a collision with bits/local_lim.h in glibc.
15335         All uses changed.  Problem reported by Dmitry V. Levin in
15336         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
15337
15338         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
15339         bugs in int versus size_t comparisons.
15340         (re_string_context_at): Fix bug where the code assumed that
15341         Idx is signed.
15342
15343         Use bool where appropriate.
15344         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
15345         All callers changed.
15346         (calc_eclosure_iter): Likewise, for ROOT arg.
15347         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
15348         (build_charclass_op): Likewise, for NON_MATCH arg.
15349         * lib/regex_internal.c (re_string_allocate, re_string_construct):
15350         (re_string_construct_common): Likewise, for ICASE arg.
15351         * lib/regexec.c (re_search_2_stub, re_search_stub):
15352         Likewise, for RET_LEN arg.
15353         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
15354         (set_regs): Likewise, for FL_BACKTRACK arg.
15355         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
15356         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
15357         (calc_eclosure_iter, parse_bracket_exp):
15358         Use bool for internal variables that are booleans.
15359         * lib/regexec.c (re_search_internal, check_matching,
15360         proceed_next_node):
15361         (set_regs, build_sifted_states, sift_states_bkref):
15362         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
15363         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15364         (find_collation_sequence_value):
15365         Likewise.
15366         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
15367         (re_node_set_compare):
15368         Return bool, not int. All callers changed.
15369         * lib/regexec.c (check_halt_node_context, check_dst_limits):
15370         (build_trtable, check_node_accept): Likewise.
15371         * lib/regex_internal.h: Include stdbool.h.
15372
15373         Fix bugs uncovered when converting to bool.
15374         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
15375         failure instead of charging ahead blindly.
15376         * lib/regex_internal.c (register_state): Likewise.
15377         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
15378         for freeing internal storage.
15379         (group_nodes_into_DFA_states): Use unsigned int, not int, for
15380         bitset pieces used as boolean, to avoid undefined behavior
15381         on hosts that do int overflow checking.
15382
15383 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15384
15385         * config/srclist.txt: Add glibc bugs 1285-1287.
15386
15387 2005-09-01  Jim Meyering  <jim@meyering.net>
15388
15389         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
15390         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
15391         Require gl_STAT_MACROS, too.
15392
15393 2005-09-01  Bruno Haible  <bruno@clisp.org>
15394
15395         * gnulib-tool (import): In the first-use case, provide defaults.
15396
15397 2005-09-01  Bruno Haible  <bruno@clisp.org>
15398
15399         * gnulib-tool (func_import): Remove the .tmp files.
15400
15401 2005-09-01  Bruno Haible  <bruno@clisp.org>
15402
15403         * gnulib-tool (func_import): Fix handling of symbolic links.
15404
15405 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15406
15407         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
15408         old glibc regex code mishandles strings longer than 2**31 bytes.
15409         This patch fixes this when the regex code is used in gnulib
15410         (i.e., outside glibc).
15411
15412         This patch should not affect the use of the regex code inside
15413         glibc.  No doubt this problem also needs to be handled for glibc
15414         as well, but the result will be an incompatible change to the
15415         glibc ABI, and the old ABI will have to be supported too.  That
15416         can be the the subject for another patch.
15417
15418         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
15419         governing whether the rest of this patch is active.  By default,
15420         the macro is disabled and the patch has no effect.
15421         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
15422         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
15423         (struct re_pattern_buffer, re_search, re_search_2, re_match):
15424         (re_match_2, re_set_registers): Use the new types.
15425         * lib/regex_internal.h (Idx, re_hashval_t): New types.
15426         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
15427         New macros.
15428         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
15429         (re_string_context_at, bin_tree_t, re_dfastate_t):
15430         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
15431         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
15432         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
15433         (re_string_char_size_at, re_string_wchar_at):
15434         (re_string_elem_size_at):
15435         Use the new types and macros to port to 64-bit hosts.
15436         Use unsigned types for internal values, so that the code
15437         mostly works even for arrays larger than SSIZE_MAX.
15438         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
15439         (search_duplicated_node, calc_eclosure_iter, fetch_number):
15440         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
15441         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
15442         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
15443         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
15444         (calc_inveclosure, parse_dup_op, build_range_exp):
15445         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
15446         (fetch_number, create_token_tree, mark_opt_subexp):
15447         Likewise.
15448         * lib/regex_internal.c (re_string_construct_common,
15449         create_ci_newstate):
15450         (create_cd_newstate, re_string_allocate, re_string_construct):
15451         (re_string_realloc_buffers, build_wcs_upper_buffer):
15452         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15453         (re_string_reconstruct, re_string_peek_byte_case):
15454         (re_string_fetch_byte_case, re_string_context_at):
15455         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15456         (re_node_set_init_copy, re_node_set_add_intersect):
15457         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15458         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15459         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15460         (re_acquire_state, re_acquire_state_context, register_state):
15461         Likewise.
15462         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
15463         search_cur_bkref_entry):
15464         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
15465         (re_search_internal, re_search_2_stub, re_search_stub)
15466         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
15467         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
15468         (update_cur_sifted_state, check_dst_limits):
15469         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15470         (check_subexp_limits, sift_states_bkref, merge_state_array):
15471         (check_subexp_matching_top, get_subexp, get_subexp_sub):
15472         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
15473         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15474         (expand_bkref_cache, check_node_accept_bytes):
15475         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
15476         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
15477         (acquire_init_state_context, check_halt_node_context):
15478         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
15479         (sift_states_backward, clean_state_log_if_needed):
15480         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
15481         (find_recover_state, transit_state_sb, transit_state_mb):
15482         (transit_state_bkref, build_trtable, match_ctx_clean):
15483         Likewise.
15484         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
15485         to work around an assumption that REG_MISSING is negative.
15486
15487         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
15488         (seek_collating_symbol_entry) [defined _LIBC]:
15489         (lookup_collation_sequence_value) [defined _LIBC]:
15490         (build_range_exp, build_collating_symbol) [defined _LIBC]:
15491         Use prototypes rather than old-style function definitions.
15492         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
15493         (transit_state_sb) [0]:
15494         (find_collation_sequence_value) [defined _LIBC]: Likewise.
15495
15496         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
15497         rm_eo.
15498
15499         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
15500         (optimize_subexps, lower_subexp):
15501         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
15502         since the signed shift might overflow.  Use 1u<<31 instead.
15503         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15504         Likewise.
15505         * lib/regexec.c (check_dst_limits_calc_pos_1,
15506         check_subexp_matching_top): Likewise.
15507
15508         * lib/regcomp.c (optimize_subexps, lower_subexp):
15509         Use CHAR_BIT rather than 8, for clarity.
15510         * lib/regexec.c (check_dst_limits_calc_pos_1):
15511         (check_subexp_matching_top): Likewise.
15512         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
15513         have to worry about portability issues when shifting it left.
15514         Remove no-longer-needed test for table_size > 0.
15515         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
15516         in a word, as the resulting behavior is undefined.
15517         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
15518         in one case, a <= should have been an <, and in another case the
15519         whole test was missing.
15520         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
15521         the standard name CHAR_BIT.
15522         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
15523         this is not true on one's complement and signed-magnitude hosts.
15524
15525         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
15526         next_last_offset.
15527         (struct re_dfa_t): Remove unused member states_alloc.
15528         * lib/regcomp.c (init_dfa): Don't initialize unused members.
15529
15530 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15531
15532         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
15533         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
15534         and large-file glibc and in 32-bit large-file Solaris.
15535
15536 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15537
15538         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
15539         lengths fit in regoff_t; this isn't true if regoff_t is the same
15540         width as size_t.
15541         * lib/regex.c (re_search_internal): 5th arg is LAST_START
15542         (= START + RANGE) instead of RANGE.  This avoids overflow
15543         problems when regoff_t is the same width as size_t.
15544         All callers changed.
15545         (re_search_2_stub): Check for overflow when adding the
15546         sizes of the two strings.
15547         (re_search_stub): Check for overflow when adding START
15548         to RANGE; if it occurs, substitute the extreme value.
15549
15550 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15551
15552         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
15553
15554 2005-08-31  Jim Meyering  <jim@meyering.net>
15555
15556         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
15557         a pointer-to-const.
15558         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
15559         (register_state): Likewise.
15560         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
15561         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15562         (group_nodes_into_DFAstates): Likewise.
15563
15564 2005-08-31  Jim Meyering  <jim@meyering.net>
15565
15566         * check-module: Add a FIXME comment.
15567
15568 2005-08-31  Eric Blake  <ebb9@byu.net>
15569
15570         * modules/unistd-safer (Files): Add unistd--.h.
15571         * modules/stdio-safer (Files): Add stdio--.h.
15572
15573 2005-08-31  Derek Price  <derek@ximbiot.com>
15574
15575         * lib/getdelim.c (getdelim): Return EOF on EOF.
15576         Reported by Larry Jones <lawrence.jones@ugs.com>.
15577
15578 2005-08-31  Bruno Haible  <bruno@clisp.org>
15579
15580         Avoid unnecessary diffs in the generated lib/Makefile.am.
15581         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
15582         the generated files.
15583         (func_import): Don't set cmd.
15584
15585 2005-08-31  Bruno Haible  <bruno@clisp.org>
15586
15587         * lib/strstr.c: Include <stddef.h>, for NULL.
15588         * lib/strcasestr.c: Likewise.
15589         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15590
15591 2005-08-31  Bruno Haible  <bruno@clisp.org>
15592
15593         * gnulib-tool: New option --macro-prefix.
15594         (func_import): Use macro_prefix.
15595         (import): Handle option --macro-prefix.
15596
15597 2005-08-31  Bruno Haible  <bruno@clisp.org>
15598
15599         * gnulib-tool (import): Rename most ac_* variables to cached_*.
15600         Also use new variables cached_lgpl, cached_libtool.
15601
15602 2005-08-31  Bruno Haible  <bruno@clisp.org>
15603
15604         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
15605         always instantiating them.
15606
15607 2005-08-31  Bruno Haible  <bruno@clisp.org>
15608
15609         * gnulib-tool (func_import): Read the previous cached settings
15610         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
15611         earlier added by gnulib but are now dropped. Warn when a gnulib file
15612         overwrites a non-gnulib file.
15613
15614 2005-08-31  Bruno Haible  <bruno@clisp.org>
15615
15616         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
15617         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
15618         projects that don't keep autogenerated files in CVS. Put into
15619         actioncmd only the specified modules, not the transitive closure.
15620
15621 2005-08-31  Bruno Haible  <bruno@clisp.org>
15622
15623         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
15624         Create directories that shall be filled.
15625         (import): Don't look for gl_* macros in configure.ac. Recurse across
15626         all directories containing a gnulib-cache.m4 files, if meaningful.
15627
15628 2005-08-31  Bruno Haible  <bruno@clisp.org>
15629
15630         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
15631         (import): Set seen_libtool when we see gl_LIBTOOL.
15632
15633 2005-08-31  Bruno Haible  <bruno@clisp.org>
15634
15635         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
15636         declaration macro definitions from generated gnulib.m4.
15637
15638 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
15639
15640         * lib/iconvme.h: Add prototype for iconv_alloc.
15641
15642 2005-08-29  Simon Josefsson  <jas@extundo.com>
15643
15644         * lib/iconvme.c: Fix errno.
15645
15646 2005-08-29  Bruno Haible  <bruno@clisp.org>
15647
15648         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
15649         that it works when the directory contains spaces.
15650
15651 2005-08-29  Bruno Haible  <bruno@clisp.org>
15652
15653         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
15654
15655 2005-08-29  Bruno Haible  <bruno@clisp.org>
15656
15657         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
15658         Emit more advice.
15659
15660 2005-08-29  Bruno Haible  <bruno@clisp.org>
15661         and Stepan Kasal  <kasal@ucw.cz>
15662
15663         * check-module: If more parameters are given, check each of them
15664         separately; add more exceptions, as noted by Jim Meyering.
15665         (check_module): New procedure.
15666         (%exempt_header): Now contains all exceptions.
15667
15668 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
15669
15670         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
15671
15672 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15673
15674         * lib/iconvme.c: Split iconv_string into iconv_alloc.
15675
15676 2005-08-28  Bruno Haible  <bruno@clisp.org>
15677
15678         * m4/gnulib-tool.m4: New file.
15679
15680 2005-08-27  Jim Meyering  <jim@meyering.net>
15681
15682         * modules/unistd-safer (Files): Add pipe-safer.c.
15683         * modules/fcntl-safer (Files): Add creat-safer.c.
15684
15685 2005-08-27  Jim Meyering  <jim@meyering.net>
15686
15687         * m4/stdlib-safer.m4: New file.  From coreutils.
15688         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
15689         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
15690         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
15691         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
15692         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
15693
15694 2005-08-27  Jim Meyering  <jim@meyering.net>
15695
15696         * lib/fopen-safer.c: Merge minor changes from coreutils.
15697         * lib/dup-safer.c: Likewise.
15698         * lib/fd-safer.c: Likewise.
15699
15700         Merge from coreutils.
15701         * lib/stdio--.h: New file.
15702         * lib/stdlib--.h: New file.
15703         * lib/mkstemp-safer.c: New file.
15704
15705         GNU tar needs these.
15706         * lib/pipe-safer.c: New file.
15707         * lib/creat-safer.c: New file.
15708         * lib/fcntl--.h (creat): Define to creat_safer.
15709         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
15710         * lib/unistd--.h (pipe): Define to pipe_safer.
15711         * lib/unistd-safer.h: Declare pipe_safer.
15712
15713 2005-08-26  Simon Josefsson  <jas@extundo.com>
15714
15715         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
15716         Haible <bruno@clisp.org>.
15717
15718 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
15719
15720         * lib/regex_internal.h: Remove all references to
15721         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
15722         or better.
15723         (bitset_not, bitset_merge, bitset_not_merge):
15724         (bitset_mask, re_string_allocate, re_string_construct):
15725         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
15726         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
15727         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
15728         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
15729         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15730         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15731         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
15732         (re_acquire_state_context):
15733         Remove unnecessary forward decls.
15734         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
15735         Put __attribute at function definition,
15736         now that the function decl has been removed.
15737         * lib/regex_internal.c (re_string_peek_byte_case):
15738         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
15739         Likewise.
15740
15741 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
15742
15743         * m4/regex.m4: Add AC_PREREQ(2.50).
15744         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
15745
15746 2005-08-25  Simon Josefsson  <jas@extundo.com>
15747
15748         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15749         __fsetlocking.
15750
15751 2005-08-25  Simon Josefsson  <jas@extundo.com>
15752
15753         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15754         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15755         GLIBC specific code.
15756
15757 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15758
15759         Make regex safe for g++.  This fixes one real bug (an "err"
15760         that should have been "*err").  g++ problem reported by
15761         Sam Steingold.
15762         * lib/regex_internal.h (re_calloc): New macro, consistent with
15763         re_malloc etc.  All callers of calloc changed to use re_calloc.
15764         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15765         not int.  All callers changed.
15766         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15767         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15768         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15769         (find_recover_state): Change "err" to "*err"; this fixes what
15770         appears to be a real bug.
15771         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15772         versus int.
15773
15774 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15775
15776         * modules/regex (Depends-on): Add malloc, since the code
15777         assumes that !malloc(0) means failure.
15778
15779 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15780
15781         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15782
15783         alloca modernization/simplification for regex.
15784         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15785         needs to be at the start of the file, and can be moved into
15786         regex_internal.h and simplified.
15787         * lib/regex_internal.h: Include <alloca.h>.
15788         (__libc_use_alloca) [!defined _LIBC]: New macro.
15789         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15790         now works outside glibc.
15791
15792 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15793
15794         * config/srclist.txt: Add glibc bugs 1241, 1245.
15795
15796 2005-08-25  Jim Meyering  <jim@meyering.net>
15797
15798         * lib/open-safer.c: Include <config.h>.
15799         Otherwise, we'd lose LARGEFILE support in any file using
15800         e.g. "fcntl--.h"
15801
15802 2005-08-25  Bruno Haible  <bruno@clisp.org>
15803
15804         * m4/minmax.m4: Require autoconf 2.52.
15805         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15806         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15807         alternatives of translit over the alphabet.
15808         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15809
15810 2005-08-24  Simon Josefsson  <jas@extundo.com>
15811
15812         * tests/test-getpass.c: New file.
15813
15814 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15815
15816         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15817         for GNU regex features.
15818
15819 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15820
15821         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15822         * lib/regex.h (regerror): Likewise.
15823
15824         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15825         requires this.  (The code never needed it.)
15826
15827         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15828         All uses of recently-renamed identifiers changed to use the new,
15829         POSIX-compliant names.  The code will build and run just fine
15830         without these changes, but it's better to eat our own dog food
15831         and use the standard-conforming names.
15832
15833         * lib/regex.h: Fix a multitude of POSIX name space violations.
15834         These changes have an effect only for programs that define
15835         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15836         do not change anything for programs compiled in the normal way.
15837         Also, there is no effect on the ABI.
15838
15839         (_REGEX_SOURCE): New macro.
15840         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15841         defined and _GNU_SOURCE is not; this fixes a name space violation.
15842
15843         Rename the following macros to obey POSIX requirements.
15844         The old names are still visible as macros if _REGEX_SOURCE is defined.
15845         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15846         RE_BACKSLASH_ESCAPE_IN_LISTS.
15847         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15848         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15849         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15850         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15851         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15852         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15853         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15854         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15855         (REG_INTERVALS): renamed from RE_INTERVALS.
15856         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15857         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15858         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15859         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15860         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15861         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15862         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15863         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15864         RE_UNMATCHED_RIGHT_PAREN_ORD.
15865         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15866         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15867         (REG_DEBUG): renamed from RE_DEBUG.
15868         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15869         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15870         unusual, since we can't clash with the POSIX REG_ICASE.
15871         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15872         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15873         (REG_NO_SUB): renamed from RE_NO_SUB.
15874         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15875         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15876         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15877         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15878         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15879         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15880         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15881         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15882         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15883         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15884         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15885         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15886         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15887         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15888         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15889         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15890         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15891         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15892         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15893         (REG_FIXED): Renamed from REGS_FIXED.
15894         (REG_NREGS): Renamed from RE_NREGS.
15895
15896         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15897         of other REG_* macros, since POSIX says the user is allowed to
15898         #undef these macros selectively.
15899
15900         (reg_errcode_t): Update comment stating what other tables need
15901         to be consistent.
15902
15903         Rename the following enum values to obey POSIX requirements.
15904         The old names are still visible as macros.
15905         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15906         is not defined, since GNU is supposed to be a superset of POSIX as
15907         much as possible, and since we want reg_errcode_t to be a signed
15908         type for implementation consistency.
15909         (_REG_NOERROR): Renamed from REG_NOERROR.
15910         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15911         (_REG_BADPAT): Renamed from REG_BADPAT.
15912         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15913         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15914         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15915         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15916         (_REG_EBRACK): Renamed from REG_EBRACK.
15917         (_REG_EPAREN): Renamed from REG_EPAREN.
15918         (_REG_EBRACE): Renamed from REG_EBRACE.
15919         (_REG_BADBR): Renamed from REG_BADBR.
15920         (_REG_ERANGE): Renamed from REG_ERANGE.
15921         (_REG_ESPACE): Renamed from REG_ESPACE.
15922         (_REG_BADRPT): Renamed from REG_BADRPT.
15923         (_REG_EEND): Renamed from REG_EEND.
15924         (_REG_ESIZE): Renamed from REG_ESIZE.
15925         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15926         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15927         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15928         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15929         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15930
15931         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15932         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15933         changed.  But support the old name if the new one is not defined
15934         and if _REGEX_SOURCE.
15935
15936         Change the following member names in struct re_pattern_buffer.
15937         The old names are still supported if !_REGEX_SOURCE.
15938         The new names are always supported, regardless of _REGEX_SOURCE.
15939         (re_buffer): Renamed from buffer.
15940         (re_allocated): Renamed from allocated.
15941         (re_used): Renamed from used.
15942         (re_syntax): Renamed from syntax.
15943         (re_fastmap): Renamed from fastmap.
15944         (re_translate): Renamed from translate.
15945         (re_can_be_null): Renamed from can_be_null.
15946         (re_regs_allocated): Renamed from regs_allocated.
15947         (re_fastmap_accurate): Renamed from fastmap_accurate.
15948         (re_no_sub): Renamed from no_sub.
15949         (re_not_bol): Renamed from not_bol.
15950         (re_not_eol): Renamed from not_eol.
15951         (re_newline_anchor): Renamed from newline_anchor.
15952
15953         Change the following member names in struct re_registers.
15954         The old names are still supported if !_REGEX_SOURCE.
15955         The new names are always supported, regardless of _REGEX_SOURCE.
15956         (rm_num_regs): Renamed from num_regs.
15957         (rm_start): Renamed from start.
15958         (rm_end): Renamed from end.
15959
15960         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15961         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15962         Prepend __ to parameter names.
15963
15964         Undo yesterday's changes.
15965
15966 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15967
15968         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15969         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15970         lib/regex.c.
15971
15972 2005-08-24  Jim Meyering  <jim@meyering.net>
15973
15974         Sync from coreutils.
15975         * m4/fcntl-safer.m4: New file.
15976
15977         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15978         and object files for this module.
15979
15980 2005-08-24  Jim Meyering  <jim@meyering.net>
15981
15982         Sync from coreutils.
15983         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15984
15985 2005-08-24  Jim Meyering  <jim@meyering.net>
15986
15987         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15988         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15989
15990 2005-08-24  Jim Meyering  <jim@meyering.net>
15991
15992         * modules/fcntl-safer: New module.
15993         * modules/fts (Depends-on): Add fcntl-safer.
15994         * MODULES.html.sh (File descriptor based Input/Output):
15995         Add fcntl-safer.
15996
15997 2005-08-24  Bruno Haible  <bruno@clisp.org>
15998
15999         Support for unit test modules.
16000         * modules/README: Mention tests modules.
16001         * modules/TEMPLATE-TESTS: New file.
16002         * gnulib-tool: New options --extract-tests-module, --with-tests and
16003         --tests-base (unused for the moment).
16004         (testsbase, inctests): New variables.
16005         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
16006         (func_verify_module): Exclude TEMPLATE-TESTS.
16007         (func_verify_nontests_module, func_verify_tests_module): New functions.
16008         (func_get_dependencies): Add implicit dependency for tests modules.
16009         (func_get_tests_module): New function.
16010         (func_modules_transitive_closure): When --with-tests was specified,
16011         include the unit tests as well, unless explicitly avoided.
16012         (func_emit_lib_Makefile_am): Ignore the tests modules here.
16013         (func_emit_tests_Makefile_am): New function.
16014         (func_create_testdir): When --with-tests was specified, emit a
16015         tests/ directory.
16016         * MODULES.html.sh (Future developments): Update.
16017
16018 2005-08-24  Bruno Haible  <bruno@clisp.org>
16019
16020         * modules/tls-tests: New file.
16021         * tests/test-tls.c: New file, from GNU gettext.
16022
16023 2005-08-24  Bruno Haible  <bruno@clisp.org>
16024
16025         * modules/lock-tests: New file.
16026         * tests/test-lock.c: New file, from GNU gettext.
16027
16028 2005-08-24  Bruno Haible  <bruno@clisp.org>
16029
16030         * lib/lock.h: Add multiple inclusion guard.
16031         * lib/tls.h: Add multiple inclusion guard.
16032
16033 2005-08-24  Bruno Haible  <bruno@clisp.org>
16034
16035         * gnulib-tool: Add support for the --aux-dir option to
16036         --create-testdir, --create-megatestdir, --test, --megatest.
16037         (func_create_testdir, func_create_megatestdir): Optionally emit a
16038         AC_CONFIG_AUX_DIR directive.
16039         (create-testdir, create-megatestdir, test, megatest): Provide a
16040         default value for $auxdir.
16041
16042 2005-08-24  Bruno Haible  <bruno@clisp.org>
16043
16044         * gnulib-tool (import): Use compound statement instead of subshell
16045         where possible.
16046
16047 2005-08-24  Bruno Haible  <bruno@clisp.org>
16048
16049         * gnulib-tool (import): Change --aux-dir default to "build-aux".
16050
16051 2005-08-24  Bruno Haible  <bruno@clisp.org>
16052
16053         * gnulib-tool (func_version): Update.
16054
16055 2005-08-24  Bruno Haible  <bruno@clisp.org>
16056
16057         * gnulib-tool (func_import, func_create_testdir,
16058         func_create_megatestdir): Quote all autoconf macro arguments.
16059
16060 2005-08-24  Bruno Haible  <bruno@clisp.org>
16061
16062         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
16063         option --force, because --force causes the aclocal.m4 of each
16064         subdirectory to be newer than the corresponding config.h.in.
16065
16066 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16067
16068         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
16069         All contents moved to gl_REGEX.
16070         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
16071         assume that it does.
16072
16073 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16074
16075         * lib/regex.h (REG_NOSYS)
16076         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
16077         Define, since POSIX requires it as of 2001.
16078         (_REG_ENOSYS)
16079         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
16080         New private symbol, used to keep the enum signed in all cases.
16081         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
16082         Youngman in
16083         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
16084
16085         * lib/regex_internal.c (re_string_skip_chars, register_state):
16086         (calc_state_hash):
16087         Remove forward decls; no longer needed now that we use prototypes.
16088         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
16089         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
16090         (clean_state_log_if_needed): Likewise.
16091
16092 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16093
16094         * config/srclist.txt: Add glibc bugs 1231-1233.
16095
16096 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16097
16098         Fix problems reported by Sam Steingold in
16099         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
16100         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
16101         assumed that reg_errcode_t is a signed type, which is not
16102         necessarily true if _XOPEN_SOURCE is not defined.
16103         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
16104         since some compilers warn about it otherwise.
16105
16106 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16107
16108         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
16109         (init_word_char, create_initial_state, duplicate_node_closure):
16110         (fetch_token, peek_token_bracket, build_range_exp):
16111         (build_collating_symbol): Remove forward decls; no longer needed
16112         now that we use prototypes.
16113
16114         * lib/regcomp.c:
16115         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
16116         (re_compile_fastmap_iter, regcomp, regerror, regfree):
16117         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
16118         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
16119         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
16120         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
16121         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
16122         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
16123         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
16124         (build_range_exp, build_collating_symbol, parse_bracket_exp):
16125         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
16126         (build_charclass, build_charclass_op, fetch_number, create_tree):
16127         (create_token_tree, mark_opt_subexp, duplicate_tree):
16128         Use prototypes rather than old-style definitions.
16129
16130         * lib/regex_internal.c:
16131         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
16132         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
16133         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
16134         (re_string_reconstruct, re_string_peek_byte_case):
16135         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
16136         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
16137         (re_node_set_init_copy, re_node_set_add_intersect):
16138         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
16139         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
16140         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
16141         (re_acquire_state, re_acquire_state_context, register_state):
16142         (create_ci_newstate, create_cd_newstate, free_state):
16143         Likewise.
16144         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
16145         re_search_2):
16146         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
16147         (re_search_internal, prune_impossible_nodes):
16148         (acquire_init_state_context, check_matching, static):
16149         (check_halt_node_context, check_halt_state_context, proceed_next_node):
16150         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
16151         (update_regs, sift_states_backward, build_sifted_states):
16152         (clean_state_log_if_needed, merge_state_array):
16153         (update_cur_sifted_state, add_epsilon_src_nodes):
16154         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
16155         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
16156         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
16157         (find_recover_state, check_subexp_matching_top, transit_state_mb):
16158         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
16159         (check_arrival, check_arrival_add_next_nodes):
16160         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
16161         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
16162         (check_node_accept_bytes, check_node_accept, extend_buffers):
16163         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
16164         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
16165         (sift_ctx_init):
16166         Likewise.
16167
16168         * lib/regex_internal.h:
16169         (re_string_allocate, re_string_construct, re_string_reconstruct):
16170         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
16171         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
16172         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
16173         (re_string_context_at, re_string_peek_byte_case):
16174         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
16175         is defined, since we now use prototypes always.
16176
16177         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
16178         C89 or better.  All uses removed.
16179
16180 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16181
16182         * config/srclist.txt: Add glibc bugs 1220-1227.
16183
16184 2005-08-20  Jim Meyering  <jim@meyering.net>
16185
16186         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
16187         of unused local, dfa.
16188
16189 2005-08-20  Bruno Haible  <bruno@clisp.org>
16190
16191         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
16192
16193 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16194
16195         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
16196         (re_node_set_insert_last, re_dfa_add_node):
16197         Rename local variables to avoid GCC shadowing warnings.
16198
16199 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16200
16201         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
16202         [defined lint]: Suppress bogus uninitialized-variable warnings.
16203
16204         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
16205         and let the caller return REG_ESPACE if out of space.  This
16206         removes an uninitialied-variable warning with GCC 4.0.1, and also
16207         avoids taking the address of a local variable.  All callers
16208         changed.
16209
16210 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16211
16212         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
16213         $LIBCSRC/posix/regexec.c.
16214         Add glibc bug 1217 for regcomp.c.
16215
16216 2005-08-19  Jim Meyering  <jim@meyering.net>
16217
16218         * lib/regexec.c (proceed_next_node): Redo local variables to
16219         avoid GCC shadowing warnings.
16220
16221 2005-08-18  Bruno Haible  <bruno@clisp.org>
16222
16223         * lib/strstr.c (strstr): Fix return value in multibyte case.
16224         * lib/strcasestr.c (strcasestr): Likewise.
16225
16226 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16227
16228         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
16229
16230 2005-08-17  Jim Meyering  <jim@meyering.net>
16231
16232         Make the %s format (seconds since the epoch) work for a negative
16233         number and when used with a zero-padded field width, e.g. %015s.
16234
16235         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
16236         label so that it precedes the code to set `digits'.  Otherwise,
16237         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
16238         print `00-22'.  Now, it prints `-0022', as it should.
16239
16240 2005-08-17  Bruno Haible  <bruno@clisp.org>
16241
16242         * modules/strstr (Files): Add m4/mbrtowc.m4.
16243         (Depends-on): Add mbuiter.
16244
16245 2005-08-17  Bruno Haible  <bruno@clisp.org>
16246
16247         * modules/strcasestr: New file.
16248         * MODULES.html.sh (String handling, based on ANSI C 89): Add
16249         strcasestr.
16250
16251 2005-08-17  Bruno Haible  <bruno@clisp.org>
16252
16253         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
16254
16255 2005-08-17  Bruno Haible  <bruno@clisp.org>
16256
16257         * modules/mbuiter: New file.
16258         * MODULES.html.sh (Extended multibyte and wide character utilities):
16259         Add mbuiter.
16260
16261 2005-08-17  Bruno Haible  <bruno@clisp.org>
16262
16263         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
16264         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
16265
16266 2005-08-17  Bruno Haible  <bruno@clisp.org>
16267
16268         * m4/strcasestr.m4: New file.
16269
16270 2005-08-17  Bruno Haible  <bruno@clisp.org>
16271
16272         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
16273         * lib/strstr.c: Completely rewritten, with multibyte locale support.
16274
16275 2005-08-17  Bruno Haible  <bruno@clisp.org>
16276
16277         * lib/strcasestr.h: New file.
16278         * lib/strcasestr.c: New file.
16279
16280 2005-08-17  Bruno Haible  <bruno@clisp.org>
16281
16282         * lib/strcasecmp.c: Use mbuiter.h.
16283
16284 2005-08-17  Bruno Haible  <bruno@clisp.org>
16285
16286         * lib/mbuiter.h: New file.
16287
16288 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
16289
16290         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
16291         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
16292         and gl_GETOPT are both invoked via different paths (as happens
16293         with GNU tar CVS because it uses both argp and getopt), the former
16294         wins.
16295
16296 2005-08-16  Bruno Haible  <bruno@clisp.org>
16297
16298         * modules/tls: New file.
16299         * MODULES.html.sh (Multithreading): Add tls.
16300
16301 2005-08-16  Bruno Haible  <bruno@clisp.org>
16302
16303         * modules/strnlen1: New file.
16304         * MODULES.html.sh (String handling): Add strnlen1.
16305
16306 2005-08-16  Bruno Haible  <bruno@clisp.org>
16307
16308         * modules/strcase (Files): Add m4/mbrtowc.m4.
16309         (Depends-on): Add strnlen1, mbchar.
16310
16311 2005-08-16  Bruno Haible  <bruno@clisp.org>
16312
16313         * modules/mbiter: New file.
16314         * MODULES.html.sh (Extended multibyte and wide character utilities):
16315         Add mbiter.
16316
16317 2005-08-16  Bruno Haible  <bruno@clisp.org>
16318
16319         * modules/mbfile: New file.
16320         * MODULES.html.sh (Extended multibyte and wide character utilities):
16321         Add mbfile.
16322
16323 2005-08-16  Bruno Haible  <bruno@clisp.org>
16324
16325         * modules/mbchar: New file.
16326         * MODULES.html.sh (Extended multibyte and wide character utilities):
16327         New section.
16328
16329 2005-08-16  Bruno Haible  <bruno@clisp.org>
16330
16331         * m4/tls.m4: New file, from GNU gettext.
16332
16333 2005-08-16  Bruno Haible  <bruno@clisp.org>
16334
16335         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
16336         always.
16337         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
16338
16339 2005-08-16  Bruno Haible  <bruno@clisp.org>
16340
16341         * m4/mbiter.m4: New file.
16342
16343 2005-08-16  Bruno Haible  <bruno@clisp.org>
16344
16345         * m4/mbfile.m4: New file.
16346
16347 2005-08-16  Bruno Haible  <bruno@clisp.org>
16348
16349         * m4/mbchar.m4: New file.
16350
16351 2005-08-16  Bruno Haible  <bruno@clisp.org>
16352
16353         * lib/tls.h: New file, from GNU gettext.
16354         * lib/tls.c: New file, from GNU gettext.
16355
16356 2005-08-16  Bruno Haible  <bruno@clisp.org>
16357
16358         * lib/strnlen1.h: New file.
16359         * lib/strnlen1.c: New file.
16360
16361 2005-08-16  Bruno Haible  <bruno@clisp.org>
16362
16363         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
16364         (mbi_init): Update.
16365         (mbi_avail, mbi_advance): Let the iteration end before the terminating
16366         NUL byte, not after it.
16367
16368 2005-08-16  Bruno Haible  <bruno@clisp.org>
16369
16370         * lib/strcase.h (strcasecmp): Add note in comments.
16371         * lib/strncasecmp.c: Use code from strcasecmp.c.
16372         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
16373         (strcasecmp): Work correctly in multibyte locales.
16374
16375 2005-08-16  Bruno Haible  <bruno@clisp.org>
16376
16377         * lib/mbiter.h: New file.
16378
16379 2005-08-16  Bruno Haible  <bruno@clisp.org>
16380
16381         * lib/mbfile.h: New file.
16382
16383 2005-08-16  Bruno Haible  <bruno@clisp.org>
16384
16385         * lib/mbchar.h: New file.
16386         * lib/mbchar.c: New file.
16387
16388 2005-08-16  Bruno Haible  <bruno@clisp.org>
16389
16390         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
16391         the valid ones. Makes the comparison operations transitive:
16392         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
16393         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
16394
16395 2005-08-15  Simon Josefsson  <jas@extundo.com>
16396
16397         * modules/ssize_t (License): Change to 'unlimited'.
16398
16399         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
16400
16401 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16402
16403         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
16404         Add comments for each pending glibc patch.
16405
16406 2005-08-15  Bruno Haible  <bruno@clisp.org>
16407
16408         * lib/regex.h (__restrict_arr): Don't define to __restrict if
16409         __cplusplus is defined.
16410
16411 2005-08-14  Jim Meyering  <jim@meyering.net>
16412
16413         Sync from coreutils.
16414
16415         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
16416         Use the hash-table-based cycle-detection code not just when
16417         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
16418         Reported by James Youngman in
16419         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
16420         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
16421         FTS_TIGHT_CYCLE_CHECK.
16422         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
16423         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
16424         once again.
16425         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
16426         * lib/fts.c (fd_safer): Remove decl.
16427         Include fcntl--.h rather than unistd-safer.h
16428         (fts_safe_changedir): Don't call fd_safer; no longer needed
16429         now that we include fcntl--.h.
16430
16431 2005-08-12  Simon Josefsson  <jas@extundo.com>
16432
16433         * modules/getndelim2: Use ssize_t module.
16434         * modules/getnline: Likewise.
16435         * modules/safe-read: Likewise.
16436         * modules/xreadlink: Likewise.
16437
16438         * modules/ssize_t: New file.
16439
16440 2005-08-12  Simon Josefsson  <jas@extundo.com>
16441
16442         * m4/readline.m4: Look for termcap, curses or ncurses if required.
16443
16444 2005-08-12  Simon Josefsson  <jas@extundo.com>
16445
16446         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16447         ssize_t.
16448
16449 2005-08-12  Simon Josefsson  <jas@extundo.com>
16450
16451         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
16452         readline, getdelim and check_version.
16453         (Support for systems lacking ISO C 99: Sizes of integer types):
16454         Add size_max.
16455
16456 2005-08-12  Bruno Haible  <bruno@clisp.org>
16457
16458         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
16459
16460 2005-08-11  Simon Josefsson  <jas@extundo.com>
16461
16462         * modules/readline: New file.
16463
16464         * modules/strnlen (Files): Add strnlen.h.
16465
16466 2005-08-11  Simon Josefsson  <jas@extundo.com>
16467
16468         * m4/readline.m4: New file.
16469
16470 2005-08-11  Simon Josefsson  <jas@extundo.com>
16471
16472         * lib/readline.h, readline.c: New file.
16473
16474 2005-08-11  Simon Josefsson  <jas@extundo.com>
16475
16476         * doc/gnulib.texi (Initial import, Finishing touches): Mention
16477         gl_AVOID.
16478
16479 2005-08-11  Bruno Haible  <bruno@clisp.org>
16480
16481         * lib/strnlen.h (strnlen): Change parameter name to match comment.
16482
16483 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
16484
16485         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
16486
16487 2005-08-10  Simon Josefsson  <jas@extundo.com>
16488
16489         * tests/test-iconvme.c: New file.
16490
16491 2005-08-10  Simon Josefsson  <jas@extundo.com>
16492
16493         * m4/strnlen.m4: New file.
16494
16495         * m4/strndup.m4: Don't check for strnlen declaration, done in
16496         strnlen.m4.
16497
16498 2005-08-10  Simon Josefsson  <jas@extundo.com>
16499
16500         * lib/strndup.c: Use strnlen.h.
16501
16502         * lib/strnlen.h: New file.
16503
16504 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16505
16506         * README: Typos.
16507
16508 2005-08-02  Simon Josefsson  <jas@extundo.com>
16509
16510         * modules/readline: New file.
16511
16512 2005-08-02  Simon Josefsson  <jas@extundo.com>
16513
16514         * modules/getdelim: New file.
16515
16516         * modules/getline: Rewrite, don't use getndelim2.
16517
16518 2005-08-02  Simon Josefsson  <jas@extundo.com>
16519
16520         * m4/getline.m4: Separate out getdelim stuff into separate module.
16521
16522         * m4/getdelim.m4: New file.
16523
16524 2005-08-02  Simon Josefsson  <jas@extundo.com>
16525
16526         * lib/getline.h, getline.c: Rewrite.
16527
16528         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
16529
16530 2005-07-31  Bruno Haible  <bruno@clisp.org>
16531
16532         * lib/lock.h (gl_lock_initializer): New macro.
16533         (gl_lock_define_initialized): Use it.
16534         (gl_rwlock_initializer): New macro.
16535         (gl_rwlock_define_initialized): Use it.
16536         (gl_recursive_lock_initializer): New macro.
16537         (gl_recursive_lock_define_initialized): Use it.
16538
16539 2005-07-30  Karl Berry  <karl@gnu.org>
16540
16541         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
16542         Report from Ben Pfaff, regarding getopt.
16543
16544 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
16545
16546         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
16547         normal way.
16548         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
16549         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
16550         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
16551         (gl_GETOPT): Use the new macros.  Most of the implementation
16552         is moved to the new macros.  This is for programs like Emacs
16553         that don't want all the functionality of gl_GETOPT.
16554
16555 2005-07-26  Bruno Haible  <bruno@clisp.org>
16556
16557         * m4/lock.m4: Update from GNU gettext.
16558
16559 2005-07-26  Bruno Haible  <bruno@clisp.org>
16560
16561         * lib/lock.h: Update from GNU gettext.
16562         * lib/lock.c: Update from GNU gettext.
16563
16564 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
16565
16566         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
16567         obsolescent AC_TRY_RUN.  Include the default includes files, for
16568         'exit'.
16569
16570 2005-07-24  Bruno Haible  <bruno@clisp.org>
16571
16572         * modules/visibility: New file.
16573         * MODULES.html.sh (Misc): Add visibility.
16574
16575 2005-07-24  Bruno Haible  <bruno@clisp.org>
16576
16577         * m4/visibility.m4: New file.
16578
16579 2005-07-24  Bruno Haible  <bruno@clisp.org>
16580
16581         * doc/visibility.texi: New file.
16582
16583 2005-07-22  Bruno Haible  <bruno@clisp.org>
16584
16585         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
16586         $(ALLOCA_H), redundant through BUILT_SOURCES.
16587         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
16588         redundant through BUILT_SOURCES.
16589         * modules/byteswap (Makefile.am): Remove explicit dependency on
16590         $(BYTESWAP_H), redundant through BUILT_SOURCES.
16591         * modules/fnmatch (Makefile.am): Remove explicit dependency on
16592         $(FNMATCH_H), redundant through BUILT_SOURCES.
16593         * modules/getopt (Makefile.am): Remove explicit dependency on
16594         $(GETOPT_H), redundant through BUILT_SOURCES.
16595         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
16596         redundant through BUILT_SOURCES.
16597         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
16598         redundant through BUILT_SOURCES.
16599         * modules/stdbool (Makefile.am): Remove explicit dependency on
16600         $(STDBOOL_H), redundant through BUILT_SOURCES.
16601         * modules/stdint (Makefile.am): Remove explicit dependency on
16602         $(STDINT_H), redundant through BUILT_SOURCES.
16603         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
16604         Remove explicit dependency on $(SYSEXITS_H).
16605         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
16606
16607 2005-07-18  Simon Josefsson  <jas@extundo.com>
16608
16609         * lib/check-version.c (check_version): Accept identical versions too.
16610
16611 2005-07-18  Bruno Haible  <bruno@clisp.org>
16612
16613         * modules/lock: New file.
16614         * MODULES.html.sh (Multithreading): New section.
16615
16616 2005-07-18  Bruno Haible  <bruno@clisp.org>
16617
16618         * m4/lock.m4: New file, from GNU gettext.
16619
16620 2005-07-18  Bruno Haible  <bruno@clisp.org>
16621
16622         * lib/lock.h: New file, from GNU gettext.
16623         * lib/lock.c: New file, from GNU gettext.
16624
16625 2005-07-18  Bruno Haible  <bruno@clisp.org>
16626
16627         * lib/lock.h (gl_once_t): New type.
16628         (gl_once_define, gl_once): New macros.
16629         * lib/lock.c (fresh_once): New variable.
16630         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
16631         functions.
16632
16633 2005-07-16  Simon Josefsson  <jas@extundo.com>
16634
16635         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
16636         workaround, suggested by Bruno.
16637
16638 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16639
16640         * modules/xalloc (Depends-on): Add xalloc-die.
16641         * modules/xvasprintf (Depends-on): Add xalloc-die.
16642
16643 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16644
16645         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
16646         with a minor change.
16647
16648 2005-07-15  Bruno Haible  <bruno@clisp.org>
16649
16650         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
16651         When using lib/poll.c, define poll as rpl_poll.
16652
16653 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
16654
16655         * modules/argp (Depends-on): Remove unlocked-io.
16656
16657 2005-07-14  Derek Price  <derek@ximbiot.com>
16658
16659         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
16660         for glob symlink bug.
16661
16662 2005-07-14  Bruno Haible  <bruno@clisp.org>
16663
16664         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
16665         Instead, test for *_unlocked function declarations directly.
16666
16667 2005-07-11  Simon Josefsson  <jas@extundo.com>
16668
16669         * modules/size_max: New file.
16670
16671         * modules/xsize: Depend on size_max module for size_max.m4.
16672
16673 2005-07-11  Simon Josefsson  <jas@extundo.com>
16674
16675         * lib/size_max.h: New file.
16676
16677 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
16678
16679         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
16680         copyright symbol and the year.
16681         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
16682         (version_etc_va): Use parameterized copyright notice.
16683         Reword to conform to the current GNU coding standards.
16684
16685 2005-07-11  Karl Berry  <karl@gnu.org>
16686
16687         * doc/gnulib.texi (Quoting): new node.
16688         (Initial import): more info, from Patrice.
16689
16690 2005-07-11  Bruno Haible  <bruno@clisp.org>
16691
16692         * gnulib-tool (func_usage): Document option --avoid.
16693         (Command line options): Handle --avoid.
16694         (func_acceptable): New function.
16695         (func_modules_transitive_closure): Use it.
16696
16697 2005-07-11  Bruno Haible  <bruno@clisp.org>
16698
16699         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
16700         Reported by Jim Meyering.
16701
16702 2005-07-10  Bruno Haible  <bruno@clisp.org>
16703
16704         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
16705         Needed when size_t is smaller than 'unsigned int'.
16706         Reported by Paul Eggert.
16707
16708 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16709
16710         * modules/argp (Depends-on): Add unlocked-io
16711
16712 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16713
16714         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
16715         block of defines.
16716
16717 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16718
16719         * config/srclist.txt: Comment out regcomp.c, since we have a porting
16720         fix now.
16721
16722 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
16723         and Paul Eggert  <eggert@cs.ucla.edu>
16724
16725         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
16726         in wint_t, not wchar_t.  Remove now-unnecessary cast.
16727
16728 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16729
16730         * modules/regex (Files): Add lib/regex_internal.c,
16731         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
16732         (Depends-on): Add extensions.
16733         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
16734
16735 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16736
16737         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
16738         pathconf.
16739         * m4/same.m4 (gl_SAME): Likewise.
16740         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
16741
16742         * m4/regex.m4: Adjust to new libc regex implementation.
16743         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
16744         all the .c and .h parts of (the new) regex.
16745         Quote the m4 stuff better.
16746         Check for RE_ICASE bug of old gnulib.
16747         Check for REG_STARTEND of recent libc.
16748         Rename local variables from jm_* to gl_*.
16749         Quote operand of "test -f".
16750         Say "recent enough" version of libc, not "version 2".
16751         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16752         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16753         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16754         Remove check for btowc, isascii.
16755         Require AM_LANGINFO_CODESET.
16756
16757 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16758
16759         * lib/regex.c, regex.h: Sync from libc.
16760         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16761         * lib/regexec.c:
16762         New files, synced from libc, except that regex_internal.h
16763         currently has a small porting fix.
16764
16765 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16766
16767         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16768         regex_internal.c, regexec.c.
16769         Add regex_internal.h too, but as a comment, since the libc version
16770         is currently broken in gnulib mode.
16771
16772 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16773
16774         Support programs like Emacs that use gnulib but not gettext.
16775         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16776         * modules/gettext-h: New file.
16777         * modules/gettext (Files): Remove lib/gettext.h.
16778         (Depends-on): Add gettext-h.
16779         (Makefile.am): Remove lib_SOURCES.
16780         * modules/argmatch, modules/c-stack, modules/closeout:
16781         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16782         * modules/execute, modules/file-type, modules/getaddrinfo:
16783         * modules/getopt, modules/human, modules/javacomp:
16784         * modules/javaexec, modules/mkdir-p, modules/obstack:
16785         * modules/openat, modules/pagealign_alloc, modules/pipe:
16786         * modules/quotearg, modules/regex, modules/rpmatch:
16787         * modules/unicodeio, modules/userspec, modules/version-etc:
16788         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16789         * modules/xsetenv:
16790         Depend on gettext-h, not gettext.
16791
16792 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16793
16794         * gnulib-tool (func_import): Add support for 'public domain' license.
16795         * modules/alloca, modules/atexit, modules/memmove:
16796         Now public domain, not GPL.
16797         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16798         * modules/realloc, modules/strerror, modules/strtod:
16799         Now LGPL, not GPL.
16800
16801 2005-07-05  Bruno Haible  <bruno@clisp.org>
16802
16803         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16804         autoconf CVS. Needed for mingw.
16805
16806 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16807
16808         Remove the dependency of the strftime module on the tzset module.
16809         * modules/strftime (Depends-on): Remove dependency on tzset.
16810
16811 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16812
16813         Remove the dependency of the strftime module on the tzset module.
16814         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16815         gl_FUNC_TZSET_CLOBBER.
16816
16817 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16818
16819         Remove the dependency of the strftime module on the tzset module.
16820         * lib/strftime.c (my_strftime)
16821         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16822         Copy the input structure, to work around some of the bug with
16823         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16824         Solaris releases, you should also use the tzset module, but we won't
16825         require it as a dependency any more since we don't want LGPLed code
16826         to depend on GPLed code.
16827
16828 2005-07-02  Jim Meyering  <jim@meyering.net>
16829
16830         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16831         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16832         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16833         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16834
16835 2005-07-02  Jim Meyering  <jim@meyering.net>
16836
16837         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16838
16839 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16840
16841         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16842         declares only 'struct timespec;' (!).
16843
16844 2005-07-01  Jim Meyering  <jim@meyering.net>
16845
16846         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16847         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16848         * lib/save-cwd.c, tempname.c:
16849         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16850         and don't include <sys/file.h>).
16851
16852 2005-06-29  Jim Meyering  <jim@meyering.net>
16853
16854         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16855         type name.  Use the variable name instead.
16856         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16857         Likewise.
16858
16859 2005-06-28  Simon Josefsson  <jas@extundo.com>
16860
16861         * modules/check-version (Files): Add check-version.m4.
16862
16863 2005-06-28  Simon Josefsson  <jas@extundo.com>
16864
16865         * m4/check-version.m4: New file, suggested by Jim Meyering
16866         <jim@meyering.net>.
16867
16868 2005-06-28  Simon Josefsson  <jas@extundo.com>
16869
16870         * lib/check-version.h, lib/check-version.c: New files.
16871
16872 2005-06-28  Simon Josefsson  <jas@extundo.com>
16873
16874         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16875         collision with global variable.  Better indentation.  Don't
16876         increment buffer pointer beyond buffer end.  Based on comments
16877         from Paul Eggert <eggert@cs.ucla.edu>.
16878
16879         * lib/base64.h: Indent.
16880
16881 2005-06-28  Simon Josefsson  <jas@extundo.com>
16882
16883         * doc/gnulib.texi (Library version handling): New section.
16884
16885 2005-06-28  Jim Meyering  <jim@meyering.net>
16886
16887         * check-module (find_included_lib_files): Hard-code another
16888         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16889         but modules/fts-lgpl (correctly) does not list those files.
16890
16891         * modules/canonicalize (Files): Add lib/pathmax.h.
16892
16893 2005-06-25  Simon Josefsson  <jas@extundo.com>
16894
16895         * modules/check-version: New file.
16896
16897 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16898
16899         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16900         initializer of struct addrinfo, as an indication that we don't
16901         care how many members the structure has.
16902
16903 2005-06-24  Derek Price  <derek@ximbiot.com>
16904         and Bruno Haible  <bruno@clisp.org>
16905
16906         Remove stat module & update lstat.
16907         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16908         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16909         * m4/stat.m4: Remove this file.
16910
16911 2005-06-24  Derek Price  <derek@ximbiot.com>
16912         and Bruno Haible  <bruno@clisp.org>
16913
16914         Remove stat module & update lstat.
16915         * lib/stat.c: Remove this file...
16916         (slash_aware_lstat): ...moving this content and its support...
16917         * lib/lstat.c (rpl_lstat): ...into here.
16918         * lib/lstat.h: New file.
16919
16920 2005-06-24  Derek Price  <derek@ximbiot.com>
16921         and Bruno Haible  <bruno@clisp.org>
16922
16923         Remove stat module & update lstat.
16924         * config/srclist.txt (libc sources): Remove stat.
16925
16926 2005-06-24  Derek Price  <derek@ximbiot.com>
16927         and Bruno Haible  <bruno@clisp.org>
16928
16929         Remove stat module & update lstat.
16930         * MODULES.html.sh (stat): Remove.
16931         * MODULES.html: Regenerated.
16932         * modules/lstat (Description): Correct function name.
16933         (Files): Add "lstat.h".
16934         (Depends-on): Remove stat, add xalloc, stat-macros.
16935         * modules/stat: Remove this file.
16936         (Include): Add "lstat.h", remove <sys/stat.h>.
16937
16938 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16939
16940         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16941         (ranged_convert): Don't save conversion in a temporary struct.
16942         This causes a warning with GCC 4.0.0, and anyway in the typical
16943         case it's not worth the extra 100 bytes or so of code.
16944         (ranged_convert, __mktime_internal): When calling a function via a
16945         pointer P, use P () rather than (*P) (), as we now assume C89 or
16946         better.
16947
16948 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16949
16950         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16951         "who -r" failed to give output.  Problem reported by Tim Waugh.
16952
16953         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16954         (xcalloc): Use it to avoid needless tests.
16955         Problem reported by Jim Meyering.
16956
16957 2005-06-20  Derek Price  <derek@ximbiot.com>
16958
16959         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16960         unnecessary for Autoconfs > 2.59c.
16961
16962 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16963
16964         * lib/argp.h (__option_is_short): Check upper limit of
16965         __key. Isprint() requires its argument to have the value
16966         of an unsigned char or EOF.
16967
16968 2005-06-16  Jim Meyering  <jim@meyering.net>
16969
16970         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16971         when either N or S is zero.
16972
16973 2005-06-16  Derek Price  <derek@ximbiot.com>
16974
16975         * m4/bison.m4: Declare YACC & YFLAGS precious.
16976
16977 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16978
16979         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16980         multibyte string or pattern, fall back on unibyte matching.
16981         Problem reported by James Youngman.
16982
16983 2005-06-08  Bruno Haible  <bruno@clisp.org>
16984
16985         * modules/csharpcomp: New file.
16986         * MODULES.html.sh (C#): Add csharpcomp.
16987
16988 2005-06-08  Bruno Haible  <bruno@clisp.org>
16989
16990         * m4/csharpcomp.m4: New file, from GNU gettext.
16991
16992 2005-06-08  Bruno Haible  <bruno@clisp.org>
16993
16994         * lib/csharpcomp.h: New file, from GNU gettext.
16995         * lib/csharpcomp.c: New file, from GNU gettext.
16996         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16997
16998 2005-06-08  Bruno Haible  <bruno@clisp.org>
16999
17000         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
17001         warning on mingw.
17002
17003 2005-06-07  Derek Price  <derek@ximbiot.com>
17004
17005         Sync from CVS.
17006         * lib/glob_.h: Indent nested #ifdef.
17007
17008 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17009
17010         Sync from coreutils.
17011         Use "file name" when talking about file names, instead of "filename"
17012         or "path", as per the GNU coding standards.
17013         * lib/mkdir-p.c: Renamed from makepath.c.
17014         (make_dir_parents): Renamed from make_path.  All callers changed.
17015         * lib/mkdir-p.h: Likewise.  All includers changed.
17016         * lib/filenamecat.c: Renamed from path-concat.c.
17017         (file_name_concat): Renamed from path_concat.  All callers changed.
17018         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
17019         * lib/filenamecat.h: Likewise.  All includers changed.
17020         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
17021         in comments or local variable names.
17022         * lib/basename.c: Likewise.
17023         * lib/canonicalize.c, canonicalize.h: Likewise.
17024         * lib/dirname.c, dirname.h: Likewise.
17025         * lib/euidaccess.c: Likewise.
17026         * lib/exclude.c: Likewise
17027         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
17028         * lib/fsusage.c, fsuage.h: Likewise.
17029         * lib/fts.c, fts_.h: Likewise.
17030         * lib/getcwd.c: Likewise.
17031         * lib/getloadavg.c: Likewise.
17032         * lib/mkstemp.c: Likewise.
17033         * lib/mountlist.c, mountlist.h: Likewise.
17034         * lib/openat.c, openat.h: Likewise.
17035         * lib/readlink-stub.c: Likewise.
17036         * lib/readutmp.c, readutmp.h: Likewise.
17037         * lib/rename.c: Likewise.
17038         * lib/rmdir.c: Likewise.
17039         * lib/same.c: Likewise.
17040         * lib/savedir.c: Likewise.
17041         * lib/stripslash.c: Likewise.
17042         * lib/tempname.c: Likewise.
17043         * lib/xreadlink.c: Likewise.
17044         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
17045         All uses changed.
17046         * lib/exclude.h: Likewise.
17047
17048         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
17049         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17050         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
17051         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17052         * lib/pathmax.h: Include <limits.h> unconditionally, since other
17053         files have been getting away with it for years (MORE/BSD 4.3
17054         is extinct now).
17055         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
17056         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17057
17058         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
17059         Define to 256, not 255, as per modern POSIX.
17060
17061 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17062
17063         Sync from coreutils.
17064         Use "file name" when talking about file names, instead of "filename"
17065         or "path", as per the GNU coding standards.
17066         * MODULES.html.sh: mkdir-p renamed from makepath.
17067         filenamecat renamed from path-concat.
17068         * modules/filenamecat: Renamed from modules/path-concat.
17069         (Files): filenamecat.h and filenamecat.c renamed from
17070         path-concat.h and path-concat.c.
17071         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
17072         (Include): filenamecat.h, not path-concat.h.
17073         * modules/mkdir-p: Renamed from modules/makepath.
17074         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
17075         makepath.c.
17076         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
17077         (Include): mkdir-p.h, not makepath.h.
17078
17079 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17080
17081         Sync from coreutils.
17082         * m4/mkdir-p.m4: Renamed from makepath.m4.
17083         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
17084         Rename files from makepath.c to mkdir-p.c, and from
17085         makepath.h to mkdir-p.h.
17086         * m4/filenamecat.m4: Renamed from path-concat.m4.
17087         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
17088         Rename files from path-concat.c to filenamecat.c,
17089         and from path-concat.h to filenamecat.h.
17090         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
17091         "file name" in local variables or comments.
17092         * m4/rename.m4: Likewise.
17093
17094 2005-06-01  Bruno Haible  <bruno@clisp.org>
17095
17096         * modules/csharpexec: New file.
17097         * MODULES.html.sh (C#): New section.
17098
17099 2005-06-01  Bruno Haible  <bruno@clisp.org>
17100
17101         * m4/csharp.m4: New file, from GNU gettext.
17102         * m4/csharpexec.m4: New file, from GNU gettext.
17103
17104 2005-06-01  Bruno Haible  <bruno@clisp.org>
17105
17106         * lib/csharpexec.h: New file, from GNU gettext.
17107         * lib/csharpexec.c: New file, from GNU gettext.
17108         * lib/csharpexec.sh.in: New file, from GNU gettext.
17109
17110 2005-05-31  Derek Price  <derek@ximbiot.com>
17111             Paul Eggert  <eggert@cs.ucla.edu>
17112
17113         Sync from cvs.
17114         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
17115
17116 2005-05-31  Derek Price  <derek@ximbiot.com>
17117             Paul Eggert  <eggert@cs.ucla.edu>
17118
17119         Sync from cvs.
17120         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
17121
17122 2005-05-29  Derek Price  <derek@ximbiot.com>
17123
17124         * config/srclist.txt (glob_.h, glob.c): Add these files.
17125
17126 2005-05-29  Derek Price  <derek@ximbiot.com>
17127
17128         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
17129         * modules/glob: New file.
17130         * modules/getlogin_r: Add link to POSIX spec in description.
17131
17132 2005-05-29  Derek Price  <derek@ximbiot.com>
17133             Paul Eggert  <eggert@cs.ucla.edu>
17134
17135         * m4/glob.m4: New file.
17136
17137 2005-05-29  Derek Price  <derek@ximbiot.com>
17138             Paul Eggert  <eggert@cs.ucla.edu>
17139
17140         * lib/glob_.h, lib/glob.c: New files.
17141
17142 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17143
17144         * modules/fts (Files): Remove m4/inttypes-pri.m4.
17145         * modules/fts-lgpl (Depends-on): Remove gettext.
17146
17147 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17148
17149         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
17150         and don't require gt_INTTYPES_PRI.
17151
17152 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17153
17154         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
17155
17156         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
17157         the configuration hassle isn't worth it.
17158         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
17159         (LONGEST_MODIFIER, PRIuMAX): Remove.
17160
17161 2005-05-27  Bruno Haible  <bruno@clisp.org>
17162
17163         * lib/getlogin_r.h: Remove second include of <stddef.h>.
17164
17165 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
17166
17167         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
17168         _POSIX_PTHREAD_SEMANTICS for Solaris.
17169
17170 2005-05-25  Derek Price  <derek@ximbiot.com>
17171
17172         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
17173
17174 2005-05-25  Derek Price  <derek@ximbiot.com>
17175             Paul Eggert  <eggert@cs.ucla.edu>
17176
17177         * modules/getlogin_r, m4/getlogin_r.m4: New files.
17178         * lib/getlogin_r.c, getlogin_r.h: New files.
17179
17180 2005-05-25  Bruno Haible  <bruno@clisp.org>
17181             Derek Price  <derek@ximbiot.com>
17182
17183         * lib/getlogin_r.h: Simplify API documentation.
17184
17185 2005-05-23  Derek Price  <derek@ximbiot.com>
17186
17187         * modules/minmax (Files): Add m4/minmax.m4.
17188         (configure.ac): Add gl_MINMAX.
17189
17190 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
17191
17192         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
17193         so that unistd-safer.h (GPL'ed code) need not be included.
17194
17195 2005-05-22  Bruno Haible  <bruno@clisp.org>
17196
17197         * m4/minmax.m4: New file.
17198         Based on a patch by Derek Price <derek@ximbiot.com>.
17199
17200 2005-05-22  Bruno Haible  <bruno@clisp.org>
17201
17202         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
17203         (INT64_MIN): Fix definition.
17204         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
17205
17206         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
17207         NEED_SIGNED_INT_TYPES.
17208
17209         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
17210         HAVE_SYSTEM_INTTYPES.
17211
17212 2005-05-22  Bruno Haible  <bruno@clisp.org>
17213
17214         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
17215         Also include <sys/param.h> if it defines MIN, MAX.
17216         Based on a patch by Derek Price <derek@ximbiot.com>.
17217
17218 2005-05-21  Jim Meyering  <jim@meyering.net>
17219
17220         * modules/fts (Files): Add m4/inttypes-pri.m4.
17221         (Depends-on): Add lstat and remove gettext.  Alphabetize.
17222
17223 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17224
17225         New fts module.
17226         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
17227         (setup_dir, free_dir): New functions.
17228         (enter_dir, leave_dir): Define trivial
17229         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
17230         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
17231         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
17232         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
17233         Move to fts-cycle.c.
17234         (fts_open): Use setup_dir.
17235         (fts_close): Use free_dir.
17236         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
17237         This adds a label and some gotos, but the alternatives were messier.
17238         Check for memory allocation failure when entering a dir.
17239         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
17240         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
17241         (FTS): New member fts_cycle, that is a union that contains the
17242         old active_dir_ht and cycle_state.  All uses changed to mention
17243         fts_cycle.ht and fts_cycle.state.
17244         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
17245         fts.c, with the following changes:
17246         (setup_dir, free_dir): New functions.
17247         (enter_dir): Now returns bool.  Return true if successful, false
17248         if memory exhausted.  All callers changed.
17249         Do not bother partly cleaning up on
17250         memory allocation failure; that is free_dir's job.
17251         However, free ad if hash_insert fails, to avoid memory leak.
17252         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
17253         fts->fts_options to see which union member to use.
17254
17255 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17256
17257         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
17258         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
17259
17260 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17261
17262         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
17263
17264 2005-05-20  Jim Meyering  <jim@meyering.net>
17265
17266         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
17267         Now a macro, to pacify GCC.
17268
17269 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
17270
17271         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
17272         of -1.
17273
17274 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
17275
17276         * lib/chown.c (rpl_chown): Return -1 on failure.
17277
17278 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
17279
17280         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
17281         Don't check for stddef.h.
17282         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
17283         don't use its results.
17284         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
17285         since we include them unconditionally.  Don't require
17286         AM_STDBOOL_H, since stdbool is a prerequisite.
17287         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
17288         since we assume C89 or better.
17289         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
17290         as we don't use their results.
17291         Don't check for fchdir, memmove, memset, strrchr, as we use
17292         them unconditionally.
17293         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
17294         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
17295
17296 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
17297
17298         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
17299         Include <stddef.h> unconditionally, since we assume C89 now.
17300         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
17301         * lib/fts.c: Include fts_.h first, to check interface.
17302         Do not include intprops.h; no longer needed.
17303         Include cycle-check.h and hash.h, since fts_.h no longer does.
17304         Remove unnecessary casts of closedir to void.
17305         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
17306         decide whether to decrement nlinks.
17307         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
17308         (FTS): Use struct hash_table * instead of Hash_table, so that
17309         we no longer need to include hash.h here.
17310
17311 2005-05-18  Jim Meyering  <jim@meyering.net>
17312
17313         * modules/dirfd (License): Change to LGPL.  Most of the code
17314         is already in the public domain.
17315
17316 2005-05-18  Jim Meyering  <jim@meyering.net>
17317
17318         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
17319         Reported by Yoann Vandoorselaere.
17320
17321 2005-05-17  Jim Meyering  <jim@meyering.net>
17322
17323         * m4/fts.m4: New file, from coreutils.
17324
17325 2005-05-17  Jim Meyering  <jim@meyering.net>
17326
17327         * lib/fts.c, lib/fts_.h: New files, from coreutils.
17328
17329 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17330
17331         Sync from coreutils.
17332         * m4/unlinkdir.m4: New file.
17333
17334 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17335
17336         Sync from coreutils.
17337         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
17338         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
17339         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
17340         White space changes only.
17341         * lib/makepath.c (make_path): Port to hosts where leading "//" is
17342         special.
17343         * lib/yesno.c: Include getline.h, not ctype.h.
17344         (yesno): Don't remove leading white space; POSIX doesn't allow it.
17345         Use getline to remove arbitrary restriction on response length.
17346
17347 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17348
17349         * config/srclist-update: Spell out "Street" in FSF postal
17350         mail address; this is the style the FSF seems to prefer.
17351
17352         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
17353         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
17354         this updates FSF postal mail address.
17355
17356         Sync from coreutils.
17357         * modules/unlinkdir: New file.
17358         * modules/yesno (Depends-on): Add getline.
17359         * MODULES.html.sh (File system functions): Add unlinkdir.
17360
17361 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17362
17363         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
17364         lib/strsep.h:
17365         Change the initial comment to refer to GPL, not LGPL.
17366         gnulib-tool will change it to LGPL as needed.
17367
17368         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
17369         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
17370         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
17371         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
17372         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
17373         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
17374         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
17375         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
17376         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
17377         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
17378         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
17379         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
17380         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
17381         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
17382         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
17383         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
17384         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
17385         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
17386         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
17387         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
17388         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
17389         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
17390         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
17391         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
17392         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
17393         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
17394         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
17395         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
17396         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
17397         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
17398         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
17399         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
17400         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
17401         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
17402         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
17403         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
17404         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
17405         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
17406         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
17407         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
17408         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
17409         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
17410         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
17411         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
17412         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
17413         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
17414         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
17415         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
17416         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
17417         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
17418         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17419         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
17420         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
17421         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
17422         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
17423         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
17424         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
17425         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
17426         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
17427         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
17428         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
17429         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
17430         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
17431         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
17432         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
17433         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
17434         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
17435         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
17436         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
17437         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
17438         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
17439         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
17440         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
17441         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
17442         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
17443         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
17444         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
17445         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
17446         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
17447         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
17448         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
17449         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
17450         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
17451         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
17452         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
17453         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
17454         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
17455         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
17456         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
17457         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
17458         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
17459         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
17460         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
17461         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
17462         lib/yesno.c, lib/yesno.h:
17463         Update FSF postal mail address.
17464
17465 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17466
17467         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
17468         tests/test-memmem.c, tests/test-stpncpy.c:
17469         Update FSF postal mail address.
17470
17471 2005-05-13  Bruno Haible  <bruno@clisp.org>
17472
17473         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
17474         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
17475         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
17476         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
17477         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
17478         Add support for 64-bit integers in the MSVC compiler.
17479
17480 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17481
17482         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
17483
17484 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
17485
17486         * gnulib-tool (func_import): Sort and uniquify recommended includes.
17487
17488 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
17489
17490         * doc/getdate.texi (General date syntax): Don't say that date
17491         date --iso-8601=ns generates acceptable dates; it doesn't yet.
17492         Problem reported by Nic Ferrier.
17493
17494 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17495
17496         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
17497         specified in ai_socktype. Fix invalid ai_protocol
17498         check. ai_protocol is usually set to 0 or depending on
17499         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
17500         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
17501         ai_socktype / ai_protocol in the returned addrinfo structure.
17502
17503 2005-05-10  Simon Josefsson  <jas@extundo.com>
17504
17505         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
17506         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17507
17508 2005-05-10  Karl Berry  <karl@gnu.org>
17509
17510         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
17511         (from http://www.gnu.org/licenses).
17512         * doc/COPYING.LIB: also rename to COPYING.LESSER.
17513         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
17514         fdl.texi suffices.
17515
17516 2005-05-10  Karl Berry  <karl@gnu.org>
17517
17518         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
17519         (COPYING.DOC): remove.
17520
17521         * config/srclist-update: new FSF address.
17522
17523 2005-05-10  Derek Price  <derek@ximbiot.com>
17524
17525         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
17526         possible.
17527
17528 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17529             Bruno Haible  <bruno@clisp.org>
17530
17531         * modules/inet_ntop: New file.
17532         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17533         inet_ntop.
17534
17535 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17536             Bruno Haible  <bruno@clisp.org>
17537
17538         * m4/inet_ntop.m4: New file.
17539
17540 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17541             Bruno Haible  <bruno@clisp.org>
17542
17543         * lib/inet_ntop.h: New file.
17544         * lib/inet_ntop.c: New file, from glibc with modifications.
17545
17546 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
17547
17548         * modules/time_r (License): Change to LGPL.
17549         * modules/extensions (License): Change to LGPL.  Actually,
17550         the license is more permissive than that, but currently gnulib-tool
17551         doesn't know how to handle more-permissive licenses.
17552
17553         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
17554         Problem reported by Dave Love.
17555
17556 2005-05-08  Jim Meyering  <jim@meyering.net>
17557
17558         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
17559         blank.
17560
17561 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17562
17563         * modules/argmatch (Depends-on): Add stdbool.
17564         * modules/backupfile (Depends-on): Likewise.
17565         * modules/chdir-long (Depends-on): Likewise.
17566         * modules/closeout (Depends-on): Likewise.
17567         * modules/cycle-check (Depends-on): Likewise.
17568         * modules/dirname (Depends-on): Likewise.
17569         * modules/fnmatch (Depends-on): Likewise.
17570         * modules/fsusage (Depends-on): Likewise.
17571         * modules/fwriteerror (Depends-on): Likewise.
17572         * modules/getcwd (Depends-on): Likewise.
17573         * modules/getloadavg (Depends-on): Likewise.
17574         * modules/hard-locale (Depends-on): Likewise.
17575         * modules/makepath (Depends-on): Likewise.
17576         * modules/mountlist (Depends-on): Likewise.
17577         * modules/nanosleep (Depends-on): Likewise.
17578         * modules/posixtm (Depends-on): Likewise.
17579         * modules/quotearg (Depends-on): Likewise.
17580         * modules/readtokens (Depends-on): Likewise.
17581         * modules/readtokens0 (Depends-on): Likewise.
17582         * modules/readutmp (Depends-on): Likewise.
17583         * modules/save-cwd (Depends-on): Likewise.
17584         * modules/strftime (Depends-on): Likewise.
17585         * modules/userspec (Depends-on): Likewise.
17586         * modules/utimecmp (Depends-on): Likewise.
17587         * modules/xgetcwd (Depends-on): Likewise.
17588         * modules/xnanosleep (Depends-on): Likewise.
17589         * modules/xstrtod (Depends-on): Likewise.
17590         * modules/yesno (Depends-on): Likewise.
17591
17592 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
17593
17594         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
17595         needless checks.
17596
17597 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17598
17599         Merge from coreutils.  Among other things,
17600         add bulletproofing for cases where stdin, stdout, or stderr are closed.
17601         * lib/fd-safer.c: New file.
17602         * lib/fcntl-safer.h, open-safer.c: Remove.
17603         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
17604         * lib/dup-safer.c: Include unistd-safer.h first.
17605         Don't include errno.h.
17606         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
17607         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
17608         * lib/file-type.c: Rely on file-type.h change.
17609         * lib/getloadavg.c: Include unistd-safer.h.
17610         (getloadavg): Use safer open.
17611         * lib/getusershell.c: Include "stdio-safer.h".
17612         (getusershell): Use safer fopen.
17613         * lib/long-options.c (long_options): Use NULL rather than 0.
17614         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
17615         'free'.
17616         * lib/modechange.c: Likewise.
17617         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
17618         (MODE_DONE): New constant.
17619         (struct mode_change): Remove 'next' member.
17620         (make_node_op_equals): New function; like the old one of the
17621         same name, except it allocates an array.
17622         (mode_compile, mode_create_from_ref): Use it.
17623         (mode_compile): Allocate result as an array, not a linked list.
17624         Parse octal string ourself, so that we catch mistakes like "+0".
17625         (mode_adjust): Arg is an array, not a linked list.
17626         * lib/modechange.c: Include stat-macros.h, xalloc.h.
17627         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
17628         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
17629         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
17630         Remove.  This is now stat-macros.h's job.
17631         (talloc): Remove.  All callers replaced by xalloc, so that
17632         our invokers don't have to worry about reporting memory failures.
17633         (make_node_op_equals): Remove.
17634         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17635         New constants.
17636         (struct mode_change): Moved here from modechange.h.
17637         (mode_append_entry): Remove.
17638         (mode_compile): Remove MASKED_OPS arg, since it encouraged
17639         apps to have incorrect behavior.  Use simpler algorithm for head
17640         and tail.  Don't futz with umask; that's now the job of mode_adjust.
17641         Detect more invalid usages rather than having somewhat-random behavior.
17642         Don't insert an "a=" action, as that leads to incorrect behavior.
17643         (mode_compile, mode_create_from_ref): Return NULL on error instead
17644         of an enum, since now there's only one way to have an error.  All
17645         callers changed.
17646         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
17647         at the correct time.  Simplify calculation of "+u" and its ilk.
17648         Don't mishandle "+X".
17649         (mode_free): Remove "register" and localize decls.
17650         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17651         (struct mode_change): Move to modechange.c; callers don't
17652         need to see this stuff.
17653         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
17654         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
17655         (mode_change, mode_adjust): Reflect the new signatures noted above.
17656         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
17657         that might redefine system include files.
17658         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
17659         (my_usleep): Use NULL rather than (void *) 0.
17660         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
17661         Use siginterrupt to specify that system calls should be interrupted.
17662         (rpl_nanosleep): Move initialization of suspended closer to call of
17663         my_usleep.
17664         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
17665         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
17666         (desirable_utmp_entry): New function.
17667         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
17668         using x2nrealloc, to simplify logic.
17669         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
17670         size calculation.  Do not assume utmp file is a regular file.
17671         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
17672         (READ_UTMP_CHECK_PIDS): New constant.
17673         * lib/save-cwd.c: Include unistd-safer.h.
17674         (save_cwd): Use fd_safer.
17675         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
17676         [!_LIBC] Include "stat-macros.h" instead.
17677         * lib/unistd-safer.h (fd_safer): New decl.
17678
17679 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17680
17681         * modules/getloadavg (Depends-on): Add unistd-safer.
17682         * modules/getusershell (Depends-on): Add stdio-safer.
17683         * modules/lstat (Depends-on): Remove xalloc.
17684         * modules/mkstemp (Depends-on): Add stat-macros.
17685         * modules/modechange (Depends-on): Remove xstrtol.
17686         Add stat-macros, xalloc.
17687         * modules/save-cwd (Depends-on): Add unistd-safer.
17688         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
17689         * modules/unistd-safer (Files): Add lib/fd-safer.c
17690         (Makefile.am): Remove lib_SOURCES.
17691
17692         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
17693         Remove fcntl-safer; unistd-safer supersedes it.
17694
17695 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17696
17697         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
17698         AC_HEADER_STAT.
17699         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
17700         (gl_PREREQ_CHOWN): Remove.
17701         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
17702         it.  Don't require AC_HEADER_STAT.
17703         (gl_PREREQ_LSTAT): Remove.
17704         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
17705         Don't require AC_HEADER_STAT.
17706         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
17707         (gl_PREREQ_RMDIR): Remove.
17708         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
17709         mention stat-macros.h or AC_HEADER_STAT, since we'll make
17710         the stat-macros module a prerequisite.
17711         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
17712         * m4/filemode.m4 (gl_FILEMODE): Likewise.
17713         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
17714         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
17715         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
17716         variable names.
17717         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
17718         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
17719         variable prefixes.
17720         * m4/fcntl-safer.m4: Remove.
17721         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
17722         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
17723         Invoke gl_PREREQ_FD_SAFER.
17724         (gl_PREREQ_FD_SAFER): New macro.
17725         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
17726         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
17727         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
17728         Remove duplicate call to AC_LIBOBJ(readutmp).
17729         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
17730
17731         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
17732         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
17733
17734 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17735
17736         * MODULES.html.sh (Misc): Add byteswap.
17737
17738 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17739
17740         * modules/getcwd (Depends-on): Add extensions.
17741         * modules/openat (Depends-on): Likewise.
17742
17743 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17744
17745         * modules/byteswap: New file.
17746
17747 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17748
17749         * m4/byteswap.m4: New file.
17750
17751 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17752
17753         * lib/byteswap_.h: New file.
17754
17755 2005-04-25  Karl Berry  <karl@gnu.org>
17756
17757         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17758
17759 2005-04-25  Albert Chin  <china@thewrittenword.com>
17760
17761         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17762         Toolkit C bug.
17763
17764 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17765
17766         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17767         (func_ln_if_changed) Remove forcibly for no error message
17768         in case file does not exist.
17769
17770 2005-04-19  Simon Josefsson  <jas@extundo.com>
17771
17772         * gnulib-tool (Options): Make --symlink mean --symbolic.
17773
17774 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17775
17776         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17777
17778 2005-04-16  Simon Josefsson  <jas@extundo.com>
17779
17780         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17781
17782 2005-04-15  Simon Josefsson  <jas@extundo.com>
17783
17784         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17785
17786 2005-04-15  Simon Josefsson  <jas@extundo.com>
17787
17788         * gnulib-tool: Rename --symlink to --symbolic.
17789
17790 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17791
17792         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17793         symbolic links to files instead of copying/moving.  Add --aux-dir,
17794         specifying directory relative --dir where auxiliary build tools
17795         are placed.
17796
17797 2005-04-14  Bruno Haible  <bruno@clisp.org>
17798
17799         * modules/allocsa (License): Change to LGPL.
17800         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17801
17802 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17803
17804         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17805         that "UTC +1 second" continues to work.  Problem reported
17806         by Dmitry V. Levin.
17807         (relunit_snumber): New rule.
17808         (relunit): Use it.
17809
17810 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17811
17812         * lib/getdate.y (universal_time_zone_table): New constant.
17813         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17814         universal_time_zone_table.
17815         (lookup_zone): Prefer universal_time_zone_table to
17816         local_time_zone_table, so that "GMT" time stamps are allowed in
17817         London during the summer.  Problem reported by Ian Abbott.
17818
17819 2005-04-12  Jim Meyering  <jim@meyering.net>
17820
17821         * lib/human.c (humblock): Set *options even when returning due to
17822         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17823         warning from gcc-4.
17824
17825 2005-04-09  Jim Meyering  <jim@meyering.net>
17826
17827         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17828         -Wuninitialized: initialize tm0.tm_year.
17829
17830 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17831
17832         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17833         count, since there's no maximum.  All uses changed.
17834         Add member dsts_seen.
17835         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17836         not being INT_MAX.
17837         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17838         Use pc_rels_seen to decide whther a date is absolute.
17839
17840         * lib/getdate.y (number): Don't overwrite year.
17841         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17842         check.
17843
17844 2005-04-02  Simon Josefsson  <jas@extundo.com>
17845
17846         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17847         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17848
17849 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17850
17851         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17852         where no absolute path name can be longer than PATH_MAX.
17853
17854 2005-03-27  Jim Meyering  <jim@meyering.net>
17855
17856         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17857
17858 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17859
17860         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17861         "one's complement" -> "ones' complement" in comment, as per Knuth.
17862         "value of type" -> "type or expression" in comment.
17863         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17864
17865 2005-03-26  Jim Meyering  <jim@meyering.net>
17866
17867         Comment nits.
17868         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17869         Correct typos: s/or/of/.
17870
17871 2005-03-26  Jim Meyering  <jim@meyering.net>
17872
17873         * modules/check-include-files: Move to ../ and rename to...
17874         * check-module: ...this.
17875
17876 2005-03-25  Jim Meyering  <jim@meyering.net>
17877
17878         * modules/xvasprintf (Files): Add xalloc.h.
17879
17880 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17881
17882         * modules/gettext (Files): config/config.rpath ->
17883         build-aux/config.rpath
17884         * modules/iconv (Files): Likewise.
17885         Problem reported by Oskar Liljeblad.
17886
17887 2005-03-23  Jim Meyering  <jim@meyering.net>
17888
17889         * modules/check-include-files: New script to check for
17890         missing dependencies, multiple includes, etc.
17891
17892         * modules/c-strtold (Depends-on): Add xalloc.
17893         * modules/c-strtod (Depends-on): Add xalloc.
17894         * modules/hash (Depends-on): Add xalloc.
17895         (Files): Remove lib/xalloc.h.
17896
17897         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17898         * modules/userspec (Files): Add lib/inttostr.h.
17899
17900 2005-03-23  Jim Meyering  <jim@meyering.net>
17901
17902         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17903
17904 2005-03-22  Jim Meyering  <jim@meyering.net>
17905
17906         * modules/stat-macros: New module.
17907         * modules/canonicalize, modules/euidaccess, modules/file-type,
17908         * modules/filemode, modules/lchown, modules/makepath,
17909         * modules/rmdir, modules/stat: Depend on new stat-macros module
17910         rather than listing lib/stat-macros.h manually.
17911         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17912
17913 2005-03-22  Jim Meyering  <jim@meyering.net>
17914
17915         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17916
17917 2005-03-22  Bruno Haible  <bruno@clisp.org>
17918
17919         * config/srclist.txt: Replace target directory 'config' with
17920         'build-aux'.
17921         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17922         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17923         ../build-aux/.
17924
17925 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17926
17927         * modules/chdir-long (Depends-on): Add mempcpy.
17928
17929         * modules/acl, modules/backupfile, modules/c-strtod,
17930         modules/c-strtold, modules/canon-host, modules/canonicalize,
17931         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17932         modules/exclude, modules/exitfail, modules/file-type,
17933         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17934         modules/getdate, modules/getline, modules/getpagesize,
17935         modules/getpass, modules/getugroups, modules/group-member,
17936         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17937         modules/inttostr, modules/long-options, modules/makepath,
17938         modules/md5, modules/memcasecmp, modules/memcoll,
17939         modules/modechange, modules/mountlist, modules/path-concat,
17940         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17941         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17942         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17943         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17944         modules/strftime, modules/strndup, modules/strverscmp,
17945         modules/timespec, modules/unlocked-io, modules/userspec,
17946         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17947         modules/yesno:
17948         Remove lib_SOURCES line from Makefile.am section, as this is now
17949         done automatically by the corresponding Autoconf macro.
17950
17951 2005-03-21  Jim Meyering  <jim@meyering.net>
17952
17953         Changes imported from coreutils.
17954
17955         * lib/cycle-check.c: Don't include xalloc.h.
17956
17957         * lib/path-concat.c: Don't include assert.h.
17958         (path_concat): Remove assertion that would have triggered
17959         for ABASE starting with more than one slash.
17960         Reported by Andreas Schwab.
17961
17962         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17963         properly when ABASE is an absolute file name.
17964         Correct the description of this function.
17965         Include <assert.h>.
17966         Add an assertion and a test driver.
17967         This fixes a bug introduced on 2004-07-02.
17968         Andreas Schwab reported the resulting failure of cp --parents:
17969         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17970
17971 2005-03-21  Jim Meyering  <jim@meyering.net>
17972
17973         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17974         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17975
17976 2005-03-21  Jim Meyering  <jim@meyering.net>
17977         and  Paul Eggert  <eggert@cs.ucla.edu>
17978
17979         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17980         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17981         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17982         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17983         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17984         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17985         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17986         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17987         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17988         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17989         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17990         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17991         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17992         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17993         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17994         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17995         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17996         for these modules.
17997
17998 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17999
18000         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
18001         (which shouldn't happen), generate nothing instead of returning 0
18002         immediately, so that nstrftime (NULL, ...) doesn't return 0.
18003
18004 2005-03-16  Bruno Haible  <bruno@clisp.org>
18005
18006         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
18007         HAVE_LONGLONG_64BIT.
18008
18009 2005-03-16  Bruno Haible  <bruno@clisp.org>
18010
18011         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
18012         HAVE_LONGLONG_64BIT.
18013
18014 2005-03-16  Bruno Haible  <bruno@clisp.org>
18015
18016         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
18017         HAVE_LONGLONG_64BIT.
18018
18019 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
18020
18021         * lib/strftime.c (my_strftime): Prepend space to format so that we can
18022         reliably distinguish strftime failure from empty output on POSIX
18023         hosts.
18024
18025 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
18026
18027         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
18028         (iconv_string): Don't guess a size-zero buffer, as that might cause
18029         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
18030         result would be 'too large', where 'too large' is (heuristically)
18031         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
18032         overflow concerns.  This will prevent some unwanted malloc failures
18033         when the inputs are very large.
18034
18035 2005-03-15  Karl Berry  <karl@gnu.org>
18036
18037         * config/srclist.txt (config.rpath): from gettext.
18038         * config/config.rpath: update.
18039
18040 2005-03-15  Bruno Haible  <bruno@clisp.org>
18041
18042         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
18043         to 'negate'.
18044
18045         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
18046         variable.
18047
18048         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
18049         results.
18050
18051 2005-03-14  Simon Josefsson  <jas@extundo.com>
18052
18053         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
18054         <fx@gnu.org>.
18055
18056 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
18057
18058         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
18059         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
18060         intprops.h.
18061         * lib/strtol.c: Likewise.
18062
18063 2005-03-14  Jim Meyering  <jim@meyering.net>
18064
18065         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
18066         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
18067         to be nonzero so that we (and caller) can detect the difference
18068         between a valid zero-length expansion and an error return, even
18069         when the underlying strftime fails before writing anything into
18070         that location.
18071
18072 2005-03-14  Bruno Haible  <bruno@clisp.org>
18073
18074         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
18075         Update from GNU gettext 0.14.3.
18076
18077 2005-03-10  Jim Meyering  <jim@meyering.net>
18078
18079         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
18080
18081 2005-03-10  Jim Meyering  <jim@meyering.net>
18082
18083         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
18084         so that this module works on systems without fchdir.
18085
18086 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
18087
18088         Factor int-properties macros into a single file, except for
18089         glibc-related files.
18090         * lib/intprops.h: New file.
18091         * lib/getloadavg.c: Include it instead of limits.h.
18092         (INT_STRLEN_BOUND): Remove.
18093         * lib/human.c: Include intprops.h.
18094         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
18095         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
18096         302/1000.
18097         * lib/inttostr.h: Include intprops.h instead of limits.h.
18098         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
18099         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
18100         for consistency with intprops.h.
18101         (time_t_is_integer, twos_complement_arithmetic): Use them.
18102         * lib/sig2str.h: Include <signal.h>, intprops.h.
18103         (INT_STRLEN_BOUND): Remove.
18104         * lib/strftime.c (TYPE_SIGNED): Remove.
18105         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
18106         * lib/strtol.c: Adjust comments to match intprops.h.
18107         * lib/userspec.c: Include intprops.h.
18108         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
18109         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
18110         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
18111         instead of rolling our own expressions.
18112         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
18113
18114         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
18115         instead of int.
18116         (my_strftime): Do not mishandle years close to INT_MAX, by doing
18117         the right thing even if adding 1900 would overflow.  Similarly
18118         for tm_mon + 1 and tm_yday + 1.
18119         Make %Y always equivalent to %C%y, and similarly for %G and %g.
18120         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
18121         (DO_SIGNED_NUMBER): New macro.
18122         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
18123
18124 2005-03-07  Bruno Haible  <bruno@clisp.org>
18125
18126         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
18127
18128 2005-03-07  Bruno Haible  <bruno@clisp.org>
18129
18130         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
18131
18132 2005-03-04  Derek R. Price  <derek@ximbiot.com>
18133
18134         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
18135         (func_import): Only replace files via --import when they have actually
18136         changed.
18137
18138 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18139
18140         * m4/mmap-anon.m4: New file.
18141         * m4/pagealign_alloc.m4: New file.
18142
18143 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18144             Bruno Haible  <bruno@clisp.org>
18145
18146         * modules/pagealign_alloc: New file.
18147         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
18148
18149 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18150             Bruno Haible  <bruno@clisp.org>
18151
18152         * lib/pagealign_alloc.h: New file.
18153         * lib/pagealign_alloc.c: New file.
18154
18155 2005-03-03  Bruno Haible  <bruno@clisp.org>
18156
18157         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
18158         Use an all-permissive copyright notice, recommended by RMS.
18159
18160 2005-03-02  Bruno Haible  <bruno@clisp.org>
18161
18162         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
18163         of AIX, the replacement has to be done only after <string.h> is
18164         included, therefore not in config.h. stpncpy.h does the replacement,
18165         and stpncpy.c uses it.
18166
18167 2005-03-02  Bruno Haible  <bruno@clisp.org>
18168
18169         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
18170         stpncpy.c uses it.
18171
18172 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18173
18174         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
18175         The workaround isn't strictly needed for POSIX conformance, and
18176         it's too much of a pain to configure and maintain.  We'll ask
18177         people to fix their kernels instead.
18178         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
18179         (NANOSLEEP_BUG_WORKAROUND): Remove.
18180         (xnanosleep): Remove the workaround.
18181
18182 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18183
18184         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
18185         Reported by Derek Price.
18186         (Include): Add "timespec.h".
18187
18188         * modules/xnanosleep (Depends-on): Remove gethrxtime.
18189
18190 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18191
18192         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
18193         to detect nanosleep bug.
18194
18195 2005-03-01  Bruno Haible  <bruno@clisp.org>
18196
18197         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
18198
18199 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
18200
18201         * modules/gethrxtime: New file.
18202         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
18203         (Depends-on): Add gethrxtime.
18204         (configure.ac): Add gl_XNANOSLEEP.
18205         (Makefile.am): Remove lib_SOURCES line.
18206
18207 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18208
18209         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
18210         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
18211
18212 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18213
18214         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
18215         * lib/timespec.h (gettime): Return void, since it always
18216         succeeds now.  All uses changed.
18217         * lib/gettime.c (gettime) Likewise.
18218         [HAVE_NANOTIME]: Prefer nanotime.
18219         Assume gettimeofday succeeds, as POSIX requires.
18220         Assime time () succeeds, since other code already does.
18221         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
18222         (timespec_subtract): Remove.
18223         (NANOSLEEP_BUG_WORKAROUND): New constant.
18224         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
18225         things considerably.  Use it only on GNU/Linux hosts, since the
18226         workaround shouldn't be needed elsewhere.
18227
18228 2005-02-24  Bruno Haible  <bruno@clisp.org>
18229
18230         * modules/gettext (Files): Add m4/glibc2.m4.
18231
18232 2005-02-24  Bruno Haible  <bruno@clisp.org>
18233
18234         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
18235         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
18236         * m4/progtest.m4:
18237         Update from GNU gettext 0.14.2.
18238         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
18239
18240 2005-02-24  Bruno Haible  <bruno@clisp.org>
18241
18242         * lib/localcharset.c: Update from GNU gettext 0.14.2.
18243         * lib/config.charset: Update from GNU gettext 0.14.2.
18244
18245 2005-02-24  Bruno Haible  <bruno@clisp.org>
18246
18247         * lib/gettext.h: Update from GNU gettext 0.14.2.
18248
18249 2005-02-23  Simon Josefsson  <jas@extundo.com>
18250
18251         * m4/iconvme.m4: New file.
18252
18253 2005-02-23  Jim Meyering  <jim@meyering.net>
18254
18255         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
18256         change.
18257         Thanks to Bruno Haible for catching it.
18258
18259 2005-02-22  Simon Josefsson  <jas@extundo.com>
18260
18261         * modules/iconvme: New file.
18262
18263         * MODULES.html.sh: Add iconvme.
18264
18265 2005-02-22  Simon Josefsson  <jas@extundo.com>
18266
18267         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
18268
18269 2005-02-22  Simon Josefsson  <jas@extundo.com>
18270
18271         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
18272
18273 2005-02-22  Jim Meyering  <jim@meyering.net>
18274
18275         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
18276         s/ifndef/ifdef/.
18277
18278 2005-02-20  Neil Conway  <neilc@samurai.com>
18279
18280         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
18281         returned by OSX/Darwin if the specified buffer is not large
18282         enough for the hostname.
18283
18284 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18285
18286         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
18287         pass it to _help, otherwise the latter coredumps trying to
18288         dereference state.root_argp.
18289
18290 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18291
18292         * modules/chdir-long (Depends-on): Add memrchr.
18293         * modules/memrchr (Files): Add lib/memrchr.h.
18294         (Include): "memrchr.h".
18295
18296 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18297
18298         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
18299
18300 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18301
18302         * lib/memrchr.h: New file.
18303         * lib/chdir-long.c: Include it.
18304         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
18305         Don't bother including stddef.h.
18306
18307 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
18308
18309         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
18310         inclusion.
18311         Include <sys/types.h>, for dev_t.
18312         (ME_DUMMY, ME_REMOTE): Move from here....
18313         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
18314         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
18315         Dmitry V. Levin.
18316         Include mountlist.h first, to test the interface.
18317
18318 2005-01-29  Bruno Haible  <bruno@clisp.org>
18319
18320         * lib/progname.c (program_name): Initialize.
18321         Needed when linking statically on MacOS X.
18322
18323 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18324
18325         Sync from coreutils.
18326         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
18327         (Depends-on): Add c-strtod.
18328         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
18329
18330 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18331
18332         Sync from coreutils.
18333         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
18334
18335         Remove files that are specific to coreutils.
18336         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
18337
18338 2005-01-28  Bruno Haible  <bruno@clisp.org>
18339
18340         * modules/javacomp: New file.
18341         * MODULES.html.sh (Java): Add javacomp.
18342
18343 2005-01-28  Bruno Haible  <bruno@clisp.org>
18344
18345         * m4/javacomp.m4: New file, from GNU gettext.
18346
18347 2005-01-28  Bruno Haible  <bruno@clisp.org>
18348
18349         * lib/javacomp.sh.in: New file, from GNU gettext.
18350         * lib/javacomp.h: New file, from GNU gettext.
18351         * lib/javacomp.c: New file, from GNU gettext.
18352
18353 2005-01-26  Simon Josefsson  <jas@extundo.com>
18354
18355         * lib/gai_strerror.c: Use GPL in header.
18356
18357 2005-01-26  Bruno Haible  <bruno@clisp.org>
18358
18359         * modules/javaexec: New file.
18360         * MODULES.html.sh (Java): Add javaexec.
18361
18362 2005-01-26  Bruno Haible  <bruno@clisp.org>
18363
18364         * m4/javaexec.m4: New file, from GNU gettext.
18365
18366 2005-01-26  Bruno Haible  <bruno@clisp.org>
18367
18368         * lib/javaexec.sh.in: New file, from GNU gettext.
18369         * lib/javaexec.h: New file, from GNU gettext.
18370         * lib/javaexec.c: New file, from GNU gettext.
18371
18372 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18373
18374         * modules/lchown (Depends-on): Remove lchown.h
18375
18376 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18377
18378         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
18379         must be defined if the header file was not found, in order
18380         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
18381
18382 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18383
18384         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
18385         initializers for struct pentry_state.
18386         (__argp_error): Check return value of __asprintf
18387         (__argp_failure): Translate error message
18388
18389         * lib/argp-parse.c: Removed braces around the expansion of N_()
18390
18391 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18392
18393         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
18394         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
18395         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
18396         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
18397         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
18398         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
18399         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
18400         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
18401         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
18402         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
18403         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
18404         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
18405         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
18406         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
18407         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
18408         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
18409         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
18410         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
18411         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
18412         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
18413         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
18414         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
18415         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
18416         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
18417         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
18418         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
18419         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
18420         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
18421         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
18422         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
18423         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
18424         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
18425         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
18426         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
18427         xstrtol.m4, xstrtoumax.m4, yesno.m4:
18428         Use an all-permissive copyright notice, recommended by RMS.
18429
18430 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
18431
18432         * modules/chdir-long (Depends-on): Remove mempcpy.
18433
18434 2005-01-21  Jim Meyering  <jim@meyering.net>
18435
18436         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
18437         same value as for Solaris 9.
18438
18439         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
18440         component length.  This included changing the parameter to be
18441         of type `char *' rather than `char const *'.
18442         * lib/chdir-long.h (chdir_long): Update prototype.
18443
18444         * lib/openat.c (fdopendir, fstatat): New functions.
18445         * lib/openat.h: Include headers required for use of DIR and struct
18446         stat.
18447         [AT_SYMLINK_NOFOLLOW]: Define.
18448         (fdopendir, fstatat): Add prototypes.
18449
18450 2005-01-21  Bruno Haible  <bruno@clisp.org>
18451
18452         * modules/classpath: New file.
18453         * MODULES.html.sh (Java): Add classpath.
18454
18455 2005-01-21  Bruno Haible  <bruno@clisp.org>
18456
18457         * lib/classpath.h: New file, from GNU gettext.
18458         * lib/classpath.c: New file, from GNU gettext.
18459
18460 2005-01-20  Simon Josefsson  <jas@extundo.com>
18461
18462         * modules/version-etc-fsf: New file.
18463
18464 2005-01-20  Simon Josefsson  <jas@extundo.com>
18465
18466         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
18467         * lib/version-etc.c: Remove version_etc_copyright.
18468         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
18469         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
18470
18471 2005-01-20  Simon Josefsson  <jas@extundo.com>
18472
18473         * lib/base64.h (isbase64): Add.
18474
18475         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
18476         using a unsigned prototype, don't inline.
18477         (base64_decode): Use it.
18478
18479 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18480
18481         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
18482         it.
18483
18484 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18485
18486         * lib/save-cwd.c (save_cwd): Remove code to support the case
18487         where fchdir is missing or flaky.
18488
18489 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18490
18491         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
18492
18493 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
18494
18495         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
18496         AC_LIBSOURCES now does this.
18497         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
18498         with new ullong_max module.
18499
18500 2005-01-19  Bruno Haible  <bruno@clisp.org>
18501
18502         * modules/sh-quote: New file.
18503         * MODULES.html.sh (Executing programs): Add sh-quote.
18504
18505 2005-01-19  Bruno Haible  <bruno@clisp.org>
18506
18507         * lib/sh-quote.h: New file, from GNU gettext.
18508         * lib/sh-quote.c: New file, from GNU gettext.
18509
18510 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18511
18512         Merge from coreutils.
18513         * m4/ullong_max.m4: New file.
18514         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
18515         (gl_MACROS): Assume localeconv exists.
18516
18517 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18518
18519         Merge changes from coreutils, as described below in several
18520         changelogs dated today.
18521
18522         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
18523         (O_DIRECTORY): Remove; not needed here, since "." must be
18524         a directory.  All uses removed.
18525         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
18526         universal on Suns, and we also need to test for IRIX.
18527         Revamp code to use 'if' rather than '#if'.
18528         Avoid unnecessary comparison of cwd->desc to 0.
18529
18530         * lib/utimens.c (futimens): Robustify the previous patch, by checking
18531         for known valid error numbers rather than observed invalid ones.
18532
18533 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18534
18535         * modules/ullong_max: New file.
18536
18537         * modules/chdir-long, modules/openat: New files.
18538         * modules/save-cwd (Depends-on): Depend on chdir-long.
18539         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
18540
18541 2005-01-18  Jim Meyering  <jim@meyering.net>
18542
18543         Merge from coreutils.
18544         * m4/chdir-long.m4, m4/openat.m4: New files.
18545         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
18546         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
18547         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
18548         is sane and DOES follow symlinks.  Besides, testing 20 different
18549         systems found no broken chown implementations.
18550         Prompted by a change in rsync's copy of this macro.
18551         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
18552
18553         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
18554
18555         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
18556         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
18557         NULL-means-set-to-current-time semantics.
18558         Remove temporary file immediately, rather than waiting
18559         for configure's at-exit trap code to do it.
18560
18561 2005-01-18  Jim Meyering  <jim@meyering.net>
18562
18563         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18564
18565         * lib/utimens.c (futimens): Account for the fact that futimes
18566         can also fail with errno == ENOSYS or errno == ENOENT.
18567         Patch from Dmitry V. Levin.
18568
18569         Change the name of the robust chdir function from chdir to chdir_long.
18570         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
18571         (restore_cwd): Use chdir_long, not chdir.
18572         * lib/chdir-long.c: Renamed from chdir.c.
18573         * lib/chdir-long.h: Renamed from chdir.h.
18574         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
18575         Hurd.
18576
18577 2005-01-18  Bruno Haible  <bruno@clisp.org>
18578
18579         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
18580         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
18581         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
18582         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
18583         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
18584         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
18585         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
18586         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
18587         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
18588         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
18589         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
18590         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
18591         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
18592         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
18593         Use an all-permissive copyright notice, recommended by RMS.
18594
18595 2005-01-18  Bob Proulx  <bob@proulx.com>
18596
18597         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
18598         simplify offsetof() macro construct to avoid compile failure with
18599         native HP-UX 11.0 ANSI C compiler.
18600
18601 2005-01-17  Bruno Haible  <bruno@clisp.org>
18602
18603         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
18604         redundant because stpncpy.m4 takes care of it.
18605
18606 2005-01-17  Bruno Haible  <bruno@clisp.org>
18607
18608         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
18609
18610 2005-01-17  Bruno Haible  <bruno@clisp.org>
18611
18612         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
18613         used.
18614
18615 2005-01-17  Bruno Haible  <bruno@clisp.org>
18616
18617         * lib/fwriteerror.h (fwriteerror): Change specification to include
18618         fclose.
18619         * lib/fwriteerror.c: Include <stdbool.h>.
18620         (fwriteerror): At the end, close the file stream. Record whether
18621         stdout was already closed.
18622
18623 2005-01-17  Bruno Haible  <bruno@clisp.org>
18624
18625         * lib/execute.c (environ): Declare if needed.
18626         * lib/pipe.c (environ): Likewise.
18627         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
18628
18629 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18630
18631         * modules/argp: Depend on vsnprintf
18632
18633 2005-01-10  Jim Meyering  <jim@meyering.net>
18634
18635         * modules/closeout (Depends-on): Add atexit.
18636
18637 2005-01-06  Bruno Haible  <bruno@clisp.org>
18638
18639         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
18640
18641 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18642
18643         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
18644         definitions to be after all include files, to avoid collisions.
18645         Problem reported by Bob Proulx.
18646
18647 2005-01-04  Jim Meyering  <jim@meyering.net>
18648
18649         Changes imported from coreutils.
18650         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
18651         as the mkstemp template, use a temporary directory and an
18652         8.3-friendly template to avoid trouble on systems like DJGPP.
18653         Reported by Juan M. Guerrero via Stepan Kasal.
18654         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
18655         close. Remove the temporary directory right away, rather than waiting
18656         for configure's at-exit trap code to do it.
18657         Suggestion from Stepan Kasal.
18658
18659 2005-01-01  Simon Josefsson  <jas@extundo.com>
18660
18661         * gnulib-tool: Print #include directives when --import'ing.
18662
18663 2004-12-28  Simon Josefsson  <jas@extundo.com>
18664
18665         * tests/test-base64.c: Include required header files.  Remove
18666         unused variables.
18667
18668 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18669
18670         * modules/error (Depends-on): Remove gettext.
18671
18672 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18673
18674         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
18675         not needed.  This removes a dependency on the gettext module.
18676         [defined _LIBC]: Do not include <libintl.h>; not needed.
18677
18678 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18679
18680         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
18681         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
18682
18683 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18684
18685         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
18686         HAVE_DECL_STRTOLD.
18687
18688 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18689
18690         * modules/getdate (Depends-on): Remove alloca-opt.
18691
18692 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18693
18694         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
18695
18696 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18697
18698         * lib/argp-parse.c: Include <stddef.h>.
18699         (alignof, alignto): New macros.
18700         (parser_init): Don't assume that void * is aligned sufficiently
18701         for struct option.
18702
18703         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
18704         need to extend the stack.
18705         (YYINITDEPTH): New macro, so that the initial stack isn't overly
18706         large.
18707
18708 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18709
18710         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
18711
18712 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18713
18714         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
18715         (2004-10-24) change.  Apparently this was a false alarm.
18716
18717         * modules/getdate: Depend on alloca-opt, not alloca.
18718
18719 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18720
18721         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
18722         Remove now-obsolete comment about AIX.
18723         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
18724         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
18725         (YYMAXDEPTH): New macro.
18726
18727 2004-12-18  Simon Josefsson  <jas@extundo.com>
18728
18729         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
18730
18731 2004-12-18  Bruno Haible  <bruno@clisp.org>
18732
18733         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
18734
18735 2004-12-18  Bruno Haible  <bruno@clisp.org>
18736
18737         * lib/fatal-signal.c (fatal_signals): Make non-const.
18738         (init_fatal_signals): New function.
18739         (uninstall_handlers, install_handlers): Ignore signals that were set to
18740         SIG_IGN.
18741         (at_fatal_signal): Call init_fatal_signals.
18742         (init_fatal_signal_set): Likewise. Ignore signals that were set to
18743         SIG_IGN.
18744         Reported by Paul Eggert.
18745
18746 2004-12-18  Bruno Haible  <bruno@clisp.org>
18747
18748         * doc/alloca.texi: New file.
18749         * doc/alloca-opt.texi: New file.
18750
18751 2004-12-17  Jim Meyering  <jim@meyering.net>
18752
18753         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18754         Otherwise, install-sh could exit with improper exit status when
18755         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18756
18757 2004-12-16  Simon Josefsson  <jas@extundo.com>
18758
18759         * tests/test-base64.c: Add license.
18760
18761 2004-12-15  Stepan Kasal  <address@hidden>
18762
18763         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18764
18765 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18766
18767         * modules/getcwd (Files): Add m4/d-ino.m4.
18768         Suggested by Mark D. Baushke.
18769
18770 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18771
18772         * lib/getdate.y (textint): New member "negative".
18773         (time_zone_hhmm): New function.
18774         Expect 14 shift-reduce conflicts, not 13.
18775         (o_colon_minutes): New rule.
18776         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18777         (yylex): Set the "negative" member of signed numbers.
18778
18779 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18780
18781         * doc/getdate.texi (Time of day items, Time zone items):
18782         Describe new formats +00:00, UTC+00:00.
18783
18784 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18785
18786         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18787         spurious "-l"s.  Problem reported by Stepan Kasal.
18788
18789 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18790
18791         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18792         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18793
18794 2004-12-04  Simon Josefsson  <jas@extundo.com>
18795
18796         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18797         Vandoorselaere <yoann@prelude-ids.org>.
18798
18799 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18800
18801         Changes imported from coreutils.
18802         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18803         exist.
18804         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18805
18806 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18807
18808         Changes imported from coreutils.
18809         * lib/hard-locale.c: Assume <locale.h> exists.
18810         Include "strdup.h".
18811         (GLIBC_VERSION): New macro.
18812         (hard_locale): Assume setlocale exists.
18813         Rewrite to avoid #ifdef.
18814         Use strdup rather than malloc + strcpy.
18815         * lib/human.c: Assume <locale.h> exists.
18816         (human_readable): Assume localeconv exists.
18817
18818 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18819
18820         * modules/hard-locale (Depends-on): Add strdup.
18821
18822 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18823
18824         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18825         convert T2, not T.  (Imported from libc.)
18826
18827 2004-11-30  Simon Josefsson  <jas@extundo.com>
18828
18829         * modules/restrict (License): Change to LGPL.
18830
18831 2004-11-30  Simon Josefsson  <jas@extundo.com>
18832
18833         * m4/restrict.m4: Add copyright and copying conditions.
18834
18835 2004-11-30  Simon Josefsson  <jas@extundo.com>
18836
18837         * m4/base64.m4: New file.
18838
18839 2004-11-30  Simon Josefsson  <jas@extundo.com>
18840
18841         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18842         base64.
18843
18844         * tests/test-base64.c: New file.
18845
18846         * modules/base64: New file.
18847
18848 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18849
18850         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18851         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18852
18853         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18854
18855 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18856
18857         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18858         (__getcwd.c): Don't restore errno; glibc doesn't.
18859         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18860         first, falling back to our code only if its results look suspicious.
18861         Ensure that the resulting buffer is only as large as necessary.
18862
18863         * lib/readutmp.c: Include readutmp.h first.
18864         Include <errno.h>, since readutmp.h no longer does that.
18865         * lib/readutmp.h: Don't include <errno.h>,
18866         <sys/param.h>, <time.h>; not needed to establish interface.
18867         (errno): Remove decl.
18868         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18869         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18870         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18871
18872 2004-11-28  Simon Josefsson  <jas@extundo.com>
18873
18874         * lib/base64.h, base64.c: New file.
18875
18876 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18877
18878         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18879
18880 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18881
18882         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18883         (Depends-on): Remove pathmax, same.  Add mempcpy.
18884         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18885         (Makefile.am): Append getcwd.h to lib_SOURCES.
18886         (Include): Add getcwd.h.
18887         (Maintainer): Change from Jim Meyering to "all, glibc",
18888         since getdate now uses intended-for-glibc code.
18889         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18890         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18891
18892 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18893
18894         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18895         HP's ANSI C compiler.
18896         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18897         Declaring int functions causes warnings on some modern systems and
18898         shouldn't be needed to compile on ancient ones.
18899         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18900         defined.
18901
18902         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18903         with the following changes.
18904         (__set_errno): Parenthesize properly.
18905         Include <stdbool.h>.
18906         (MIN, MAX, MATCHING_INO): New macros.
18907         (__getcwd): Define with prototype, not K&R form.
18908         Use heuristics to allocate default buffer on stack if possible.
18909         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18910         behavior, and to avoid the PATH_MAX limit when computing
18911         ../../../../...
18912         Use MATCHING_INO to compare inode number to file.
18913         Check for arithmetic overflow in size calculations.
18914         Fix bug in reallocation of dot array that caused getcwd to fail
18915         on directories nested deeper than 75.
18916         Be more careful about saving errno on error.
18917         Do not use realloc; use only free+malloc, as this is a bit
18918         more flexible and avoids a needless copy operation.
18919         Do not inspect st_dev and st_ino for symbolic links; POSIX
18920         doesn't specify the latter.
18921         Check for closedir errors.
18922         Avoid needless casts.
18923         Use "#ifdef weak_alias" around weak_alias, to be like other
18924         glibc code.
18925         The following changes to getcwd.c have effect only when used in
18926         gnulib; they have no effect inside glibc proper.
18927         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18928         as alloca isn't used.
18929         (alloca, __alloca): Likewise.
18930         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18931         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18932         unconditionally, as gnulib assumes C89 or better.
18933         Do not include <sys/param.h>.
18934         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18935         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18936         better.
18937         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18938         Include <dirent.h> in a way that is compatible with modern Autoconf.
18939         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18940         New macros, if not already defined.
18941         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18942         Use "_LIBC", not "defined _LIBC", for consistency.
18943         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18944         a mempcpy module.
18945         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18946         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18947         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18948         credit only to Jim Meyering and adjust the copyright dates.
18949         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18950         <stdlib.h>, <unistd.h>, "pathmax.h".
18951         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18952         (INITIAL_BUFFER_SIZE): Remove.
18953         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18954
18955 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18956
18957         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18958         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18959         Use the _ONCE methods, for efficiency.
18960         Check for fcntl.h.  In test program, include <errno.h>
18961         and <fcntl.h> if available.  Remove old K&R cruft from
18962         test program.  Check for common errors in GNU/Linux,
18963         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18964         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18965         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18966         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18967         name accordingly.
18968         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18969         accommodate new getcwd.c.
18970         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18971         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18972         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18973         that's all we need now.
18974
18975 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18976
18977         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18978         argp-parse.c depends on getopt internals, that means we should
18979         always use our getopt, to be on the safe side.
18980         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18981         order not to spoil the result of an eventual previous invocation
18982         of gl_GETOPT_SUBSTITUTE.
18983
18984 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18985
18986         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18987         redefinition warnings. To avoid them, include the defines
18988         in `#if !defined __need_getopt ... #endif'. The only place
18989         where __getopt_argv_const is used is in definitions
18990         of getopt_long and getopt_long_only below, which are as well
18991         protected by `#ifndef __need_getopt'.
18992         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18993         __need_getopt after including <stdio.h> and <unistd.h> These
18994         headers might have defined it.
18995
18996 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18997
18998         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18999
19000 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
19001
19002         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
19003         (futimens): New function, which uses futimes if available.
19004         (futimens, utimens): Support timespec==NULL, with same semantics
19005         as utime and utimens.
19006         * lib/utimens.h (futimens): New decl.
19007
19008 2004-11-23  Jim Meyering  <jim@meyering.net>
19009
19010         * lib/getopt_.h: Remove trailing blanks.
19011
19012 2004-11-23  Jim Meyering  <jim@meyering.net>
19013
19014         * lib/__fpending.c: Add comment.
19015
19016 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
19017
19018         * modules/canonicalize (Depends-on): Add xreadlink.
19019         Problem reported by James Youngman.
19020
19021 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19022
19023         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
19024         New macros.
19025         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
19026         optopt): Use them instead of invoking ## directly; otherwise, the
19027         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
19028
19029 2004-11-19  Bruno Haible  <bruno@clisp.org>
19030
19031         * lib/strtok_r.c: Move comments from here...
19032         * lib/strtok_r.h: ... to here.
19033
19034 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19035
19036         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
19037         implementations that mishandle size_t overflow.
19038
19039 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19040
19041         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
19042         might fail.  Problem reported by Yoann Vandoorselaere.
19043         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
19044         implementations that mishandle size_t overflow.
19045
19046 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19047
19048         * modules/canon-host (Depends-on): Add strdup.
19049
19050 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19051
19052         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
19053
19054 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19055
19056         * lib/canon-host.c: Include "strdup.h".
19057         (canon_host): Use getaddrinfo if available, so that IPv6 works.
19058         Use strdup instead of malloc/strcpy to duplicate strings.
19059
19060         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
19061         (human_space_before_unit): New constant.
19062         * lib/human.c (human_readable): Support it.
19063
19064         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
19065         (xgetcwd): Set errno correctly when failing.
19066         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
19067         the failure is actually due to a PATH_MAX problem.
19068
19069         Further getopt changes to make it more likely that glibc will
19070         buy the changes back.
19071         * lib/getopt.c (POSIXLY_CORRECT): New constant.
19072         (getopt): Use it, so to preserve glibc semantic
19073         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
19074         when compiling for libc.
19075         * lib/getopt_.h (__getopt_argv_const): Bring it back.
19076         (getopt_long, getopt_long_only): Use it.
19077
19078         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
19079         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
19080         (getopt): Argv is now char * const *, as per standard.
19081         (_getopt_internal_r, _getopt_internal): Argv is now char **,
19082         not char *__getopt_argv_const *.
19083         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
19084         _getopt_long_only_r): Likewise.
19085         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
19086         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
19087         _getopt_long_r, _getopt_long_only_r): Likewise.
19088         * lib/getopt_.h (__getopt_argv_const): Remove.
19089         (getopt): Argv is now char * const *, as per standard.
19090
19091         * lib/getdate.y (tORDINAL): New token.
19092         (day, relunit): Allow it for relative times.
19093         (relative_time_table): Use tORDINAL for ordinals.
19094
19095 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19096
19097         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
19098         Document that "second" isn't allowed as an ordinal number.
19099
19100 2004-11-16  Jim Meyering  <jim@meyering.net>
19101
19102         * modules/closeout (Depends-on): Add fpending.
19103
19104 2004-11-15  Jim Meyering  <jim@meyering.net>
19105
19106         * lib/closeout.c: Include "__fpending.h" once again.
19107         Include <stdbool.h>.
19108         (close_stdout): Don't fail just because stdout was closed initially,
19109         since some programs don't write to stdout in the normal course of
19110         operation (other than --version and --help), and we don't want this
19111         function to make e.g. `touch file >&-' fail.
19112         But do fail if it was closed and someone has tried to write to it.
19113         E.g., `printf foo >&-' must fail.
19114
19115 2004-11-13  Jim Meyering  <jim@meyering.net>
19116
19117         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
19118
19119 2004-11-12  Simon Josefsson  <jas@extundo.com>
19120
19121         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
19122         small doc fix is still pending.
19123
19124 2004-11-11  Simon Josefsson  <jas@extundo.com>
19125
19126         * modules/strtok_r: New file.
19127
19128         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19129         strtok_r.
19130
19131 2004-11-11  Simon Josefsson  <jas@extundo.com>
19132
19133         * m4/strtok_r.m4: New file.
19134
19135         * m4/getopt.m4: Replace opterr.
19136
19137 2004-11-11  Simon Josefsson  <jas@extundo.com>
19138
19139         * lib/strtok_r.h, strtok_r.c: New file.
19140
19141 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
19142
19143         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
19144         of replacing opterr, getopt, etc.  This should handle the
19145         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
19146
19147 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
19148
19149         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
19150         we can stop lying to compilers about the constness of argv when we
19151         are compiled outside glibc.
19152         (getopt, getopt_long, getopt_long_only): Use it.
19153         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
19154         _getopt_internal, getopt): Likewise.
19155         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
19156         _getopt_long_only_r): Likewise.
19157         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
19158         _getopt_long_r, _getopt_long_only_r): Likewise.
19159
19160         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
19161         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
19162         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
19163         the other external symbols.
19164         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
19165         declaration, since the above renaming now works around collisions.
19166
19167 2004-11-11  Jim Meyering  <jim@meyering.net>
19168
19169         * lib/linebreak.c: Remove trailing blanks.
19170         * lib/alloca_.h: Likewise.
19171         * lib/acosl.c: Likewise.
19172         * lib/euidaccess.c: Likewise.
19173         * lib/allocsa.h: Likewise.
19174
19175 2004-11-10  Simon Josefsson  <jas@extundo.com>
19176
19177         * m4/getaddrinfo.m4: New file.
19178
19179 2004-11-10  Simon Josefsson  <jas@extundo.com>
19180
19181         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
19182
19183 2004-11-10  Simon Josefsson  <jas@extundo.com>
19184
19185         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19186         getaddrinfo.
19187
19188         * modules/getaddrinfo: New file.
19189
19190 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19191
19192         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
19193
19194 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19195
19196         * lib/mktime.c (SHR): New macro, which is a portable
19197         substitute for >> that should work even on Crays.
19198         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
19199         Problem reported by Mark D. Baushke in
19200         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
19201         * lib/getdate.y (SHR): Likewise.
19202         (tm_diff): Use it.
19203         * lib/strftime.c (SHR): Likewise.
19204         (tm_diff): Use it.
19205         * lib/quotearg.c (struct quoting_options): Use unsigned int for
19206         quote_these_too, so that right shifts are well defined.  All uses
19207         changed.
19208
19209 2004-11-10  Jim Meyering  <jim@meyering.net>
19210
19211         Ensure that no close failure goes unreported.
19212         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
19213         return early when it seems there's nothing to flush.
19214         Don't include __fpending.h.
19215
19216 2004-11-10  Jim Meyering  <jim@meyering.net>
19217
19218         * modules/closeout (Depends-on): Remove fpending.
19219
19220 2004-11-10  Jim Meyering  <jim@meyering.net>
19221
19222         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
19223
19224 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19225
19226         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
19227         gl_FUNC_STRFTIME.
19228         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
19229         and AC_REQUIRE when possible, to avoid duplicate checks.
19230         Check for <wchar.h>.
19231
19232 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19233
19234         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
19235
19236 2004-11-09  Bruno Haible  <bruno@clisp.org>
19237
19238         * m4/sockpfaf.m4: New file.
19239
19240 2004-11-05  Bruno Haible  <bruno@clisp.org>
19241
19242         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
19243         Reported by Mark D. Baushke <mdb@cvshome.org>.
19244
19245 2004-11-04  Bruno Haible  <bruno@clisp.org>
19246
19247         2004-09-11  Bruno Haible  <bruno@clisp.org>
19248                 * allocsa.valgrind: New file.
19249         2004-02-06  Bruno Haible  <bruno@clisp.org>
19250                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
19251                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
19252                 Reported by Christopher Seip <chris.seip@hp.com>.
19253
19254 2004-11-04  Bruno Haible  <bruno@clisp.org>
19255
19256         * modules/allocsa (Files): Add lib/allocsa.valgrind.
19257         (Makefile.am): Distribute it.
19258
19259 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
19260
19261         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
19262         with errno == ERANGE if the buffer is too small.
19263         Problem reported by Mark D. Baushke.
19264
19265 2004-11-03  Albert Chin  <china@thewrittenword.com>
19266             Paul Eggert  <eggert@cs.ucla.edu>
19267
19268         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
19269         equivalent, substitute $ac_type for equivalent type rather than
19270         blindly using uint32_t *always* which won't work if uint32_t is not
19271         available.  Define _UINT32_T to work around typedef of uint32_t if
19272         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
19273         2.5.1.
19274
19275 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19276
19277         * m4/jm-macros.m4: Sync from coreutils.
19278         (gl_MACROS): Check for mbrlen, for pathchk.
19279         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
19280
19281 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19282
19283         * lib/xreadlink.c (MAXSIZE): New macro.
19284         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
19285         size does not exceed MAXSIZE.  Avoid cast.
19286         As suggested by Mark D. Baushke in
19287         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
19288         if readlink fails with buffer size just under MAXSIZE, try again
19289         with MAXSIZE.
19290
19291 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19292
19293         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
19294
19295 2004-11-02  Derek R. Price  <derek@ximbiot.com>
19296         and  Paul Eggert  <eggert@cs.ucla.edu>
19297
19298         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
19299         (get_date): Overparenthesize to avoid GCC warning.
19300
19301 2004-11-02  Bruno Haible  <bruno@clisp.org>
19302
19303         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
19304         returns void.
19305
19306 2004-11-02  Bruno Haible  <bruno@clisp.org>
19307
19308         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
19309         function returns void.
19310
19311 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
19312
19313         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
19314         fflush_unlocked, flockfile, funlockfile, funlockfile,
19315         fputs_unlocked, putc_unlocked.
19316
19317 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
19318
19319         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
19320         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
19321         already declared.
19322
19323 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19324
19325         * modules/getdate (Files): Add doc/getdate.texi.
19326         (Depends-on): Add setenv, xalloc.
19327
19328 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19329
19330         * lib/getdate.y: Add support for TZ="foo" within a date string.
19331         Fix some bugs near time_t boundaries.  Reject dates with
19332         out-of-range components, e.g., "Sept 31".
19333         Include <stdlib.h>, "setenv.h", "xalloc.h".
19334         (ISDIGIT_LOCALE): Remove; unused.
19335         Note that the TZ and time functions used here are not reentrant.
19336         (mktime_ok, get_tz): New functions.
19337         (TZBUFSIZE): New constant.
19338         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
19339         This requires that we sometimes generate our own TZ="XXX..." setting.
19340
19341 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19342
19343         * doc/getdate.texi: New file, from coreutils with modifications for
19344         the new TZ parsing.
19345
19346 2004-10-27  Derek R. Price  <derek@ximbiot.com>
19347
19348         * lib/mktime.c (not_equal_tm): Remove redundant check.
19349
19350 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19351
19352         * modules/regex (lib_SOURCES): Add regex.c.
19353         Reported by James Youngman in
19354         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
19355
19356 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19357
19358         * lib/getdate.y: Use Bison 1.875 features, and some minor
19359         code cleanups.  This change does not affect semantics.
19360         Don't include <stdlib.h>; no longer needed.
19361         Don't include unlocked-io.h; only the "#if TEST" code uses
19362         stdio, and performance isn't crucial there.
19363         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
19364         Bison 1.875 features as described below.
19365         All uses of "PC." replaced by "pc->".
19366         (YYSTYPE): Add a forward declaration.
19367         (yylex, yyerror): Use full prototypes in forward decls.
19368         Use "%pure-parser" rather than obsolescent "%pure_parser".
19369         Use %parse-param and %lex-param instead of obsolescent
19370         YYPARSE_PARAM and YYLEX_PARAM.
19371         (meridian_table, month_and_day_table, time_units_table,
19372         relative_time_table, time_zone_table, military_table,
19373         lookup_zone, lookup_word, get_date):
19374         Use NULL instead of 0 where appropriate.
19375         (to_hour): Avoid abort (), to avoid a dependency on
19376         stdlib.h.
19377         (yyerror, yylex): Now accepts parser_control * arg.
19378         (main) [TEST]: Use '\0' rather than 0 for char.
19379
19380 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19381
19382         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
19383
19384 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19385
19386         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
19387         It's now the caller's responsibility to handle the case where
19388         !HAVE_GETPAGESIZE && !defined getpagesize.
19389
19390         * lib/mktime.c (leapyear): Arg is long int, not int.
19391
19392 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
19393
19394         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
19395
19396 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
19397
19398         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
19399         missing.  Problem reported by James Youngman.
19400
19401 2004-10-16  Simon Josefsson  <jas@extundo.com>
19402
19403         * gnulib-tool: Fix comments.  Fix parse problem.
19404         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
19405
19406 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
19407
19408         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
19409         implementation of getopt_long.  Problem reported by Alexander Taler in:
19410         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
19411
19412 2004-10-15  Bruno Haible  <bruno@clisp.org>
19413
19414         * gnulib-tool: Untabify. Initialize supplied_libname.
19415         (func_usage): More homogenous output.
19416         (func_modules_transitive_closure, func_modules_to_filelist,
19417         func_emit_lib_Makefile_am): New functions.
19418         (func_import): New function, extracted from big case statement. Use
19419         func_get_license, func_modules_transitive_closure,
19420         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
19421         opt_lgpl. Don't use test -a, as it's not portable.
19422         (func_create_testdir): Use func_modules_transitive_closure,
19423         func_modules_to_filelist, func_emit_lib_Makefile_am.
19424
19425 2004-10-15  Bruno Haible  <bruno@clisp.org>
19426
19427         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
19428
19429 2004-10-15  Bruno Haible  <bruno@clisp.org>
19430
19431         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
19432         the portions belonging to each module.
19433         Suggested by Derek Robert Price <derek@ximbiot.com>.
19434
19435 2004-10-12  Simon Josefsson  <jas@extundo.com>
19436
19437         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
19438         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
19439         to real functions.
19440
19441 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19442
19443         * modules/vsnprintf: New file.
19444
19445 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19446
19447         * m4/vsnprintf.m4: New file.
19448
19449 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19450
19451         * lib/vsnprintf.h: New file.
19452         * lib/vsnprintf.c: New file.
19453
19454 2004-10-11  Bruno Haible  <bruno@clisp.org>
19455
19456         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
19457         vsnprintf.
19458
19459 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19460
19461         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
19462
19463 2004-10-07  Bruno Haible  <bruno@clisp.org>
19464
19465         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
19466         fits into the provided buffer.
19467
19468 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19469
19470         * lib/diacrit.c, diacrit.h: Add GPL notice.
19471
19472         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
19473         notice.
19474         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
19475         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
19476         This avoids a potential constant-folding bug.
19477
19478 2004-10-05  Bruno Haible  <bruno@clisp.org>
19479
19480         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
19481         for the declaration of strsep.
19482
19483 2004-10-05  Bruno Haible  <bruno@clisp.org>
19484
19485         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
19486
19487 2004-10-04  Simon Josefsson  <jas@extundo.com>
19488
19489         * modules/memmem: New file.
19490         * tests/test-memmem.c: New file.
19491         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
19492
19493 2004-10-04  Simon Josefsson  <jas@extundo.com>
19494
19495         * m4/memmem.m4: New file.
19496
19497 2004-10-04  Simon Josefsson  <jas@extundo.com>
19498
19499         * lib/memmem.h: New file.
19500         * lib/memmem.c: New file, taken from glibc.
19501
19502 2004-10-04  Simon Josefsson  <jas@extundo.com>
19503
19504         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
19505         '#ifdef USE_UNLOCKED_IO'.
19506
19507 2004-10-04  Simon Josefsson  <jas@extundo.com>
19508
19509         * config/srclist.txt: Add memmem from glibc.
19510
19511 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19512
19513         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
19514
19515         * modules/argmatch, modules/argp, modules/closeout, modules/error,
19516         modules/exclude, modules/getdate, modules/getline,
19517         modules/getndelim2, modules/getpass, modules/getpass-gnu,
19518         modules/getusershell, modules/linebuffer, modules/md5,
19519         modules/mountlist, modules/posixtm, modules/readtokens,
19520         modules/readutmp, modules/regex, modules/sha1,
19521         modules/version-etc, modules/yesno:
19522         Remove dependency on unlocked-io.
19523
19524 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19525
19526         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
19527
19528         * m4/unlocked-io.m4: Add copyright notice.
19529         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
19530
19531 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19532
19533         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
19534         * lib/xmalloc.c (xmemdup): Likewise.
19535         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
19536         XFREE): Remove these long-obsolescent macros.
19537         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
19538         * lib/xstrdup.c: Remove.
19539
19540         * lib/regex.c (re_comp): Cast gettext return value to char *,
19541         Problem reported by Martin Neitzel via Mark D. Baushke.
19542
19543 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19544
19545         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
19546         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
19547         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
19548         regex.c, sha1.c, version-etc.c, yesno.c:
19549         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
19550         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
19551         the includer's responsibility.
19552
19553         Sync from coreutils.
19554
19555         * lib/modechange.c (mode_compile): Don't decrement a pointer that
19556         points to the start of a string, as the C Standard says the
19557         resulting behavior is undefined.
19558
19559         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
19560         simple -> simple_backups, numbered_existing ->
19561         numbered_existing_backups, numbered -> numbered_backups
19562         to avoid shadowing problems.  All uses changed.
19563         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
19564         * lib/backupfile.c (check_extension, numbered_backup):
19565         Rename locals to avoid shadowing 'basename'.
19566         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
19567         once.
19568
19569         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
19570         * lib/.cvsignore: Add getopt.h.
19571
19572 2004-10-04  Bruno Haible  <bruno@clisp.org>
19573
19574         * modules/README: New file.
19575         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
19576         not a module.
19577
19578 2004-10-02  Jim Meyering  <jim@meyering.net>
19579
19580         * lib/dirfd.h, getpagesize.h: Add copyright notice.
19581
19582 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19583
19584         * modules/strsep: New file.
19585
19586 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19587
19588         * m4/strsep.m4: New file.
19589
19590 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19591
19592         * lib/strsep.h: New file.
19593         * lib/strsep.c: New file.
19594
19595 2004-10-01  Simon Josefsson  <jas@extundo.com>
19596
19597         * lib/snprintf.c (snprintf): Handle size==0.
19598
19599 2004-10-01  Simon Josefsson  <jas@extundo.com>
19600             Bruno Haible  <bruno@clisp.org>
19601
19602         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
19603         (snprintf): Declare 'args'.
19604
19605 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
19606
19607         * lib/snprintf.c: Remove comments as to why each header is needed.
19608
19609 2004-10-01  Bruno Haible  <bruno@clisp.org>
19610
19611         * MODULES.html.sh: Add strsep.
19612
19613 2004-09-30  Simon Josefsson  <jas@extundo.com>
19614
19615         * modules/snprintf: New file.
19616
19617 2004-09-30  Simon Josefsson  <jas@extundo.com>
19618
19619         * m4/snprintf.m4: New file.
19620
19621 2004-09-30  Simon Josefsson  <jas@extundo.com>
19622
19623         * lib/snprintf.h, lib/snprintf.c: New files.
19624
19625 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19626
19627         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
19628         (hol_entry_help): Never translate an empty string.
19629         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
19630         * lib/argp.h (OPTION_NO_TRANS): New option.
19631
19632 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19633
19634         * modules/argp (Maintainer): Replace Simon Josefsson
19635         by Sergey Poznyakoff.
19636
19637 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19638
19639         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
19640         changes merged back into glibc.
19641
19642 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19643
19644         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
19645
19646 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
19647
19648         * lib/xvasprintf.c: Include xalloc.h.
19649         (xvasprintf): Use xalloc_die, not xmalloc_die.
19650
19651 2004-09-29  Bruno Haible  <bruno@clisp.org>
19652
19653         * modules/alloca-opt: New file, derived from modules/alloca.
19654         * modules/allocsa: Depend on alloca-opt instead of alloca.
19655         * modules/setenv: Likewise.
19656         * modules/vasnprintf: Likewise.
19657         * MODULES.html.sh: Add alloca-opt.
19658
19659 2004-09-28  Simon Josefsson  <jas@extundo.com>
19660
19661         * gnulib-tool: New parameter --lgpl, to asseert that modules are
19662         LGPL, and to replace license template from GPL to LGPL.
19663
19664 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19665
19666         * modules/dummy: Change license to LGPL.
19667
19668 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19669
19670         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
19671
19672 2004-09-24  Simon Josefsson  <jas@extundo.com>
19673
19674         * modules/minmax (License): Change from GPL to LGPL.
19675
19676 2004-09-23  Simon Josefsson  <jas@extundo.com>
19677
19678         * gnulib-tool (--import): Typo.
19679
19680 2004-09-23  Simon Josefsson  <jas@extundo.com>
19681
19682         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
19683
19684 2004-09-22  Bruno Haible  <bruno@clisp.org>
19685
19686         * modules/*: Add 'License' field.
19687         * gnulib-tool: Accept --extract-license option.
19688         (func_get_license): New function.
19689
19690 2004-09-21  Bruno Haible  <bruno@clisp.org>
19691
19692         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
19693         Reported by Simon Josefsson.
19694
19695 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19696
19697         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
19698         gl_AC_TYPE_LONG_LONG.
19699
19700 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19701
19702         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
19703
19704 2004-09-18  Simon Josefsson  <jas@extundo.com>
19705         and  Paul Eggert  <eggert@cs.ucla.edu>
19706
19707         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
19708         calls with autoreconf.  Define GL_LIB.
19709
19710 2004-09-14  Karl Berry  <karl@gnu.org>
19711
19712         * config/srclist.txt: unsync setenv.c, sigh.
19713
19714 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19715
19716         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
19717         Problem reported by Bruno Haible in:
19718         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
19719
19720 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19721
19722         * config/srclist.txt: Comment out argp-pvh.c.
19723
19724 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
19725
19726         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
19727         in case some system header has #define'd it.  Problem reported by
19728         Soeren D. Schulze in
19729         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
19730
19731 2004-09-09  Karl Berry  <karl@gnu.org>
19732
19733         * regex.[ch]: delete from the root.  These were supposed to be
19734                 synced with emacs cvs, but this has not happened for about
19735                 a year, and anyway nothing else uses emacs regex.[ch].
19736                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
19737                 lib/regex[.ch] is untouched.
19738
19739 2004-09-09  Bruno Haible  <bruno@clisp.org>
19740
19741         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
19742
19743 2004-09-09  Bruno Haible  <bruno@clisp.org>
19744
19745         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
19746         modifications.
19747         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19748
19749 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19750
19751         * modules/xvasprintf: New file.
19752         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19753
19754 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19755
19756         * lib/xvasprintf.h: New file.
19757         * lib/xvasprintf.c: New file.
19758         * lib/xasprintf.c: New file.
19759
19760 2004-09-08  Bruno Haible  <bruno@clisp.org>
19761
19762         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19763
19764 2004-09-08  Bruno Haible  <bruno@clisp.org>
19765
19766         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19767         length is > INT_MAX.
19768         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19769         more.
19770
19771 2004-09-08  Bruno Haible  <bruno@clisp.org>
19772
19773         * lib/stdint_.h: New file, taken from GNU clisp.
19774
19775 2004-09-08  Bruno Haible  <bruno@clisp.org>
19776             Oskar Liljeblad  <oskar@osk.mine.nu>
19777
19778         * modules/stdint: New file.
19779         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19780
19781 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19782
19783         Import from coreutils.
19784         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19785         strings on unbounded length.  alloca's performance benefits aren't
19786         that important here.
19787         (V_STRDUP): Remove.
19788         (parse_with_separator): New function, with most of the internals
19789         of the old parse_user_spec.  Allow user to omit both user and group,
19790         for compatibility with FreeBSD.
19791         Clone only the user name, not the entire spec.
19792         Do not set *uid, *gid unless entirely successful.
19793         Avoid memory leak in some failing cases.
19794         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19795         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19796         (parse_user_spec): Rewrite to use parse_with_separator.
19797
19798 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19799
19800         * modules/userspec: Don't depend on alloca.
19801
19802 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19803
19804         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19805
19806 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19807
19808         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19809         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19810         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19811
19812 2004-08-16  Simon Josefsson  <jas@extundo.com>
19813
19814         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19815         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19816         Add --dry-run for --import.
19817         Let user provided command line parameters override configure.ac
19818         settings.
19819
19820 2004-08-12  Simon Josefsson  <jas@extundo.com>
19821
19822         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19823         as discussed with Paul Eggert in threads rooted at
19824         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19825         and
19826         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19827         Before, the test was empty, and relied on ELIDE_CODE in source
19828         code.)
19829         (gl_PREREQ_GETOPT): New macro.
19830         (gl_GETOPT): Use them.
19831
19832 2004-08-12  Simon Josefsson  <jas@extundo.com>
19833
19834         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19835         * lib/getopt_.h: Renamed from getopt.h.
19836
19837 2004-08-12  Simon Josefsson  <jas@extundo.com>
19838
19839         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19840         Change default library name from libfoo to libgnu.
19841         Now, if you have a configure.ac that says:
19842                 gl_SOURCE_BASE(gl)
19843                 gl_M4_BASE(gl/m4)
19844                 gl_MODULES(error getopt etcetera)
19845                 gl_INIT
19846         you can import all you need by running:
19847                 ../gnulib/gnulib-tool --import
19848
19849         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19850         (Makefile.am): Rewrite, use logic from argz.
19851         (Include): Use <getopt.h> instead of "getopt.h".
19852
19853 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19854
19855         * modules/argp (Files): Add m4/unlocked-io.m4.
19856         (Depends-on): Add extensions.
19857
19858 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19859
19860         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19861         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19862         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19863         Check for program_invocation_name, program_invocation_short_name,
19864         flockfile, funlockfile, features.h, _getopt_long_only_r.
19865
19866 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19867
19868         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19869         its complicated substitute.
19870         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19871         and program_invocation_name.
19872         (__argp_basename) [!_LIBC]: Remove; the only use was
19873         replaced by its body.
19874         (__argp_short_program_name): Change condition from
19875         !defined __argp_short_program_name to
19876         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19877         to match argp-namefrob.h.
19878         (__argp_failure): Don't assume strerror_r returns char *.
19879         * lib/argp-parse.c (N_): Define unconditionally.
19880         (argp_default_options): Fill out initializers with 0 to avoid
19881         gcc warnings.
19882
19883 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19884
19885         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19886         getopt1.c.
19887
19888 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19889
19890         Merge from coreutils.
19891
19892         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19893
19894         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19895         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19896
19897 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19898
19899         Merge from coreutils.
19900
19901         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19902         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19903         for Reliant Unix 5.43.
19904
19905         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19906         (union fooround): Use uintmax_t, not long int.
19907         The rest is a merge from libc:
19908         [defined _LIBC]: Include <shlib-compat.h>.
19909         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19910
19911         * lib/settime.c (settime): Recode to avoid warning with
19912         Sun Forte C 6U2.
19913
19914         * lib/strverscmp.c: Convert to UTF-8.
19915
19916 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19917
19918         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19919         m4/uintmax_t.m4.
19920
19921 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19922
19923         * modules/xalloc-die: New file.
19924         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19925
19926         * modules/md5 (Files): Add m4/uint32_t.m4.
19927         * modules/sha1: Renamed from modules/sha.
19928         (Files):
19929         Rename lib/sha.h to lib/sha1.h.
19930         Rename lib/sha.c to lib/sha1.c.
19931         Rename m4/sha.m4 to m4/sha1.m4.
19932         (lib_SOURCES): Likewise.
19933         (configure.ac): Rename gl_SHA to gl_SHA1.
19934         (Include): sha.h -> sha1.h.
19935
19936 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19937
19938         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19939         * m4/sha1.m4: Renamed from sha.m4.
19940         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19941
19942 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19943
19944         * lib/obstack.h (obstack_empty_p):
19945         Don't assume that chunk->contents is suitably aligned.
19946         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19947         Likewise. Problem reported by Benno in
19948         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19949
19950         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19951         readable.  This could be improved further but it'd take some work.
19952
19953 2004-08-08  Simon Josefsson  <jas@extundo.com>
19954
19955         * modules/xgethostname (Depends-on): Remove exit and error (not
19956         used).
19957
19958         * modules/getpass-gnu: Add getpass.h.
19959         (Depends-on): Add stdbool.
19960         * modules/getpass: Add getpass.h.
19961
19962 2004-08-08  Simon Josefsson  <jas@extundo.com>
19963
19964         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19965         Check getpass declaration.
19966
19967 2004-08-08  Simon Josefsson  <jas@extundo.com>
19968
19969         * lib/xgethostname.c: Don't include error.h (not used).
19970
19971         * lib/getpass.h: Add.
19972         * lib/getpass.c: Include getpass.h first.
19973
19974 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19975
19976         * lib/xalloc-die.c: New file.
19977         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19978         All uses removed.
19979         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19980         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19981         xalloc-die.c.
19982         (_, N_, xalloc_die): Move to xalloc-die.c.
19983         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19984         so that we needn't mess with xalloc_msg_memory_exhausted.
19985
19986         * lib/sha1.h: Renamed from sha.h.
19987         (SHA1_H): Renamed from _SHA_H.
19988         (sha1_ctx): Renamed from sha_ctx.
19989         (sha1_init_ctx): Renamed from sha_init_ctx.
19990         (sha1_process_block): Renamed from sha_process_block.
19991         (sha1_process_bytes): Renamed from sha_process_bytes.
19992         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19993         (sha1_read_ctx): Renamed from sha_read_ctx.
19994         (sha1_stream): Renamed from sha_stream.
19995         (sha1_buffer): Renamed from sha_buffer.
19996         * lib/sha1.c: Likewise; renamed from sha.c.
19997         Do not include <sys/types.h>.
19998         Include <stddef.h> rather than <stdlib.h>.
19999
20000 2004-08-08  Bruno Haible  <bruno@clisp.org>
20001
20002         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
20003         FILESYSTEM_PREFIX_LEN.
20004         * lib/progreloc.c: Likewise.
20005         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
20006
20007 2004-08-06  Simon Josefsson  <jas@extundo.com>
20008
20009         * modules/progname (Depends-on): Don't depend on stdbool.
20010
20011 2004-08-06  Simon Josefsson  <jas@extundo.com>
20012
20013         * modules/getsubopt: New file.
20014         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20015         getsubopt.
20016
20017 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20018
20019         More merge from coreutils.
20020
20021         * m4/utimens.m4, m4/utimecmp.m4: New files.
20022         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
20023         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
20024         prereq.m4, sha.m4: Import changes from coreutils.
20025
20026 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20027
20028         More merge from coreutils.
20029         * modules/raise, modules/readtokens0, modules/utimens:
20030         * modules/utimecmp, module/xnanosleep: New files.
20031         * modules/strftime: Add lib/strftime.h.
20032         Change include from <time.h> to "strftime.h".
20033         * modules/yesno: Add lib/yesno.h.
20034         * modules/backupfile: Remove lib/addext.c.
20035         * modules/euidaccess: Add stat-macros.h.
20036         * modules/canonicalize, modules/euidaccess,
20037         modules/filemode, modules/lchown, modules/makepath,
20038         modules/rmdir, modules/stat: Likewise.
20039
20040 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20041
20042         Merge from tar.
20043         * lib/argp-help.c (make_hol, hol_append): Don't assume that
20044         SIZE_MAX is a valid preprocessor constant.
20045         (__argp_basename): Change from "#ifndef _LIBC"
20046         to "#ifndef __argp_short_program_name", so that
20047         we don't compile these functions for tar.
20048
20049         More merges from coreutils.
20050         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
20051         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
20052         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
20053         * lib/addext.c: Remove; no longer needed.
20054         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
20055         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
20056         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
20057         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
20058         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
20059         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
20060         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
20061         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
20062         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
20063         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20064         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
20065         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
20066         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
20067         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
20068         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
20069         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
20070         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
20071         Import changes from coreutils.
20072
20073 2004-08-05  Simon Josefsson  <jas@extundo.com>
20074
20075         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
20076
20077 2004-08-05  Simon Josefsson  <jas@extundo.com>
20078
20079         * m4/getsubopt.m4: New file.
20080
20081 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20082
20083         Merge from coreutils.
20084
20085         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
20086         * m4/getcwd-path-max.m4: New files.
20087
20088         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
20089         FILESYSTEM_PREFIX_LEN ->
20090         FILE_SYSTEM_PREFIX_LEN.
20091         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
20092         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
20093         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
20094         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
20095
20096         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
20097         prerequisite modules now handle the DOS stuff.
20098         Don't check for unistd.h.
20099
20100 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20101
20102         Merge from coreutils.
20103
20104         * lib/.gdb-history: Remove; this doesn't belong here.
20105
20106         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
20107         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
20108         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
20109         * lib/getcwd.c: New files.
20110
20111         * lib/dirname.h: Include <stdbool.h>.
20112         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
20113         for consistency with POSIX terminology.  All uses changed.
20114         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
20115         (strip_trailing_slashes): Use bool for booleans.
20116         * lib/stripslash.c (strip_trailing_slashes): Likewise.
20117
20118         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
20119         sometimes returns a positive errno value even when it succeeds.
20120         (print_errno_message) [!LIBC]: Fall back on strerror if
20121         __strerror_r fails.
20122
20123         * lib/path-concat.c (mempcpy): Don't define if a system header defines
20124         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
20125         (longest_relative_suffix): New function.
20126         (path_concat): Use it.  Assume first argument is not NULL.
20127         Port to DOS.  Omit redundant separators.
20128         Report an error instead of returning NULL.
20129         Use mempcpy instead of memcpy.
20130         (xpath_concat): Remove: not declared or used.
20131
20132         * lib/same.h: Include <stdbool.h>
20133         (same_name): Return bool, not int.
20134         * lib/same.c (same_name): Likewise.
20135         (errno): Don't declare; we assume C89 or better now.
20136
20137         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
20138         if not already defined.
20139
20140         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
20141         * lib/dup-safer.c (errno): Likewise.
20142
20143 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20144
20145         Merge from coreutils.
20146         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
20147         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
20148         * modules/path-concat: Don't depend on strdup.
20149
20150 2004-08-03  Simon Josefsson  <jas@extundo.com>
20151
20152         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
20153         * lib/progname.h: Don't include stdbool.h.
20154
20155 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20156
20157         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
20158         * MODULES.html.sh (func_all_modules): Remove fatal.
20159
20160 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20161
20162         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
20163
20164 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20165
20166         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
20167         working.
20168
20169 2004-08-02  Simon Josefsson  <jas@extundo.com>
20170
20171         * lib/getsubopt.h: New file, with comments from Bruno Haible.
20172         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
20173         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
20174
20175 2004-08-01  Simon Josefsson  <jas@extundo.com>
20176
20177         * lib/xgetdomainname.c: Include stdlib.h, for free().
20178
20179 2004-07-19  Bruno Haible  <bruno@clisp.org>
20180
20181         * MODULES.html.sh (func_all_modules): Add dummy.
20182
20183 2004-07-16  Simon Josefsson  <jas@extundo.com>
20184
20185         * modules/dummy: New file.
20186
20187 2004-07-16  Simon Josefsson  <jas@extundo.com>
20188
20189         * lib/dummy.c: New file.
20190
20191 2004-07-16  Bruno Haible  <bruno@clisp.org>
20192
20193         * lib/backupfile.h: Add extern "C" for C++.
20194         * lib/closeout.h: Likewise.
20195         * lib/copy-file.h: Likewise.
20196         * lib/findprog.h: Likewise.
20197         * lib/full-write.h: Likewise.
20198         * lib/pathname.h: Likewise.
20199         * lib/progname.h: Likewise.
20200         * lib/stpcpy.h: Likewise.
20201         * lib/stpncpy.h: Likewise.
20202         * lib/strcase.h: Likewise.
20203         * lib/strstr.h: Likewise.
20204         * lib/xalloc.h: Likewise.
20205
20206         * lib/mbswidth.h: Add extern "C" for C++.
20207         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
20208
20209 2004-07-13  Robert Millan  <robertmh@gnu.org>
20210
20211         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
20212
20213 2004-07-09  Simon Josefsson  <jas@extundo.com>
20214
20215         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
20216         failed without this.)
20217
20218 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20219
20220         * modules/chown (Files): Add lib/fchown-stub.c, since
20221         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
20222
20223 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20224
20225         * lib/fchown-stub.c: New file.
20226
20227 2004-06-24  Jim Meyering  <jim@meyering.net>
20228
20229         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
20230
20231 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20232
20233         * modules/argz: Omit "#include".
20234
20235         * MODULES.html.sh (func_all_modules): Add calloc, to match
20236         2004-06-01 addition of calloc module.
20237
20238 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20239
20240         * m4/argz.m4: New file, which is autoupdated from libtool.
20241
20242 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20243
20244         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
20245         libtool.
20246
20247 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20248
20249         * config/srclist-update: Don't insist on "USA." before the
20250         close-comment, as libtool omits the period and puts the */ on a
20251         separate line.
20252         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
20253         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
20254
20255 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
20256
20257         * modules/argz: New file.
20258         * MODULES.html.sh (func_all_modules): Add argz.
20259
20260 2004-06-12  Jim Meyering  <jim@meyering.net>
20261         and  Paul Eggert  <eggert@cs.ucla.edu>
20262
20263         * modules/hash (Files): Add lib/xalloc.h.
20264         * modules/pipe (Depends-on): Add wait-process.
20265         * modules/stat (Depends-on): Add xalloc.
20266         * modules/userspec (Files): Add lib/userspec.h.
20267         * modules/xstrto
20268
20269         Upgrade from gettext-0.13.
20270         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
20271         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
20272         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
20273
20274 2004-06-10  Jim Meyering  <jim@meyering.net>
20275
20276         * lib/calloc.c: New file.
20277
20278 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
20279
20280         * lib/getdate.y (yylex): Allow space between sign and number.
20281         Problem reported by Dan Jacobson.
20282
20283 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
20284
20285         Merge from coreutils CVS.
20286
20287         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
20288         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
20289         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
20290         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
20291         xstrtol.m4: Fix copyright date and/or serial number.
20292
20293         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
20294         See if we need an fchown replacement.
20295         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
20296         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
20297         and use the replacement function if we detect either defect.
20298
20299         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
20300         gl_UTIMECMP.
20301
20302 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
20303         and  Jim Meyering  <jim@meyering.net>
20304
20305         Merge from coreutils CVS.
20306
20307         * lib/stat-macros.h: New file, with contents from file-type.h
20308         and coreutils' system.h.
20309         * lib/file-type.c: Include "stat-macros.h".
20310         * lib/file-type.h (file_type): Move all macro definitions to new file,
20311         stat-macros.h.
20312
20313         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
20314         Wrap old code with this conditional.
20315         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
20316         function that does not dereference symlinks.
20317         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
20318
20319         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
20320         dependency problems.
20321         (xreadlink): Accept new arg SIZE, for efficiency.
20322         All decls and uses changed.
20323         * lib/xreadlink.h: Include <stddef.h>, for size_t.
20324
20325         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
20326         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
20327
20328         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
20329         sysexits.h.
20330
20331 2004-06-01  Jim Meyering  <jim@meyering.net>
20332
20333         * m4/calloc.m4: New file.
20334
20335 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
20336
20337         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
20338         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
20339         Also, fix a typo in a diagnostic.
20340
20341 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
20342
20343         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
20344         or AC_FUNC_REALLOC.
20345
20346 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
20347
20348         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
20349         macros to be defined.
20350         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
20351         the allocator returns NULL because the requested size is zero.
20352
20353 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20354
20355         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
20356         var.  Add comment explaining why libc still defines it.  This
20357         merges the following patch from glibc:
20358         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
20359
20360 2004-05-20  Andreas Schwab  <schwab@suse.de>
20361
20362         * m4/free.m4: Replace free if it not known to work, not the other
20363         way round.
20364
20365 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
20366
20367         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
20368         present in glibc since revision 1.1 of this file.
20369         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
20370         obstack_alignment_mask, obstack_alloc, obstack_base,
20371         obstack_blank, obstack_blank_fast, obstack_chunk_size,
20372         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
20373         obstack_grow0, obstack_init, obstack_int_grow,
20374         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
20375         obstack_next_free, obstack_object_size, obstack_ptr_grow,
20376         obstack_ptr_grow_fast, obstack_room): Remove declarations of
20377         nonexistent functions.
20378
20379 2004-05-18  Karl Berry  <karl@gnu.org>
20380
20381         * config/srclist.txt: break link for vasnprintf.c.
20382
20383 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
20384
20385         Port obstack to the AS/400, where pointers are 16 bytes wide and
20386         you cannot cast an integer to a valid pointer.  This patch is
20387         currently waiting to be integrated into glibc; see
20388         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
20389
20390         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
20391         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
20392         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
20393         (struct obstack): temp member is now a union of a pointer and
20394         an integer, instead of an integer.  All integer uses changed.
20395         This does not affect the physical layout of struct obstack,
20396         except on hosts (like the AS/400) where the size or alignment of
20397         void * is greater than that of ptrdiff_t.
20398         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
20399         __STDC__)]: Store temporary in pointer member of union, not
20400         integer member.
20401         * lib/obstack.c: Include <stddef.h>, for offsetof.
20402         (struct fooalign): Remove; it doesn't need a name.
20403         (union fooround): Change double to long double, and add void *.
20404         (DEFAULT_ALIGNMENT): Use offsetof to compute.
20405         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
20406         not a macro.  Hence the values are always int; so remove all
20407         casts-to-int in uses.
20408
20409 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
20410
20411         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
20412         we can get this patch merged into glibc.
20413
20414 2004-05-17  Derek R. Price  <derek@ximbiot.com>
20415             Paul Eggert  <eggert@cs.ucla.edu>
20416
20417         * m4/argp: Depend on alloca.
20418
20419 2004-05-17  Derek R. Price  <derek@ximbiot.com>
20420             Paul Eggert  <eggert@cs.ucla.edu>
20421
20422         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
20423         freecoding.
20424
20425 2004-05-17  Bruno Haible  <bruno@clisp.org>
20426
20427         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
20428         precision that consists of a '.' followed by an empty digit string.
20429         Patch by Tor Lillqvist <tml@iki.fi>.
20430
20431 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20432
20433         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
20434         for backward compatibility with older code.  We need our own
20435         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
20436         it under some other name, and our alloca.h will define it.
20437
20438 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20439             Derek Price  <derek@ximbiot.com>
20440
20441         * lib/alloca.c: Include <alloca.h>, to get our interface.
20442         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
20443         include <alloca.h> first.  Use C89 prototype for alloca; this
20444         requires including <stddef.h> for size_t.  Use extern "C" if C++.
20445         Use #elif for simplicity, since we can assume C89 now.
20446         Don't try to source the system alloca.h since it will not be found
20447         and to prevent recursively including its replacement.
20448         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
20449         * lib/regex.c: Likewise.
20450
20451 2004-05-16  Derek Price  <derek@ximbiot.com>
20452             Paul Eggert  <eggert@cs.ucla.edu>
20453
20454         getline cleanup.  This changes the getndelim2 API: both order of
20455         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
20456         no delimiter).
20457
20458         * lib/getline.c: Don't include stddef.h or stdio.h, since our
20459         interface does that.
20460         (getline): Always use getdelim, so that we don't have two
20461         copies of this code.
20462         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
20463         if available.
20464         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
20465         (GETNDELIM2_MAXIMUM): New macro.
20466         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
20467         instead of the old practice of delim2==0.  All callers changed.
20468         Return -1 on overflow, instead of returning junk.
20469         Do not set *linesize unless allocation succeeds.
20470         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
20471         that we include sys/types.h.
20472         * lib/getnline.h: Likewise.
20473         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
20474         (getndelim2): Reorder arguments.
20475         * lib/getnline.c (getnline, getndelim):
20476         Don't discard the NMAX argument.
20477         (getnline): Invoke getndelim, to avoid code duplication.
20478         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
20479         of (size_t) -1 by callers of the getnline family.
20480
20481 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20482
20483         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
20484         Check for gettimeofday.
20485         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
20486         Check for settimeofday, stime.
20487
20488 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20489
20490         * lib/nanosleep.c (suspended): Change its type from int to
20491         sig_atomic_t volatile.
20492         (first_call): Make it private to rpl_nanosleep, and have it
20493         be zero initially as that's a bit faster.
20494         (my_usleep): Round up fractional times instead of truncating them,
20495         as this is the usual meaning for 'sleep'.
20496
20497         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
20498         doesn't work.
20499         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
20500         (ENOSYS): Define if not defined.
20501         (settime): Fall back on stime if it exists and settimeofday fails.
20502         But don't bother with fallbacks if a method fails with errno == EPERM.
20503
20504 2004-05-11  Jim Meyering  <jim@meyering.net>
20505
20506         Prior to this change, the save_cwd caller required read access to the
20507         current directory on most systems (ones with the fchdir function).
20508
20509         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
20510         fails, try write-only, and finally, resort to using xgetcwd.
20511
20512 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20513
20514         * lib/obstack.c, obstack.h: Import changes from libc.
20515
20516 2004-04-28  Bruno Haible  <bruno@clisp.org>
20517
20518         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
20519         also implicitly appends .exe to executables.
20520         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
20521         accepts Windows pathnames.
20522         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20523         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20524         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20525         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20526         Reported by Derek Robert Price <derek@ximbiot.com>.
20527
20528 2004-04-21  Karl Berry  <karl@gnu.org>
20529
20530         * config/srclist.txt (localcharset.c): break sync.
20531
20532 2004-04-20  Paul Eggert  <eggert@twinsun.com>
20533
20534         * m4/host-os.m4: Add a copyright notice.
20535
20536 2004-04-20  Jim Meyering  <jim@meyering.net>
20537
20538         Change UTILS_ to gl_ in AC_DEFINE'd names.
20539         Change utils_- and jm_-prefixed variables, too.
20540         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
20541         UTILS_FUNC_MKDIR_TRAILING_SLASH.
20542         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
20543
20544         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
20545         Don't emit trailing blanks.
20546         Also rename jm_-prefixed variables to have gl_ prefix.
20547
20548         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
20549         Also rename jm_-prefixed variables to have gl_ prefix.
20550
20551         * m4/jm-macros.m4: Reflect the renamings.
20552         * m4/prereq.m4: Likewise.
20553
20554 2004-04-20  Jim Meyering  <jim@meyering.net>
20555
20556         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
20557         memory.
20558
20559 2004-04-20  Jim Meyering  <jim@meyering.net>
20560             Bruno Haible  <bruno@clisp.org>
20561
20562         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
20563         memory when realloc fails.
20564
20565 2004-04-19  Jim Meyering  <jim@meyering.net>
20566
20567         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
20568         now that readutmp.c may call `free (0)'.
20569
20570 2004-04-19  Bruno Haible  <bruno@clisp.org>
20571
20572         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
20573         * m4/inttypes_h.m4: Likewise.
20574         * m4/stdint_h.m4: Likewise.
20575         * m4/intmax_t.m4: Likewise.
20576         * m4/uintmax_t.m4: Likewise.
20577
20578 2004-04-18  Jim Meyering  <jim@meyering.net>
20579
20580         * m4/prereq.m4: Don't forbid jm_ prefix.
20581
20582         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
20583         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
20584         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
20585         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
20586         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
20587         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
20588         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
20589         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
20590         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
20591         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
20592         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
20593         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
20594         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
20595         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
20596         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
20597         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
20598         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
20599         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
20600         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
20601
20602 2004-04-18  Jim Meyering  <jim@meyering.net>
20603
20604         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
20605         failure, don't leak memory and do call END_UTMP_ENT.
20606
20607 2004-04-16  Jim Meyering  <jim@meyering.net>
20608
20609         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
20610         coreutils' stat program.
20611         (gl_PREREQ): Don't require jm_PREREQ_STAT.
20612
20613 2004-04-11  Paul Eggert  <eggert@twinsun.com>
20614
20615         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
20616         C89.
20617         (CHAR_BIT): Remove, since we assume C89.
20618         Include <stdint.h> if available, as per current Autoconf CVS advice.
20619
20620 2004-03-31  Jim Meyering  <jim@meyering.net>
20621
20622         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
20623         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
20624         * m4/xalloc.m4: Likewise.
20625
20626 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20627
20628         Merge from coreutils.
20629
20630         * m4/inttostr.m4: New file.
20631         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
20632         Require AM_STDBOOL_H and gl_TIMESPEC instead.
20633         Require gl_CLOCK_TIME.
20634         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
20635
20636 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20637
20638         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
20639         not bool, to be more consistent with Unix conventions.
20640         Suggested by Bruno Haible.
20641
20642         Merge from coreutils.
20643
20644         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
20645         * lib/umaxtostr.c: New files.
20646
20647         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
20648         the usual <time.h> dance.
20649         (get_date): Change signature to support fractional time stamps.
20650         All callers changed.
20651         * lib/getdate.y: Include "getdate.h" first, as we can now
20652         assume C89 and don't need to worry about 'const'.
20653         Similarly, include "unlocked-io.h" near start, not in middle.
20654         Include <limits.h>.
20655         (textint.value): Use long int rather than int.
20656         (textint.digits): Use size_t rather than int.
20657         (BILLION, LOG10_BILLION): New constants.
20658         (parser_control): New member rel_ns.  Members day_ordinal,
20659         time_zone, month, day, hour, minutes, rel_year, rel_month,
20660         rel_day, rel_hour, rel_minutes, rel_seconds
20661         are now long int, not int.  Member seconds is now struct timespec,
20662         not int.  New member timespec_seen.  Members dates_seen, days_seen,
20663         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
20664         not int.
20665         (%union.intval): Now long int, not int.
20666         New member timespec.
20667         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
20668         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
20669         (spec): Now is a timespec or an item list.
20670         (timespec, items): New nonterminals.
20671         (time, rel, relunit, number, get_date):
20672         Add support for fractional seconds.
20673         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
20674         (gmtime, localtime, mktime): Remove decls; not needed with C89.
20675         (to_hour): First arg is now long int, not int.
20676         (to_year): Returns long int, not int.
20677         Don't treat year -70 like 70.
20678         (tm_diff): Returns long int, not int.
20679         (lookup_word): Use bool instead of int when appropriate.
20680         (yylex): Use size_t for count, not int.
20681         Detect overflow when parsing large integer constants.
20682         Add support for fractions.
20683         (get_date): Make pointers 'const' if possible.
20684         Use more-portable code to detect integer overflow.
20685         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
20686         Don't use ctime; it's not reliable if the year has >4 digits.
20687
20688         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
20689         This is for compatibility with BSD.
20690
20691         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
20692         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
20693         From coreutils' system.h.
20694
20695         * lib/userspec.c: Don't include "posixver.h".
20696         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
20697         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
20698         compatible extension.  Simplify code by removing a boolean int
20699         that was always nonzero if a string was nonnull.
20700
20701 2004-03-30  Jim Meyering  <jim@meyering.net>
20702
20703         Merge from coreutils.
20704
20705         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
20706         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
20707         on some systems one must include <grp.h> before it.
20708         Reported by Christian Krackowizer.
20709
20710 2004-03-30  Jim Meyering  <jim@meyering.net>
20711
20712         Merge from coreutils.
20713
20714         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
20715
20716         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
20717         an empty input stream.
20718
20719         * lib/readtokens.c: Include <stdbool.h>.
20720         (readtoken): Use `size_t' rather than int/long.
20721         All callers adjusted.
20722         Use `bool' rather than `int' where appropriate.
20723         Use memset rather than an explicit loop.
20724         Use x2nrealloc rather than xrealloc.
20725         Allow the use of `\0' as a delimiter.
20726         (readtokens): Likewise.
20727         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
20728
20729 2004-03-30  Jim Meyering  <jim@meyering.net>
20730
20731         * m4/realloc.m4: Remove file, since now it does no more than
20732         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
20733         the `configure.ac' section of module/realloc.
20734         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
20735
20736 2004-03-30  Bruno Haible  <bruno@clisp.org>
20737
20738         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
20739         nonnull.
20740
20741 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20742
20743         Merge changes to getloadavg.c from coreutils and Emacs.
20744
20745         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
20746         Define to an expression, not to the empty string.
20747         Include cloexec.h and xalloc.h.
20748         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20749         Use set_cloexec_flag rather than rolling our own.
20750         * lib/cloexec.c, lib/cloexec.h: New files.
20751
20752 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20753
20754         * m4/cloexec.m4: New file.
20755
20756 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20757
20758         * lib/getopt.h: Sync with libc CVS.
20759
20760 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20761             Bruno Haible  <bruno@clisp.org>
20762
20763         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20764         mbswidth.
20765
20766 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20767             Bruno Haible  <bruno@clisp.org>
20768
20769         * lib/mbswidth.h: Include <wchar.h> only if
20770         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20771         <wchar.h>.
20772         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20773
20774 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20775
20776         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20777         Sync with libc CVS.
20778         * lib/getopt_int.h: New file, also synced from libc.
20779
20780 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20781
20782         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20783         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20784         Bring back getopt.c, getopt.h, getopt1.c.
20785
20786 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20787
20788         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20789         All uses changed.  Check for sa_sigaction member; this fixes
20790         a bug first reported by Jason Andrade in
20791         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20792
20793 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20794
20795         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20796         '#if' expressions.  Unlike the code it replaces, it does not
20797         depend on (defined _SC_PAGESIZE).  However, it does depend on
20798         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20799         first reported by Jason Andrade in
20800         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20801
20802 2004-02-25  Simon Josefsson  <jas@extundo.com>
20803
20804         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20805
20806 2004-02-25  Simon Josefsson  <jas@extundo.com>
20807
20808         * lib/strdup.h: New file.
20809         * lib/strdup.c: Include it.
20810         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20811         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20812
20813 2004-02-23  Karl Berry  <karl@gnu.org>
20814
20815         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20816         (from fencepost.gnu.org:/gd/gnuorg).
20817
20818 2004-02-23  Karl Berry  <karl@gnu.org>
20819
20820         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20821         * config/srclist.txt: add maintain/standards documents.
20822
20823 2004-02-18  Bruno Haible  <bruno@clisp.org>
20824
20825         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20826         Reported by Derek Robert Price <derek@ximbiot.com>.
20827
20828 2004-02-16  Karl Berry  <karl@gnu.org>
20829
20830         * config/mkinstalldirs, install-sh: update from automake.
20831
20832 2004-02-06  Karl Berry  <karl@gnu.org>
20833
20834         * m4/po.m4: update from gettext 0.14.1.
20835
20836 2004-02-06  Karl Berry  <karl@gnu.org>
20837
20838         * lib/config.charset: update from gettext 0.14.1.
20839
20840 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20841
20842         Add comments and code, prompted by suggestions from Bruno Haible
20843         for sh-quote.
20844         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20845         describing the enum quoting_style values.
20846         * lib/quotearg.c (quotearg_alloc): New function.
20847         (quotearg_buffer_restyled): Treat lone { and } as special.
20848         Treat = as special.  Work around bug with older shells
20849         that "see" a '\' that is really the 2nd byte of a multibyte char.
20850         Quote empty string with shell_quoting_style.
20851
20852 2004-02-03  Bruno Haible  <bruno@clisp.org>
20853
20854         * m4/pipe.m4: New file, from GNU gettext.
20855
20856 2004-02-03  Bruno Haible  <bruno@clisp.org>
20857
20858         * lib/pipe.h: New file, from GNU gettext.
20859         * lib/pipe.c: New file, from GNU gettext.
20860
20861 2004-01-27  Bruno Haible  <bruno@clisp.org>
20862
20863         * m4/execute.m4: New file, from GNU gettext.
20864
20865 2004-01-27  Bruno Haible  <bruno@clisp.org>
20866
20867         * lib/execute.h: New file, from GNU gettext.
20868         * lib/execute.c: New file, from GNU gettext.
20869         * lib/w32spawn.h: New file, from GNU gettext.
20870
20871 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20872
20873         Merge from diffutils.
20874
20875         * lib/file-type.c (file_type): Add typed memory objects.
20876         * lib/file-type.h (S_TYPEISTMO): New macro.
20877
20878         * lib/c-stack.h (c_stack_action): Remove argv argument.
20879         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20880         (die): Don't calculate message unless segv_action returns.
20881         (get_stack_location, min_address_from_argv, max_address_from_argv,
20882         volatile stack_base, volatile_stack_size): Remove.
20883         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20884         that every segmentation violation is a stack overflow.  (Ouch!)
20885         See Debian bug 136249 (still outstanding) for more info about why
20886         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20887
20888 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20889
20890         Exit-status fix from coreutils.
20891
20892         Use exit_failure consistently in place of EXIT_FAILURE,
20893         so that program exit statuses are consistent on failure.
20894
20895         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20896         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20897         * lib/argmatch.h: Comment fix to match the above.
20898         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20899         Now a macro referring to exit_failure, instead of a separate
20900         variable.  Include "exitfail.h" to get it.
20901         * lib/xstrtol.h: Include "exitfail.h".
20902         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20903
20904         * lib/long-options.c (parse_long_options): Use prototype
20905         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20906         for clarity.
20907
20908 2004-01-21  Jim Meyering  <jim@meyering.net>
20909
20910         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20911         so as not to conflict with a different-sized __mktime_internal
20912         function in GNU libc.
20913         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20914         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20915
20916 2004-01-20  Karl Berry  <karl@gnu.org>
20917
20918         * config/config.guess: update from config.
20919
20920         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20921
20922 2004-01-20  Bruno Haible  <bruno@clisp.org>
20923
20924         Safer stack allocation.
20925         * lib/setenv.c: Include allocsa.h.
20926         (alloca): Remove fallback definition.
20927         (freea): Remove macro.
20928         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20929         instead of freea.
20930
20931 2004-01-20  Bruno Haible  <bruno@clisp.org>
20932
20933         * m4/eealloc.m4: New file, from GNU gettext.
20934
20935 2004-01-20  Bruno Haible  <bruno@clisp.org>
20936
20937         * m4/allocsa.m4: New file, from GNU gettext.
20938
20939 2004-01-20  Bruno Haible  <bruno@clisp.org>
20940
20941         * lib/xallocsa.h: New file, from GNU gettext.
20942         * lib/xallocsa.c: New file, from GNU gettext.
20943
20944 2004-01-20  Bruno Haible  <bruno@clisp.org>
20945
20946         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20947
20948 2004-01-20  Bruno Haible  <bruno@clisp.org>
20949
20950         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20951         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20952         specially.
20953
20954 2004-01-20  Bruno Haible  <bruno@clisp.org>
20955
20956         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20957         patch.
20958
20959 2004-01-20  Bruno Haible  <bruno@clisp.org>
20960
20961         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20962
20963 2004-01-20  Bruno Haible  <bruno@clisp.org>
20964
20965         * lib/eealloc.h: New file.
20966
20967 2004-01-20  Bruno Haible  <bruno@clisp.org>
20968
20969         * lib/binary-io.h: Avoid warnings on Cygwin.
20970
20971 2004-01-20  Bruno Haible  <bruno@clisp.org>
20972
20973         * lib/allocsa.h: New file, from GNU gettext.
20974         * lib/allocsa.c: New file, from GNU gettext.
20975
20976 2004-01-18  Karl Berry  <karl@gnu.org>
20977
20978         * doc/gpl.texi, doc/lgpl.texi: new files.
20979
20980 2004-01-18  Karl Berry  <karl@gnu.org>
20981
20982         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20983         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20984
20985 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20986
20987         Merge from coreutils.
20988
20989         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20990         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20991         (gl_DEFAULT_POSIX2_VERSION): Move
20992         the documentation from 'configure' into 'config.hin',
20993         so that 'configure --help' isn't burdened by it and
20994         we don't have to worry about its formatting there.
20995         Reword the documentation so that it's more succinct
20996         and can be run together into a single paragraph.
20997         * m4/same.m4 (gl_SAME): Check for pathconf.
20998
20999 2004-01-15  Paul Eggert  <eggert@twinsun.com>
21000
21001         Merge from coreutils.
21002
21003         * lib/posixver.c: Include posixver.h.
21004
21005         * lib/same.c: Include <stdbool.h>, <limits.h>.
21006         (_POSIX_NAME_MAX): Define if not defined.
21007         (MIN): New macro.
21008         (same_name): If file names are silently truncated, report
21009         that the file names are the same if they are the same after
21010         the silent truncation.
21011
21012         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
21013         conversion function.
21014         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
21015         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
21016         longer needed.
21017
21018 2004-01-15  Jim Meyering  <jim@meyering.net>
21019
21020         Merge from coreutils.
21021
21022         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
21023         if no library is required.
21024         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
21025         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
21026         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
21027         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
21028         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
21029         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
21030         value, $ac_cv_search_crypt, if it's "none required".
21031         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
21032         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
21033         not gl_FUNC_GETLOADAVG.
21034         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
21035         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
21036
21037 2004-01-15  Jim Meyering  <jim@meyering.net>
21038
21039         Merge from coreutils.
21040
21041         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
21042         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
21043         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
21044
21045         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
21046         optional configure-time default.
21047
21048         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21049
21050         * lib/xreadlink.c (xreadlink): Correct outdated comment.
21051
21052 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
21053
21054         Merge from coreutils.
21055
21056         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
21057         value, $ac_cv_search_nanosleep, if it's "none required".
21058
21059 2004-01-14  Paul Eggert  <eggert@twinsun.com>
21060
21061         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
21062         with like-named macro in fnmatch.c.
21063         (EXT): Use an internal constant instead.
21064
21065         Merge fnmatch patches from glibc.
21066         * lib/fnmatch.c (mbsinit): Remove define.
21067         Add libc_hidden_ver (__fnmatch, fnmatch).
21068         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
21069         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
21070
21071 2004-01-14  Karl Berry  <karl@gnu.org>
21072
21073         * config/install-sh: update from automake.
21074
21075 2004-01-13  Karl Berry  <karl@gnu.org>
21076
21077         * config/install-sh: update from automake.
21078
21079 2004-01-09  Karl Berry  <karl@gnu.org>
21080
21081         * config/install-sh: update from automake.
21082
21083 2004-01-05  Karl Berry  <karl@gnu.org>
21084
21085         * config/config.{sub,guess}: update from config.
21086
21087 2003-12-31  Karl Berry  <karl@gnu.org>
21088
21089         * config/depcomp: update from automake.
21090
21091 2003-12-14  Karl Berry  <karl@gnu.org>
21092
21093         * lib/config.charset: update from gettext-runtime.
21094
21095 2003-12-03  Paul Eggert  <eggert@twinsun.com>
21096
21097         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
21098         Bug reported by Alfred M. Szmidt.
21099
21100 2003-12-03  Bruno Haible  <bruno@clisp.org>
21101
21102         * m4/gettext.m4: Upgrade from gettext-0.13.
21103         * m4/po.m4: Upgrade from gettext-0.13.
21104         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
21105         * m4/intmax.m4: New file, from gettext-0.13.
21106         * m4/printf-posix.m4: New file, from gettext-0.13.
21107
21108 2003-11-29  Karl Berry  <karl@gnu.org>
21109
21110         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
21111
21112 2003-11-25  Paul Eggert  <eggert@twinsun.com>
21113             Bruno Haible  <bruno@clisp.org>
21114
21115         * lib/printf-parse.h: Don't include sys/types.h.
21116         (ARG_NONE): New macro.
21117         (char_directive): Change type of *arg_index fields to size_t.
21118         * lib/printf-parse.c: Don't include sys/types.h.
21119         (SSIZE_MAX): Remove macro.
21120         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
21121         Remove unnecessary overflow check.
21122         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
21123         fields.
21124
21125 2003-11-25  Bruno Haible  <bruno@clisp.org>
21126
21127         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
21128
21129 2003-11-25  Bruno Haible  <bruno@clisp.org>
21130
21131         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
21132         gt_TYPE_SSIZE_T.
21133
21134 2003-11-24  Paul Eggert  <eggert@twinsun.com>
21135
21136         * modules/alloca: Remove dependency on xalloc.
21137
21138 2003-11-24  Paul Eggert  <eggert@twinsun.com>
21139
21140         * lib/alloca.c: Remove dependency on xalloc module.
21141         (xalloc_die): Remove.
21142         (memory_full) [!defined emacs]: New macro.
21143         [!defined emacs]: Don't include xalloc.h.
21144         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
21145         address arithmetic overflows.  Change datatypes a bit to avoid
21146         unnecessary casts.
21147
21148 2003-11-22  Jim Meyering  <jim@meyering.net>
21149
21150         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
21151         s/size/size_t/.
21152
21153 2003-11-21  Karl Berry  <karl@gnu.org>
21154
21155         * config/config.{sub,guess}: update from config.
21156
21157 2003-11-18  Karl Berry  <karl@gnu.org>
21158
21159         * config/config.{sub,guess}: update from config.
21160
21161         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
21162
21163 2003-11-17  Paul Eggert  <eggert@twinsun.com>
21164
21165         * README: Mention that S+T cannot overflow if S is the size of
21166         an existing object and T is sufficiently small.
21167
21168 2003-11-17  Jim Meyering  <jim@meyering.net>
21169
21170         On systems without utime and without a utimes function capable of
21171         dealing with a NULL struct utimbuf* argument, this utime replacement
21172         could -- in unusual circumstances -- leak a file descriptor.
21173         * lib/utime.c: Include <unistd.h> and <errno.h>.
21174         (utime_null): Be sure to close `fd' and to preserve errno.
21175         Reported by Geoff Collyer via Arnold Robbins.
21176
21177 2003-11-17  Bruno Haible  <bruno@clisp.org>
21178
21179         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
21180         (Depends-on): Add xsize.
21181
21182 2003-11-17  Bruno Haible  <bruno@clisp.org>
21183
21184         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
21185
21186 2003-11-17  Bruno Haible  <bruno@clisp.org>
21187
21188         * lib/vasnprintf.c (alloca): Remove fallback definition.
21189         (freea): Remove definition.
21190         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
21191         Reported by Paul Eggert.
21192
21193 2003-11-16  Paul Eggert  <eggert@twinsun.com>
21194             Bruno Haible  <bruno@clisp.org>
21195
21196         Protect against address arithmetic overflow.
21197         * lib/printf-args.h: Include stddef.h.
21198         (arguments): Change type of field 'count' to size_t.
21199         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
21200         'unsigned int' where appropriate.
21201         * lib/printf-parse.h: Include sys/types.h.
21202         (char_directive): Change type of *arg_index fields to ssize_t.
21203         (char_directives): Change type of fields 'count', max_*_length to
21204         size_t.
21205         * lib/printf-parse.c: Include sys/types.h and xsize.h.
21206         (SSIZE_MAX): Define fallback value.
21207         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
21208         instead of 'int' where appropriate. Check a_allocated, d_allocated
21209         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
21210         * lib/vasnprintf.c: Include xsize.h.
21211         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
21212         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
21213         overflow. Avoid wraparound when converting a width or precision from
21214         decimal to binary.
21215
21216 2003-11-16  Bruno Haible  <bruno@clisp.org>
21217
21218         Update from GNU gettext.
21219         * lib/printf-parse.c: Generalize to it can be compiled for wide
21220         strings.
21221         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
21222         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
21223         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
21224         SNPRINTF): New macros.
21225         Don't include <alloca.h> if the file is used inside libintl.
21226         (local_wcslen): New function, for Solaris 2.5.1.
21227         (VASNPRINTF): Use it instead of wcslen.
21228
21229 2003-11-16  Bruno Haible  <bruno@clisp.org>
21230
21231         * lib/xsize.h (xmax): New function.
21232         (xsum, xsum3, xsum4): Declare as "pure" functions.
21233
21234 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21235
21236         * modules/xalloc (Files): Undo latest change, since xalloc.h
21237         no longer needs SIZE_MAX or PTRDIFF_MAX.
21238
21239 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21240
21241         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
21242         gl_PTRDIFF_MAX.
21243
21244 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21245
21246         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
21247         "return", to pacify some unknown compiler.  Problem reported
21248         by Joerg Schilling.
21249
21250 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21251
21252         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
21253         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
21254         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
21255         heuristic is just as accurate as far as we know, and it removes a
21256         dependency on size_max.m4 and ptrdiff_max.m4.
21257
21258 2003-11-11  Bruno Haible  <bruno@clisp.org>
21259
21260         * modules/xsize (Files): Add m4/size_max.m4.
21261         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
21262
21263 2003-11-11  Bruno Haible  <bruno@clisp.org>
21264
21265         * m4/size_max.m4: New file.
21266         * m4/ptrdiff_max.m4: New file.
21267         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
21268         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
21269         (gl_XALLOC): Invoke it.
21270
21271 2003-11-11  Bruno Haible  <bruno@clisp.org>
21272
21273         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
21274         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
21275         defined.
21276
21277 2003-11-10  Paul Eggert  <eggert@twinsun.com>
21278
21279         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
21280         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
21281         rejected some allocations of exactly SIZE_MAX - 2 bytes.
21282         From Bruno Haible.
21283         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
21284         not (size_t) -1, since it's defined here.
21285
21286 2003-11-09  Karl Berry  <karl@gnu.org>
21287
21288         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
21289
21290 2003-11-06  Paul Eggert  <eggert@twinsun.com>
21291
21292         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
21293         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
21294         Reject sizes of exactly SIZE_MAX bytes.
21295         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
21296         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
21297
21298 2003-11-05  Bruno Haible  <bruno@clisp.org>
21299
21300         * lib/xsize.h: Include limits.h, to avoid a possible collision with
21301         SIZE_MAX defined in <limits.h> on Solaris.
21302
21303 2003-11-04  Jim Meyering  <jim@meyering.net>
21304
21305         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
21306         variable names, rather than @VAR@.
21307         * modules/poll: Likewise.
21308
21309 2003-11-04  Bruno Haible  <bruno@clisp.org>
21310
21311         * modules/xsize: New file.
21312         * modules/linebreak: Depend on xsize.
21313         * MODULES.html.sh (func_all_modules): Add xsize.
21314
21315 2003-11-04  Bruno Haible  <bruno@clisp.org>
21316
21317         * m4/xsize.m4: New file.
21318
21319 2003-11-04  Bruno Haible  <bruno@clisp.org>
21320
21321         * lib/xsize.h: New file.
21322         * lib/linebreak.c: Include xsize.h.
21323         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
21324         argument for overflow.
21325         Suggested by Paul Eggert.
21326
21327 2003-11-03  Karl Berry  <karl@gnu.org>
21328
21329         * config/config.{guess,sub}: update from config.
21330
21331 2003-11-03  Jim Meyering  <jim@meyering.net>
21332
21333         * modules/userspec (lib_SOURCES): Add userspec.h.
21334         (Include): Add "userspec.h".
21335         Improve description.
21336
21337 2003-11-03  Jim Meyering  <jim@meyering.net>
21338
21339         * lib/userspec.c: Include "userspec.h".
21340         * lib/userspec.h: New file.
21341
21342 2003-11-03  Bruno Haible  <bruno@clisp.org>
21343
21344         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
21345
21346 2003-11-03  Bruno Haible  <bruno@clisp.org>
21347
21348         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
21349         available, to avoid (extremely rare) race condition.
21350         Suggested by Paul Eggert.
21351
21352 2003-11-02  Karl Berry  <karl@gnu.org>
21353
21354         * config/srclist.txt (vasprintf.c): sync broken, sigh.
21355
21356 2003-10-31  Paul Eggert  <eggert@twinsun.com>
21357
21358         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
21359         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
21360         (read_filesystem_list): Set and use me_type_malloced.
21361         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
21362         whatever the type happens to be), for brevity and consistency.
21363         Check for size calculation overflow on Alphas running OSF/1.
21364
21365 2003-10-31  Jim Meyering  <jim@meyering.net>
21366
21367         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
21368
21369         * lib/linebuffer.c: Include <string.h> for declaration of memset.
21370
21371 2003-10-30  Paul Eggert  <eggert@twinsun.com>
21372             Bruno Haible  <bruno@clisp.org>
21373
21374         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
21375         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
21376
21377 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
21378
21379         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
21380         netbsd*-gnu*.  Suggested by Robert Millan.
21381
21382 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21383
21384         * modules/group-member: Depend on stdbool.
21385
21386 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21387
21388         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
21389
21390 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21391
21392         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
21393         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
21394         after the 'gnu' in these cases.  This fixes some bugs in the
21395         previous change, and is based on suggestions by Robert Millan.
21396
21397 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21398
21399         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
21400         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
21401         no longer needed.
21402         * lib/quotearg.c (quotearg_n_options): Use it.
21403         * lib/group-member.c: Include <stdbool.h>.
21404         (free_group_info): Arg is now const *; don't free arg.
21405         (get_group_info): Now returns bool and accepts struct group_info *,
21406         rather than returning a malloc'ed struct group_info *.
21407         All uses changed.  Check for overflow in internal size calculation.
21408
21409         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
21410         rather than xmalloc/xrealloc.
21411         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
21412         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
21413         conformance bug: the old code used a pointer after freeing the
21414         storage that it addressed.
21415         * lib/hash.c (hash_initialize): Simplify the code by using
21416         xalloc_oversized rather than doing it by hand.
21417         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
21418         the buffer preserved.  Use free and xmalloc instead.
21419         * lib/quotearg.c (quotearg_n_options): Likewise.
21420         Use a simpler test for size overflow.  Don't use xalloc_oversized
21421         because unsigned int might be wider than size_t (!); this suggests
21422         that we should switch from unsigned int to size_t for slot numbers.
21423
21424 2003-10-28  Paul Eggert  <eggert@twinsun.com>
21425
21426         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
21427         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
21428         NetBSD kernels.  Requested by Richard Stallman.
21429
21430 2003-10-27  Paul Eggert  <eggert@twinsun.com>
21431
21432         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
21433         to allocate the returned structure.  Do not allocate a subarray,
21434         as x2nrealloc will do that.
21435         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
21436         instead of xnrealloc.
21437         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
21438
21439 2003-10-27  Bruno Haible  <bruno@clisp.org>
21440
21441         * lib/stdbool_.h: Better support for BeOS.
21442
21443 2003-10-26  Paul Eggert  <eggert@twinsun.com>
21444
21445         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
21446         now uses inline.
21447
21448 2003-10-26  Paul Eggert  <eggert@twinsun.com>
21449
21450         * lib/xalloc.h (xalloc_oversized): New static inline function, for
21451         callers that want to do their own size-overflow checking.  Include
21452         <stdbool.h>, since xalloc_oversized returns bool.
21453         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
21454         to use xalloc_oversized.
21455
21456         Add two functions x2realloc, x2nrealloc, for programs that grow
21457         arrays dynamically by doubling their sizes.
21458         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
21459         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
21460         New functions.
21461
21462         Port to C99 semantics for 'inline' of external functions.
21463         Bug reported by Bruno Haible.
21464         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
21465         with the old contents of xnmalloc.
21466         (xnmalloc, xmalloc): Use it.
21467         (xnrealloc_inline): New static inline function,
21468         with the old contents of xnrealloc.
21469         (xnrealloc, xrealloc): Use it.
21470
21471         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
21472         that.
21473
21474 2003-10-26  Karl Berry  <karl@gnu.org>
21475
21476         * config/srclist.txt (COPYING.DOC): no longer available from
21477         /gd/gnuorg; don't know where the ultimate source is.
21478
21479 2003-10-25  Paul Eggert  <eggert@twinsun.com>
21480
21481         Fix several address-calculation bugs in the hash modules,
21482         plus some minor code cleanup.
21483
21484         * lib/hash.h: Include <stdbool.h>, for bool.
21485         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
21486         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
21487         hash_get_n_entries, hash_get_max_bucket_length,
21488         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
21489         hash_rehash): Use size_t rather than unsigned.
21490         * lib/hash.c (struct hash_table, hash_get_n_buckets,
21491         hash_get_n_buckets_used, hash_get_n_entries,
21492         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
21493         hash_get_entries, hash_do_for_each, hash_string, is_prime,
21494         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
21495         Likewise.
21496         (SIZE_MAX): Define if not defined.
21497         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
21498         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
21499         hash_print):
21500         Use const * when possible.
21501         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
21502         (check_tuning): Fix bug: if tuning parameters were very close to
21503         0 or 1, rounding errors could have caused subscript violations.
21504         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
21505         (hash_initialize): Add 'fail:' label
21506         to free table and return NULL, and use it to simplify code.
21507         Use calloc rather than clearing the storage ourself.
21508         (hash_initialize, hash_rehash): Check for arithmetic overflow in
21509         buffer size calculations.
21510         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
21511         Include <stddef.h>, for size_t.
21512         * lib/hash-pjw.c (hash_pjw): Likewise.
21513         Switch to method described by Bruno Haible.
21514         Include <limits.h>, for CHAR_BIT.
21515         (SIZE_BITS): New macro.
21516
21517 2003-10-23  Paul Eggert  <eggert@twinsun.com>
21518
21519         * m4/getline.m4 (AM_FUNC_GETLINE):
21520         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
21521         hosts.  Problem reported by Derek Robert Price in
21522         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
21523         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
21524         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
21525
21526 2003-10-21  Paul Eggert  <eggert@twinsun.com>
21527
21528         * lib/getndelim2.c (getndelim2): When size calculation overflows,
21529         ceiling the allocation at NMAX bytes rather than silently
21530         discarding input bytes before NMAX is reached.  This makes
21531         a difference only if NMAX exceeds SIZE_MAX / 2.
21532
21533         * lib/obstack.c: Merge from glibc.
21534         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
21535         Add libc_hidden_def (_obstack_newchunk).
21536         (_obstack_free) [! defined _LIBC]: Remove.
21537         [defined _LIBC]: Make a strong alias from obstack_free, rather than
21538         a clone of the function body.
21539         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
21540         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
21541
21542         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
21543         glibc.
21544         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
21545         arg to memcpy.
21546
21547         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
21548         (obstack_ptr_grow_fast, obstack_int_grow_fast):
21549         Don't use lvalue casts, as GCC plans to remove support for them
21550         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
21551         was also present in the non-GCC version, indicating that this
21552         code had always been buggy and had never been widely used.
21553         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
21554         Use the fast variant of each macro, rather than copying the
21555         definiens of the fast variant; that way, we'll be more likely to
21556         catch future bugs in the fast variants.
21557
21558 2003-10-20  Bruno Haible  <bruno@clisp.org>
21559
21560         * modules/wait-process: New file.
21561         * MODULES.html.sh (func_all_modules): Add wait-process.
21562
21563 2003-10-20  Bruno Haible  <bruno@clisp.org>
21564
21565         * m4/wait-process.m4: New file.
21566
21567 2003-10-20  Bruno Haible  <bruno@clisp.org>
21568
21569         * lib/wait-process.h: New file, from GNU gettext.
21570         * lib/wait-process.c: New file, from GNU gettext.
21571
21572 2003-10-19  Jim Meyering  <jim@meyering.net>
21573
21574         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
21575         HPUX 10.20.
21576
21577 2003-10-18  Karl Berry  <karl@gnu.org>
21578
21579         * config/config.guess: update from config.
21580
21581 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21582
21583         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
21584         (getgroups): First arg is int, not size_t.
21585         Don't let 'free' mangle errno.
21586
21587 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21588
21589         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
21590
21591 2003-10-16  Karl Berry  <karl@gnu.org>
21592
21593         * config/config.{guess,sub}: update from config.
21594
21595 2003-10-16  Jim Meyering  <jim@meyering.net>
21596
21597         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
21598         memcpy.
21599
21600 2003-10-15  Paul Eggert  <eggert@twinsun.com>
21601
21602         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
21603         (SIZE_MAX): Remove.
21604         (new_exclude, add_exclude_file): Initial size no longer needs to
21605         be a power of 2.
21606         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
21607         our own address arithmetic overflow checking.
21608
21609         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
21610         (fnmatch): Do not alloca more than 2000 wide characters;
21611         instead, use malloc for large buffers.
21612         Check for address arithmetic overflow, and return -1
21613         with errno set to ENOMEM in that case.
21614         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
21615         (NEW_PATTERN): Do not alloca more than 8000 bytes;
21616         instead, return -1.  Check for address arithmetic overflow.
21617
21618 2003-10-14  Paul Eggert  <eggert@twinsun.com>
21619
21620         Handle invalid suffixes and overflow independently, so that
21621         callers can treat them independently as needed.  Fix some bugs in
21622         suffix handling, e.g., "100k@" was not diagnosed as an invalid
21623         suffix for a human-readable blocksize.  The major caller-visible
21624         change is the addition of a new
21625         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
21626         that both overflow and suffix chars were found.
21627
21628         * lib/human.c (humblock): Don't check separately for invalid suffix
21629         char; that is xstrtoumax's job (now that its bug is fixed).
21630         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
21631         INTMAX_MAX]: New macros.
21632         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
21633         TYPE_MAXIMUM): New macros.
21634         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
21635         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
21636         if overflow occurs, as it's what __strtol does and it's more useful
21637         in practice.
21638         (__xstrtol): If __strtol reports some error other than ERANGE,
21639         reflect it to the caller as LONGINT_INVALID.  If it reports
21640         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
21641         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
21642         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
21643         value.
21644         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
21645         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
21646         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
21647         [defined UINTMAX_MAX]: New macros.
21648
21649 2003-10-14  Bruno Haible  <bruno@clisp.org>
21650
21651         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
21652
21653 2003-10-14  Bruno Haible  <bruno@clisp.org>
21654
21655         * m4/sig_atomic_t: New file, from GNU gettext.
21656         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
21657
21658 2003-10-14  Bruno Haible  <bruno@clisp.org>
21659
21660         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
21661         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
21662         Also use volatile where needed.
21663
21664 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21665
21666         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
21667         Change maintainer from Bruno Haible to 'all'.
21668
21669 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21670
21671         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
21672
21673 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21674
21675         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
21676         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
21677         and define in terms of the other primitives.
21678         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
21679         (SIZE_MAX): Define if not already defined.
21680         (array_size_overflow): New function.
21681         (xalloc_die): Abort instead of exiting if 'error' returns.
21682         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
21683         (xmalloc, xrealloc): Use them.
21684         (xcalloc): Check for address arithmetic overflow.
21685         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
21686         a bit faster than strcpy.
21687
21688 2003-10-10  Simon Josefsson  <jas@extundo.com>
21689
21690         * modules/argp (Depends-on): Add restrict and strcase.
21691
21692 2003-10-10  Simon Josefsson  <jas@extundo.com>
21693
21694         * m4/argp.m4: Add AC_C_INLINE.
21695
21696 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21697
21698         Merge getpass from libc, plus a few fixes.
21699
21700         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
21701         Include <stdbool.h>.
21702         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
21703         __fsetlocking to empty.
21704         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
21705         do include <bits/libc-lock.h>.
21706         Do not include <fcntl.h>; not needed.
21707         [_LIBC]: Include <wchar.h>.
21708         (NOTCANCEL_MODE): New macro.
21709         (flockfile, funlockfile) [_LIBC]: New macros.
21710         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
21711         [!_LIBC]: New macros.
21712         (call_fclose): New function.
21713         (getpass): Use it.  Save tty stream separately; this simplifies the
21714         code and makes it more reliable if stdin happens to equal stdout.
21715         Invoke __fsetlocking on tty.
21716         Handle thread cancellation if needed.
21717         Namespace cleanup (use __tcgetattr, __getline).
21718         Use bool for Booleans.
21719         [USE_IN_LIBIO]: Handle wide streams.
21720         [!_LIBC]: Unconditionally do the fseek, since we don't know what
21721         stream might go where.
21722
21723         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
21724         doesn't have to include <stdio.h> before us.
21725         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
21726         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
21727         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
21728         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
21729         if not declared, so that we can use getpass.c code from libc without
21730         rewriting it.
21731         (flockfile, ftrylockfile, funlockfile): New macros.
21732
21733 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21734
21735         * modules/getpass: Depend on stdbool.
21736
21737 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21738
21739         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
21740
21741 2003-10-07  Karl Berry  <karl@gnu.org>
21742
21743         * config/config.{guess,sub}: update from config.
21744
21745 2003-10-06  Jim Meyering  <jim@meyering.net>
21746             Bruno Haible  <bruno@clisp.org>
21747
21748         This lets translators provide better translations for the
21749         "Written by ..." part of --version output.
21750         * lib/version-etc.h: Include stdarg.h.
21751         (version_etc_copyright): Declare as readonly.
21752         (version_etc): Make this function variadic with a NULL-terminated list
21753         of author name strings.
21754         (version_etc_va): New declaration.
21755         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21756         (version_etc_copyright): Declare as readonly.
21757         (version_etc_va): New function. Provide a different translatable string
21758         for each possible number of authors < 10. Abbreviate when there are 10
21759         authors or more.
21760         (version_etc): Make this function variadic. Call version_etc_va.
21761         Suggestion from Gary V. Vaughan.
21762
21763         * lib/long-options.h (parse_long_options): Change prototype: the
21764         authors string is moved to the end and becomes variadic.
21765         * lib/long-options.c: Include stdarg.h.
21766         (parse_long_options): Make this function variadic, too.
21767         Call version_etc_va, not version_etc.
21768
21769 2003-10-06  Bruno Haible  <bruno@clisp.org>
21770
21771         * modules/version-etc-2: Remove file.
21772         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21773
21774 2003-10-06  Bruno Haible  <bruno@clisp.org>
21775
21776         * modules/fatal-signal: New file.
21777         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21778
21779 2003-10-06  Bruno Haible  <bruno@clisp.org>
21780
21781         * m4/fatal-signal.m4: New file.
21782         * m4/signalblocking.m4: New file, from GNU gettext.
21783
21784 2003-10-06  Bruno Haible  <bruno@clisp.org>
21785
21786         * lib/version-etc-2.h: Remove file.
21787         * lib/version-etc-2.c: Remove file.
21788
21789 2003-10-06  Bruno Haible  <bruno@clisp.org>
21790
21791         * lib/fatal-signal.h: New file, from GNU gettext.
21792         * lib/fatal-signal.c: New file, from GNU gettext.
21793
21794 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21795
21796         * README: Rework advice for preventing empty .o files.
21797         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21798         not <sys/types.h>.
21799
21800 2003-10-04  Karl Berry  <karl@gnu.org>
21801
21802         * lib/argp*: update from libc.
21803
21804 2003-10-04  Karl Berry  <karl@gnu.org>
21805
21806         * config/config.{guess,sub}: update from config.
21807
21808 2003-10-02  Bruno Haible  <bruno@clisp.org>
21809
21810         * modules/lchown (Include): Add lchown.h.
21811         * modules/time_r (Include): Use "..." syntax.
21812         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21813
21814 2003-10-01  Simon Josefsson  <jas@extundo.com>
21815
21816         * MODULES.html.sh (func_all_modules): Move gethostname from section
21817         'based on' to section 'lacking' POSIX:2001.
21818
21819 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21820
21821         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21822         to output mode on the same stream.
21823
21824 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21825
21826         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21827         Fix arg typo in previous patch.
21828
21829 2003-09-28  Jim Meyering  <jim@meyering.net>
21830
21831         * lib/error.c: Correct cpp indentation.
21832
21833 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21834
21835         * modules/free: New file.
21836
21837 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21838
21839         * m4/free.m4: New file.
21840
21841 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21842
21843         * lib/minmax.h (MIN, MAX)
21844         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21845         Omit the special code that used __typeof__, since we worry that
21846         it could be more trouble than it's worth.  See:
21847         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21848         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21849
21850         * lib/free.c: New file.
21851
21852 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21853
21854         Trivial fixes to Makefile.am parts of module listings.
21855         * modules/strstr: Append strstr.h to lib_SOURCES.
21856         * modules/strcase: Likewise, for strcase.h.
21857
21858 2003-09-27  Karl Berry  <karl@gnu.org>
21859
21860         * config/mkinstalldirs: update from automake.
21861
21862 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21863
21864         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21865         (error_tail): Do not loop, reallocating temporary buffer, since
21866         the output cannot contain more wide characters than the input
21867         contains bytes, the size must be big enough already.  This avoids
21868         one potential size overflow calculation.  Check for size overflow
21869         when calculating temporary buffer size.  Free temporary buffer
21870         when done, if it was allocated with malloc; this plugs a memory
21871         leak.  Remove casts from void * to pointers, that are no longer
21872         needed now that we're assuming C89 or better.
21873
21874         Merge error changes from glibc.
21875
21876         * lib/error.c, error.h: Update copyright notice header to match glibc.
21877         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21878         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21879         Disable cancellation while printing error.
21880         * lib/error.h: Prepend __ to parameter names.
21881
21882 2003-09-26  Jim Meyering  <jim@meyering.net>
21883
21884         * lib/error.c (error_tail): Move some declarations
21885         into inner scope where the local variables are used.
21886
21887 2003-09-26  Bruno Haible  <bruno@clisp.org>
21888
21889         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21890         stpncpy().
21891         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21892
21893 2003-09-26  Bruno Haible  <bruno@clisp.org>
21894
21895         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21896         (stpncpy): Define as alias for gnu_stpncpy.
21897         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21898
21899 2003-09-25  Simon Josefsson  <jas@extundo.com>
21900
21901         * lib/xgetdomainname.h: New file.
21902         * lib/xgetdomainname.c: New file.
21903
21904 2003-09-25  Simon Josefsson  <jas@extundo.com>
21905             Bruno Haible  <bruno@clisp.org>
21906
21907         * modules/getdomainname: New file.
21908         * modules/xgetdomainname: New file.
21909         * MODULES.html.sh (func_all_modules): Add getdomainname,
21910         xgetdomainname.
21911
21912 2003-09-25  Simon Josefsson  <jas@extundo.com>
21913             Bruno Haible  <bruno@clisp.org>
21914
21915         * m4/getdomainname.m4: New file.
21916
21917 2003-09-25  Simon Josefsson  <jas@extundo.com>
21918             Bruno Haible  <bruno@clisp.org>
21919
21920         * lib/getdomainname.h: New file.
21921         * lib/getdomainname.c: New file.
21922
21923 2003-09-25  Karl Berry  <karl@gnu.org>
21924
21925         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21926
21927 2003-09-25  Karl Berry  <karl@gnu.org>
21928
21929         * config/install-sh: update from automake.
21930
21931 2003-09-25  Bruno Haible  <bruno@clisp.org>
21932
21933         * modules/version-etc-2: New file, from modules/version-etc with
21934         modifications.
21935         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21936
21937 2003-09-25  Bruno Haible  <bruno@clisp.org>
21938
21939         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21940         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21941
21942 2003-09-24  Simon Josefsson  <jas@extundo.com>
21943
21944         * modules/xgethostname: Add xgethostname.h.
21945
21946 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21947
21948         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21949         the buffer associated with the argument.  Bug reported by
21950         Simon Josefsson.
21951
21952 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21953
21954         * README: Document assumptions that 'int' is at least 32 bits
21955         wide, that integer arithmetic is 2's complement without overflow,
21956         that there are no holes in integer values, that adding sizes of
21957         two nonoverlapping objects can't overflow, and that all-bits-zero
21958         yields scalar zero.  Fix spelling and capitalization typos.
21959
21960 2003-09-19  Karl Berry  <karl@gnu.org>
21961
21962         * lib/argp.h: update from libc.
21963
21964 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21965
21966         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21967         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21968         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21969
21970 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21971
21972         * gnulib-tool: Use "test -h", not "test -L", for portability
21973         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21974         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21975         (sed_extract_prog): Issue s commands one-by-one, rather than
21976         using \| in one s command.
21977
21978 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21979
21980         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21981         input error, instead of returning NULL the next time we are called
21982         (and therefore losing track of errno).
21983
21984 2003-09-16  Bruno Haible  <bruno@clisp.org>
21985
21986         * gnulib-tool (func_create_testdir): Warn about duplicated
21987         dependencies.
21988
21989 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21990
21991         * modules/argmatch, modules/fatal, modules/obstack,
21992         modules/xalloc, modules/xgethostname: Sort dependencies by
21993         importance, not alphabetically.
21994
21995 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21996
21997         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21998         fails, so that the caller gets the proper errno.
21999
22000         * lib/readutmp.c (read_utmp): Likewise.
22001         Check for fstat error.  Close stream and free storage
22002         when failing.
22003
22004 2003-09-14  Karl Berry  <karl@gnu.org>
22005
22006         * config/srclist.txt (strdup.c): disable for c89 changes.
22007
22008 2003-09-14  Jim Meyering  <jim@meyering.net>
22009
22010         * lib/getloadavg.c: Correct cpp indentation.
22011         * lib/strdup.c: Likewise.
22012         * lib/vasnprintf.c: Likewise.
22013
22014 2003-09-14  Bruno Haible  <bruno@clisp.org>
22015
22016         * modules/fwriteerror: New file.
22017         * MODULES.html.sh (func_all_modules): Add fwriteerror.
22018
22019 2003-09-14  Bruno Haible  <bruno@clisp.org>
22020
22021         * lib/fwriteerror.h: New file.
22022         * lib/fwriteerror.c: New file.
22023
22024 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22025
22026         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
22027         modules/xgethostname, modules/xalloc: Depend on exit.
22028
22029 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22030
22031         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
22032
22033         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
22034         and AC_MINIX, too, so that their extensions are available.
22035
22036         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
22037         This macro has been superseded by gl_BACKUPFILE.
22038
22039         More patches to assume C89 or better.
22040
22041         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
22042
22043         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
22044         unconditionally.
22045         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
22046         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
22047         Include <string.h>, <stdlib.h> unconditionally.
22048         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
22049         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
22050         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
22051         headers or for string.h.
22052         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
22053         or strtoul.
22054
22055         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
22056         headers.
22057         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
22058         * m4/userspec.m4 (gl_USERSPEC): Likewise.
22059         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
22060         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
22061         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22062         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
22063         memcpy, memset.
22064         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
22065         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
22066         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
22067         strtol.
22068         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
22069         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
22070         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
22071         strtoul.
22072
22073 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22074
22075         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
22076         * lib/obstack.c [!defined _LIBC]: Likewise.
22077         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
22078         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
22079         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
22080
22081         More changes to assume C89 or better.
22082
22083         * lib/error.c (error_tail): Assume vprintf.
22084
22085         * lib/argmatch.c (getenv): Remove decl.
22086         * lib/progreloc.c (get_full_program_name): Define via prototype.
22087         * lib/setenv.c (clearenv): Likewise.
22088         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
22089         needed.
22090         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
22091         (malloc, memcpy): Remove decls.
22092         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
22093         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
22094         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
22095         (memcpy): Remove macro.
22096         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
22097         (__P): Remove.  All uses removed.
22098         (PTR): Remove.  All uses changed to void *.
22099         (CHAR_BIT, NULL): Remove.
22100         (spaces, zeros, memset_space, memset_zero)
22101         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
22102         Remove.
22103         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
22104         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
22105         Define with prototype.
22106         Remove now-unnecessary prototype decl.
22107         (extra_args_spec): Assume ANSI C.  All uses changed.
22108         (extra_args_spec_iso): Remove.
22109         (my_strftime, emacs_strftimeu): Define via prototype.
22110         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
22111         unconditionally.
22112         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
22113         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
22114         (strtoul, strtol): Remove decls.
22115         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
22116         LONG_MAX): Remove.
22117         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
22118         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
22119         (LOCALE_PARAM_PROTO): New macro.
22120         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
22121         (INTERNAL (strtol), strtol): Define with a prototype.
22122         (PARAMS): Remove.  All uses removed.
22123         * lib/tempname.c: Include <string.h> unconditionally.
22124         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
22125         * lib/xgethostname.c (main): Define with a prototype.
22126         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
22127         Include <stdlib.h> unconditionally.
22128         (calloc, malloc, realloc, free): Remove decls.
22129         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
22130         Include <stdlib.h> unconditionally.  Sort include file names.
22131         (strtod): Remove.
22132         (xstrtod): Define with a prototype.
22133         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
22134         (strtol, strtoul): Remove decls.
22135
22136 2003-09-11  Paul Eggert  <eggert@twinsun.com>
22137
22138         More patches to assume C89 or better.
22139         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
22140         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
22141         string.h, memchr, STDC_HEADERS.
22142
22143 2003-09-11  Paul Eggert  <eggert@twinsun.com>
22144
22145         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
22146         Include <stdlib.h>, <string.h> unconditionally.
22147         Remove now-unnecessary cast to char *.
22148         * lib/strnlen.c: Include <string.h> unconditionally.
22149         * lib/yesno.c (yesno): Define with a prototype.
22150
22151 2003-09-11  Bruno Haible  <bruno@clisp.org>
22152
22153         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
22154
22155 2003-09-10  Jim Meyering  <jim@meyering.net>
22156
22157         * lib/error.c: Correct indentation of cpp directives.
22158
22159 2003-09-10  Bruno Haible  <bruno@clisp.org>
22160
22161         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
22162         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
22163         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
22164         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
22165         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
22166         <stdlib.h> and <string.h> checks.
22167         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
22168         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
22169
22170 2003-09-10  Bruno Haible  <bruno@clisp.org>
22171
22172         * lib/strcspn.c: Include <string.h> unconditionally.
22173         * lib/strpbrk.c: Include <string.h> unconditionally.
22174         * lib/strstr.c: Include <string.h> unconditionally.
22175         * lib/unicodeio.c: Include <string.h> unconditionally.
22176         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
22177         * lib/unsetenv.c: Likewise.
22178         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
22179         * lib/yesno.c: Include <stdlib.h> unconditionally.
22180         (rpmatch): Add prototype.
22181
22182 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22183
22184         More patches to assume C89 or better.
22185         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
22186         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
22187         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
22188         or for string.h.
22189         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
22190         stdlib.h.
22191         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
22192         C headers.
22193         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
22194         string.h.
22195         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
22196         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
22197         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
22198         or for string.h.
22199         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
22200         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
22201         C headers.
22202         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
22203         memcpy.
22204         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
22205         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
22206         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
22207         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
22208         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
22209         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
22210         string.h, free.
22211         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
22212         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
22213         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
22214         C headers, or for string.h.
22215         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
22216         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
22217         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
22218         headers, memory.h, stdlib.h, string.h, strings.h.
22219         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
22220         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
22221         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
22222         strchr.
22223         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
22224         headers, memory.h, string.h.
22225         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
22226         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
22227         free.
22228         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
22229         headers.
22230         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
22231         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
22232         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
22233         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
22234         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
22235
22236 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22237
22238         More K&R removal.
22239
22240         * lib/acosl.c (main): Use a prototype.
22241         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
22242         tanl.c: Likewise.
22243
22244         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
22245
22246         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
22247         (getopt, etopt_long, getopt_long_only, _getopt_internal)
22248         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
22249         with a prototype.
22250         * lib/getopt.c (const): Remove macro.
22251         Include <string.h> unconditionally.
22252         (my_index): Remove; all uses changed to strchr.
22253         (strlen): Remove decl.
22254         (exchange): Remove forward decl; no longer needed.
22255         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
22256         Define with prototype.
22257         * lib/getopt1.c (const): Remove macro.
22258         (getopt_long, getopt_long_only, main): Define with prototype.
22259
22260         * lib/getugroups.c: Include <string.h> unconditionally.
22261
22262         * lib/getusershell.c: Include <stdlib.h> unconditionally.
22263         (getusershell, setusershell, endusershell, readname, main):
22264         Define with prototypes.
22265
22266         * lib/group-member.c: Include group-member.h first.
22267         Include <stdlib.h> unconditionally.
22268
22269         * lib/hard-locale.c: Include hard-locale.h first.
22270         Include <stdlib.h>, <string.h> unconditionally.
22271
22272         * lib/hash.c (free, malloc): Remove decls.
22273         Include <stdlib.h> unconditionally.
22274
22275         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
22276         (getenv): Do not declare.
22277
22278         * lib/idcache.c: Include <string.h> unconditionally.
22279
22280         * lib/long-options.c: Include long-options.h first, to test interface.
22281         Include <stdlib.h> unconditionally.
22282
22283         * lib/makepath.c: Include makepath.h first, to test interface.
22284         Include <stdlib.h> and <string.h> unconditionally.
22285
22286         * lib/linebuffer.c: Include <stdlib.h>.
22287         (free): Remove decl.
22288
22289         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
22290         stddef.h. rpl_malloc returns void *, not char *.
22291         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
22292         prototype.
22293
22294         * lib/md5.h: Include <limits.h> unconditionally.
22295         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
22296         (__P): Remove; all uses removed.
22297         * lib/md5.c: Include "md5.h" first.
22298         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
22299         md5_buffer, md5_process_bytes, md5_process_block):
22300         Define with prototypes.
22301         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
22302         * lib/sha.c: Include "sha.h" first.
22303         Include <stdlib.h>, <string.h> unconditionally.
22304
22305         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
22306         * lib/memcmp.c (__ptr_t): Likewise.
22307         * lib/memrchr.c (__ptr_t): Likewise.
22308         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
22309         Include <string.h> unconditionally.
22310         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
22311         * lib/memchr.c: Include <stdlib.h> unconditionally.
22312         * lib/memchr.c (LONG_MAX): Remove.
22313         * lib/memrchr.c (LONG_MAX): Likewise.
22314         * lib/memchr.c (__memchr): Define via a prototype.
22315         * lib/memrchr.c (__memrchr): Likewise.
22316         * lib/memcmp.c (__P): Remove, and remove all uses.
22317         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
22318         Remove forward decls; no longer needed.
22319         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
22320         Use types required by C89 in prototype.
22321
22322         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
22323         * lib/savedir.c: Likewise.
22324         * lib/mkdir.c (free): Remove decl.
22325         * lib/rmdir.c (rmdir): Define with a prototype.
22326         * lib/savedir.c: Include savedir.h first, to test interface.
22327
22328         * lib/mktime.c (STDC_HEADERS): Remove.
22329         Include <stdlib.h>, <string.h> unconditionally.
22330
22331         * lib/modechange.c: Include <stdlib.h> unconditionally.
22332         (malloc): Remove decl.
22333
22334         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
22335         (free): Remove decl.
22336
22337         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
22338         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
22339         (This type really should be intptr_t, but that's a C99ism.)
22340         (_obstack_memcpy): Remove: all uses changed to memcpy.
22341         Include <string.h> unconditionally.
22342         (struct obstack): Assume __STDC__ for types of members
22343         chunkfun, freefun, extra_arg.
22344         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
22345         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
22346         obstack_begin, obstack_specify_allocation,
22347         obstack_specify_allocation_with_arg, obstack_chunkfun,
22348         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
22349         Remove unprototyped decls and the macros that use them.
22350         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
22351         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
22352         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
22353         (defined __STDC__ && __STDC__)]:
22354         Remove nonprototyped code.
22355         Include <stdlib.h> unconditionally.
22356         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
22357         _obstack_allocated_p, _obstack_free, obstack_free,
22358         _obstack_memory_used, print_and_abort):
22359         Define using prototypes.
22360         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
22361         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
22362         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
22363         obstack_next_free, obstack_object_size, obstack_room) [0]:
22364         Remove unused, unprototyped code.
22365
22366         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
22367
22368         * lib/physmem.c (physmem_total, physmem_available, main): Define
22369         with prototypes.
22370
22371         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
22372         (main): Define with a prototype.
22373
22374         * lib/posixver.c (getenv): Remove decl.
22375
22376         * lib/putenv.c (malloc): Returns void *, not char *.
22377         Include <string.h> unconditionally.
22378         (strchr, memcpy, NULL): Do not define.
22379
22380         * lib/readtokens.c: Include readtokens.h first, to test interface.
22381         Include <stdlib.h>, <string.h> unconditionally.
22382         (init_tokenbuffer): Define with a prototype.
22383
22384         * lib/regex.c (PARAMS): Remove.  All uses removed.
22385         All uses of _RE_ARGS removed, too.
22386         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
22387         unconditionally.
22388         (bzero): Assume memset exists.
22389         (memcmp, memcpy, NULL): Remove.
22390         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
22391         char, or assignments to local vars of type signed char.
22392         (init_syntax_once, PREFIX(extract_number_and_incr),
22393         PREFIX(print_partial_compiled_pattern),
22394         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
22395         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
22396         PREFIX(regex_grow_registers), PREFIX(regex_compile),
22397         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
22398         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
22399         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
22400         wcs_compile_range, byte_compile_range, truncate_wchar,
22401         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
22402         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
22403         count_mbs_length, wcs_re_match_2_internal,
22404         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
22405         PREFIX(alt_match_null_string_p),
22406         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
22407         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
22408         regfree, PREFIX(extract_number)): Define with prototype.  Remove
22409         now-unnecessary declaration, if any.
22410         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
22411         regcomp, regexec):
22412         Remove now-unnecessary casts among pointer types.
22413         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
22414
22415         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
22416         (free): Remove decl.
22417
22418         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
22419
22420         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
22421         (free): Remove decl.
22422
22423         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
22424         * lib/xgetcwd.c: Likewise.
22425
22426         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
22427         (free): Remove decl.
22428
22429         * lib/strchrnul.c (strchrnul): Define with a prototype.
22430         Fix bug: c_in was not converted to char before searching.
22431
22432         The following changes are not K&R related:
22433
22434         * lib/group-member.h: Include <sys/types.h>, so that this file is
22435         self-contained.
22436         * lib/makepath.h: Likewise.
22437
22438         * lib/getusershell.c (readname, default_index, line_size, readname):
22439         Use size_t, not int, for sizes.
22440         (readname): If the size overflows, report an error instead of
22441         looping forever.
22442
22443 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22444
22445         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
22446         libc.
22447
22448 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22449
22450         * README: New section: portability guidelines.
22451
22452 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
22453
22454         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
22455         C89 spec.
22456
22457 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
22458
22459         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
22460
22461 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22462
22463         Assume C89 or better; remove K&R cruft.
22464         A few of these changes were first proposed by Derek Robert Price
22465         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
22466
22467         * lib/addext.c: Include <string.h> unconditionally.
22468         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
22469         Don't declare getenv or malloc.
22470
22471         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
22472         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
22473         (NULL): Remove.
22474         (find_stack_direction, alloca): Use prototypes.
22475
22476         * lib/atexit.c (atexit): Define using a prototype.
22477
22478         * lib/basename.c, dirname.c, stripslash.c:
22479         Include <string.h> unconditionally.
22480
22481         * lib/bcopy.c: Include <stddef.h>.
22482         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
22483
22484         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
22485
22486         * lib/error.h (error, error_at_line, error_print_progname)
22487         [! (defined (__STDC__) && __STDC__)]: Remove decls.
22488         * lib/error.c: Include error.h first, to check interface.
22489         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22490         (VA_START): Remove; all uses changeed to va_start.
22491         (exit, strerror): Remove decls.
22492         (error_print_progname): Prototype uncondionally.
22493         Don't include <errno.h>; no longer needed.
22494         (private_strerror): Remove.
22495         (error_tail): Always define.
22496         (error, error_at_line): Assume C89 or better; always use prototypes.
22497         * lib/fatal.c: Include "fatal.h" first, to test interface.
22498         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22499         (VA_START): Remove; all uses changed to va_start.
22500         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
22501         this case.
22502         (exit): Remove decl.
22503         (fatal): Prototype unconditionally.  Assume va_start works.
22504         Abort at end, to pacify gcc.
22505
22506         * lib/euidaccess.c (main): Define with a prototype.
22507
22508         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
22509
22510         * lib/exitfail.c: Include <stdlib.h> unconditionally.
22511
22512         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
22513         prototypes.
22514         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
22515         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
22516         (getenv): Remove decl.
22517         (fnmatch): Define using a prototype.
22518         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
22519         (FCT): Define using a prototype.
22520
22521         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
22522
22523         * lib/gethostname.c: Include <stddef.h>.
22524         (gethostname): Define with prototype.  Length is size_t, not int.
22525
22526 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22527
22528         Assume C89 or better; remove K&R cruft.
22529         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
22530         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
22531         string.h, getenv, malloc.
22532         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
22533         headers.
22534         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
22535         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
22536         do not check for strerror.
22537         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
22538         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
22539         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
22540         do not check for doprnt or vprintf.
22541         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
22542         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
22543
22544 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22545
22546         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
22547         getversion.c should have been removed then, but was accidentally
22548         preserved.
22549
22550         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
22551         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
22552
22553 2003-09-08  Karl Berry  <karl@gnu.org>
22554
22555         * config/config.sub, config.guess, srclistvars.sh: update from savannah
22556                 config, forget about prep.
22557
22558         * config/depcomp, missing: update from automake.
22559
22560 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22561
22562         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
22563         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22564
22565 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22566
22567         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
22568         copy_tm_result.  Bug reported by Simon Josefsson in
22569         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22570
22571 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22572
22573         * m4/time_r.m4: New file.
22574         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
22575         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
22576         is. Check for timegm declaration.
22577         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
22578         Do not check for gmtime_r.
22579         Replace mktime if __mktime_internal does not exist and if mktime
22580         hasn't been replaced already.
22581
22582 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22583
22584         * lib/time_r.c, lib/time_r.h: New files.
22585
22586         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
22587         __localtime_r.
22588         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
22589         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
22590
22591         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
22592         __gmtime_r.
22593         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
22594         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
22595         Include <time_r.h>.
22596
22597         * lib/timegm.c: Switch to glibc implementation, with the following
22598         changes:
22599         [defined HAVE_CONFIG_H]: Include <config.h>.
22600         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
22601         (__mktime_internal) [!defined _LIBC]: New decl.
22602         (__gmtime_r) [!defined _LIBC]: New macro and function.
22603         (timegm): Use a prototype, since gnulib assumes C89.
22604         Do not bother declaring tmp to be const, as it's not really usefu.
22605         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
22606         (timegm): Declare only if HAVE_DECL_TIMEGM.
22607
22608 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22609
22610         * MODULES.html.sh (func_all_modules): Add time_r.
22611         * modules/time_r: New file.
22612         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
22613         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
22614
22615 2003-09-03  Paul Eggert  <eggert@twinsun.com>
22616
22617         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
22618         Bug reported by Lute Kamstra in
22619         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
22620
22621         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
22622         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
22623         course with correspondingly smaller numbers for tomorrow and
22624         yesterday.  From Tadayoshi Funaba.  Originally installed into
22625         sh-utils on 1999-08-07, but the patch got lost (I guess during the
22626         coreutils merge?).
22627
22628 2003-08-31  Simon Josefsson  <jas@extundo.com>
22629
22630         * modules/timegm: New file.
22631         * MODULES.html.sh (func_all_modules): Add timegm.
22632
22633 2003-08-31  Simon Josefsson  <jas@extundo.com>
22634
22635         * m4/timegm.m4: New file.
22636
22637 2003-08-31  Simon Josefsson  <jas@extundo.com>
22638
22639         * lib/timegm.h: New file.
22640         * lib/timegm.c: New file.  Based on
22641         wget-1.8.2/src/http.c:mktime_from_utc.
22642
22643 2003-08-31  Karl Berry  <karl@gnu.org>
22644
22645         * lib/argp.h: update from libc.
22646
22647 2003-08-28  Bruno Haible  <bruno@clisp.org>
22648
22649         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
22650         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
22651         followed by '#define fnmatch fnmatch_posix' gives an error.
22652
22653 2003-08-28  Bruno Haible  <bruno@clisp.org>
22654
22655         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
22656         warning on QNX, which defines O_BINARY to 000000.
22657
22658 2003-08-27  Jim Meyering  <jim@meyering.net>
22659
22660         * m4/mkstemp.m4: Require that the system mkstemp be able to create
22661         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
22662         would fail after 32.  Reported by Danny Levinson.  Details here:
22663         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
22664
22665 2003-08-24  Bruno Haible  <bruno@clisp.org>
22666
22667         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
22668         MSVC7 <stdio.h> is included later.
22669
22670 2003-08-22  Simon Josefsson  <jas@extundo.com>
22671
22672         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
22673
22674 2003-08-20  Karl Berry  <karl@gnu.org>
22675
22676         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
22677
22678 2003-08-20  Bruno Haible  <bruno@clisp.org>
22679
22680         * modules/progname: New file.
22681         * MODULES.html.sh (func_all_modules): Add progname.
22682
22683 2003-08-20  Bruno Haible  <bruno@clisp.org>
22684
22685         * lib/progname.h: New file, from GNU gettext.
22686         * lib/progname.c: New file, from GNU gettext.
22687         * lib/progreloc.c: New file, from GNU gettext.
22688
22689 2003-08-19  Jim Meyering  <jim@meyering.net>
22690
22691         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
22692         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
22693
22694 2003-08-19  Bruno Haible  <bruno@clisp.org>
22695
22696         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
22697         more.
22698
22699 2003-08-19  Bruno Haible  <bruno@clisp.org>
22700
22701         * lib/xstrdup.c: Assume <string.h> exists.
22702
22703 2003-08-18  Paul Eggert  <eggert@twinsun.com>
22704
22705         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
22706         in makefile rules.
22707
22708 2003-08-18  Jim Meyering  <jim@meyering.net>
22709
22710         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
22711         * m4/lib-ld.m4: Likewise.
22712
22713 2003-08-18  Jim Meyering  <jim@meyering.net>
22714
22715         * lib/setenv.h: Indent nested cpp directive.
22716         * lib/vasnprintf.c: Remove trailing blanks.
22717
22718 2003-08-17  Simon Josefsson  <jas@extundo.com>
22719
22720         * modules/xstrndup: New file.
22721         * MODULES.html.sh (func_all_modules): Add xstrndup.
22722
22723 2003-08-17  Simon Josefsson  <jas@extundo.com>
22724
22725         * modules/argp: Fix autoconf macro name. Add more dependencies.
22726
22727 2003-08-17  Simon Josefsson  <jas@extundo.com>
22728
22729         * m4/xstrndup.m4: New file.
22730
22731 2003-08-17  Simon Josefsson  <jas@extundo.com>
22732
22733         * m4/argp.m4: New file.
22734
22735 2003-08-17  Simon Josefsson  <jas@extundo.com>
22736             Bruno Haible  <bruno@clisp.org>
22737
22738         * lib/xstrndup.h: New file.
22739         * lib/xstrndup.c: New file.
22740
22741 2003-08-17  Bruno Haible  <bruno@clisp.org>
22742
22743         * modules/strndup (Files, Include): Add lib/strndup.h.
22744
22745 2003-08-17  Bruno Haible  <bruno@clisp.org>
22746
22747         * modules/euidaccess (Files): Add lib/euidaccess.h.
22748
22749 2003-08-17  Bruno Haible  <bruno@clisp.org>
22750
22751         * lib/strndup.h: New file.
22752
22753 2003-08-17  Bruno Haible  <bruno@clisp.org>
22754
22755         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22756         like AC_GNU_SOURCE.
22757         * modules/extensions (configure.ac): Comment out the invocation of
22758         gl_USE_SYSTEM_EXTENSIONS.
22759
22760 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22761
22762         Merges from coreutils, etc.
22763         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22764         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22765         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22766         fixing a typo.
22767         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22768         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22769
22770 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22771
22772         Document merge from coreutils.
22773         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22774         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22775         * modules/utime: Add m4/utimes-null.m4.
22776
22777 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22778
22779         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22780         space, undoing this 2003-08-12 change:
22781         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22782
22783 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22784
22785         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22786         strtoul.c from libc, undoing this 2003-08-12 change:
22787         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22788
22789 2003-08-16  Jim Meyering  <jim@meyering.net>
22790
22791         Merges from coreutils.
22792         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22793         prefix.  Adjust cache variables similarly.  Create 500 rather than
22794         just 300 files, to exercise bug on Darwin6.5, too.
22795         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22796         $missing_dir.
22797         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22798         AM_SYS_POSIX_TERMIOS.
22799         Reported by mkc@mathdogs.com.
22800         Also change use of $am_cv_sys_posix_termios
22801         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22802         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22803         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22804         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22805         in /proc/mounts until it finds one with matching device number.  This
22806         is unnecessary when the FILE argument *is* a mount point.  No stat call
22807         is necessary in that case.  So, disable the statvfs-testing code on
22808         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22809         as RedHat bug# 84846.
22810         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22811         to 1MB, so as not to render systems with no stack size limit (e.g.,
22812         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22813         Include <unistd.h>.  On some systems,
22814         it is required for the definition of _SC_PAGESIZE.
22815
22816 2003-08-16  Jim Meyering  <jim@meyering.net>
22817
22818         Merge from coreutils.
22819         * lib/xstrtoimax.c: #else #if -> #elif.
22820         * lib/xstrtoumax.c: Likewise.
22821
22822 2003-08-16  Jim Meyering  <jim@meyering.net>
22823
22824         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22825         * m4/utimes.m4: Removed.
22826         * m4/utimes-null.m4: Renamed from utimes.m4.
22827
22828         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22829         to 1MB, so as not to render systems with no stack size limit (e.g.,
22830         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22831         Include <unistd.h>.  On some systems,
22832         it is required for the definition of _SC_PAGESIZE.
22833
22834 2003-08-16  Jim Meyering  <jim@meyering.net>
22835         and Paul Eggert  <eggert@cs.ucla.edu>
22836
22837         Merges from coreutils, etc.
22838
22839         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22840         using the latest version from cvs.  This avoids problems with #line
22841         directives using a vendor (Sun) compiler.
22842         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22843         Don't set GETGROUPS_LIB here; now it's
22844         done via getgroups.m4's wrapper function.
22845         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22846         rather than just in sh-util/configure.in, so that the
22847         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22848         same.
22849         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22850         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22851         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22852         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22853         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22854         Remove code that is now done by the newly-required macros.
22855         Append $(EXEEXT) to DF_PROG.
22856         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22857         Do not invoke or require the following here,
22858         since prereq.m4 or some gnulib .m4 now does this for us:
22859         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22860         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22861         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22862         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22863         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22864         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22865         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22866         AC_FUNC_OBSTACK.
22867         Do not replace the following functions, as this is now the job
22868         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22869         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22870         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22871         atexit getpass, strdup, getpagesize.
22872         Replace 'raise'.
22873         Do not check for the following functions, as this is now the job
22874         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22875         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22876         setregid.
22877         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22878         Check for sys/sysctl.h.
22879         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22880         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22881         of checking for ssize_t ourselves.
22882
22883         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22884         Require every macro that gnulib/modules/* suggests for us.
22885         (jm_PREREQ_ADDEXT): New macro.
22886         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22887         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22888
22889         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22890         (gl_PHYSMEM): Use it.
22891         Also check for `table' function.
22892         Check for new headers and functions.
22893         Add check for sys/sysmp.h.
22894         With suggestions from Kaveh Ghazi.
22895         Ignore headers that are present but cannot be compiled.  This
22896         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22897         C 5.4.
22898
22899 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22900
22901         Document merge from coreutils.
22902         * modules/userspec: Depend on posixver.
22903         * modules/strftime: Depend on tzset.
22904
22905 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22906
22907         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22908         rather than tab, after '#' in shell-script copyright notices.
22909         Suggested by Bruno Haible.
22910
22911 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22912
22913         * config/srclist-update: Use three spaces, rather than tab, after '#'
22914         in shell-script copyright notices.  Suggested by Bruno Haible.
22915         Remove unnecessary parenthesization in regular expression.
22916
22917 2003-08-15  Jim Meyering  <jim@meyering.net>
22918
22919         Merge from coreutils.
22920         * lib/xgethostname.c: Include <stdlib.h>.
22921         (xghostname): Don't exit for anything other than memory-related
22922         failure; just return NULL.
22923         * lib/userspec.c: Include "posixver.h".
22924         (parse_user_spec): Accept `.' as a separator only
22925         in pre-POSIX-200112 mode.
22926         * lib/strtoimax.c: Use #elif rather than #else #if.
22927         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22928         Remove function, now that we can rely on a working tzset function.
22929         [!_LIBC]: Ensure that the required autoconf test has been run.
22930         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22931         Use underlying_strftime for %r.
22932         * lib/sha.c: Merge in some clean-up and optimization changes from
22933         glibc.
22934         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22935         Ensure that it is a multiple of 64.
22936         Rearrange loop exit tests so as to avoid performing an
22937         additional fread after encountering an error or EOF.
22938         * lib/realloc.c: Update copyright date.
22939
22940 2003-08-15  Jim Meyering  <jim@meyering.net>
22941         and Paul Eggert  <eggert@twinsun.com>
22942
22943         Merge from coreutils.
22944         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22945         member but strut utmpx does not.  Needed for AIX 4.3.3.
22946         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22947
22948 2003-08-15  Jim Meyering  <jim@meyering.net>
22949         and Paul Eggert  <eggert@cs.ucla.edu>
22950
22951         Merges from coreutils, etc.
22952         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22953         Require gl_FUNC_TZSET_CLOBBER.
22954         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22955         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22956         members.
22957
22958 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22959
22960         Help the merge from coreutils.
22961         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22962         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22963         * m4/tzset.m4: Use it too.
22964
22965 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22966
22967         * modules/tzset: New file.
22968
22969 2003-08-14  Jim Meyering  <jim@meyering.net>
22970
22971         Merges from coreutils.
22972         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22973         variable names, rather than @FNMATCH_H@.
22974         * modules/alloca: Likewise for $(ALLOCA_H).
22975
22976         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22977         the three copies of the literal target, `fnmatch.h'.
22978         * modules/alloca (alloca.h): Likewise.
22979
22980 2003-08-14  Jim Meyering  <jim@meyering.net>
22981
22982         Merge from coreutils.
22983         * m4/tzset.m4: New file.
22984         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22985         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22986         otherwise, AIX 5.1 systems would end up using the latter.
22987         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22988         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22989         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22990         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22991
22992 2003-08-14  Jim Meyering  <jim@meyering.net>
22993
22994         Merge from coreutils.
22995         * lib/obstack.h: Whitespace changes.
22996         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22997         and xcalloc return values.
22998         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22999         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
23000         hang on OSF/1 5.1 for DIR on both local and remote file systems.
23001         Reported by (and fix confirmed by) Nelson H. F. Beebe.
23002         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23003         error from mntctl.
23004         Use mntctl's return value to drive the entry-processing loop, since
23005         we can't rely on the value of the vmt_length member in the last
23006         entry.  On some systems doing so could result in exhausting
23007         virtual memory.  Based in part on a patch from Mike Jetzer.
23008
23009 2003-08-14  Jim Meyering  <jim@meyering.net>
23010         and Paul Eggert  <eggert@twinsun.com>
23011
23012         Merges from coreutils, plus other fixes.
23013         * lib/physmem.c: Merge in portability changes from gcc/libiberty
23014         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
23015         for credits and details.  Thanks to Kaveh Ghazi for helping
23016         to keep these files in sync.
23017         (ARRAY_SIZE): Define it.
23018         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
23019         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
23020         (memcasecmp): Don't assume size_t fits in unsigned int.
23021         Remove casts and duplicate code.
23022         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
23023         (memcpy): Remove definition.
23024         Merge in some clean-up and optimization changes from glibc.
23025         [BLOCKSIZE]: Move definition to top of file.
23026         Ensure that it is a multiple of 64.
23027         Rearrange loop exit tests so as to avoid performing an
23028         additional fread after encountering an error or EOF.
23029         * lib/md5.h (md5_uintptr): Define.
23030         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
23031         return to the initial working directory.  Preserve errno
23032         for caller.
23033         * lib/idcache.c: Include "xalloc.h".
23034         (xmalloc, xrealloc): Remove decls.
23035         (getuser): Remove casts no longer required in C89.
23036         * lib/human.c: Include stdio.h, for sprintf.
23037         * lib/group-member.c: Include "xalloc.h".
23038         (xmalloc, xrealloc): Remove decls.
23039         (get_group_info): Remove casts no longer required in C89.
23040         * lib/getusershell.c (readname): Remove casts no longer required in
23041         C89.
23042         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
23043         * lib/getline.c: Whitespace fix, from coreutils.
23044
23045 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23046
23047         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
23048         Check for isascii.
23049
23050         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
23051         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
23052         Undo previous (whitespace-only) change.
23053
23054 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23055
23056         * lib/exclude.c: Include <ctype.h>
23057         (IN_CTYPE_DOMAIN): New macro.
23058         (is_space): New fn.
23059         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
23060         and empty lines.
23061
23062         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
23063         Undo previous (whitespace-only) change.
23064
23065 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23066
23067         * config/srclist-update: Change update back to the old behavior,
23068         leaving whitespace alone.  Use one 'sed' command rather than a
23069         pipeline.
23070         (fixlicense): Now a variable, not a function.
23071         (remove_trailing_blanks): Remove.
23072         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
23073         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
23074         Undo previous (whitespace-only) change.
23075
23076 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23077
23078         Merge from coreutils.
23079         * modules/euidaccess: Add lib_SOURCES, include for new
23080         file euidaccess.h
23081
23082 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23083
23084         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
23085         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
23086         Normalize leading white space and remove trailing white space.
23087
23088         Merge from coreutils
23089         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
23090
23091         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
23092         0.12.1.  These files are now being upgraded automatically by
23093         ../config/srclist-update.
23094
23095 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23096
23097         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
23098         Normalize leading white space and remove trailing white space.
23099         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
23100         notice, as per ../config/srclist-update.
23101
23102         Merge from coreutils.
23103         * lib/euidaccess.h: New file.
23104         * lib/euidaccess.c: Include it.
23105         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
23106         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
23107         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
23108
23109 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23110
23111         * config/srclist-update: Add copyright notice.
23112         (remove_id_lines, remove_trailing_blanks): New constants.
23113         (fixfile): Use them to normalize spacing a bit in copied files.
23114         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
23115         Normalize leading white space and remove trailing white space.
23116
23117         * config/texinfo.tex: Sync with texinfo.
23118
23119         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
23120         strtoul.c from libc, to merge coreutils whitespace changes.
23121
23122         * config/srclist.txt: Get the following m4 files from gettext:
23123         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
23124         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
23125         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
23126         wint_t.m4.
23127
23128 2003-08-12  Karl Berry  <karl@gnu.org>
23129
23130         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
23131         been made.
23132
23133 2003-08-11  Paul Eggert  <eggert@twinsun.com>
23134
23135         * modules/gnu-source, m4/gnu-source.m4:
23136         Remove; we're assuming Autoconf 2.54 or later now.
23137         Suggested by Bruno Haible.
23138         * MODULES.html.sh (func_all_modules): Remove gnu-source.
23139
23140 2003-08-11  Bruno Haible  <bruno@clisp.org>
23141
23142         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
23143
23144 2003-08-11  Bruno Haible  <bruno@clisp.org>
23145
23146         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
23147         (vasnprintf): Use it instead of wcslen.
23148
23149 2003-08-11  Bruno Haible  <bruno@clisp.org>
23150
23151         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
23152         value to ensure that _Bool promotes to int. Use #define for _Bool when
23153         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
23154
23155 2003-08-10  Karl Berry  <karl@gnu.org>
23156
23157         * lib/regex.h: update from libc (whitespace fix).
23158
23159 2003-08-09  Paul Eggert  <eggert@twinsun.com>
23160
23161         Merge some files from coreutils.  These changes were
23162         originally made by Jim Meyering.
23163         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
23164         many older Unixes require this.
23165         * lib/alloca.c (alloca): Remove cast to argument of free;
23166         no longer needed in C89.
23167         * lib/alloca_.h, regex.h: Fix white space to match
23168         what GNU indent does.
23169
23170 2003-08-09  Paul Eggert  <eggert@twinsun.com>
23171
23172         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
23173         apparently Emacs's Unicode mode got confused before my 2003-08-05
23174         checkin.
23175
23176 2003-08-08  Paul Eggert  <eggert@twinsun.com>
23177
23178         * m4/extensions.m4: New file.
23179         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
23180         Require gl_USE_SYSTEM_EXTENSIONS.
23181         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
23182         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
23183
23184 2003-08-08  Paul Eggert  <eggert@twinsun.com>
23185
23186         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
23187         * modules/extensions, modules/gnu-source: New files.
23188         * modules/timespec, modules/unlocked-io: Depend on extensions.
23189
23190 2003-08-07  Paul Eggert  <eggert@twinsun.com>
23191
23192         * modules/restrict: New file.
23193         * MODULES.html.sh (func_all_modules): Add restrict.
23194         * modules/regex: Depend on restrict.
23195
23196 2003-08-07  Paul Eggert  <eggert@twinsun.com>
23197
23198         * m4/restrict.m4: New file.
23199         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
23200
23201 2003-08-07  Bruno Haible  <bruno@clisp.org>
23202
23203         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
23204         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
23205
23206 2003-08-07  Bruno Haible  <bruno@clisp.org>
23207
23208         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
23209         makes the module 'getndelim2' compatible with the module 'getline'.
23210
23211 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23212
23213         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
23214         byte with "\201" to avoid glitches when editing that source file
23215         with multi-gnome-terminal.
23216
23217 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23218
23219         * lib/bumpalloc.h: Remove.
23220
23221 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23222
23223         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
23224         * modules/bumpalloc: Remove.
23225
23226 2003-08-04  Paul Eggert  <eggert@twinsun.com>
23227
23228         * lib/getloadavg.c: Change copyright notice and spacing to conform to
23229         GNU coding style.
23230
23231         Merge from coreutils.
23232         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
23233         1. From glibc.
23234         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
23235         from Karl Berry, implemented by Jim Meyering.
23236         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
23237         from Dmitry V. Levin.
23238         Remove anachronistic cast of xrealloc.
23239         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
23240         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
23241         type. Otherwise, it wouldn't compile with at least /bin/cc on
23242         ymp-cray-unicos9.0.2.X.
23243         Combine two mostly-identical uses of alloca into one.
23244         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
23245
23246 2003-08-04  Dave Love  <d.love@dl.ac.uk>
23247
23248         [From Emacs.]
23249
23250         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
23251         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
23252         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
23253         obsolete NLIST_NAME_UNION.
23254         [__GNU__]: Undef BSD and FSCALE.
23255         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
23256
23257 2003-08-03  Paul Eggert  <eggert@twinsun.com>
23258
23259         * lib/stdbool_.h (_Bool): Make it signed char, instead of
23260         an enum type, so that it's guaranteed to promote to int.  See:
23261         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
23262
23263 2003-08-03  Karl Berry  <karl@gnu.org>
23264
23265         * config/depcomp: update from automake.
23266
23267 2003-07-31  Paul Eggert  <eggert@twinsun.com>
23268
23269         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
23270         (strerror): Don't assume that a printable int fits in 14 bytes.
23271
23272 2003-07-31  Bruno Haible  <bruno@clisp.org>
23273
23274         * modules/getpass-gnu: New file.
23275         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
23276
23277 2003-07-31  Bruno Haible  <bruno@clisp.org>
23278
23279         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
23280
23281 2003-07-24  Karl Berry  <karl@gnu.org>
23282
23283         * config/missing: update from automake.
23284
23285 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
23286             Bruno Haible  <bruno@clisp.org>
23287
23288         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
23289         * lib/getline.c (getline, getdelim): Likewise.
23290         Remove _GNU_SOURCE define; now it's defined in config.h through
23291         m4/getline.m4.
23292
23293 2003-07-23  Karl Berry  <karl@gnu.org>
23294
23295         * config/config.sub: update from prep.
23296
23297 2003-07-22  Paul Eggert  <eggert@twinsun.com>
23298
23299         * modules/xalloc (Depends-on): Add exitfail.
23300         * modules/xmemcoll: Likewise.
23301
23302 2003-07-22  Paul Eggert  <eggert@twinsun.com>
23303
23304         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
23305         over-parenthesization in macros.
23306
23307         Sync with coreutils.
23308
23309         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
23310         required by C99.
23311
23312         Use `exit_failure' for xalloc and xmemcoll instead of their own
23313         private exit-failure variables.
23314         * lib/xalloc.h (xalloc_exit_failure): Remove.
23315         * lib/xmalloc.c: Likewise.  Include exitfail.h.
23316         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
23317         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
23318         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
23319         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
23320
23321 2003-07-20  Jim Meyering  <jim@meyering.net>
23322
23323         * modules/closeout (Depends-on): Add exitfail.
23324         Suggestion from Bruno Haible.
23325
23326 2003-07-19  Karl Berry  <karl@gnu.org>
23327
23328         * config/config.sub: update from prep.
23329
23330 2003-07-18  Paul Eggert  <eggert@twinsun.com>
23331
23332         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
23333         Remove.
23334         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
23335         to test that it can stand by itself.  Include "exitfail.h".
23336         Clients should set exit_failure instead.
23337         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
23338
23339 2003-07-18  Bruno Haible  <bruno@clisp.org>
23340
23341         * modules/getndelim2: New file.
23342         * modules/getline: Share files with module getndelim2.
23343         * modules/getnline: Depend on getndelim2 instead of sharing files with
23344         it. Add getnline.c to lib_SOURCES.
23345         * MODULES.html.sh (func_all_modules): Add getndelim2.
23346
23347 2003-07-18  Bruno Haible  <bruno@clisp.org>
23348
23349         * m4/getndelim2.m4: New file.
23350         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
23351         invoke gl_PREREQ_GETNDELIM2.
23352         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
23353         gl_PREREQ_GETNDELIM2.
23354         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
23355         gl_GETNDELIM2.
23356
23357 2003-07-18  Bruno Haible  <bruno@clisp.org>
23358
23359         * lib/getndelim2.h: New file.
23360         * lib/getndelim2.c: Make into a module of its own. Include config.h,
23361         getndelim2.h.
23362         (getndelim2): Make non-static. Change return type to ssize_t.
23363         * lib/getline.h: Change argument names.
23364         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
23365         * lib/getnline.c: Include getndelim2.h.
23366
23367 2003-07-18  Andreas Schwab  <schwab@suse.de>
23368
23369         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
23370
23371 2003-07-17  Karl Berry  <karl@gnu.org>
23372
23373         * config/config.sub: update from prep.
23374
23375 2003-07-17  Bruno Haible  <bruno@clisp.org>
23376
23377         * modules/getnline: New file.
23378         * modules/getline: Add lib/getndelim2.c to source file list.
23379         * MODULES.html.sh (func_all_modules): Add getnline.
23380
23381 2003-07-17  Bruno Haible  <bruno@clisp.org>
23382
23383         * m4/getnline.m4: New file.
23384
23385 2003-07-17  Bruno Haible  <bruno@clisp.org>
23386
23387         * m4/Makefile.am.in: Remove file.
23388         * m4/Makefile.am: Remove file.
23389         * m4/Makefile.in: Remove file.
23390
23391 2003-07-17  Bruno Haible  <bruno@clisp.org>
23392
23393         * lib/getnline.h: New file.
23394         * lib/getnline.c: New file.
23395         * lib/getndelim2.c: New file, extracted from getline.c.
23396         (getndelim2): Renamed from getdelim2, with added nmax argument.
23397         * lib/getline.c: Include getndelim2.c.
23398         (getdelim2): Moved out to getndelim2.c.
23399         (getline, getdelim): Update.
23400
23401 2003-07-17  Bruno Haible  <bruno@clisp.org>
23402
23403         * lib/Makefile.am: Remove file.
23404         * lib/Makefile.in: Remove file.
23405
23406 2003-07-17  Bruno Haible  <bruno@clisp.org>
23407
23408         * configure.in: Remove file.
23409         * Makefile.in: Remove file.
23410
23411 2003-07-17  Bruno Haible  <bruno@clisp.org>
23412
23413         * MODULES.html.sh: Put the </BODY> right before </HTML>.
23414
23415 2003-07-16  Karl Berry  <karl@gnu.org>
23416
23417         * config/srclist-update: was running fixlicense twice, which caused
23418                 texinfo.tex to be nullified for some reason.  Simplify,
23419                 $gplsrc is no longer needed as far as I can see?
23420
23421 2003-07-16  Jim Meyering  <jim@meyering.net>
23422
23423         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
23424
23425 2003-07-15  Paul Eggert  <eggert@twinsun.com>
23426
23427         * config/srclist.txt: Get the following files from gettext-runtime/intl
23428         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
23429         ref-del.sin.  From Bruno Haible.
23430         * config/srclist-update (fixfile): Change grep pattern again, since the
23431         previous fix didn't work (there was another trailing $).  Use
23432         '[$]' to escape the $s.
23433
23434 2003-07-15  Karl Berry  <karl@gnu.org>
23435
23436         * lib/vasnprintf.c: update from gettext.
23437
23438 2003-07-15  Karl Berry  <karl@gnu.org>
23439
23440         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
23441         gets expanded when surrounded by '$'.
23442
23443 2003-07-15  Jim Meyering  <jim@meyering.net>
23444
23445         * modules/save-cwd: Don't depend on error.  From Derek Price.
23446
23447 2003-07-15  Jim Meyering  <jim@meyering.net>
23448
23449         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
23450
23451 2003-07-14  Simon Josefsson  <jas@extundo.com>
23452
23453         * modules/mempcpy: New file.
23454         * MODULES.html.sh (func_all_modules): Add mempcpy.
23455
23456 2003-07-14  Simon Josefsson  <jas@extundo.com>
23457
23458         * m4/mempcpy.m4: New file.
23459
23460 2003-07-14  Simon Josefsson  <jas@extundo.com>
23461
23462         * lib/mempcpy.h: New file.
23463         * lib/mempcpy.c: New file.
23464
23465 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23466
23467         * modules/getdate, modules/posixtm: Depend on mktime.
23468
23469 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23470
23471         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
23472         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
23473         unicodeio.c, unicodeio.h, unlocked-io.h:
23474         Switch from LGPL to GPL.
23475
23476 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23477
23478         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
23479         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
23480         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
23481         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
23482         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
23483         updated automatically by ../config/srclist-update.  This changes
23484         their license from LPGL to GPL.
23485
23486 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23487
23488         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
23489         assumed to refer to the root of the most recent stable gettext version.
23490         * config/srclistvars.sh: Add defaults for eggert.
23491         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
23492         Match "This program" as well as "The program".  This is needed
23493         for gettext.
23494
23495 2003-07-14  Jim Meyering  <jim@meyering.net>
23496
23497         Don't emit diagnostics.  Let callers do that.
23498         * lib/save-cwd.c: Don't include "error.h".
23499         (save_cwd): Don't call error.  Ensure that errno is valid
23500         when returning nonzero.
23501
23502         * lib/save-cwd.h (restore_cwd): Update prototype.
23503         * lib/save-cwd.c (restore_cwd): Remove two parameters.
23504         Simplify.  Don't call error upon failure.  Let callers do that.
23505         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
23506         when auditing is enabled.  But don't bother updating the #if.
23507
23508 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
23509
23510         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
23511         it breaks C++ compilation.
23512         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
23513
23514 2003-07-10  Simon Josefsson  <jas@extundo.com>
23515
23516         * modules/strchrnul (Makefile.am): Add strchrnul.h.
23517
23518 2003-07-10  Jim Meyering  <jim@meyering.net>
23519
23520         * m4/clock_time.m4: Remove trailing blank.
23521         * m4/intmax_t.m4: Likewise.
23522
23523 2003-07-10  Jim Meyering  <jim@meyering.net>
23524
23525         * lib/vasnprintf.c: Remove trailing blanks.
23526         Make cpp indentation consistent.
23527
23528 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23529
23530         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
23531         posixver.c, strftime.c, strnlen.c, strverscmp.c:
23532         Switch from LGPL to GPL.
23533
23534 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23535
23536         * config/srclist.txt: Sort sublists.  Add
23537         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
23538         that differ from gnulib for one reason or another; we'd like this list
23539         to be smaller but for now let's document what we have.
23540
23541 2003-07-08  Paul Eggert  <eggert@twinsun.com>
23542
23543         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
23544         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
23545         and sweeter "eval x=$x".
23546         * config/srclist.txt: Get lib/argp* from glibc.
23547
23548 2003-07-07  Paul Eggert  <eggert@twinsun.com>
23549
23550         * lib/mktime.c: Fix some boundary cases and remove need for floating
23551         point.
23552
23553         Issue a compile-time diagnostic if time_t is floating point, or if
23554         two's complement arithmetic is not in effect, or if arithmetic
23555         right shift does not propagate the sign.  These assumptions were
23556         all in the original code but they weren't checked.
23557
23558         (TIME_T_MIDPOINT, verify): New macros.
23559         (__isleap): Remove; it has integer overflow problems.
23560         (leapyear): New function, without those problems.
23561         (ydhms_tm_diff): Remove; splitting into two parts.
23562         (ydhms_diff): New function, containing the arithmetic part of
23563         the old ydhms_tm_diff function.  Issue a compile-time
23564         diagnostic if we are not using C99 integer division.
23565         Avoid casts when possible.
23566         (guess_time_tm): New function, containing the checking part of
23567         the old ydhms_tm_diff function.  Return the new value, rather than
23568         the difference between it and the old.  Accept a new argument T
23569         so that *T specifies the old value.  Check for overflow in the result.
23570
23571         (__mktime_internal): Use a time_t offset, not a long int offset.
23572         This undoes the 2003-06-04 change, which is no longer needed now
23573         that we have better overflow checking.
23574         (localtime_offset): Likewise.
23575
23576         (__mktime_internal): Avoid harmful overflow on hosts where time_t
23577         and long are 64-bit but int is only 32-bit.
23578         (ydhms_diff): Use long int to store year1 and yday1.
23579         Issue a compile-time diagnostic if long int is not wide enough.
23580
23581         (__mktime_internal): Use long int to store adjusted year and yday.
23582         Use plain C rather than preprocessor commands, if that doesn't
23583         affect efficiency.
23584         Check for overflow (and try to repair) after each probe
23585         rather than checking only at the very end.  This avoids some bugs
23586         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
23587         does not equal GMT offset at maximum time).
23588         Use integer to check for overflow rather than floating point; this
23589         is more portable to non-IEEE hosts, and is a tad faster.
23590         When we detect that we are oscillating between two values,
23591         don't check whether tm_isdst has the requested value, since
23592         we already know the answer.  When tm_isdst has the wrong value,
23593         use a different heuristic to find the right one, based on the
23594         extreme values actually observed in practice in tz2003a,
23595         rather than the (overly optimistic) "previous 3 calendar quarters".
23596
23597         (not_equal_tm, print_tm, check_result): Use "const T" rather than
23598         "T const" to accommodate glibc style.
23599         (check_result): Use less-confusing report format.  "long" -> "long int.
23600         (main): Likewise.
23601         Don't loop if the iteration overflows time_t.
23602         Allow a negative step in the iteration.
23603
23604 2003-07-06  Karl Berry  <karl@gnu.org>
23605
23606         * config/depcomp: update from automake.
23607         * config/config.sub: update from prep.
23608
23609 2003-07-03  Karl Berry  <karl@gnu.org>
23610
23611         * config/config.guess: update from prep.
23612
23613 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23614
23615         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
23616         xreadlink.c now includes it unconditionally.
23617
23618 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23619
23620         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
23621         having it depend on HAVE_SYS_TYPES_H.
23622
23623 2003-07-01  Bruno Haible  <bruno@clisp.org>
23624
23625         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
23626         <sys/types.h> should be sufficient.
23627         Reported by Paul Eggert.
23628
23629 2003-06-26  Karl Berry  <karl@gnu.org>
23630
23631         * config/depcomp: update from automake.
23632
23633 2003-06-26  Bruno Haible  <bruno@clisp.org>
23634
23635         * modules/human: Depend on module stdbool.
23636
23637 2003-06-25  Bruno Haible  <bruno@clisp.org>
23638
23639         * modules/readlink: New file.
23640         * modules/xreadlink: Depend on it.
23641         * MODULES.html.sh (func_all_modules): Add readlink.
23642
23643 2003-06-25  Bruno Haible  <bruno@clisp.org>
23644
23645         * m4/readlink.m4: New file.
23646
23647 2003-06-25  Bruno Haible  <bruno@clisp.org>
23648
23649         * lib/readlink.c: New file.
23650
23651 2003-06-22  Karl Berry  <karl@gnu.org>
23652
23653         * config/srclist.txt: update mkinstalldirs from automake.
23654         * config/mkinstalldirs: update.
23655
23656 2003-06-22  Bruno Haible  <bruno@clisp.org>
23657
23658         Portability to mingw32.
23659         * m4/ssize_t.m4: New file, from GNU gettext.
23660         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
23661         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
23662
23663 2003-06-22  Bruno Haible  <bruno@clisp.org>
23664
23665         * modules/safe-read: Add m4/ssize_t.m4.
23666         * modules/xreadlink: Add m4/ssize_t.m4.
23667
23668 2003-06-20  Bruno Haible  <bruno@clisp.org>
23669
23670         Assume C89, so PARAMS isn't needed.
23671         * lib/unicodeio.h (PARAMS): Remove.
23672         * lib/unicodeio.c: Don't use PARAMS.
23673
23674 2003-06-18  Karl Berry  <karl@gnu.org>
23675
23676         * config/config.{guess,sub}: update from prep.
23677
23678 2003-06-18  Jim Meyering  <jim@meyering.net>
23679
23680         Merge changes from coreutils.
23681         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
23682         Remove explicit declarations of xmalloc and realloc.
23683         Include xalloc.h.
23684         (read_utmp): Remove anachronistic cast of xmalloc.
23685
23686 2003-06-17  Paul Eggert  <eggert@twinsun.com>
23687
23688         Assume C89, so PARAMS isn't needed.
23689         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
23690         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
23691         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
23692         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
23693         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
23694         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
23695         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
23696         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
23697         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
23698         lib/xstrtod.h, lib/xstrtol.h: Likewise.
23699         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
23700         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
23701         no longer needed. Anyway, config.h should always be included before any
23702         other file.
23703
23704 2003-06-11  Simon Josefsson  <jas@extundo.com>
23705
23706         * modules/sysexits: New file.
23707         * MODULES.html.sh (func_all_modules): Add sysexits.
23708
23709 2003-06-11  Simon Josefsson  <jas@extundo.com>
23710
23711         * lib/sysexit_.h: New file.
23712
23713 2003-06-11  Derek Price  <derek@ximbiot.com>
23714
23715         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
23716         necessary.
23717
23718 2003-06-11  Bruno Haible  <bruno@clisp.org>
23719
23720         * m4/sysexits.m4: New file.
23721
23722 2003-06-10  Simon Josefsson  <jas@extundo.com>
23723
23724         * lib/argp.h: New file, from glibc.
23725         * lib/argp-ba.c: New file, from glibc.
23726         * lib/argp-eexst.c: New file, from glibc.
23727         * lib/argp-fmtstream.c: New file, from glibc.
23728         * lib/argp-fmtstream.h: New file, from glibc.
23729         * lib/argp-fs-xinl.c: New file, from glibc.
23730         * lib/argp-help.c: New file, from glibc.
23731         * lib/argp-namefrob.h: New file, from glibc.
23732         * lib/argp-parse.c: New file, from glibc.
23733         * lib/argp-pv.c: New file, from glibc.
23734         * lib/argp-pvh.c: New file, from glibc.
23735         * lib/argp-xinl.c: New file, from glibc.
23736
23737 2003-06-10  Simon Josefsson  <jas@extundo.com>
23738
23739         * modules/strchrnul: New file.
23740
23741 2003-06-10  Simon Josefsson  <jas@extundo.com>
23742
23743         * modules/argp: New file.
23744
23745 2003-06-10  Simon Josefsson  <jas@extundo.com>
23746
23747         * m4/strchrnul.m4: New file.
23748
23749 2003-06-10  Simon Josefsson  <jas@extundo.com>
23750
23751         * lib/strchrnul.h: New file.
23752         * lib/strchrnul.c: New file.
23753
23754 2003-06-10  Bruno Haible  <bruno@clisp.org>
23755
23756         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23757
23758 2003-06-07  Karl Berry  <karl@gnu.org>
23759
23760         * config/config.{guess,sub}: update from prep.
23761
23762 2003-06-07  Jim Meyering  <jim@meyering.net>
23763
23764         * modules/strtod: Use $(...) notation, not @...@ for
23765         AC_REPLACE'd variables.
23766         * modules/localcharset: Likewise.
23767
23768 2003-06-07  Jim Meyering  <jim@meyering.net>
23769
23770         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23771         in place of my name in the copyright comment.
23772         Remove definition and uses of __P.
23773
23774         From coreutils.
23775         * lib/stat.c: Don't declare xmalloc explicitly.
23776         Instead, include "xalloc.h".
23777         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23778         xrealloc, and xcalloc return values.
23779         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23780         Improve comment.
23781         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23782
23783 2003-06-07  Bruno Haible  <bruno@clisp.org>
23784
23785         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23786         avoid AC_CONFIG_LINKS.
23787         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23788         fnmatch.h, to avoid AC_CONFIG_LINKS.
23789         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23790
23791 2003-06-07  Bruno Haible  <bruno@clisp.org>
23792
23793         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23794         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23795         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23796         directory.
23797         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23798         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23799         directory.
23800
23801 2003-06-06  Jim Meyering  <jim@meyering.net>
23802
23803         Merge from coreutils.
23804         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23805         Consolidate declarations and initializations of *_base* locals.
23806
23807         Merge from coreutils.
23808         This avoids a core dump on systems without GNU putenv,
23809         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23810         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23811         (unsetenv): New static function, from GNU libc.
23812         (rpl_putenv): Use it.
23813
23814         * lib/modechange.c: Remove trailing blanks.
23815
23816         Merge from coreutils.
23817         * lib/fsusage.c: Remove declaration of statfs.
23818         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23819
23820         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23821
23822 2003-06-06  Jim Meyering  <jim@meyering.net>
23823
23824         * lib/stdbool_.h: Renamed from stdbool.h.in.
23825
23826 2003-06-06  Jim Meyering  <jim@meyering.net>
23827             Bruno Haible  <bruno@clisp.org>
23828
23829         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23830         Adjust Makefile.am snippet not to redirect directly to target.
23831         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23832
23833 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23834
23835         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23836         mismatch, look in future quarters as well as past.  This fixes a
23837         bug when processing fall-backwards gaps immediately after a long
23838         period of daylight-saving time.
23839
23840         * lib/mktime.c: Assume freestanding C89 or better.
23841         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23842         (__P): Remove; not used.
23843         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23844         (mktime, not_equal_tm, print_tm, check_result,
23845         main): Use prototypes.  Use const * where appropriate.
23846         (main): Fix typo in testing code that uncovered by above changes.
23847         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23848
23849 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23850
23851         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23852         locale.h, localeconv.  This merges changes from coreutils.
23853
23854         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23855         It can be removed after the next Autoconf is released.
23856         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23857         needed.
23858
23859 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23860
23861         * lib/mktime.c: Fix Debian bug 177940
23862         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23863         (localtime_offset): Now long int, not time_t, because we want it
23864         to be guaranteed to be signed.  All uses changed.
23865         (__mktime_internal): If overflow would occur when adding offset,
23866         don't add it.
23867
23868         Merge 'human' changes from coreutils.  Rewrite to support
23869         locale-specific notations like thousands separators.
23870         * lib/human.c: Simplify authorship notice.
23871         Include human.h immediately after config.h.
23872         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23873         <limits.h>: Do not include, since human.h does.
23874         (SIZE_MAX, UINTMAX_MAX): New macros.
23875         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23876         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23877         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23878         (power_letter): Renamed from suffixes.
23879         (generate_suffix_backwards): Remove.
23880         (adjust_value): Now takes int style (because of human.h changes)
23881         and long double value (for greater precision on some platforms).
23882         (group_number): New function.
23883         (human_readable): Use it.  Use integer options, not enum.
23884         Put the options before the sizes in the arg list.
23885         Support all the new options.
23886         The old human_readable function has been removed;
23887         use inttostr.h instead.
23888         (human_readable, default_block_size, humblock):
23889         Use uintmax_t, not int, for block sizes.
23890         (human_readable_inexact, block_size_types): Remove.
23891         (block_size_opts): New constant.
23892         (human_options): Renamed from human_block_size, with new signature
23893         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23894         * lib/human.h: Add copyright and authorship notice.
23895         Include <limits.h> and <stdbool.h> unconditionally.
23896         (PARAMS): Remove.  All uses removed.
23897         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23898         (enum human_inexact_style): Remove tag; now a nameless enum.
23899         (human_floor, human_ceiling, human_round_to_even): Now have
23900         values 2, 0, 1 rather than -1, 1, 0.
23901         (human_group_digits, human_suppress_point_zero, human_autoscale,
23902         human_base_1024, human_SI, human_B): New constants.
23903         (human_readable_inexact, human_block_size): Remove.
23904         (human_readable): Size args are now uintmax_t, not int.
23905         (human_options): New decl.
23906
23907         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23908         unnecessary now that we assume C89 or better.  This change
23909         imported from coreutils.
23910
23911         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23912         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23913         in the 2003-05-30 sync from glibc.
23914
23915         .h files should stand alone, but we shouldn't include <sys/types.h>
23916         if we can get away with just <stddef.h>.
23917
23918         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23919         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23920         rather than <sys/types.h>, as we merely need size_t.
23921         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23922         to get size_t.
23923         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23924         Include <stdio.h>, to get FILE.
23925         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23926         memcasecmp.h has included <stddef.h> and all we need is size_t.
23927         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23928         our interface, instead of including <sys/types.h>
23929
23930 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23931
23932         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23933         now, as glibc mktime is buggy on non-glibc systems.
23934
23935 2003-06-03  Karl Berry  <karl@gnu.org>
23936
23937         * config/config.sub: update from prep.
23938
23939 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23940
23941         [from coreutils]
23942         Fix some minor time-related bugs with POSIX time arguments.
23943         Some valid time stamps were being rejected (notably -1, and
23944         time stamps before 1900 on 64-bit hosts).  And some invalid
23945         time stamps were being accepted, e.g. September 31.
23946
23947         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23948         that we can return (time_t) -1 successfully.
23949         * lib/posixtm.c: Likewise.
23950         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23951         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23952         (t): Remove static var.
23953         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23954         of static var.  All uses changed.
23955         (year): Do not reject years before 1900; they can occur with
23956         64-bit time_t.
23957         (posix_time_parse): Do not check for out-of-range components;
23958         that is now the caller's responsibility, since our checks were
23959         only approximations.
23960         (posixtime): Use mktime to check for out-of-range components,
23961         since it knows them exactly.
23962         If mktime returns (time_t) -1, check whether an error actually occurred
23963         by invoking localtime on -1.
23964         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23965         posixtime failures better.
23966         Improve the test data (in comments only).
23967
23968 2003-06-02  Karl Berry  <karl@gnu.org>
23969
23970         * config/mkinstalldirs (version): new variable.
23971         (--version): new option.
23972         (usage): improve message.
23973
23974 2003-05-30  Karl Berry  <karl@gnu.org>
23975
23976         * lib/mktime.c: update from libc.
23977
23978 2003-05-30  Bruno Haible  <bruno@clisp.org>
23979
23980         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23981         * config/config.rpath: Upgrade to gettext-0.12.1.
23982
23983 2003-05-30  Bruno Haible  <bruno@clisp.org>
23984
23985         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23986         * m4/nls.m4: New file, from gettext-0.12.1.
23987         * m4/po.m4: New file, from gettext-0.12.1.
23988         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23989
23990 2003-05-30  Bruno Haible  <bruno@clisp.org>
23991
23992         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23993         * lib/localcharset.h: Likewise.
23994         * lib/localcharset.c: Likewise.
23995
23996 2003-05-29  Karl Berry  <karl@gnu.org>
23997
23998         * config/config.rpath: update from gettext.
23999
24000 2003-05-28  Paul Eggert  <eggert@twinsun.com>
24001
24002         Assume the headers required for C89 freestanding compilers.
24003         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
24004         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
24005         * m4/human.m4 (gl_HUMAN): Likewise.
24006         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
24007         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
24008         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24009         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
24010         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24011         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
24012
24013 2003-05-28  Paul Eggert  <eggert@twinsun.com>
24014
24015         Assume the headers required for C89 freestanding compilers.
24016         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
24017         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
24018         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
24019         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
24020         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
24021         define, since <limits.h> is guaranteed to do that.
24022         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
24023         * lib/exclude.c: Include <stdbool.h> unconditionally.
24024         * lib/tempname.c: Include <stddef.h> unconditionally.
24025         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
24026         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
24027         <stddef.h> does that.
24028         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
24029         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
24030         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
24031         needed.
24032         * lib/xstrtol.c: Likewise.
24033         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
24034         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
24035
24036         * lib/addext.c (addext): Use assignment rather than cast, to avoid
24037         warnings on some platforms.
24038
24039         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
24040         arbitrarily.
24041
24042 2003-05-26  Jim Meyering  <jim@meyering.net>
24043
24044         Merge in a change from coreutils:
24045         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
24046         that is guaranteed to be `no'.  Use `no_such_member' to indicate
24047         that condition, rather than `-1' which is slightly misleading.
24048         Change the name of the cache variable to have the gl_ prefix.
24049         Prompted by a patch from Richard Dawe for DJGPP.
24050
24051 2003-05-24  Karl Berry  <karl@gnu.org>
24052
24053         * config/config.guess: update from prep.
24054
24055 2003-05-22  Karl Berry  <karl@gnu.org>
24056
24057         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
24058
24059 2003-05-20  Karl Berry  <karl@gnu.org>
24060
24061         * config/config.guess: update from prep.
24062
24063 2003-05-18  Karl Berry  <karl@gnu.org>
24064
24065         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
24066         might actually be set by the user.
24067
24068         * config/depcomp, install-sh, mdate-sh: update from automake.
24069
24070 2003-05-17  Bruno Haible  <bruno@clisp.org>
24071
24072         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
24073         invalid expansion for AC_EGREP_CPP.
24074         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
24075         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
24076         Suggested by Akim Demaille <akim@epita.fr> in
24077         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
24078
24079 2003-05-12  Jim Meyering  <jim@meyering.net>
24080
24081         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
24082         the space-padded-by-default conversion specifiers, %e, %k, %l.
24083
24084 2003-05-12  Bruno Haible  <bruno@clisp.org>
24085
24086         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
24087         the string is longer than 4 KB.
24088
24089 2003-05-11  Karl Berry  <karl@gnu.org>
24090
24091         * config/config.{guess,sub}: update from prep.
24092
24093 2003-05-09  Bruno Haible  <bruno@clisp.org>
24094
24095         * modules/error: Add m4/strerror_r.m4 to file list.
24096
24097 2003-05-03  Bruno Haible  <bruno@clisp.org>
24098
24099         Upgrade to Unicode-4.0.
24100         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
24101         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
24102         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
24103         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
24104         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
24105         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
24106         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
24107         Change width of U+E0100..U+E01EF from 1 to 0.
24108
24109 2003-04-25  Jim Meyering  <jim@meyering.net>
24110
24111         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
24112         of type size_t, not int.
24113
24114 2003-04-25  Bruno Haible  <bruno@clisp.org>
24115
24116         * lib/copy-file.c: Include <stddef.h>, for size_t.
24117
24118 2003-04-21  Paul Eggert  <eggert@twinsun.com>
24119
24120         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
24121         code which expansion is under static control.  Patch imported from
24122         Akim Demaille's patch to Bison; see
24123         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
24124
24125 2003-04-14  Bruno Haible  <bruno@clisp.org>
24126
24127         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
24128
24129 2003-04-11  Jim Meyering  <jim@meyering.net>
24130
24131         Merge changes from Coreutils.
24132
24133         2003-03-22  Jim Meyering  <jim@meyering.net>
24134
24135         * lib/strftime.c (widen): Cast alloca return value to proper type.
24136
24137         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
24138
24139         From GNU libc.
24140         * lib/strftime.c (my_strftime): Handle very large width
24141         specifications for numeric values correctly.  Improve checks for
24142         overflow.
24143
24144         2003-01-19  Jim Meyering  <jim@meyering.net>
24145
24146         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
24147         definitions.
24148         (nl_get_alt_digit) [! defined my_strftime]: Define.
24149         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
24150         _nl_get_alt_digit and _nl_get_walt_digit.
24151
24152         * lib/strftime.c (my_strftime): Merge in locale-related changes from
24153         libc. These changes have no effect outside of _LIBC.
24154
24155 2003-04-10  Bruno Haible  <bruno@clisp.org>
24156
24157         * modules/findprog: New file.
24158         * MODULES.html.sh (func_all_modules): Add it.
24159
24160 2003-04-10  Bruno Haible  <bruno@clisp.org>
24161
24162         * m4/findprog.m4: New file.
24163         * m4/eaccess.m4: New file.
24164
24165 2003-04-10  Bruno Haible  <bruno@clisp.org>
24166
24167         * lib/findprog.h: New file, from GNU gettext.
24168         * lib/findprog.c: New file, from GNU gettext.
24169
24170 2003-04-05  Jim Meyering  <jim@meyering.net>
24171
24172         Merge changes from Coreutils.
24173
24174         * lib/exclude.h (PARAMS): Remove definition and uses.
24175         * lib/exclude.c: Remove uses of `PARAMS'.
24176
24177         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
24178         Add test-cases for DOS filenames. Declare program_name.
24179         (main): Set up program_name.  Patch by Rich Dawe.
24180
24181         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24182         error from mntctl.
24183         Use mntctl's return value to drive the entry-processing loop, since
24184         we can't rely on the value of the vmt_length member in the last
24185         entry.  On some systems doing so could result in exhausting
24186         virtual memory.  Based in part on a patch from Mike Jetzer.
24187
24188 2003-04-04  Bruno Haible  <bruno@clisp.org>
24189
24190         * modules/linebreak: New file.
24191         * MODULES.html.sh (func_all_modules): Add it.
24192
24193 2003-04-04  Bruno Haible  <bruno@clisp.org>
24194
24195         * m4/linebreak.m4: New file.
24196
24197 2003-04-04  Bruno Haible  <bruno@clisp.org>
24198
24199         * lib/linebreak.h: New file, from GNU gettext.
24200         * lib/linebreak.c: New file, from GNU gettext with slight
24201         modifications.
24202         * lib/lbrkprop.h: New file, from GNU gettext.
24203
24204 2003-04-03  Bruno Haible  <bruno@clisp.org>
24205
24206         * modules/utf8-ucs4: New file.
24207         * modules/utf16-ucs4: New file.
24208         * modules/ucs4-utf8: New file.
24209         * modules/ucs4-utf16: New file.
24210         * MODULES.html.sh (func_all_modules): Add them.
24211
24212 2003-04-03  Bruno Haible  <bruno@clisp.org>
24213
24214         * m4/utf-ucs4.m4: New file.
24215         * m4/ucs4-utf.m4: New file.
24216
24217 2003-04-03  Bruno Haible  <bruno@clisp.org>
24218
24219         * lib/utf8-ucs4.h: New file, from GNU gettext.
24220         * lib/utf16-ucs4.h: New file, from GNU gettext.
24221         * lib/ucs4-utf8.h: New file, from GNU gettext.
24222         * lib/ucs4-utf16.h: New file, from GNU gettext.
24223
24224 2003-04-02  Bruno Haible  <bruno@clisp.org>
24225
24226         * modules/binary-io: New file.
24227         * MODULES.html.sh (func_all_modules): Add it.
24228
24229 2003-04-02  Bruno Haible  <bruno@clisp.org>
24230
24231         * lib/binary-io.h: New file, from GNU gettext.
24232
24233 2003-04-01  Bruno Haible  <bruno@clisp.org>
24234
24235         * modules/pathname: New file.
24236         * MODULES.html.sh (func_all_modules): Add it.
24237
24238 2003-04-01  Bruno Haible  <bruno@clisp.org>
24239
24240         * lib/pathname.h: New file, from GNU gettext.
24241         * lib/concatpath.c: New file, from GNU gettext.
24242
24243 2003-03-30  Bruno Haible  <bruno@clisp.org>
24244
24245         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
24246
24247 2003-03-30  Bruno Haible  <bruno@clisp.org>
24248
24249         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
24250         function chown() doesn't exist.
24251
24252 2003-03-28  Bruno Haible  <bruno@clisp.org>
24253
24254         * modules/copy-file: New file.
24255         * MODULES.html.sh (func_all_modules): Add it.
24256
24257 2003-03-28  Bruno Haible  <bruno@clisp.org>
24258
24259         * m4/copy-file.m4: New file.
24260
24261 2003-03-28  Bruno Haible  <bruno@clisp.org>
24262
24263         * lib/copy-file.h: New file, from GNU gettext.
24264         * lib/copy-file.c: New file, from GNU gettext.
24265
24266 2003-03-18  Jim Meyering  <jim@meyering.net>
24267
24268         * lib/quote.c (quote_n): Fix typo in comment.
24269
24270 2003-03-18  Bruno Haible  <bruno@clisp.org>
24271
24272         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
24273         checking.
24274         * m4/onceonly_2_57.m4: Likewise.
24275
24276 2003-03-17  Bruno Haible  <bruno@clisp.org>
24277
24278         * m4/onceonly.m4: Require autoconf 2.54 or newer.
24279         (m4_quote): Remove macro.
24280         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
24281
24282 2003-03-14  Jim Meyering  <jim@meyering.net>
24283
24284         Merge changes from Coreutils.
24285         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
24286         to be const, in order to avoid warnings.
24287         (obstack_room): Likewise.
24288         (obstack_empty_p): Likewise.
24289
24290 2003-03-14  Bruno Haible  <bruno@clisp.org>
24291
24292         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
24293         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
24294
24295 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24296
24297         Merge changes from Bison.
24298         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
24299         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
24300         when compiling Bison 1.875's `bitset bset = obstack_alloc
24301         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
24302         * lib/hash.c: Include <stdbool.h> unconditionally.
24303
24304 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24305
24306         * m4/onceonly.m4 (m4_quote): New macro.
24307         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
24308         Quote AC_FOREACH variable-expansions properly.
24309
24310 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24311
24312         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
24313
24314 2003-03-09  Paul Eggert  <eggert@twinsun.com>
24315
24316         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
24317         Reported by Bruce Becker; see:
24318         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
24319
24320 2003-03-03  Paul Eggert  <eggert@twinsun.com>
24321             Bruno Haible  <bruno@clisp.org>
24322
24323         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
24324         Reported by John Hughes, see
24325         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
24326
24327 2003-02-20  Bruno Haible  <bruno@clisp.org>
24328
24329         * MODULES.html.sh (func_all_modules): Add poll.
24330
24331 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24332
24333         * modules/poll: New file.
24334
24335 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24336
24337         * lib/poll_.h: New file.
24338         * lib/poll.c: New file.
24339
24340 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24341
24342         * m4/poll.m4: New file.
24343
24344 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24345
24346         * modules/mathl: New file.
24347
24348 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24349
24350         * lib/mathl.h: New file.
24351         * lib/acosl.c: New file.
24352         * lib/asinl.c: New file.
24353         * lib/atanl.c: New file.
24354         * lib/ceill.c: New file.
24355         * lib/cosl.c: New file.
24356         * lib/expl.c: New file.
24357         * lib/floorl.c: New file.
24358         * lib/frexpl.c: New file.
24359         * lib/ldexpl.c: New file.
24360         * lib/logl.c: New file.
24361         * lib/sincosl.c: New file.
24362         * lib/sinl.c: New file.
24363         * lib/sqrtl.c: New file.
24364         * lib/tanl.c: New file.
24365         * lib/trigl.c: New file.
24366         * lib/trigl.h: New file.
24367
24368 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24369
24370         * m4/mathl.m4: New file.
24371
24372 2003-02-18  Bruno Haible  <bruno@clisp.org>
24373
24374         * MODULES.html.sh (func_all_modules): Add mathl.
24375
24376 2003-02-17  Bruno Haible  <bruno@clisp.org>
24377
24378         * modules/mkdtemp: New module.
24379         * MODULES.html.sh (func_all_modules): Add it.
24380
24381 2003-02-17  Bruno Haible  <bruno@clisp.org>
24382
24383         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
24384
24385 2003-02-17  Bruno Haible  <bruno@clisp.org>
24386
24387         * lib/mkdtemp.h: New file, from GNU gettext.
24388         * lib/mkdtemp.c: New file, from GNU gettext.
24389
24390 2003-02-02  Jim Meyering  <jim@meyering.net>
24391
24392         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
24393         e.g. glibc-2.2.93.
24394
24395 2003-01-31  Bruno Haible  <bruno@clisp.org>
24396
24397         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
24398         'rpl_rename'.
24399         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
24400         'rpl_strnlen'.
24401         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
24402         'rpl_strtod'.
24403         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
24404         'rpl_utime'.
24405
24406 2003-01-31  Bruno Haible  <bruno@clisp.org>
24407
24408         * lib/rename.c: #undef rename before defining rpl_rename.
24409         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
24410
24411 2003-01-30  Bruno Haible  <bruno@clisp.org>
24412
24413         * modules/vasnprintf, modules/vasprintf: New modules.
24414         * MODULES.html.sh (func_all_modules): Add them.
24415
24416 2003-01-30  Bruno Haible  <bruno@clisp.org>
24417
24418         * m4/signed.m4: New file, from GNU gettext.
24419         * m4/longdouble.m4: New file, from GNU gettext.
24420         * m4/wchar_t.m4: New file, from GNU gettext.
24421         * m4/wint_t.m4: New file, from GNU gettext.
24422         * m4/vasnprintf.m4: New file.
24423         * m4/vasprintf.m4: New file.
24424
24425 2003-01-30  Bruno Haible  <bruno@clisp.org>
24426
24427         * lib/printf-args.h: New file, from GNU gettext.
24428         * lib/printf-args.c: New file, from GNU gettext.
24429         * lib/printf-parse.h: New file, from GNU gettext.
24430         * lib/printf-parse.c: New file, from GNU gettext.
24431         * lib/vasnprintf.h: New file, from GNU gettext.
24432         * lib/vasnprintf.c: New file, from GNU gettext.
24433         * lib/asnprintf.c: New file, from GNU gettext.
24434         * lib/vasprintf.h: New file, from GNU gettext with modifications.
24435         * lib/vasprintf.c: New file, from GNU gettext.
24436         * lib/asprintf.c: New file, from GNU gettext.
24437
24438 2003-01-29  Bruno Haible  <bruno@clisp.org>
24439
24440         * modules/stpncpy: New module.
24441         * MODULES.html.sh (func_all_modules): Add it.
24442
24443 2003-01-29  Bruno Haible  <bruno@clisp.org>
24444
24445         * m4/stpncpy.m4: New file.
24446
24447 2003-01-29  Bruno Haible  <bruno@clisp.org>
24448
24449         * lib/stpncpy.h: New file, from GNU gettext with modifications.
24450         * lib/stpncpy.c: New file, from GNU gettext with modifications.
24451
24452 2003-01-28  Bruno Haible  <bruno@clisp.org>
24453
24454         * modules/c-ctype: New module.
24455         * MODULES.html.sh (func_all_modules): Add it.
24456
24457 2003-01-28  Bruno Haible  <bruno@clisp.org>
24458
24459         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
24460         Paul Eggert.
24461         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
24462         Paul Eggert.
24463
24464 2003-01-27  Bruno Haible  <bruno@clisp.org>
24465
24466         * modules/xsetenv: New module.
24467         * MODULES.html.sh (func_all_modules): Add it.
24468
24469 2003-01-27  Bruno Haible  <bruno@clisp.org>
24470
24471         * lib/xsetenv.h: New file, from GNU gettext.
24472         * lib/xsetenv.c: New file, from GNU gettext.
24473
24474 2003-01-23  Jim Meyering  <jim@meyering.net>
24475
24476         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
24477         from working on systems without dirfd (at least Irix and OSF1/Tru64).
24478
24479 2003-01-23  Bruno Haible  <bruno@clisp.org>
24480
24481         * modules/minmax: New module.
24482         * MODULES.html.sh (func_all_modules): Add it.
24483
24484 2003-01-23  Bruno Haible  <bruno@clisp.org>
24485
24486         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
24487         Eggert.
24488
24489 2003-01-22  Bruno Haible  <bruno@clisp.org>
24490
24491         * modules/exit: New module.
24492         * MODULES.html.sh (func_all_modules): Add it.
24493
24494 2003-01-22  Bruno Haible  <bruno@clisp.org>
24495
24496         * lib/exit.h: New file, from GNU gettext.
24497
24498 2003-01-19  Bruno Haible  <bruno@clisp.org>
24499
24500         * gnulib-tool: Recognize option --extract-maintainer.
24501         (func_get_maintainer): New function.
24502         * modules/*: Add Maintainer entry.
24503
24504 2003-01-16  Jim Meyering  <jim@meyering.net>
24505
24506         * m4/regex.m4: The `regex' struct is both input and output.
24507         Initialize it before each use.  Patch by Tim Waugh.
24508
24509 2003-01-16  Bruno Haible  <bruno@clisp.org>
24510
24511         * MODULES.html.sh: Add a table of contents. Add the module name as
24512         leftmost column. Add hyperlinks.
24513
24514 2003-01-15  Bruno Haible  <bruno@clisp.org>
24515
24516         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
24517
24518 2003-01-15  Bruno Haible  <bruno@clisp.org>
24519
24520         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
24521         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
24522         suffix.
24523
24524 2003-01-15  Bruno Haible  <bruno@clisp.org>
24525
24526         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
24527
24528 2003-01-15  Bruno Haible  <bruno@clisp.org>
24529
24530         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
24531         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
24532
24533 2003-01-14  Jim Meyering  <jim@meyering.net>
24534
24535         * lib/same.c (same_name): Tweak a comment.
24536
24537 2003-01-14  Bruno Haible  <bruno@clisp.org>
24538
24539         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
24540         when a string comparison is sufficient.
24541
24542 2003-01-14  Bruno Haible  <bruno@clisp.org>
24543
24544         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
24545         'unsigned int'.
24546
24547 2003-01-14  Bruno Haible  <bruno@clisp.org>
24548
24549         * lib/hash-pjw.c: Add comment about low quality of this function.
24550
24551 2003-01-13  Bruno Haible  <bruno@clisp.org>
24552
24553         * modules/stpcpy: Distribute lib/stpcpy.h.
24554         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
24555
24556 2003-01-13  Bruno Haible  <bruno@clisp.org>
24557
24558         * modules/*: Add a description.
24559         * modules/strpbrk: Fix Makefile.am snippet.
24560         * modules/strtoimax: Fix dependencies.
24561         * modules/strtoumax: Likewise.
24562
24563 2003-01-13  Bruno Haible  <bruno@clisp.org>
24564
24565         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
24566         * modules/alloca (Makefile.am): All object files depend on alloca.h.
24567         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
24568
24569 2003-01-13  Bruno Haible  <bruno@clisp.org>
24570
24571         * gnulib-tool (func_create_testdir): Store config/* files in the main
24572         directory.
24573         * config.rpath: Move to ...
24574         * config/config.rpath: ... here.
24575         * modules/gettext: Contains config/config.rpath, not config.rpath.
24576         * modules/iconv: Likewise.
24577
24578 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24579
24580         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24581         to avoid collisions with libcurses and libreadline.
24582
24583         * m4/getstr.m4: Remove.
24584         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
24585
24586 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24587
24588         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24589         to avoid collisions with libcurses and libreadline.
24590
24591         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
24592         * lib/getstr.h, getstr.c: Remove.
24593         * lib/getline.c: Include "getline.h", to check interface.
24594         Move body of old getstr.c here: this defines MIN_CHUNK and
24595         declares getdelim2, which is renamed from getstr.
24596         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
24597
24598         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
24599         All uses changed.
24600         * lib/linebuffer.h: Likewise.
24601         (readline): Remove backward-compatibility macro.
24602
24603 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24604
24605         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24606         to avoid collisions with libcurses and libreadline.
24607         * getstr: Remove.
24608         * MODULES.html.sh: Remove getstr.
24609         * modules/getline: Depend on unlocked-io, not getstr.
24610
24611 2003-01-12  Jim Meyering  <jim@meyering.net>
24612
24613         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
24614
24615 2003-01-10  Bruno Haible  <bruno@clisp.org>
24616
24617         * modules/alloca: Change Makefile.am requirements. Simplify Include
24618         requirements. Add lib/alloca_.h to file list.
24619
24620 2003-01-10  Bruno Haible  <bruno@clisp.org>
24621
24622         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
24623
24624 2003-01-10  Bruno Haible  <bruno@clisp.org>
24625
24626         * lib/alloca_.h: New file.
24627         * lib/getdate.y: Unconditionally include alloca.h.
24628         * lib/makepath.c: Likewise.
24629         * lib/setenv.c: Likewise.
24630         * lib/userspec.c: Likewise.
24631
24632 2003-01-09  Karl Berry  <karl@gnu.org>
24633
24634         * MODULES.html.sh: include `dirname $0` in PATH, to find
24635         gnulib-tool.
24636
24637 2003-01-09  Bruno Haible  <bruno@clisp.org>
24638
24639         * modules/stdbool: Change configure.ac, Makefile.am requirements.
24640         Simplify Include requirements. Add lib/stdbool.h.in to file list.
24641
24642 2003-01-09  Bruno Haible  <bruno@clisp.org>
24643
24644         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
24645
24646 2003-01-09  Bruno Haible  <bruno@clisp.org>
24647
24648         * lib/stdbool.h.in: New file.
24649
24650 2003-01-09  Bruno Haible  <bruno@clisp.org>
24651
24652         * gnulib-tool (func_all_modules): Ignore files ending in ~.
24653         * MODULES.html.sh: Likewise.
24654
24655 2003-01-08  Jim Meyering  <jim@meyering.net>
24656
24657         * lib/full-write.c: Undefine and define-away `const' after inclusion
24658         of errno.h, not before.  Suggestion from Bruno Haible.
24659
24660 2003-01-08  Bruno Haible  <bruno@clisp.org>
24661
24662         * modules/full-read: Depend on full-write.
24663
24664 2003-01-08  Bruno Haible  <bruno@clisp.org>
24665
24666         * lib/safe-read.c: Include specification header first, to ensure its
24667         selfcontainedness.
24668         * lib/full-write.c: Likewise.
24669
24670 2003-01-07  Jim Meyering  <jim@meyering.net>
24671
24672         * lib/full-write.c: Rework so that it may serve to define full_read,
24673         too.
24674         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
24675
24676 2003-01-07  Bruno Haible  <bruno@clisp.org>
24677
24678         * lib/strtoimax.c: Include <stdint.h> as an alternative to
24679         <inttypes.h>.
24680         * lib/xstrtol.h: Likewise.
24681         * lib/xstrtoimax.c: Likewise.
24682         * lib/xstrtoumax.c: Likewise.
24683         * lib/human.h: Likewise.
24684
24685         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
24686         on systems that have <inttypes.h> but not <stdint.h>.
24687
24688 2003-01-07  Bruno Haible  <bruno@clisp.org>
24689
24690         * MODULES.html.sh: Add copyright notice.
24691         (missed_files): Omit CVS directory entries.
24692         (func_module): Make it work with sed-3.02.
24693         * MODULES.txt: Remove file.
24694
24695 2003-01-06  Jim Meyering  <jim@meyering.net>
24696
24697         * lib/version-etc.c: Update year in translatable copyright string.
24698
24699 2003-01-03  Karl Berry  <karl@gnu.org>
24700
24701         * config/config.{guess,sub}: update from prep.
24702
24703 2003-01-02  Karl Berry  <karl@gnu.org>
24704
24705         * doc/COPYING.DOC: belatedly updated to 1.2.
24706
24707 2003-01-01  Karl Berry  <karl@gnu.org>
24708
24709         * gnulib-tool (func_verify_module): report module name $module in
24710         error message, not $1.
24711         * gnulib-tool (create-testdir): don't complain if destdir couldn't
24712         be created, only if it doesn't exist.
24713         * gnulib-tool (last_checkin_date): don't expand the $Date here.
24714
24715 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24716
24717         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
24718
24719 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24720
24721         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
24722         memcmp if strcoll doesn't work.
24723
24724 2002-12-31  Bruno Haible  <bruno@clisp.org>
24725
24726         * lib/utime.c (utime_null): No need to call ftruncate if the file was
24727         nonempty.
24728
24729 2002-12-31  Bruno Haible  <bruno@clisp.org>
24730
24731         * lib/memcoll.c (STRCOLL): New macro.
24732         (memcoll): Use it.
24733
24734 2002-12-31  Bruno Haible  <bruno@clisp.org>
24735
24736         * lib/localcharset.h: New file.
24737         * lib/localcharset.c: Include it.
24738         * lib/unicodeio.c: Likewise.
24739
24740 2002-12-31  Bruno Haible  <bruno@clisp.org>
24741
24742         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
24743         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
24744
24745 2002-12-31  Bruno Haible  <bruno@clisp.org>
24746
24747         * lib/getline.h: Include <stddef.h>, for size_t.
24748
24749         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24750         * lib/unicodeio.c: Don't include <stddef.h>.
24751
24752 2002-12-31  Bruno Haible  <bruno@clisp.org>
24753
24754         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24755         HAVE_TM_ZONE.
24756
24757 2002-12-24  Karl Berry  <karl@gnu.org>
24758
24759         * config/config.guess: update from prep.
24760
24761 2002-12-24  Bruno Haible  <bruno@clisp.org>
24762
24763         General infrasructure.
24764         * m4/README: Rewritten.
24765         * m4/onceonly.m4: New file.
24766         * m4/onceonly_2_57.m4: New file.
24767
24768         Module atexit.
24769         * m4/atexit.m4: New file.
24770
24771         Module strtod.
24772         * m4/strtod.m4: New file.
24773
24774         Module strtol.
24775         * m4/strtol.m4: New file.
24776
24777         Module strtoul.
24778         * m4/strtoul.m4: New file.
24779
24780         Module memchr.
24781         * m4/memchr.m4: New file.
24782
24783         Module memcmp.
24784         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24785         (jm_FUNC_MEMCMP): Invoke it.
24786
24787         Module memcpy.
24788         * m4/memcpy.m4: New file.
24789
24790         Module memmove.
24791         * m4/memmove.m4: New file.
24792
24793         Module memset.
24794         * m4/memset.m4: New file.
24795
24796         Module strcspn.
24797         * m4/strcspn.m4: New file.
24798
24799         Module strpbrk.
24800         * m4/strpbrk.m4: New file.
24801
24802         Module strstr.
24803         * m4/strstr.m4: New file.
24804
24805         Module strerror.
24806         * m4/strerror.m4: New file.
24807
24808         Module mktime.
24809         * m4/mktime.m4: Renamed from jm-mktime.m4.
24810         (gl_PREREQ_MKTIME): New macro.
24811         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24812
24813         Module malloc.
24814         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24815         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24816         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24817
24818         Module realloc.
24819         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24820         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24821         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24822
24823         Module strftime.
24824         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24825         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24826         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24827         gl_TM_GMTOFF.
24828         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24829
24830         Module xalloc.
24831         * m4/xalloc.m4: New file.
24832
24833         Module alloca.
24834         * m4/alloca.m4: New file.
24835
24836         Module putenv.
24837         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24838         (jm_FUNC_PUTENV): Invoke it.
24839
24840         Module setenv.
24841         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24842         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24843         when invoked twice.
24844         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24845         gt_FUNC_SETENV.
24846
24847         Module memrchr.
24848         * m4/memrchr.m4: New file.
24849
24850         Module stpcpy.
24851         * m4/stpcpy.m4: New file.
24852
24853         Module strcase.
24854         * m4/strcase.m4: New file.
24855
24856         Module strdup.
24857         * m4/strdup.m4: New file.
24858
24859         Module strnlen.
24860         * m4/strnlen.m4: New file.
24861
24862         Module strndup.
24863         * m4/strndup.m4: New file.
24864
24865         Module xstrtod.
24866         * m4/xstrtod.m4: New file.
24867
24868         Module xstrtol.
24869         * m4/xstrtol.m4: New file.
24870
24871         Module getdate.
24872         * m4/getdate.m4: New file.
24873
24874         Module unlocked-io.
24875         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24876         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24877         * m4/jm-glibc-io.m4n: Remove file.
24878
24879         Module long-options.
24880         * m4/long-options.m4: New file.
24881
24882         Module md5.
24883         * m4/md5.m4: New file.
24884
24885         Module sha.
24886         * m4/sha.m4: New file.
24887
24888         Module getstr.
24889         * m4/getstr.m4: New file.
24890
24891         Module getline.
24892         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24893         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24894         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24895         simply getline. Infoke gl_PREREQ_GETLINE.
24896
24897         Module obstack.
24898         * m4/obstack.m4: New file.
24899
24900         Module hash.
24901         * m4/hash.m4: New file.
24902
24903         Module readtokens.
24904         * m4/readtokens.m4: New file.
24905
24906         Module strverscmp.
24907         * m4/strverscmp.m4: New file.
24908
24909         Module stdbool.
24910         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24911         OSF/1.
24912
24913         Module strtoll.
24914         * m4/strtoll.m4: New file.
24915
24916         Module strtoull.
24917         * m4/strtoull.m4: New file.
24918
24919         Module strtoimax.
24920         * m4/strtoimax.m4: New file.
24921
24922         Module strtoumax.
24923         * m4/strtoumax.m4: New file.
24924
24925         Module xstrtoimax.
24926         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24927         jm_AC_PREREQ_XSTRTOIMAX.
24928         Moved the strtol prerequisites to strtol.m4.
24929         Moved the strtoll prerequisites to strtoll.m4.
24930         Moved the strtoimax prerequisites to strtoimax.m4.
24931
24932         Module xstrtoumax.
24933         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24934         jm_AC_PREREQ_XSTRTOUMAX.
24935         Moved the strtoul prerequisites to strtoul.m4.
24936         Moved the strtoull prerequisites to strtoull.m4.
24937         Moved the strtoumax prerequisites to strtoumax.m4.
24938
24939         Module chown.
24940         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24941         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24942
24943         Module dup2.
24944         * m4/dup2.m4: New file.
24945
24946         Module ftruncate.
24947         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24948         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24949
24950         Module getgroups.
24951         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24952         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24953
24954         Module gettimeofday.
24955         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24956         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24957         gl_PREREQ_GETTIMEOFDAY.
24958
24959         Module mkdir.
24960         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24961         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24962
24963         Module mkstemp.
24964         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24965         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24966         jm_AC_TYPE_UINTMAX_T.
24967         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24968
24969         Module stat.
24970         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24971         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24972
24973         Module lstat.
24974         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24975         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24976
24977         Module timespec.
24978         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24979         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24980         * m4/st_mtim.m4: Indentation.
24981
24982         Module nanosleep.
24983         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24984         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24985         gl_PREREQ_NANOSLEEP.
24986
24987         Module regex.
24988         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24989         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24990         (gl_REGEX): New macro.
24991
24992         Module rename.
24993         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24994         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24995
24996         Module rmdir.
24997         * m4/rmdir.m4: New file.
24998
24999         Module utime.
25000         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
25001         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
25002         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
25003
25004         Module dirname.
25005         * m4/dirname.m4: New file.
25006
25007         Module getopt.
25008         * m4/getopt.m4: New file.
25009
25010         Module unistd-safer.
25011         * m4/unistd-safer.m4: New file.
25012
25013         Module fnmatch.
25014         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
25015         declaration.
25016         (gl_PREREQ_FNMATCH_EXTRA): New macro.
25017         (gl_FUNC_FNMATCH_POSIX): New macro.
25018         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
25019         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
25020         simply fnmatch.
25021
25022         Module exclude.
25023         * m4/exclude.m4: New file.
25024
25025         Module human.
25026         * m4/human.m4: New file.
25027
25028         Module acl.
25029         * m4/acl.m4: Nop.
25030
25031         Module backupfile.
25032         * m4/backupfile.m4: New file.
25033         * m4/d-ino.m4: Indentation.
25034
25035         Module fsusage.
25036         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
25037         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
25038         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
25039
25040         Module dirfd.
25041         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
25042         requirements.
25043
25044         Module euidaccess.
25045         * m4/euidaccess.m4: New file.
25046
25047         Module file-type.
25048         * m4/file-type.m4: New file.
25049
25050         Module fileblocks.
25051         * m4/fileblocks.m4: New file.
25052
25053         Module filemode.
25054         * m4/filemode.m4: New file.
25055
25056         Module isdir.
25057         * m4/isdir.m4: New file.
25058
25059         Module lchown.
25060         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
25061         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
25062
25063         Module makepath.
25064         * m4/makepath.m4: New file.
25065
25066         Module modechange.
25067         * m4/modechange.m4: New file.
25068
25069         Module mountlist.
25070         * m4/mountlist.m4: New file.
25071         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
25072         Indentation.
25073
25074         Module path-concat.
25075         * m4/path-concat.m4: New file.
25076
25077         Module pathmax.
25078         * m4/pathmax.m4: New file.
25079
25080         Module same.
25081         * m4/same.m4: New file.
25082
25083         Module save-cwd.
25084         * m4/save-cwd.m4: New file.
25085
25086         Module savedir.
25087         * m4/savedir.m4: New file.
25088
25089         Module xgetcwd.
25090         * m4/xgetcwd.m4: New file.
25091         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
25092
25093         Module xreadlink.
25094         * m4/xreadlink.m4: New file.
25095
25096         Module safe-read.
25097         * m4/safe-read.m4: New file.
25098
25099         Module safe-write.
25100         * m4/safe-write.m4: New file.
25101
25102         Module closeout.
25103         * m4/closeout.m4: New file.
25104
25105         Module stdio-safer.
25106         * m4/stdio-safer.m4: New file.
25107
25108         Module getpass.
25109         * m4/getpass.m4: New file.
25110
25111         Module getugroups.
25112         * m4/getugroups.m4: New file.
25113
25114         Module group-member.
25115         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
25116         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
25117
25118         Module idcache.
25119         * m4/idcache.m4: New file.
25120
25121         Module userspec.
25122         * m4/userspec.m4: New file.
25123
25124         Module gettime.
25125         * m4/clock_time.m4: New file.
25126         * m4/gettime.m4: New file.
25127
25128         Module settime.
25129         * m4/settime.m4: New file.
25130
25131         Module posixtm.
25132         * m4/posixtm.m4: New file.
25133
25134         Module gethostname.
25135         * m4/gethostname.m4: New file.
25136
25137         Module canon-host.
25138         * m4/canon-host.m4: New file.
25139
25140         Module gettext.
25141         * m4/codeset.m4: New file, from gettext-0.11.5.
25142         * m4/gettext.m4: New file, from gettext-0.11.5.
25143         * m4/glibc21.m4: New file, from gettext-0.11.5.
25144         * m4/iconv.m4: New file, from gettext-0.11.5.
25145         * m4/intdiv0.m4: New file, from gettext-0.11.5.
25146         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
25147         * m4/inttypes.m4: New file, from gettext-0.11.5.
25148         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
25149         * m4/isc-posix.m4: New file, from gettext-0.11.5.
25150         * m4/lcmessage.m4: New file, from gettext-0.11.5.
25151         * m4/lib-ld.m4: New file, from gettext-0.11.5.
25152         * m4/lib-link.m4: New file, from gettext-0.11.5.
25153         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
25154         * m4/progtest.m4: New file, from gettext-0.11.5.
25155         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
25156         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
25157         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
25158
25159         Module localcharset.
25160         * m4/localcharset.m4: New file.
25161
25162         Module hard-locale.
25163         * m4/hard-locale.m4: New file.
25164
25165         Module mbswidth.
25166         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
25167         onceonly macros.
25168         * m4/mbrtowc.m4: Add comment.
25169
25170         Module memcasecmp.
25171         * m4/memcasecmp.m4: New file.
25172
25173         Module memcoll.
25174         * m4/memcoll.m4: New file.
25175
25176         Module unicodeio.
25177         * m4/unicodeio.m4: New file.
25178
25179         Module rpmatch.
25180         * m4/rpmatch.m4: New file.
25181
25182         Module yesno.
25183         * m4/yesno.m4: New file.
25184
25185         Module exitfail.
25186         * m4/exitfail.m4: New file.
25187
25188         Module c-stack.
25189         * m4/c-stack.m4 (gl_C_STACK): New macro.
25190         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
25191
25192         Module error.
25193         * m4/error.m4 (gl_ERROR): New macro.
25194         (jm_PREREQ_ERROR): Use onceonly macros.
25195
25196         Module fatal.
25197         * m4/fatal.m4: New file.
25198
25199         Module getloadavg.
25200         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
25201         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
25202
25203         Module getpagesize.
25204         * m4/getpagesize.m4: New file.
25205
25206         Module getusershell.
25207         * m4/getusershell.m4: New file.
25208
25209         Module physmem.
25210         * m4/physmem.m4: New file.
25211
25212         Module posixver.
25213         * m4/posixver.m4: New file.
25214
25215         Module quotearg.
25216         * m4/quotearg.m4: New file.
25217
25218         Module quote.
25219         * m4/quote.m4: New file.
25220
25221         Module readutmp.
25222         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
25223
25224         Module sig2str.
25225         * m4/sig2str.m4: New file.
25226
25227         Other.
25228         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
25229         ulonglong.m4.
25230         * m4/intmax_t.m4: New file.
25231         * m4/d-type.m4: Indentation.
25232         * m4/jm-macros.m4: Update.
25233         * m4/prereq.m4 (jm_PREREQ): Update.
25234         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
25235         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
25236         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
25237         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
25238         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
25239         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
25240         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
25241         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
25242         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
25243         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
25244         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
25245         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
25246         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
25247         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
25248         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
25249         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
25250         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
25251         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
25252         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
25253
25254 2002-12-24  Bruno Haible  <bruno@clisp.org>
25255
25256         * MODULES.txt: Update according to m4/ changes.
25257
25258         Module gettext.
25259         * config.rpath: New file, from gettext-0.11.5.
25260
25261         * modules/*: New module descriptions.
25262         * gnulib-tool: New file.
25263         * MODULES.html.sh: New file.
25264
25265 2002-12-21  Karl Berry  <karl@gnu.org>
25266
25267         * doc/fdl.texi: update to version 1.2.
25268
25269 2002-12-19  Karl Berry  <karl@gnu.org>
25270
25271         * config/config.guess: update from prep.
25272
25273 2002-12-18  Bruno Haible  <bruno@clisp.org>
25274
25275         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
25276         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
25277
25278 2002-12-17  Bruno Haible  <bruno@clisp.org>
25279
25280         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
25281         stdlib.h, string.h.
25282
25283 2002-12-17  Bruno Haible  <bruno@clisp.org>
25284
25285         * lib/canon-host.c (strdup): Remove unused declaration.
25286
25287         * lib/fsusage.c: Include full_read.h.
25288         (get_fs_usage): Use full_read instead of safe_read.
25289
25290         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
25291
25292 2002-12-12  Karl Berry  <karl@gnu.org>
25293
25294         * config/config.guess: update from prep.
25295
25296 2002-12-11  Bruno Haible  <bruno@clisp.org>
25297
25298         * m4/setenv.m4: New file, from gettext-0.11.5.
25299
25300 2002-12-11  Bruno Haible  <bruno@clisp.org>
25301
25302         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
25303         not unsetenv().
25304         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
25305         modifications:
25306
25307         2002-12-11  Bruno Haible  <bruno@clisp.org>
25308
25309                 * setenv.c (alloca): Fall back to malloc.
25310                 (freea): New macro.
25311                 (setenv): Use freea() to free memory allocated with alloca().
25312
25313         2002-11-13  Bruno Haible  <bruno@clisp.org>
25314
25315                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
25316                 function declarations.
25317                 * unsetenv.c (unsetenv): Likewise.
25318
25319         2002-03-04  Bruno Haible  <bruno@clisp.org>
25320
25321                 Portability to AIX 4.3.3.
25322                 * unsetenv.c: New file, extracted from setenv.c.
25323                 * setenv.c: Move the unsetenv() function to unsetenv.c.
25324
25325         2001-12-20  Bruno Haible  <bruno@clisp.org>
25326
25327                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
25328                 use malloc instead. For SunOS 4.
25329
25330         2001-12-11  Bruno Haible  <bruno@clisp.org>
25331
25332                 * setenv.c: Declare alloca.
25333                 (compar_fn_t): New typedef.
25334                 (KNOWN_VALUE, STORE_VALUE): Use it.
25335
25336         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
25337         setenv.h.
25338
25339 2002-12-10  Paul Eggert  <eggert@twinsun.com>
25340
25341         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
25342         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
25343         Choose values that are less likely to collide with system fnmatch
25344         options.
25345         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
25346         defined (e.g., a pure POSIX system).
25347         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
25348         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
25349
25350 2002-12-06  Paul Eggert  <eggert@twinsun.com>
25351
25352         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
25353         a pain in practice to deal with generated m4 files.  This change
25354         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
25355
25356         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
25357         and jm-glibc-io.m4, as they are no longer a special case.
25358         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
25359         kludge and the auto-generation stuff.  Check only whether the
25360         functions are declared, not whether they exist, since older hosts
25361         that don't declare the functions can't use the optimization anyway.
25362
25363 2002-12-06  Jim Meyering  <jim@meyering.net>
25364
25365         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
25366
25367         Merge in changes from libc's misc/error.c, in preparation
25368         for the merge of gnulib's changes back into libc.
25369
25370         * lib/error.c (_): Define only if not already defined.
25371         Move definition to follow all #include directives.
25372         Include unlocked-io.h only if !_LIBC.
25373         [_LIBC]: Include <libio/libioP.h>.
25374         [USE_IN_LIBIO]: Include <libio/iolibio.h>
25375         (fflush): Tweak definition to use INTUSE.
25376         (putc): Define.
25377
25378 2002-12-05  Paul Eggert  <eggert@twinsun.com>
25379
25380         * lib/alloca.c [defined emacs]: Include "lisp.h".
25381         (xalloc_die) [defined emacs]: New macro.
25382         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
25383         [! defined emacs]: Include <xalloc.h>.
25384         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
25385         (pointer): Typedef to POINTER_TYPE *.
25386         (malloc): Remove decl; we now always use xmalloc.
25387         (alloca): Use old-style definition, since Emacs needs this.
25388         Check for arithmetic overflow when computing combined size.
25389
25390 2002-12-04  Paul Eggert  <eggert@twinsun.com>
25391
25392         Do not generate unlocked-io.h automatically, since it's easier to
25393         maintain it by hand.
25394
25395         * lib/unlocked-io.h: New file, from GNU diffutils,
25396         but with proper copyright notice and attribution.
25397         * lib/gen-uio: Remove.
25398         * lib/Makefile.am: Add copyright notice.
25399         (libfetish_a_SOURCES): Add unlocked-io.h.
25400         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
25401         (DISTCLEANFILES, io_functions): Remove macros.
25402         (EXTRA_DIST): Remove gen_uio.
25403         (unlocked-io.h): Remove rule.
25404
25405 2002-12-04  Jim Meyering  <jim@meyering.net>
25406
25407         Reflect the fact that stat.c and lstat.c are no longer generated.
25408         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
25409         (DISTCLEANFILES): Likewise.
25410         (EXTRA_DIST): Likewise.
25411         (all_local): Don't depend on stat.c or lstat.c.
25412         (stat.c, lstat.c): Remove rules.
25413         (EXTRA_DIST): Remove xstat.in.
25414
25415         * lib/xstat.in: Remove file.  Contents moved into stat.c.
25416         * lib/stat.c: New file.  Contents mostly from xstat.in.
25417         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
25418         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
25419
25420         * lib/safe-read.c: Rework so that it may serve to define safe_write,
25421         too.
25422         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
25423
25424 2002-12-03  Jim Meyering  <jim@meyering.net>
25425
25426         * lib/safe-read.c, safe-write.c: Change variable names and comments,
25427         but not semantics, to minimize the differences between these two files.
25428         (safe_read): Change comment to mention SAFE_READ_ERROR.
25429
25430         * lib/safe-read.c (IS_EINTR): Define.
25431         (safe_read): Use IS_EINTR in place of in-function cpp directives.
25432
25433 2002-12-02  Jim Meyering  <jim@meyering.net>
25434
25435         * lib/safe-read.c (EINTR): Define.
25436         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25437         (INT_MAX): Provide fallback.
25438         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
25439
25440         * lib/safe-read.h (SAFE_READ_ERROR): Define.
25441
25442 2002-12-02  Bruno Haible  <bruno@clisp.org>
25443
25444         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
25445         Define, taken from safe-read.c.
25446         (INT_MAX): Provide fallback.
25447         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
25448         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
25449
25450         * lib/safe-read.c (EINTR): Remove definition.
25451         (safe_read): Don't use EINTR if it is absent.
25452
25453 2002-12-01  Jim Meyering  <jim@meyering.net>
25454
25455         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
25456         zero.
25457         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
25458
25459 2002-11-27  Paul Eggert  <eggert@twinsun.com>
25460
25461         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
25462         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
25463         with `if (! (value < limit)) abort ();', for readability.
25464
25465 2002-11-26  Karl Berry  <karl@gnu.org>
25466
25467         * lib/strdup.c: copy from libc again, with jim's ok.
25468         * lib/.cppi-disable: re-add strdup.c
25469
25470 2002-11-25  Karl Berry  <karl@gnu.org>
25471
25472         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
25473         instead of "strtol.c".
25474
25475 2002-11-25  Karl Berry  <karl@gnu.org>
25476
25477         * config/install-sh: update from automake for variable quoting, $0 in
25478         error msgs, etc.
25479
25480         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
25481         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
25482         entry.
25483
25484 2002-11-25  Jim Meyering  <jim@meyering.net>
25485
25486         * lib/mktime.c: Sync from libc, now that it has the latest fix.
25487
25488 2002-11-24  Karl Berry  <karl@gnu.org>
25489
25490         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
25491         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
25492
25493 2002-11-24  Jim Meyering  <jim@meyering.net>
25494
25495         Update from coreutils:
25496
25497         * lib/mktime.c: Merge in changes from libc.
25498
25499         Avoid a link-time failure on some Linux systems.
25500         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
25501         (otherwise).
25502         (__mon_yday): Declare with the STATIC attribute.
25503         (__mktime_internal): Likewise.
25504         Based on a report from Greg Schafer.
25505
25506 2002-11-23  Jim Meyering  <jim@meyering.net>
25507
25508         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
25509         Use `unsigned', not `int', as type of index.
25510
25511         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
25512
25513         * lib/fsusage.c: Remove unneeded parentheses around operands of
25514         `defined'.
25515
25516 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25517
25518         * lib/quotearg.h: Allow multiple inclusion by surrounding with
25519         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
25520         so that we can be included first.
25521         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
25522         * lib/quotearg.c: Include quotearg.h immediately after config.h.
25523         No need to include stddef.h or sys/types.h any more.
25524         Surround local include files with "", not "<>".
25525         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
25526         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
25527         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
25528         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
25529         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
25530         (ISPRINT): Remove; no longer needed now that we assume C89.
25531
25532         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
25533         Preserve errno.
25534
25535         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
25536         quotearg_char): Use SIZE_MAX rather than
25537         (size_t) -1 when we are talking about "infinity".
25538
25539         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
25540
25541 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25542
25543         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
25544         hint that one should use `if (! x) abort ();' rather than `assert
25545         (x);', and anyway it's one less thing to worry about configuring.
25546         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
25547         hash_rehash, hash_insert): Use abort rather than assert.
25548
25549 2002-11-22  Bruno Haible  <bruno@clisp.org>
25550
25551         * lib/safe-read.h: Assume C89. Add comments.
25552         (safe_read): Change return type to size_t.
25553         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
25554         byte counts > SSIZE_MAX correctly.
25555         * lib/safe-write.h: New file.
25556         * lib/safe-write.c: New file.
25557         * lib/full-read.h: New file.
25558         * lib/full-read.c: New file.
25559         * lib/full-write.h: Assume C89. Add comments.
25560         * lib/full-write.c: Include safe-write.h.
25561         (full_write): Rewritten to use safe_write.
25562         Suggested by Jim Meyering and Paul Eggert.
25563
25564 2002-11-21  Jim Meyering  <jim@meyering.net>
25565
25566         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
25567
25568         Merge in changes from the coreutils.
25569
25570         2002-09-25  Paul Eggert  <eggert@twinsun.com>
25571         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
25572         <stdint.h>.
25573         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
25574         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
25575         int.  Work more efficiently if X is the same width as uintmax_t.
25576         Do not compare X to -1, to avoid bogus compiler warning.
25577         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
25578         Don't assume that f_frsize and f_bsize are the same type.
25579
25580         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
25581         warning on FreeBSD.
25582
25583         * lib/makepath.c (make_path): Restore umask *before* creating the final
25584         component.
25585         (make_path): Minor reformatting.
25586
25587         * lib/xmalloc.c: Adjust to work with new autoconf macros,
25588         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
25589         HAVE_MALLOC/HAVE_REALLOC.
25590
25591         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
25592         dummy ones.  At least on GNU/Linux systems, `auto' means something
25593         else.
25594         From Michael Stone.
25595
25596 2002-11-21  Bruno Haible  <bruno@clisp.org>
25597
25598         Remove case insensitive option matching.
25599         * lib/argmatch.h (argcasematch): Remove declaration.
25600         (ARGCASEMATCH): Remove macro.
25601         (__xargmatch_internal): Remove case_sensitive argument.
25602         (XARGMATCH): Update.
25603         (XARGCASEMATCH): Remove macro.
25604         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
25605         case_sensitive argument.
25606         (argcasematch): Remove function.
25607         (__xargmatch_internal): Remove case_sensitive argument.
25608         (main): Use XARGMATCH instead of XARGCASEMATCH.
25609
25610         * lib/xmalloc.c: Change compile-time error message. Add comment about
25611         required autoconf version.
25612
25613 2002-11-20  Paul Eggert  <eggert@twinsun.com>
25614
25615         Merge argmatch cleanups from Bison.  Assume C89.
25616
25617         * lib/argmatch.c: Include config.h here, not in argmatch.h.
25618         Include stdlib.h, for EXIT_FAILURE.
25619         Always include <string.h>, since we assume C89.
25620         (EXIT_FAILURE): Remove pre-C89 bug workaround.
25621         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
25622         Include <stddef.h> instead, since it's all we need for size_t.
25623         (PARAMS): Remove.  All uses removed.
25624         (ARRAY_CARDINALITY): Do not bother to #undef.
25625         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
25626         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25627         Remove unnecessary parentheses.
25628         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25629         Insert necessary parentheses.
25630         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
25631         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
25632
25633 2002-11-19  Bruno Haible  <bruno@clisp.org>
25634
25635         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
25636         * lib/mbswidth.h: Include <stddef.h>, for size_t.
25637
25638         * lib/mbswidth.h (PARAMS): Remove macro.
25639         (mbswidth, mbsnwidth): Use ANSI C function declarations.
25640         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
25641
25642         * lib/gcd.h (PARAMS): Remove macro.
25643         (gcd): Use ANSI C function declarations.
25644         * lib/gcd.c (gcd): Likewise.
25645
25646 2002-11-15  Bruno Haible  <bruno@clisp.org>
25647
25648         * lib/strcspn.c: Include <stddef.h>.
25649         (strcspn): Use ANSI C function declaration. Change return type to
25650         size_t. Use NULL.
25651         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
25652         (strpbrk): Use NULL.
25653         * lib/strpbrk.h (PARAMS): Remove macro.
25654         (strpbrk): Use ANSI C function declaration.
25655         * lib/strstr.c: Don't include <sys/types.h>.
25656         * lib/strstr.h (PARAMS): Remove macro.
25657         (strstr): Use ANSI C function declarations.
25658
25659 2002-11-14  Karl Berry  <karl@gnu.org>
25660
25661         * config/mkinstalldirs: `do' on separate line, instead of
25662         `for var; do'.
25663
25664 2002-11-06  Bruno Haible  <bruno@clisp.org>
25665
25666         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
25667         * lib/gcd.c (gcd): Likewise.
25668
25669 2002-11-05  Bruno Haible  <bruno@clisp.org>
25670
25671         * lib/gcd.h: New file, from gettext-0.11.5.
25672         * lib/gcd.c: New file, from gettext-0.11.5.
25673
25674 2002-11-05  Bruno Haible  <bruno@clisp.org>
25675
25676         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25677         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25678         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25679         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25680
25681         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
25682         <libintl.h>.
25683         * lib/makepath.c: Include gettext.h instead of <locale.h> and
25684         <libintl.h>.
25685
25686         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
25687         * lib/human.c: Include gettext.h instead of <libintl.h>.
25688         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
25689         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
25690         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
25691         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
25692         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
25693         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
25694         (textdomain): Remove definition.
25695         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
25696
25697         * lib/long-options.c: Remove include of <libintl.h> and definition of
25698         _.
25699         * lib/same.c: Remove include of <libintl.h> and definition of _.
25700
25701 2002-11-04  Owen Taylor  <otaylor@redhat.com>
25702
25703         * lib/config.charset: A few additions for Solaris.
25704
25705 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25706
25707         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
25708         * lib/localcharset.c (locale_charset): Declare as extern "C".
25709
25710 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25711
25712         * lib/config.charset: msdos in uk_UA uses CP1125.
25713
25714 2002-11-04  Bruno Haible  <bruno@clisp.org>
25715
25716         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
25717         * lib/strcase.h: New file, from GNU gettext-0.11.5.
25718         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
25719         * lib/strstr.h: New file, from GNU gettext-0.11.5.
25720         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
25721
25722 2002-11-04  Bruno Haible  <bruno@clisp.org>
25723
25724         * lib/localcharset.c (locale_charset): Don't return an empty string.
25725
25726 2002-11-04  Bruno Haible  <bruno@clisp.org>
25727
25728         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
25729         aliases.
25730
25731 2002-11-04  Bruno Haible  <bruno@clisp.org>
25732
25733         * lib/config.charset: Update for newest glibc. Add canonical names
25734         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
25735
25736 2002-11-04  Bruno Haible  <bruno@clisp.org>
25737
25738         * lib/config.charset: Add support for NetBSD.
25739
25740 2002-11-04  Bruno Haible  <bruno@clisp.org>
25741
25742         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
25743
25744 2002-11-01  Bruno Haible  <bruno@clisp.org>
25745
25746         * configure.in: Add AC_CONFIG_AUX_DIR call.
25747         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25748         test/Makefile.
25749         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25750
25751 2002-09-28  Karl Berry  <karl@gnu.org>
25752
25753         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25754         installed automake until the next release, since changes have been
25755         made.
25756
25757 2002-09-25  Karl Berry  <karl@gnu.org>
25758
25759         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25760         * lib/getopt*: copy from libc/posix.
25761         * lib/gettext.h: copy from gettext.
25762         * lib/.cppi-disable: add strdup.c, gettext.h.
25763
25764 2002-09-25  Karl Berry  <karl@gnu.org>
25765
25766         * config/srclist.txt: enable gettext.h check.
25767         * config/config.{guess,sub}: update from prep.
25768         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25769                 from automake 1.6.3.
25770         See srclist*.
25771
25772 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25773
25774         * regex.c (PATFETCH): Remove the translating fetch.
25775         (PATFETCH_RAW): Rename to PATFETCH.
25776         (set_image_of_range): New fun.
25777         (SET_RANGE_TABLE_WORK_AREA): Use it.
25778         (regex_compile): Don't translate the pattern chars so eagerly.
25779         Only do it when inserting an `exactn' bytecode or when handling
25780         a char-range.
25781         (mutually_exclusive_p): Avoid empty statement.
25782
25783 2002-07-06  Jim Meyering  <meyering@lucent.com>
25784
25785         * m4/README: Don't mention Makefile.am.in.
25786         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25787
25788 2002-07-01  Jim Meyering  <meyering@lucent.com>
25789
25790         * lib/c-stack.c: Include sys/time.h.
25791         From Volker Borchert.
25792
25793 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25794
25795         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25796
25797 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25798
25799         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25800         New macro.  Use it uniformly instead of
25801         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25802         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25803         reported by Vin Shelton.
25804
25805 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25806
25807         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25808         Do not assume SA_SIGINFO behavior.
25809         Bug reported by Jim Meyering on NetBSD 1.5.2.
25810
25811 2002-06-22  Jim Meyering  <meyering@lucent.com>
25812
25813         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25814         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25815
25816         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25817         now that configure.ac uses AC_GNU_SOURCE.
25818         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25819         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25820
25821         Update to latest tools.  Suggestions from Paul Eggert.
25822         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25823         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25824         * m4/fnmatch.m4: Likewise.
25825         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25826         to AC_HEADER_STDBOOL
25827
25828 2002-06-22  Jim Meyering  <meyering@lucent.com>
25829
25830         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25831         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25832
25833 2002-06-22  Jim Meyering  <meyering@lucent.com>
25834
25835         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25836
25837         * lib/exitfail.c, exitfail.h: Likewise.
25838         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25839
25840         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25841         of fnmatch.h.
25842         (EXTRA_DIST): Add fnmatch_loop.c.
25843         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25844
25845         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25846         * lib/fnmatch.c: Update from diffutils-2.8.2.
25847         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25848         * lib/fnmatch.h: Remove file.
25849
25850 2002-06-21  Jim Meyering  <meyering@lucent.com>
25851
25852         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25853         * m4/mbrtowc.m4: Likewise.
25854
25855         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25856         * m4/mbswidth.m4: Reflect name change:
25857         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25858         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25859
25860         * m4/lib-link.m4: Update from gettext-0.11.2.
25861         * m4/gettext.m4: Likewise.
25862
25863         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25864         From Alfred M. Szmidt.
25865
25866 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25867
25868         * lib/file-type.h: Report an error if neither S_ISREG nor
25869         S_IFREG is defined, instead of using a test specific to glibc
25870         2.2.  This should be safe, since POSIX requires S_ISREG and
25871         Unix Version 7 had S_IFREG.  We don't need to check for
25872         <sys/types.h> since we don't use any symbols that it defines.
25873
25874 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25875
25876         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25877         $@-t, so that each temporary file name is unique and valid in the first
25878         8 characters, for operation under DOS.
25879
25880 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25881
25882         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25883
25884 2002-06-15  Jim Meyering  <meyering@lucent.com>
25885
25886         Work even with DJGPP 2.03, which lacks support for symlinks.
25887         From Richard Dawe.
25888         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25889         is defined.
25890         * lib/lchown.c (S_ISLNK): Likewise.
25891
25892 2002-06-15  Jim Meyering  <meyering@lucent.com>
25893
25894         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25895         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25896         have been included before this file.
25897
25898 2002-06-14  Jim Meyering  <meyering@lucent.com>
25899
25900         * lib/file-type.h: Use the version from diffutils-2.8.2.
25901         * lib/file-type.c: Likewise.
25902
25903 2002-06-07  Jim Meyering  <meyering@lucent.com>
25904
25905         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25906         They're needed at least for NetBSD 1.5.2.
25907         ($statxfs_includes): Include those same headers.
25908         ($statxfs_includes): Include sys/vfs.h if available.
25909         ($statxfs_includes): Likewise for sys/statvfs.h.
25910         Check for the following members in both structs statfs and statvfs:
25911         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25912
25913 2002-06-01  Jim Meyering  <meyering@lucent.com>
25914
25915         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25916         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25917
25918 2002-05-28  Jim Meyering  <meyering@lucent.com>
25919
25920         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25921         Reported by Volker Borchert.
25922
25923 2002-05-27  Jim Meyering  <meyering@lucent.com>
25924
25925         Fix a problem seen only on nonconforming systems whereby ls.c's
25926         use of localtime, and then of gettimeofday would cause trouble:
25927         the localtime call used to initialize rpl_gettimeofday's save
25928         mechanism would clobber ls's current local time information so
25929         that in any long listing the first file would always be listed
25930         with date 1970-01-01.  Analysis by Volker Borchert.
25931
25932         * lib/gettimeofday.c (localtime): Undefine.
25933         (rpl_localtime): New function.
25934
25935 2002-05-27  Jim Meyering  <meyering@lucent.com>
25936
25937         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25938         localtime.
25939
25940         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25941         use the replacement function; it wouldn't resolve at link time.
25942         Reported by Volker Borchert.
25943
25944 2002-05-22  Jim Meyering  <meyering@lucent.com>
25945
25946         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25947         file-type.h.
25948         * lib/file-type.h: New file.
25949         * lib/file-type.c (file_type): New file/function.  Extracted from
25950         diffutils.
25951
25952 2002-04-30  Jim Meyering  <meyering@lucent.com>
25953
25954         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25955
25956 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25957
25958         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25959
25960 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25961
25962         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25963         Do not check for alloca.h (no longer used) or stdbool.h (was never
25964         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25965
25966 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25967
25968         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25969
25970 2002-04-29  Jim Meyering  <meyering@lucent.com>
25971
25972         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25973         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25974         Use AC_FUNC_STRNLEN here instead.
25975
25976         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25977         With autoconf-2.53a, it's part of AC_PROG_CC.
25978
25979 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25980
25981         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25982         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25983
25984 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25985
25986         * lib/sig2str.h, lib/sig2str.c: New files.
25987         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25988
25989 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25990
25991         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25992         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25993         of 127, since 64 is the largest conceivable number for ancient
25994         nonstandard hosts.
25995         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25996
25997 2002-04-28  Jim Meyering  <meyering@lucent.com>
25998
25999         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
26000
26001 2002-04-24  Jim Meyering  <meyering@lucent.com>
26002
26003         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
26004         (jm_PREREQ): Use it.
26005
26006         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
26007         mach/mach.h fcntl.h.
26008         Check for this function: setlocale.
26009
26010 2002-04-24  Jim Meyering  <meyering@lucent.com>
26011
26012         * lib/gettext.h: New file, from Gettext.
26013         * lib/Makefile.am (INCLUDES): Remove -I../intl.
26014         (libfetish_a_SOURCES): Add gettext.h.
26015
26016 2002-04-16  Jim Meyering  <meyering@lucent.com>
26017
26018         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
26019         ut_pid, ut_id, ut_exit.
26020
26021 2002-04-16  Jim Meyering  <meyering@lucent.com>
26022
26023         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
26024         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
26025         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
26026
26027 2002-04-12  Jim Meyering  <meyering@lucent.com>
26028
26029         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
26030         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
26031         existence of the getmntinfo function.  Needed for Darwin 5.3.
26032
26033         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
26034         This is necessary at least on Darwin 5.3.
26035
26036         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
26037         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
26038         strnlen.o in the library, and that makes some versions of ranlib
26039         object.
26040
26041 2002-04-12  Jim Meyering  <meyering@lucent.com>
26042
26043         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
26044
26045 2002-04-09  Jim Meyering  <meyering@lucent.com>
26046
26047         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
26048         to be more precise.  Rather than saying we're checking whether the
26049         function `works', say what we're testing.
26050         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
26051         Reported by Bruno Haible.
26052
26053 2002-03-10  Jim Meyering  <meyering@lucent.com>
26054
26055         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
26056         Suggestion from Santiago Vila.
26057
26058 2002-03-08  Jim Meyering  <meyering@lucent.com>
26059
26060         * lib/rename.c: Mention that this wrapper is needed also on
26061         mips-dec-ultrix4.4 systems.
26062
26063 2002-03-02  Jim Meyering  <meyering@lucent.com>
26064
26065         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
26066         not HAVE_CLOCK_SETTIME.
26067
26068 2002-02-27  Paul Eggert  <eggert@twinsun.com>
26069
26070         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
26071         Check for clock_settime.
26072
26073 2002-02-27  Paul Eggert  <eggert@twinsun.com>
26074
26075         * lib/nanosleep.h: Rename to....
26076         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
26077
26078         * lib/gettime.c: New file.
26079         * lib/settime.c: New file.
26080         * lib/stime.c: Remove.
26081
26082         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
26083         timespec.h.  Remove nanosleep.h.
26084
26085 2002-02-25  Paul Eggert  <eggert@twinsun.com>
26086
26087         * m4/acl.m4: New file.
26088         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
26089         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
26090
26091 2002-02-25  Paul Eggert  <eggert@twinsun.com>
26092
26093         * lib/acl.c, lib/acl.h: New files.
26094         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
26095
26096 2002-02-24  Jim Meyering  <meyering@lucent.com>
26097
26098         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
26099         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
26100         cause trouble.  Reported by Nelson Beebe.
26101
26102 2002-02-23  Paul Eggert  <eggert@twinsun.com>
26103
26104         * lib/path-concat.c (xpath_concat): Reorder code to pacify
26105         compilers that don't know that xalloc_die never returns.
26106
26107 2002-02-20  Jim Meyering  <meyering@lucent.com>
26108
26109         * lib/getdate.c: Regenerate using bison-1.33.
26110
26111 2002-02-17  Jim Meyering  <meyering@lucent.com>
26112
26113         * config/config.guess (main): Don't use `head -1'; it's no longer
26114         portable. Use `sed 1q' instead.
26115
26116 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
26117
26118         * m4/codeset.m4: Upgrade to gettext-0.11.
26119         * m4/gettext.m4: Upgrade to gettext-0.11.
26120         * m4/glibc21.m4: Upgrade to gettext-0.11.
26121         * m4/iconv.m4: Upgrade to gettext-0.11.
26122         * m4/isc-posix.m4: Upgrade to gettext-0.11.
26123         * m4/lcmessage.m4: Upgrade to gettext-0.11.
26124         * m4/lib-ld.m4: New file, from gettext-0.11.
26125         * m4/lib-link.m4: New file, from gettext-0.11.
26126         * m4/lib-prefix.m4: New file, from gettext-0.11.
26127         * m4/progtest.m4: Upgrade to gettext-0.11.
26128
26129 2002-02-15  Paul Eggert  <eggert@twinsun.com>
26130
26131         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
26132         (jm_PREREQ): Use it.
26133
26134 2002-02-15  Paul Eggert  <eggert@twinsun.com>
26135
26136         * lib/posixver.c, lib/posixver.h: New files.
26137         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
26138
26139 2002-02-02  Paul Eggert  <eggert@twinsun.com>
26140             Bruno Haible  <bruno@clisp.org>
26141
26142         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
26143         (fwrite_success_callback): New declaration.
26144         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
26145         print_unicode_char. Call failure callback instead of error.
26146         (fwrite_success_callback): New function.
26147         (exit_failure_callback): New function.
26148         (fallback_failure_callback): New function.
26149         (print_unicode_char): Call unicode_to_mb.
26150
26151 2002-01-26  Jim Meyering  <meyering@lucent.com>
26152
26153         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
26154         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
26155
26156 2002-01-26  Jim Meyering  <meyering@lucent.com>
26157
26158         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
26159
26160 2002-01-22  Paul Eggert  <eggert@twinsun.com>
26161
26162         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
26163
26164 2002-01-22  Jim Meyering  <meyering@lucent.com>
26165
26166         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
26167         Otherwise, some versions of automake would omit the rule that makes
26168         Makefile from Makefile.in.
26169
26170 2002-01-21  Paul Eggert  <eggert@twinsun.com>
26171
26172         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
26173         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
26174         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
26175         (memcoll): Set errno to zero if there is no error.
26176
26177         * lib/quotearg.c (quotearg_buffer_restyled):
26178         Fix bug with quoting buffers containing NUL when backslashing escapes.
26179         This bug was exposed by the other changes in this patch.
26180         (quotearg_n_options): New arg ARGSIZE.
26181         All callers changed.
26182         (quoting_options_from_style): New function.
26183         (quotearg_n_style): Use it.
26184         (quotearg_n_style_mem): New function.
26185
26186         * lib/quotearg.h (quotearg_n_style_mem): New function.
26187
26188 2002-01-19  Jim Meyering  <meyering@lucent.com>
26189
26190         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
26191         Remove useless quotes: DF_PROG="df".
26192         * m4/strnlen.m4: New file.
26193
26194 2002-01-16  Paul Eggert  <eggert@twinsun.com>
26195
26196         * lib/backupfile.c (ISDIGIT): Comment fix.
26197         * lib/getdate.y (ISDIGIT): Likewise.
26198         * lib/posixtm.c (ISDIGIT, year): Likewise.
26199         * lib/strverscmp.c (ISDIGIT): Likewise.
26200         * lib/userspec.c (ISDIGIT): Likewise.
26201
26202 2002-01-16  Jim Meyering  <meyering@lucent.com>
26203
26204         * lib/getdate.y: Add three semicolons, each just before a closing
26205         brace. Bison (as of version 1.31) no longer papers over that mistake.
26206
26207 2002-01-05  Jim Meyering  <meyering@lucent.com>
26208
26209         * lib/version-etc.c (version_etc_copyright): Update copyright year.
26210
26211 2001-12-19  Paul Eggert  <eggert@twinsun.com>
26212
26213         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
26214         not silently exit merely because the output buffer happens to
26215         have nothing pending.
26216
26217 2001-12-18  Paul Eggert  <eggert@twinsun.com>
26218
26219         See the big note in ../ChangeLog.
26220         * lib/human.c (suffixes): Prefer K to k for 1024.
26221         (generate_suffix_backwards): New function.
26222         (human_readable_inexact): Use it.
26223         * lib/xstrtol.c (__xstrtol): If there is no number but there
26224         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
26225         Accept 'K' as well as 'k'.
26226
26227 2001-12-15  Jim Meyering  <meyering@lucent.com>
26228
26229         * lib/regex.h (__restrict_arr): Update from libc.
26230
26231         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
26232         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
26233         (STREQ): Define.
26234
26235 2001-12-14  Jim Meyering  <meyering@lucent.com>
26236
26237         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
26238         Suggestion from Bruno Haible.
26239
26240 2001-12-10  Jim Meyering  <meyering@lucent.com>
26241
26242         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
26243         xrealloc, Instead, include "xalloc.h".
26244         (initbuffer): Don't cast xmalloc return value to char*.
26245         (readline): Reword comment.
26246         Don't cast xrealloc return value to char*
26247         Return NULL, not 0.
26248
26249 2001-12-09  Jim Meyering  <meyering@lucent.com>
26250
26251         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
26252         about `signed and unsigned type in conditional expression'.
26253         * lib/posixtm.c (posix_time_parse): Likewise.
26254
26255         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
26256
26257         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
26258         to avoid a pedantic warning.
26259
26260         * lib/getstr.c: Don't include assert.h.
26261         (getstr): Remove warning-evoking assertions.
26262         Return -1 if offset parameter is out of bounds.
26263         Change the type of a local from int to size_t.
26264
26265         * lib/strftime.c (my_strftime_localtime_r): Include this function
26266         definition in the `#if ! HAVE_TM_GMTOFF' block.
26267
26268         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
26269         Include xalloc.h instead.
26270
26271 2001-12-02  Jim Meyering  <meyering@lucent.com>
26272
26273         * lib/tempname.c: Don't declare getenv, thus reverting the change of
26274         2001-11-18.  It's no longer necessary, now that stdlib.h is always
26275         included.
26276
26277         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
26278         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
26279
26280 2001-11-30  Akim Demaille  <akim@epita.fr>
26281
26282         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
26283         before being defined.
26284
26285 2001-11-27  Paul Eggert  <eggert@twinsun.com>
26286
26287         * lib/quotearg.h (quotearg_n, quotearg_n_style):
26288         First arg is int, not unsigned.
26289         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
26290         (SIZE_MAX, UINT_MAX): New macros.
26291         (quotearg_n_options): Abort if N is negative.
26292         Avoid overflow check on hosts where size_t is 64 bits and int
26293         is 32 bits, as overflow is impossible there.
26294         Fix off-by-one typo that caused unnecessary reallocation.
26295
26296 2001-11-27  Jim Meyering  <meyering@lucent.com>
26297
26298         * lib/tempname.c: Merge with version from libc.
26299         * lib/regex.c: Likewise.
26300
26301         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
26302         systems for which STDC_HEADERS is 0, it was not included, resulting in
26303         a warning about an integer-to-pointer conversion problem with getenv.
26304         Reported by Volker Borchert.
26305
26306 2001-11-26  Jim Meyering  <meyering@lucent.com>
26307
26308         * lib/gtod.h: Remove file.
26309         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
26310         * lib/gettimeofday.c: Don't include gtod.h.
26311         (GTOD_init): Remove function.
26312         (rpl_gettimeofday): Do its job here instead, rather than aborting.
26313         Suggestion from Volker Borchert.
26314
26315 2001-11-23  Jim Meyering  <meyering@lucent.com>
26316
26317         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
26318         it.
26319         * lib/hash.c (struct hash_table): Define it here instead.
26320
26321 2001-11-22  Jim Meyering  <meyering@lucent.com>
26322
26323         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
26324
26325 2001-11-20  Jim Meyering  <meyering@lucent.com>
26326
26327         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
26328         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
26329
26330 2001-11-19  Jim Meyering  <meyering@lucent.com>
26331
26332         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
26333         directory.  Use "conftestXXXXXX" as the template.
26334         Suggestion from Paul Eggert.
26335
26336         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
26337         immediately, so the test doesn't mistakenly hit the max-open-files
26338         limit.
26339
26340 2001-11-18  Paul Eggert  <eggert@twinsun.com>
26341
26342         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
26343         (TEMPORARIES): New macro.
26344         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
26345         removes an artificial limitation (e.g. HP-UX 10.20, where
26346         TMP_MAX is 17576).
26347
26348 2001-11-18  Jim Meyering  <meyering@lucent.com>
26349
26350         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
26351
26352 2001-11-18  Jim Meyering  <meyering@lucent.com>
26353
26354         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
26355         on SunOS 4.
26356
26357         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
26358         files will be created before anything else.
26359
26360 2001-11-17  Paul Eggert  <eggert@twinsun.com>
26361
26362         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
26363         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
26364
26365 2001-11-17  Jim Meyering  <meyering@lucent.com>
26366
26367         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
26368         Prompted by a report from Bob Proulx.
26369
26370         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
26371         Instead, require UTILS_FUNC_MKSTEMP.
26372
26373 2001-11-17  Jim Meyering  <meyering@lucent.com>
26374
26375         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
26376         Now, that's done as part of AC_FUNC_STRTOD.
26377
26378 2001-11-17  Jim Meyering  <meyering@lucent.com>
26379
26380         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
26381         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
26382         rather than group writable.  Patch by Juan F. Codagnone.
26383
26384         * lib/readtokens.c: Remove explicit declarations of xmalloc and
26385         xrealloc, Instead, include "xalloc.h".
26386
26387         * lib/mountlist.c: Include unlocked-io.h after all system headers.
26388         Remove explicit declarations of xmalloc, xrealloc,
26389         and xstrdup.  Instead, include "xalloc.h".
26390
26391         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
26392         unlocked-io.h.
26393         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
26394         Likewise.
26395         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
26396
26397         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
26398         Reported by Padraig Brady.
26399
26400         * lib/mkstemp.c: #undef mkstemp.
26401         Include config.h.
26402         (rpl_mkstemp): Rename from mkstemp.
26403         Protoize.
26404
26405 2001-11-16  Jim Meyering  <meyering@lucent.com>
26406
26407         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
26408         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
26409         determine the amount of total physical memory, use pstat_getstatic.
26410         HPUX-11 doesn't define _SC_PHYS_PAGES.
26411         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
26412         If sysconf couldn't be used to determine the amount of available
26413         physical memory, use both pstat_getstatic and pstat_getdynamic.
26414         Based on a patch from Bob Proulx.
26415
26416 2001-11-10  Jim Meyering  <meyering@lucent.com>
26417
26418         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
26419         (jm_PREREQ): Use it.
26420
26421 2001-11-09  Jim Meyering  <meyering@lucent.com>
26422
26423         * m4/jm-macros.m4: Require autoconf-2.52f.
26424         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
26425         Use these AC_-prefixed names, not the AM_-prefixed ones.
26426
26427         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
26428
26429 2001-11-05  Jim Meyering  <meyering@lucent.com>
26430
26431         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
26432
26433 2001-11-04  Jim Meyering  <meyering@lucent.com>
26434
26435         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
26436         $DEFS.
26437
26438 2001-11-03  Jim Meyering  <meyering@lucent.com>
26439
26440         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
26441         of AC_DEFUN.
26442
26443         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
26444         know the name of the variable in the macro definition.
26445
26446 2001-11-03  Jim Meyering  <meyering@lucent.com>
26447
26448         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
26449         in argmatch_to_argument call.
26450
26451         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
26452         argument.
26453
26454         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
26455         e.g., a fault due to an attempt to free a NULL pointer.
26456
26457 2001-11-01  Jim Meyering  <meyering@lucent.com>
26458
26459         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
26460         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
26461
26462 2001-11-01  Jim Meyering  <meyering@lucent.com>
26463
26464         * lib/dirfd.c, lib/dirfd.h: New files.
26465         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
26466
26467         * lib/hash.c (hash_print) [TESTING]: Clean up.
26468
26469 2001-10-22  Paul Eggert  <eggert@twinsun.com>
26470
26471         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
26472         to avoid a warning if -Wall.
26473
26474 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
26475
26476         * README: New file
26477         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
26478         (per RMS's instructions, this is now the canonical source)
26479         * lgpl/, gpl/: New directories.
26480
26481 2001-10-21  Paul Eggert  <eggert@twinsun.com>
26482
26483         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
26484
26485 2001-10-21  Jim Meyering  <meyering@lucent.com>
26486
26487         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
26488         this code would end up calling gettext even in packages built
26489         with --disable-nls.
26490         * lib/getopt.c (_): Likewise.
26491         * lib/regex.c (_): Likewise.
26492
26493 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26494
26495         * m4/error.m4 (jm_PREREQ_ERROR):
26496         Do not invoke AC_CHECK_FUNCS with strerror_r, as
26497         AC_FUNC_STRERROR_R does that.
26498         Check for strerror declaration.
26499
26500         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
26501         are supposed to have them these days.
26502         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
26503         Merge changes from latest Autoconf CVS.
26504         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
26505         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
26506         POSIX decided to standardize on the int flavor of strerror_r.
26507
26508 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26509
26510         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
26511         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
26512         Use strerror_r that is only a macro, even if it is not a function.
26513         (strerror): Check for HAVE_DECL_STRERROR before declaring.
26514         (private_strerror): Use prototypes, not old-style function definition.
26515         (print_errno_message): New function.
26516         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
26517         char*-flavored one.
26518         (error_tail, error, error_at_line): Use it.
26519
26520 2001-10-11  Jim Meyering  <meyering@lucent.com>
26521
26522         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
26523         and quote_n (1, ... to avoid clobbering a buffer.
26524
26525 2001-10-05  Jim Meyering  <meyering@lucent.com>
26526
26527         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
26528         hash-pjw.h.
26529         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
26530         * lib/hash-pjw.h: New file.
26531
26532 2001-09-30  Jim Meyering  <meyering@lucent.com>
26533
26534         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
26535         `struct fsstat' has the `f_fstypename' member.
26536         Use that to define FS_TYPE, which is now used to make
26537         the getfsstat link test tighter.
26538
26539 2001-09-30  Jim Meyering  <meyering@lucent.com>
26540
26541         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
26542         Include <sys/ucred.h>, for Apple Darwin.
26543         Include sys/mount.h and sys/fs_types.h only if available.
26544         (FS_TYPE): Define.
26545         (read_filesystem_list): Use FS_TYPE.
26546
26547 2001-09-29  Paul Eggert  <eggert@twinsun.com>
26548
26549         * lib/exclude.c (excluded_filename): 0 -> false, since it's
26550         a boolean context.
26551
26552 2001-09-29  Jim Meyering  <meyering@lucent.com>
26553
26554         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26555         [one-argument getmntent function]): Include stdio.h before mntent.h.
26556         SunOS 4.1.x needs it for the declaration of `FILE'.
26557         Patch by Volker Borchert.
26558
26559         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26560         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
26561         sys/fs_types.h, and make the link-test for getfsstat guard #include
26562         directives with appropriate #if HAVE_*_H tests so that we can
26563         detect getfsstat on Apple Darwin1.3.7 systems.
26564         Reported by Nelson Beebe.
26565         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
26566
26567 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26568
26569         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26570         #defines strtoimax.  Also treat the other strto* functions
26571         like strtoimax.
26572
26573         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26574         Check for strtoul and strtoumax,
26575         as those declarations are made even in the signed case.
26576         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
26577         Likewise, for strtol and strtoimax.
26578
26579 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26580
26581         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26582         #defines strtoimax.  Also treat the other strto* functions
26583         like strtoimax.
26584
26585         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
26586         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
26587         (strtoimax, strtoumax): Do not declare if already defined as a macro.
26588
26589 2001-09-26  Jim Meyering  <meyering@lucent.com>
26590
26591         Most macros in unlocked-io.h had the wrong number of arguments.
26592         * lib/gen-uio: New script.
26593         (USE_UNLOCKED_IO): Define to 1 if not already defined.
26594         * lib/unlocked-io.hin: Remove file.
26595         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
26596         rather than trying to embed it here.
26597         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
26598         Reported by Padraig Brady.
26599
26600 2001-09-25  Volker Borchert  <bt@teknon.de>
26601
26602         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
26603         `result'.
26604
26605 2001-09-24  Jim Meyering  <meyering@lucent.com>
26606
26607         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
26608
26609 2001-09-23  Jim Meyering  <meyering@lucent.com>
26610
26611         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
26612         instead of the mere test for existence of mntent.h.  The latter
26613         would get a false-positive on AIX 3.4 systems.
26614         In the outer getmntent if-block, don't die if neither of the getmntent
26615         tests succeeds.  Instead, just fall through and continue with the
26616         remaining tests.
26617
26618 2001-09-23  Jim Meyering  <meyering@lucent.com>
26619
26620         * lib/mountlist.c: Remove useless parentheses in #if directives.
26621         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
26622         the deprecated MOUNTED symbol is no longer defined in mntent.h.
26623
26624 2001-09-22  Jim Meyering  <meyering@lucent.com>
26625
26626         * m4/gettext.m4: New file.  From gettext.
26627         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
26628         * m4/progtest.m4: Likewise
26629         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
26630         * m4/glibc21.m4: Likewise.
26631
26632         * m4/libintl.m4: Remove.  No longer used.
26633
26634 2001-09-22  Jim Meyering  <meyering@lucent.com>
26635
26636         * lib/localcharset.c: Update from latest gettext.
26637         * lib/config.charset: Likewise.
26638
26639 2001-09-20  Jim Meyering  <meyering@lucent.com>
26640
26641         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
26642         strtoimax.
26643         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
26644         strtoumax.
26645
26646 2001-09-20  Jim Meyering  <meyering@lucent.com>
26647
26648         * lib/xstrtol.c (strtoimax): Guard declaration with
26649         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
26650         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
26651         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
26652         (strtoumax): Likewise, for completeness (it wasn't necessary).
26653
26654 2001-09-17  Paul Eggert  <eggert@twinsun.com>
26655
26656         * lib/strtoimax.c (HAVE_LONG_LONG):
26657         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
26658         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
26659         to work around bug in IBM C compiler.
26660
26661 2001-09-17  Jim Meyering  <meyering@lucent.com>
26662
26663         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
26664         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
26665         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
26666         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
26667         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
26668         whenever the right hand side need not be expanded by the shell.
26669
26670 2001-09-16  Paul Eggert  <eggert@twinsun.com>
26671
26672         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
26673         library.  It's not correct, as some older glibcs are buggy.
26674         fnmatch wasn't fixed until glibc 2.2.
26675
26676         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
26677         special shell magic here.
26678
26679 2001-09-16  Jim Meyering  <meyering@lucent.com>
26680
26681         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
26682         * m4/jm-macros.m4: Require it.
26683
26684 2001-09-16  Jim Meyering  <meyering@lucent.com>
26685
26686         * lib/mkdir.c: New file.
26687
26688 2001-09-15  Jim Meyering  <meyering@lucent.com>
26689
26690         * m4/jm-macros.m4: Check for help2man.
26691
26692 2001-09-11  Jim Meyering  <meyering@lucent.com>
26693
26694         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
26695         The body, by Paul Eggert, was moved here from configure.in.
26696         * m4/jm-macros.m4: Require UTILS_HOST_OS.
26697
26698 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26699
26700         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
26701         (jm_PREREQ): Use it.
26702
26703 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26704
26705         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
26706         Use ssize_t, not int, to store result of readlink.
26707         Check for ssize_t overflow as well as size_t overflow,
26708         as POSIX says the result of readlink is implementation-defined
26709         when ssize_t overflows.
26710         Remove unnecessary cast to char*.
26711         Use free+malloc instead of realloc, as the storage doesn't need
26712         to be preserved and it's clearer and can be more efficient that way.
26713         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
26714         * lib/xreadlink.h (xreadlink): Update prototype.
26715
26716 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26717
26718         * lib/xgetcwd.c: Revert some of the previous change; intead,
26719         fix the HAVE_GETCWD_NULL code to behave more like the
26720         !HAVE_GETCWD_NULL code used to.
26721
26722         Include "xalloc.h".
26723         (xgetcwd): Do not return NULL when memory is exhausted; instead,
26724         invoke xalloc_die.
26725
26726 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26727
26728         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
26729         sys/param.h, as pathmax.h includes them.
26730
26731 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26732
26733         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
26734         (jm_PREREQ_XGETCWD): New macro.
26735
26736         * m4/getcwd.m4: New file.
26737
26738 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26739
26740         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
26741         like the HAVE_GETCWD_NULL code.
26742         Include pathmax.h if not HAVE_GETCWD.
26743         Do not include xalloc.h.
26744         (INITIAL_BUFFER_SIZE): New symbol.
26745         Do not use xmalloc / xrealloc, since the caller is responsible for
26746         handling errors.  Preserve errno around `free' during failure.
26747         Do not overrun buffer when using getwd.
26748
26749 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26750
26751         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26752         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26753         getcwd (NULL, 0).
26754
26755 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26756
26757         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26758         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26759         spotted by Jim Meyering.
26760
26761 2001-09-03  Jim Meyering  <meyering@lucent.com>
26762
26763         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26764         failure.
26765
26766 2001-09-02  Jim Meyering  <meyering@lucent.com>
26767
26768         * lib/error.c: Update from GNU libc.
26769
26770 2001-09-01  Jim Meyering  <meyering@lucent.com>
26771
26772         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26773         Used by df.
26774
26775 2001-09-01  Jim Meyering  <meyering@lucent.com>
26776
26777         * lib/xreadlink.c: New file.
26778         * lib/xreadlink.h: New file.
26779         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26780         xreadlink.h.
26781
26782         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26783         doesn't conflict with sparc Solaris 7's definition in
26784         /usr/include/sys/int_types.h.
26785
26786         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26787         files.
26788         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26789         and strncasecmp as r-values.  Unixware didn't have declarations.
26790
26791 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26792
26793         * lib/xstrtol.h: Add copyright notice.
26794         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26795         LONGINT_INVALID_SUFFIX_CHAR.
26796
26797 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26798
26799         * lib/xstrtol.c (strtoimax): New decl.
26800
26801 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26802
26803         * lib/xgetcwd.c: Don't include pathmax.h.
26804         Include stdlib.h and unistd.h if available.
26805         Include xalloc.h.
26806         (xmalloc, xstrdup, free): Remove decls.
26807         (xgetcwd): Don't assume sizes fit in unsigned.
26808         Check for overflow when computing sizes.
26809         Simplify reallocation code.
26810
26811 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26812
26813         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26814         a directory's st_size can have an arbitrary value, so the old
26815         usage could waste an arbitrary amount of memory.  All uses
26816         changed.
26817         * lib/savedir.h: Update prototype.
26818
26819 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26820
26821         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26822
26823         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26824         old strtoimax.c.
26825
26826         Also, make the following further changes to make this file's
26827         configuration more similar to that of strtol.c:
26828         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26829         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26830         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26831         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26832         changed to signed values.
26833
26834         And make the following changes as well:
26835         Fix copyright notice, as 1999 was missing.
26836         (verify): New macro.
26837         (strtoimax): Check sizes at compile-time, not run-time.
26838         Prefer strtol to strtoll if both work.
26839         (main): Remove; it was not that useful and was a pain to maintain.
26840
26841         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26842
26843 2001-08-31  Jim Meyering  <meyering@lucent.com>
26844
26845         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26846         Use an initial, malloc'd, buffer of length 128 rather than
26847         a statically allocated one of length 1024.
26848
26849 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26850
26851         Simplify code, partly by assuming autoconf 2.52 semantics.
26852
26853         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26854
26855         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26856         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26857         All uses removed.
26858         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26859         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26860         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26861         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26862         jm_AC_HEADER_INTTYPES_H.
26863         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26864
26865         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26866
26867         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26868         Quote first arg of AC_DEFUN.
26869         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26870         since they are needed to parse the include file even if we need
26871         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26872         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26873         but with opposite signedness.
26874
26875 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26876
26877         Merge 'exclude' changes from tar 1.13.22.
26878         This fixes one or two unlikely storage allocation overflow bugs,
26879         but doesn't change user-visible behavior otherwise.
26880
26881 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26882
26883         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26884         (jm_PREREQ_EXCLUDE): New macro.
26885
26886 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26887
26888         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26889         tm to be declared.
26890
26891 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26892
26893         * lib/hash.c: Remove '2001' from copyright notice.
26894
26895 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26896
26897         * lib/full-write.h: New file.
26898         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26899         * lib/full-write.c: Correct credits, as cccp.c no longer
26900         exists and anyway it was so heavily changed from the old cccp
26901         code as to be unrecognizable.  Include full-write.h.
26902         (full_write) Return size_t, with short writes meaning failure.
26903         All callers changed.  This fixes a bug with large buffers
26904         on 64-bit hosts.
26905         * lib/utime.c: Include full-write.h.
26906
26907 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26908
26909         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26910         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26911         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26912         Include if available.
26913         (<xalloc.h>): Include
26914         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26915         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26916         collide with FNM macros.
26917         (struct patopts): New struct.
26918         (struct exclude): Use it, as exclude patterns now come with options.
26919         (new_exclude): Support above changes.
26920         (new_exclude, add_exclude_file):
26921         Initial size must now be a power of two to simplify overflow checking.
26922         (free_exclude, fnmatch_no_wildcards): New function.
26923         (excluded_filename): No longer requires options arg, as the options
26924         are determined by add_exclude.  Now returns bool, not int.
26925         (excluded_filename, add_exclude):
26926         Add support for the fancy new exclusion options.
26927         (add_exclude, add_exclude_file): Now takes int options arg.
26928         Check for arithmetic overflow when computing sizes.
26929         (add_exclude_file): xrealloc might modify errno, so don't
26930         realloc until after errno might be used.
26931
26932         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26933         New macros.
26934         (free_exclude): New decl.
26935         (add_exclude, add_exclude_file): Now takes int options arg.
26936         (excluded_filename): No longer requires options arg, as the options
26937         are determined by add_exclude.  Now returns bool, not int.
26938
26939 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26940
26941         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26942
26943 2001-08-27  Jim Meyering  <meyering@lucent.com>
26944
26945         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26946
26947         * lib/version-etc.c (N_): Remove definition.
26948         Revert most of last change.
26949         Instead, simply don't mark the `Copyright...' string for translation.
26950         Based on advice from Paul Eggert.
26951
26952         * lib/strtoxmax.c: Tweak comment.
26953
26954 2001-08-26  Jim Meyering  <meyering@lucent.com>
26955
26956         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26957
26958         * m4/xstrtoimax.m4: New file.
26959         * m4/xstrtoumax.m4: Add comments explaining why we
26960         AC_REPLACE_FUNCS(strtol).
26961
26962 2001-08-26  Jim Meyering  <meyering@lucent.com>
26963
26964         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26965         of copyright with `%s' so translators don't get an untranslated
26966         message in 2002.
26967         (COPYRIGHT_YEAR): Define.
26968         (version_etc): Use fprintf rather than fputs.
26969         Suggestion from Ulrich Drepper.
26970
26971         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26972
26973         * lib/strtoll.c: New file, from GNU libc.
26974         * lib/xstrtoimax.c: New file.
26975
26976         * lib/xstrtol.h: Add xstrtoimax.
26977         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26978         * lib/strtoimax.c: New file.  Likewise, but first define
26979         STRTOUXMAX_SIGNED.
26980
26981         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26982         ...
26983         * lib/strtoxmax.c: ... then renamed to this.
26984
26985 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26986
26987         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26988         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26989         (jm_AC_TYPE_INTMAX_T): New macro.
26990         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26991
26992         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26993
26994         * m4/longlong.m4: Renamed from ulonglong.m4.
26995         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26996         * m4/uintmax_t.m4: Removed.
26997
26998 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26999
27000         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
27001         Port to Solaris 8, where 'sed' requires a space after the 'r'
27002         command, and where sh dislikes "$/".  Clean up the spacing a bit.
27003         Redirect output to $tmp just once.
27004
27005 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
27006
27007         * lib/addext.c (<errno.h>): Include.
27008         (errno): Declare if not defined.
27009         (addext): Work correctly when pathconf returns -1 and leaves
27010         errno alone because there is no limit.  Also, work even if
27011         pathconf returns a value greater than SIZE_MAX.
27012
27013 2001-08-12  Jim Meyering  <meyering@lucent.com>
27014
27015         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
27016         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
27017         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
27018         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
27019         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
27020         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
27021         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
27022         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
27023         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
27024         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
27025         utime.m4, utimes.m4, xstrtoumax.m4:
27026         Quote the first argument in each use of AC_DEFUN.
27027
27028 2001-08-12  Jim Meyering  <meyering@lucent.com>
27029
27030         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
27031         Simply `return getcwd (NULL, 0);'.
27032         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
27033         Use 1300 as initial value for length, not PATH_MAX.
27034
27035         * lib/pathmax.h: Clean up cpp syntax.
27036
27037 2001-08-12  Jim Meyering  <meyering@lucent.com>
27038
27039         * lib/gettimeofday.c: New file.
27040         * lib/gtod.h: New file.
27041         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
27042
27043 2001-08-05  Jim Meyering  <meyering@lucent.com>
27044
27045         * m4/jm-macros.m4: Require autoconf-2.52.
27046
27047 2001-08-04  Jim Meyering  <meyering@lucent.com>
27048
27049         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
27050         stmt, to get in sync with glibc.
27051
27052 2001-08-03  Paul Eggert  <eggert@twinsun.com>
27053
27054         The following changes are from gettext 0.10.39 as maintained by
27055         Bruno Haible.
27056
27057         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
27058         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
27059         with inverted sense.  All uses changed.
27060
27061         * lib/mbswidth.c: Don't include <limits.h>.
27062         Include <stdlib.h> and <string.h> unconditionally.
27063         (iswcntrl, mbsinit, ISCNTRL): New macros.
27064         (mbsnwidth): Use K&R style function declarations.
27065         Don't bother checking for MB_LEN_MAX == 1, since the compiler
27066         can optimize it when MB_CUR_MAX == 1.
27067         The width of control characters is zero, not 1.
27068
27069 2001-08-03  Paul Eggert  <eggert@twinsun.com>
27070
27071         The following changes are from gettext 0.10.39 as maintained by
27072         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
27073
27074         * m4/codeset.m4: Upgrade to serial AM1.
27075         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
27076         all uses changed.  Quote first arg of AC_DEFUN.
27077         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
27078
27079         * m4/iconv.m4: Upgrade to serial AM2.
27080         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
27081         Add --with-libconv-prefix.
27082         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
27083         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
27084         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
27085         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
27086         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
27087
27088         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
27089         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
27090         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
27091         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
27092         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
27093         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
27094         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
27095         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
27096         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
27097
27098         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
27099         string.h any more.
27100
27101         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
27102         not the default value.
27103
27104         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
27105         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
27106         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
27107         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
27108         Also check for iswcntrl, used for wcwidth fallback.
27109         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
27110         to Autoconf 2.13.
27111
27112 2001-08-03  Jim Meyering  <meyering@lucent.com>
27113
27114         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
27115         as it was in the original.  Reported by Paul Eggert.
27116
27117 2001-07-16  Jim Meyering  <meyering@lucent.com>
27118
27119         * m4/gettimeofday.m4: New file.
27120         Prompted by a report from Bernhard Baehr.
27121
27122 2001-07-15  Jim Meyering  <meyering@lucent.com>
27123
27124         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
27125         stuff. Now it's in ../Makefile.cfg.
27126
27127 2001-07-15  Jim Meyering  <meyering@lucent.com>
27128
27129         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
27130         (BUILT_SOURCES): Add unlocked-io.h.
27131         (io_functions): Define.
27132         (unlocked-io.h): New rule.
27133         (DISTCLEANFILES): Add unlocked-io.h.
27134         (all-local): Depend on unlocked-io.h, to ensure it is created.
27135
27136         * lib/unlocked-io.hin: New file
27137
27138         * lib/regex.c: Update from glibc.
27139
27140 2001-07-05  Jim Meyering  <meyering@lucent.com>
27141
27142         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
27143         recommendation.
27144         (libfetish_a_SOURCES): Put all .h files here instead.
27145         Remove a thus-exposed (better checks in automake) duplicate and
27146         two unnecessary .h files.
27147
27148 2001-07-04  Jim Meyering  <meyering@lucent.com>
27149
27150         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
27151         that generates jm-glibc-io.m4 so that it doesn't trigger any make
27152         distcheck failure.
27153
27154 2001-07-02  Jim Meyering  <meyering@lucent.com>
27155
27156         The following changes were prompted by suggestions from Bruno Haible.
27157
27158         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
27159         is now generated.
27160         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
27161         definition of EXTRA_DIST.
27162         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
27163         ensure that the generated file is created/updated whenever the list
27164         of $(unlocked_functions) is changed.
27165         (jm-glibc-io.m4): New rule.
27166         (unlocked-io.h): New rule -- currently unused.
27167
27168 2001-06-24  Jim Meyering  <meyering@lucent.com>
27169
27170         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
27171         unmatched right bracket, rather than kludging it with an extra,
27172         falsely-matching quote in a comment.  Patch by Akim Demaille.
27173
27174 2001-06-11  Jim Meyering  <meyering@lucent.com>
27175
27176         * lib/regex.c: Update from GNU libc.
27177
27178 2001-05-27  Jim Meyering  <meyering@lucent.com>
27179
27180         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
27181         Check for ut_type in struct utmp.
27182
27183 2001-05-27  Jim Meyering  <meyering@lucent.com>
27184
27185         * lib/readutmp.h (UT_TYPE): Define.
27186
27187 2001-05-24  Jim Meyering  <meyering@lucent.com>
27188
27189         * lib/argmatch.c: Include "quote.h".
27190         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
27191         quote function.  Reported by Göran Uddeborg.
27192
27193 2001-05-22  Jim Meyering  <meyering@lucent.com>
27194
27195         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
27196         now that we use the package-supplied version unconditionally.
27197         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
27198
27199 2001-05-21  Jim Meyering  <meyering@lucent.com>
27200
27201         * m4/regex.m4: Change a couple backticks to single quotes to avoid
27202         shell syntax errors.
27203
27204 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
27205
27206         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
27207
27208 2001-05-20  Paul Eggert  <eggert@twinsun.com>
27209
27210         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
27211         Don't bother to check library strftime, since
27212         we'll be using our own my_strftime function anyway.
27213         Define my_strftime instead of strftime.
27214
27215 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
27216
27217         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
27218         which is not yet declared.
27219
27220 2001-05-15  Jim Meyering  <meyering@lucent.com>
27221
27222         * m4/regex.m4: Use proper quoting so brackets appear in the test
27223         program.
27224         Reported by, and with help from, Bruno Haible.
27225
27226 2001-05-13  Jim Meyering  <meyering@lucent.com>
27227
27228         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
27229         undefined.
27230
27231 2001-05-11  Paul Eggert  <eggert@twinsun.com>
27232
27233         dirname code cleanup.  base_name now behaves more compatibly
27234         with POSIX basename when given file names that have trailing
27235         slashes, and similarly for dir_name.  Add new primitives
27236         base_len and dir_len.  Put the directory-name-related decls
27237         into dirname.h.
27238
27239         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
27240         * lib/backupfile.c (base_name): Likewise.
27241         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
27242         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
27243         * lib/makepath.c (strip_trailing_slashes): Likewise.
27244         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
27245         ISSLASH): Likewise.
27246         * lib/rename.c (strip_trailing_slashes): Likewise.
27247         * lib/same.c (base_name): Likewise.
27248         * lib/stripslash.c (ISSLASH): Likewise.
27249
27250         * lib/addext.c: Include <dirname.h> after size_t is defined.
27251         * lib/backupfile.c: Likewise.
27252
27253         * lib/addext.c (addext): Use base_len to trim redundant
27254         trailing slashes instead of doing it ourselves.
27255         But do not trim the last slash if it is not redundant.
27256
27257         * lib/backupfile.c (find_backup_file_name,
27258         max_backup_version): Use base_len instead of rolling it ourselves.
27259         Handle the case of "" and (on DOS) "C:" correctly.
27260
27261         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
27262         needed. Include <string.h>, <dirname.h>.
27263         (base_name): Allow file names ending in slashes, other than names
27264         that are all slashes.  In this case, return the basename followed
27265         by the slashes.  This is more general, and can be used in places
27266         where the original base_name purposely had an assertion failure.
27267         (base_len): New function.
27268
27269         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
27270         Do not include <assert.h>; no longer needed.
27271         Include xalloc.h.
27272         (memrchr): Remove decl.
27273         (dir_name_r): Remove.
27274         (dir_len): Renamed from dirlen.  All callers changed.
27275         Rewrite in terms of base_name, for simplicity and consistency.
27276         (dir_name): Never return NULL.  All callers changed.
27277         Do not include <stdlib.h> in test program; no longer needed.
27278         return 0; is fine for test program.
27279
27280         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
27281         New macros.
27282         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
27283
27284         * lib/path-concat.c (path_concat): Use base_len to compute
27285         base length, not strlen; this means we cannot rely on memcpy
27286         to null-terminate.
27287
27288         * lib/same.c (STREQ): Remove.
27289         (same_name): Handle the case where the basename ends in trailing '/'.
27290
27291         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
27292         a slash was stripped.  Do not strip the last slash after a
27293         file system prefix.
27294
27295 2001-05-11  Paul Eggert  <eggert@twinsun.com>
27296
27297         * lib/Makefile.am (libfetish_a_SOURCES):
27298         Add strftime.c, since we now compile it on all hosts.
27299
27300         * lib/strftime.c (my_strftime):
27301         Define to nstrftime if emacs, but only if my_strftime is not defined.
27302         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
27303         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
27304         Add one more extra argument: a nanoseconds value.
27305         All uses changed.
27306         (ns): New macro.
27307         (my_strftime function): Add %N format.
27308         (emacs_strftimeu): Renamed from emacs_strftime,
27309         with extra ut argument.
27310
27311 2001-05-09  Paul Eggert  <eggert@twinsun.com>
27312
27313         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
27314
27315 2001-04-21  Jim Meyering  <meyering@lucent.com>
27316
27317         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
27318         doesn't interfere.
27319
27320 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
27321
27322         * m4/ftruncate.m4: Check for chsize.
27323         Link with ftruncate.o unconditionally if ftruncate is missing.
27324         This was required when cross-compiling to i586-mingw32msvc.
27325
27326 2001-04-08  Jim Meyering  <meyering@lucent.com>
27327
27328         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
27329         recomputed; that's necessary when the offset spans a DST transition.
27330         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
27331
27332 2001-04-02  Jim Meyering  <meyering@lucent.com>
27333
27334         * lib/regex.h, regex.c: Update from GNU libc.
27335
27336 2001-03-24  Jim Meyering  <meyering@lucent.com>
27337
27338         * m4/jm-macros.m4: Require autoconf-2.49d.
27339
27340 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
27341
27342         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
27343
27344 2001-03-19  Paul Eggert  <eggert@twinsun.com>
27345
27346         * lib/version-etc.c (version_etc_copyright): Update to 2001.
27347
27348 2001-03-17  Jim Meyering  <meyering@lucent.com>
27349
27350         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
27351         now that the version in autoconf is equivalent.
27352         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
27353
27354         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
27355         Suggestion from Akim Demaille.
27356
27357         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
27358         (jm_PREREQ_TEMPNAME): New function.
27359
27360 2001-03-16  Paul Eggert  <eggert@twinsun.com>
27361
27362         * lib/tempname.c (uint64_t): Define to uintmax_t if
27363         not defined, and if UINT64_MAX is not defined.
27364         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
27365         Reported by John David Anglin.
27366
27367 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
27368
27369         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
27370         resolve alias if codeset is empty.
27371         * lib/config.charset (BeOS): Use wildcard syntax.
27372
27373 2001-03-13  Jim Meyering  <meyering@lucent.com>
27374
27375         * lib/path-concat.c (path_concat)
27376         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
27377         concatenating e.g., `C:' and `foo'.
27378         From Bruno Haible.
27379
27380 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
27381
27382         * lib/localcharset.c (locale_charset): Don't use
27383         setlocale(LC_CTYPE,NULL). Don't return NULL.
27384         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
27385
27386 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
27387
27388         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
27389         support for DOS/DJGPP.
27390
27391 2001-03-01  Paul Eggert  <eggert@twinsun.com>
27392
27393         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
27394         lacks mkstemp.  Compile our own tempname.c if we compile our own
27395         mkstemp.c, as mkstemp relies on tempname.
27396
27397 2001-03-01  Jim Meyering  <meyering@lucent.com>
27398
27399         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
27400         AH_VERBATIM really does output its argument verbatim.
27401
27402 2001-02-28  Paul Eggert  <eggert@twinsun.com>
27403
27404         * lib/Makefile.am (libfetish_a_SOURCES):
27405         Add dup-safer.c, fopen-safer.c.
27406         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
27407
27408         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
27409         * lib/unistd-safer.h: New files.
27410
27411 2001-02-25  Paul Eggert  <eggert@twinsun.com>
27412
27413         The mkstemp replacement is taken from glibc 2.2.2, with some
27414         portability fixes for use outside glibc, as follows:
27415
27416         * lib/tempname.c (struct_stat64): New macro.
27417         (direxists, __gen_tempname): Use it.
27418         This avoids a portability problem with Solaris 8.
27419
27420         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
27421         (<stddef.h>, <stdint.h>, <string.h>):
27422         Include only if STDC_HEADERS || _LIBC.
27423         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
27424         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
27425         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
27426         (__set_errno): Define this macro if <errno.h> doesn't.
27427         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
27428         Define these macros if <stdio.h> doesn't.
27429         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
27430         Define these macros if <sys/stat.h>
27431         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
27432         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
27433         __xstat64): Define if not _LIBC.
27434         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
27435         (__gen_tempname): Invoke gettimeofday only if
27436         HAVE_GETTIMEOFDAY || _LIBC;
27437         otherwise, fall back on plain "time".
27438         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
27439
27440         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
27441
27442         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
27443
27444 2001-02-18  Paul Eggert  <eggert@twinsun.com>
27445
27446         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
27447
27448 2001-02-17  Paul Eggert  <eggert@twinsun.com>
27449
27450         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
27451         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
27452         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
27453         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27454
27455 2001-02-17  Paul Eggert  <eggert@twinsun.com>
27456
27457         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
27458         Remove workaround macros for hosts that have mbrtowc but not
27459         mbstate_t, as we now insist on proper declarations for both
27460         before using mbrtowc.
27461
27462 2001-02-17  Jim Meyering  <meyering@lucent.com>
27463
27464         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
27465         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
27466         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
27467         UnixWare 7.1.1.
27468
27469         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
27470         rather than AC_CACHE_VAL.
27471
27472 2001-02-17  Jim Meyering  <meyering@lucent.com>
27473
27474         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
27475         around included file name.
27476
27477         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
27478
27479         * lib/strftime.c: Update from GNU libc (the only changes were to
27480         comments).
27481
27482 2001-02-17  Jim Meyering  <meyering@lucent.com>
27483
27484         * lib/regex.c: Update from libc.
27485
27486 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
27487
27488         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
27489         clash.
27490
27491 2001-02-16  Paul Eggert  <eggert@twinsun.com>
27492
27493         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
27494         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
27495         Reported by Mark Hounschell via Paul Eggert.
27496
27497 2001-02-07  Jim Meyering  <meyering@lucent.com>
27498
27499         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
27500
27501 2001-02-05  Jim Meyering  <meyering@lucent.com>
27502
27503         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
27504         it includes the patch required for `large file' support with at least
27505         HP-UX's 10.20 /bin/cc.
27506
27507 2001-02-03  Jim Meyering  <meyering@lucent.com>
27508
27509         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
27510         AS_IF, now that it works once again (mysteriously).
27511         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27512
27513 2001-01-30  Jim Meyering  <meyering@lucent.com>
27514
27515         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
27516         * m4/chown.m4: Rename conftestchown to conftest.chown.
27517         * m4/rename.m4: s/conftestdir/conftest.d1/ and
27518         s/conftestdir2/conftest.d2/.
27519         * m4/utimes.m4: s/conftestdata/conftest.data/
27520         Inspired by Pavel Roskin's change in autoconf.
27521
27522 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
27523
27524         * lib/config.charset: Update for FreeBSD 4.2.
27525
27526 2001-01-27  Jim Meyering  <meyering@lucent.com>
27527
27528         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
27529         a use of AS_IF.
27530         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27531
27532 2001-01-26  Jim Meyering  <meyering@lucent.com>
27533
27534         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
27535         quotearg.c includes it.
27536
27537 2001-01-26  Jim Meyering  <meyering@lucent.com>
27538
27539         * lib/quotearg.c: Include stddef.h.
27540         * lib/quote.c: Include stddef.h.
27541         Reported by Axel Kittenberger.
27542
27543         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
27544         line in double quotes so that it evokes a better diagnostic.
27545         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
27546         Reported by Axel Kittenberger.
27547
27548 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
27549
27550         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
27551         as if it was a `charset'.
27552
27553 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27554
27555         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
27556         has const.
27557
27558 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27559
27560         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
27561         to avoid a warning.  Add back 'const' to inptr.
27562
27563 2001-01-20  Jim Meyering  <meyering@lucent.com>
27564
27565         Be sure that headers are checked before used in code compiled
27566         for the type checks.
27567         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
27568         In place of that, invoke jm_CHECK_ALL_TYPES.
27569         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
27570         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
27571         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
27572         The check for ssize_t was mistakenly run before the test for unistd.h.
27573
27574         The configure-time check for stdbool.h was missing.
27575         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
27576         (jm_PREREQ_HASH): New function.
27577
27578 2001-01-17  Jim Meyering  <meyering@lucent.com>
27579
27580         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
27581         for autoconf-2.49c.
27582         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
27583
27584 2001-01-16  Jim Meyering  <meyering@lucent.com>
27585
27586         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
27587         From Bruno Haible.
27588
27589 2001-01-14  Jim Meyering  <meyering@lucent.com>
27590
27591         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
27592         foo and bar.  Create conftestdir/ in the script, not in the C code.
27593         Remove directories in the script, not in the C code.
27594         Remove conftestdir{,2} before trying to create the directory.
27595         Make the entire configure script fail if the mkdir fails.
27596
27597 2001-01-14  Jim Meyering  <meyering@lucent.com>
27598
27599         * lib/rename.c: New file.  From Volker Borchert.
27600         Include stdlib.h, string.h or strings.h, and xalloc.h.
27601         Use strip_trailing_slashes rather than open-coding it.
27602
27603 2001-01-03  Paul Eggert  <eggert@twinsun.com>
27604
27605         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
27606
27607 2001-01-03  Jim Meyering  <meyering@lucent.com>
27608
27609         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
27610         of local `inptr' to avoid warning with some system declarations of
27611         iconv.
27612
27613 2001-01-02  Volker Borchert  <bt@teknon.de>
27614
27615         * m4/rename.m4: New file.
27616         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
27617
27618 2001-01-01  Jim Meyering  <meyering@lucent.com>
27619
27620         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
27621         even on systems with utmpx.h.  It's necessary for the declaration of
27622         utmp's ut_user member.  Reported by Andreas Jaeger.
27623
27624         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
27625         available. They are required for the declarations of getgrgid and
27626         getpwuid resp.
27627         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
27628         Reported by Andreas Jaeger.
27629
27630 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
27631
27632         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
27633         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
27634         so `make install' also works in VPATH builds.
27635
27636 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
27637
27638         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
27639         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
27640         can be used in subdirectories.
27641
27642 2000-12-29  Paul Eggert  <eggert@twinsun.com>
27643
27644         * lib/modechange.c: Do not assume that mode_t uses the
27645         traditional octal encoding.  E.g. "chmod 1 FOO" should set
27646         the other-execute bit of FOO even if S_IXOTH != 1.
27647
27648         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
27649         WOTH, XOTH, ALLM): New macros.
27650         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
27651          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
27652         Use them.
27653         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
27654         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
27655         (mode_compile):
27656         No need to use uintmax_t; unsigned long is long enough.
27657         Don't bother to get suffix since we don't use it.
27658
27659 2000-12-26  Jim Meyering  <meyering@lucent.com>
27660
27661         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
27662         better with autoheader.
27663
27664 2000-12-24  Jim Meyering  <meyering@lucent.com>
27665
27666         * lib/hash.c (is_prime): Return explicit boolean values.
27667         (hash_get_first): Return NULL to appease Irix5.6's 89.
27668         Reported by Nelson Beebe.
27669
27670 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
27671
27672         * lib/localcharset.c (locale_charset): Add support for Win32.
27673
27674 2000-12-18  Paul Eggert  <eggert@twinsun.com>
27675
27676         * lib/physmem.h, lib/physmem.c: New files.
27677
27678         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
27679         (noinst_HEADERS): Add physmem.h.
27680
27681         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
27682         't' for compatibility with Solaris 8 sort.
27683
27684 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
27685
27686         * lib/config.charset: Add support for BeOS.
27687
27688 2000-12-17  Jim Meyering  <meyering@lucent.com>
27689
27690         * m4/dos.m4 (jm_AC_DOS): New file and macro.
27691         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
27692
27693 2000-12-16  Jim Meyering  <meyering@lucent.com>
27694
27695         This bug had a serious impact on chown: `chown N:M FILE' (for integer
27696         N and M) would have treated it like `chown N:N FILE'.
27697
27698         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
27699
27700 2000-12-16  Jim Meyering  <meyering@lucent.com>
27701
27702         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
27703         SHELLS_FILE to a file name that's useful on djgpp systems.
27704         Include stdlib.h.
27705         (ADDITIONAL_DEFAULT_SHELLS): Define.
27706         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
27707         Based mostly on a patch from Prashant TR.
27708
27709 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
27710
27711         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
27712         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
27713         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
27714
27715 2000-12-08  Andreas Schwab  <schwab@suse.de>
27716
27717         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
27718         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
27719
27720 2000-12-07  Jim Meyering  <meyering@lucent.com>
27721
27722         * lib/stripslash.c (ISSLASH): Define.
27723         (strip_trailing_slashes): Use ISSLASH rather than comparing against
27724         `/'.
27725         From Prashant TR.
27726
27727         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
27728         (dir_name_r): Declare this function as static.
27729         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
27730         manifest itself on a name containing a mix of slashes and
27731         backslashes.
27732         Make this function work with names starting with a DOS-style
27733         drive letter and colon prefix.
27734         (dir_name): Append `.' if necessary.
27735         Based mostly on patches from Prashant TR and Eli Zaretskii.
27736
27737         * lib/dirname.h (dir_name_r): Remove prototype.
27738
27739 2000-12-06  Paul Eggert  <eggert@twinsun.com>
27740
27741         * m4/off_t-format.m4: Remove this file.
27742         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
27743
27744 2000-12-06  Jim Meyering  <meyering@lucent.com>
27745
27746         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27747         replacement strtoull, we may well need the replacement strtoul, too.
27748         Check for declarations of strtoul and strtoull.
27749         Check for strtol.  Mainly as a cue to cause automake to include
27750         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27751         Check for limits.h -- strtol.c needs it.
27752
27753 2000-12-05  Jim Meyering  <meyering@lucent.com>
27754
27755         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27756
27757 2000-12-04  Jim Meyering  <meyering@lucent.com>
27758
27759         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27760         Also include memory.h, stdlib.h, unistd.h if appropriate.
27761         Reported by Andreas Jaeger (conflicting declaration of malloc).
27762
27763 2000-12-02  Jim Meyering  <meyering@lucent.com>
27764
27765         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27766         * m4/jm-macros.m4 (jm_MACROS): require it.
27767
27768 2000-12-02  Jim Meyering  <meyering@lucent.com>
27769
27770         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27771
27772 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27773
27774         * lib/memrchr.c: Include <config.h> before any system include file.
27775
27776 2000-11-30  Jim Meyering  <meyering@lucent.com>
27777
27778         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27779
27780 2000-11-30  Jim Meyering  <meyering@lucent.com>
27781
27782         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27783
27784 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27785
27786         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27787
27788 2000-11-26  Jim Meyering  <meyering@lucent.com>
27789
27790         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27791
27792 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27793
27794         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27795         size of (size_t) -1; it's not portable.
27796
27797 2000-11-17  Jim Meyering  <meyering@lucent.com>
27798
27799         * lib/strstr.c: Update from GNU libc.
27800
27801 2000-11-17  Akim Demaille  <akim@epita.fr>
27802
27803         * lib/obstack.h: Formatting changes.
27804         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27805         prevent type checking.
27806         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27807         cast the value to (void *): assigning a `foo *' to a `void *'
27808         variable is valid.
27809         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27810
27811 2000-11-16  Jim Meyering  <meyering@lucent.com>
27812
27813         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27814
27815 2000-11-11  Jim Meyering  <meyering@lucent.com>
27816
27817         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27818
27819 2000-11-10  Jim Meyering  <meyering@lucent.com>
27820
27821         * lib/obstack.h: Update from GNU libc.
27822         * lib/obstack.c: Likewise.
27823
27824 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27825
27826         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27827
27828 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27829
27830         * lib/getusershell.c (setusershell): Use rewind rather than
27831         fseek/fseeko, to avoid configuration hassles with fseeko.
27832         Don't bother opening SHELLS_FILE if shellstream is NULL;
27833         it's not necessary.
27834
27835 2000-11-05  Jim Meyering  <meyering@lucent.com>
27836
27837         * lib/makepath.h (make_dir): Declare.
27838         * lib/makepath.c (make_dir): Remove `static' attribute.
27839         Tweak a comment.
27840
27841 2000-11-04  Jim Meyering  <meyering@lucent.com>
27842
27843         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27844
27845 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27846
27847         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27848         last one in a bucket, advance to the next bucket.
27849
27850 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27851
27852         * lib/fnmatch.c: Do not comment out all the code if we are using
27853         the GNU C library, because in some cases we are replacing buggy
27854         code in the GNU C library itself.
27855
27856 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27857
27858         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27859         (regex_compile): Catch bogus \(\1\).
27860
27861 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27862
27863         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27864         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27865         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27866
27867 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27868
27869         * lib/error.h, getline.h, modechange.h:
27870         Remove "2000" from Copyright line, as the file hasn't been
27871         changed this year other than in the copyright notice.
27872
27873         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27874         was changed this year.
27875
27876 2000-10-29  Jim Meyering  <meyering@lucent.com>
27877
27878         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27879         renaming.
27880         * m4/ls-mntd-fs.m4: Likewise
27881
27882 2000-10-29  Jim Meyering  <meyering@lucent.com>
27883
27884         * lib/xstat.in: Fix grammar in comment.
27885
27886 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27887
27888         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27889         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27890         doesn't define __restrict_arr.
27891
27892 2000-10-28  Jim Meyering  <meyering@lucent.com>
27893
27894         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27895         (jm_PREREQ_MEMCHR): New function.
27896
27897 2000-10-28  Jim Meyering  <meyering@lucent.com>
27898
27899         * lib/memchr.c: Update from libc.
27900         Adjust for portability:
27901         [HAVE_STDLIB_H]: Include stdlib.h.
27902         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27903         Undef __memchr, too.
27904         [!weak_alias]: Define __memchr to memchr.
27905
27906         * lib/regex.c: Update from libc.
27907         * lib/regex.h: Likewise.
27908         * lib/getopt1.c: Likewise.
27909         * lib/memcmp.c: Likewise.
27910
27911         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27912         Avoid using fseek, when possible -- it's broken by design.
27913         Patch by Ulrich Drepper.
27914
27915 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27916
27917         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27918         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27919         Giving in to popular pressure to shut up the compiler with casts.
27920
27921 2000-10-26  Jim Meyering  <meyering@lucent.com>
27922
27923         * lib/strftime.c: Update from libc.
27924
27925 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27926
27927         * regex.c: More `unsigned char' -> `re_char' changes.
27928         Also change several `int' into `re_wchar_t'.
27929         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27930         (PUSH_FAILURE_POINTER): Don't cast any more.
27931         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27932         We want GCC to complain, since this piece of code makes
27933         re_match non-reentrant, which *should* be fixed.
27934         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27935         (EXTEND_BUFFER): Use RETALLOC.
27936         (SET_LIST_BIT): Don't cast.
27937         (re_wchar_t): New type.
27938         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27939         that those two functions will always properly return.
27940         (IMMEDIATE_QUIT_CHECK): Cast to void.
27941         (analyse_first): Use recursion rather than an explicit stack.
27942         (re_compile_fastmap): Can't fail anymore.
27943         (re_search_2): Don't check re_compile_fastmap for failure.
27944         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27945         Now also sets the new value (passed in a new argument).
27946         (re_match_2_internal): Use it.
27947         Also, use a new var `reg' of type size_t when looping through regs
27948         rather than reuse the inappropriate `mcnt'.
27949
27950 2000-10-25  Jim Meyering  <meyering@lucent.com>
27951
27952         * lib/obstack.c: Update from libc.
27953
27954 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27955
27956         * regex.c (regex_compile): Change the way of handling a range from
27957         a char less than 256 to a char not less than 256.
27958
27959 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27960
27961         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27962         NT-Emacs only.
27963         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27964         so that re_search functions only quit when callers expect them to.
27965
27966 2000-10-23  Jim Meyering  <meyering@lucent.com>
27967
27968         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27969         wrong.  That set_locale call must not have any side effects.
27970         From Paul Eggert.
27971
27972 2000-10-22  Jim Meyering  <meyering@lucent.com>
27973
27974         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27975         [CYCLIC]: Remove now-unused definition.
27976
27977         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27978         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27979         Suggestion from Ulrich Drepper.
27980
27981 2000-10-21  Jim Meyering  <meyering@lucent.com>
27982
27983         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27984         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27985         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27986
27987 2000-10-21  Jim Meyering  <meyering@lucent.com>
27988
27989         * lib/dirname.c (memrchr): Declare if necessary.
27990         (dir_name): Remove the restriction that there be no
27991         trailing slashes.  Now, this code skips past them, effectively
27992         ignoring them.
27993         [TEST_DIRNAME] (main): New unit tests.
27994
27995         * lib/memrchr.c: New file from GNU libc.
27996         Undef __memrchr, too.
27997         [!weak_alias]: Define __memrchr to memrchr.
27998         Guard weak_alias use with `#ifdef weak_alias'.
27999
28000 2000-10-21  Jim Meyering  <meyering@lucent.com>
28001
28002         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
28003         (dir_name): Use dir_name_r.
28004         * lib/dirname.h (dir_name_r): Declare it.
28005
28006 2000-10-17  Jim Meyering  <meyering@lucent.com>
28007
28008         * lib/quote.h (PARAMS): Define and use.
28009         Reported by Akim Demaille.
28010
28011         * lib/getopt.c: Update from libc.
28012
28013 2000-10-16  Jim Meyering  <meyering@lucent.com>
28014
28015         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
28016         setlocale.
28017         From Jan Fedak.
28018
28019 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
28020
28021         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
28022
28023 2000-09-25  Jim Meyering  <meyering@lucent.com>
28024
28025         * lib/md5.h (rol): Define (from GnuPG).
28026
28027         * lib/sha.c: Give credit (GnuPG) where due.
28028         (M): Use rol rather than open-coding it.
28029         Add a FIXME comment.
28030
28031 2000-09-21  Jim Meyering  <meyering@lucent.com>
28032
28033         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
28034         Reported by Michael Stone.
28035
28036 2000-09-20  Jim Meyering  <meyering@lucent.com>
28037
28038         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
28039         (noinst_HEADERS): Add sha.h.
28040         Based on code from Scott G. Miller and from GnuPG.
28041
28042 2000-09-18  Jim Meyering  <meyering@lucent.com>
28043
28044         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
28045         LIBS. Otherwise, everyone ends up linking with -lelf for some
28046         configurations.
28047         Reported by Mike Stone.
28048
28049 2000-09-15  Jim Meyering  <meyering@lucent.com>
28050
28051         * lib/regex.c: Update from libc.
28052
28053 2000-09-10  Jim Meyering  <meyering@lucent.com>
28054
28055         * lib/getopt.c (_getopt_internal): Update from glibc.
28056
28057 2000-09-09  Jim Meyering  <meyering@lucent.com>
28058
28059         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
28060         think it should be used as a general replacement for isascii.
28061         * lib/fnmatch.c: Likewise.
28062         * lib/mbswidth.c: Likewise
28063         * lib/regex.c: Likewise.
28064
28065         Don't use atoi.
28066         * lib/userspec.c: Include sys/param.h and limits.h.
28067         Include xstrtol.h.
28068         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28069         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
28070         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
28071         UID, GID.  Check range.
28072
28073 2000-09-06  Jim Meyering  <meyering@lucent.com>
28074
28075         * lib/getopt.c (_getopt_internal): Update from glibc.
28076
28077 2000-08-30  Jim Meyering  <meyering@lucent.com>
28078
28079         * lib/strftime.c: Merge in changes from GNU libc.
28080
28081 2000-08-26  Jim Meyering  <meyering@lucent.com>
28082
28083         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
28084         * m4/fpending.m4: New file.
28085
28086 2000-08-26  Jim Meyering  <meyering@lucent.com>
28087
28088         * lib/closeout.c: Include "__fpending.h".
28089         (close_stdout_status): Return right away if there's nothing to flush.
28090
28091         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
28092         * lib/__fpending.c: New file.
28093         * lib/__fpending.h: New file.
28094
28095 2000-08-20  Jim Meyering  <meyering@lucent.com>
28096
28097         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
28098         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
28099         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
28100
28101 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
28102
28103         Improve fileutils installation on systems where running
28104         programs (like install) can't be unlinked.
28105         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
28106         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
28107
28108 2000-08-07  Paul Eggert  <eggert@twinsun.com>
28109
28110         Standardize on "memory exhausted" instead of "Memory exhausted"
28111         or "virtual memory exhausted".
28112         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
28113         "virtual memory exhausted".
28114         * lib/same.c (same_name): Invoke xalloc_die instead of printing
28115         our own message.
28116         * lib/userspec.c (parse_user_spec): Likewise.
28117         * lib/bumpalloc.h: comment fix
28118         * lib/same.c, userspec.c: Include xalloc.h.
28119
28120         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
28121         not char *const and pointing to a constant array.
28122         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
28123         (xrealloc): Comment fix.
28124
28125         * lib/userspec.c (parse_user_spec):
28126         Don't translate a message until just before returning,
28127         to avoid unnecessary translation.
28128
28129 2000-08-07  Jim Meyering  <meyering@lucent.com>
28130
28131         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
28132         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
28133         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
28134         getgroups.c, gethostname.c, getopt.h, group-member.c,
28135         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
28136         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
28137         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
28138         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
28139         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
28140         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
28141         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
28142         yesno.c: Back out Copyright date changes for each file with no change
28143         this year.  This eases coordination with other programs using the same
28144         source code modules.  From Paul Eggert.
28145
28146 2000-08-06  Paul Eggert  <eggert@twinsun.com>
28147
28148         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
28149         not char, for compatibility with glibc 2.1.3 strftime.c.
28150
28151 2000-08-03  Greg McGary  <greg@mcgary.org>
28152
28153         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
28154         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
28155         (EXTEND_BUFFER): Use them.
28156
28157 2000-08-01  Jim Meyering  <meyering@lucent.com>
28158
28159         * lib/dirname.c (ISSLASH): Define.
28160         (BACKSLASH_IS_PATH_SEPARATOR): Define.
28161         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
28162         both `\' and `/' may be use as path separators.
28163         Based on a patch from Prashant TR.
28164
28165 2000-07-31  Paul Eggert  <eggert@twinsun.com>
28166
28167         * lib/quotearg.c (quotearg_n_options): Don't make the initial
28168         slot vector a constant, since it might get modified.
28169
28170 2000-07-31  Jim Meyering  <meyering@lucent.com>
28171
28172         * lib/xmalloc.c: Use `virtual memory exhausted', not
28173         `Memory exhausted'.
28174         * lib/obstack.c (print_and_abort): Likewise.
28175
28176 2000-07-30  Paul Eggert  <eggert@twinsun.com>
28177
28178         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
28179         buffer, so that the caller can always quote one small
28180         component of a "memory exhausted" message in slot 0.
28181         From a suggestion by Jim Meyering.
28182
28183 2000-07-30  Jim Meyering  <meyering@lucent.com>
28184
28185         * lib/makepath.c (make_path): Quote the other instance, too.
28186
28187         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
28188         (STATIC_BUF_SIZE): Define.
28189         (quotearg_n_options): Use only statically allocated storage when
28190         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
28191         than STATIC_BUF_SIZE.
28192
28193 2000-07-29  Jim Meyering  <meyering@lucent.com>
28194
28195         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
28196         * lib/dirname.c (dir_name): Likewise.
28197
28198         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
28199         `/'.
28200
28201         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
28202         (dir_name): Assert that there are no trailing slashes.
28203
28204 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
28205
28206         * lib/mbswidth.h (mbswidth): Add a flags argument.
28207         (mbswidth): New declaration.
28208         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
28209         * lib/mbswidth.c (mbswidth): Add a flags argument.
28210         (mbsnwidth): New function.
28211
28212 2000-07-24  Jim Meyering  <meyering@lucent.com>
28213
28214         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
28215
28216 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28217
28218         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
28219
28220 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28221
28222         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
28223         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
28224         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
28225         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
28226         invoke multibyte primitives.
28227
28228 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28229
28230         * lib/quotearg.c:
28231         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
28232         so that mbstate_t is always defined.
28233
28234         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
28235         be 1 in at least one GCC installation, and this configuration
28236         error is likely to be common.  Ignoring MB_LEN_MAX hurts
28237         performance on hosts that have mbrtowc but have only unibyte
28238         locales, but I assume these hosts are rare.
28239
28240 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28241
28242         * lib/mbswidth.c (_XOPEN_SOURCE):
28243         Don't define; this causes problems on Solaris 7.
28244         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
28245
28246 2000-07-23  Jim Meyering  <meyering@lucent.com>
28247
28248         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
28249         too: getgrgid, getpwuid, getuid.
28250
28251 2000-07-23  Jim Meyering  <meyering@lucent.com>
28252
28253         * lib/basename.c (base_name): Add an assertion.
28254
28255 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
28256
28257         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
28258         shadow its mbsinit function.
28259
28260 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
28261
28262         * lib/mbswidth.h: New file.
28263         * lib/mbswidth.c: New file.
28264         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
28265         (noinst_HEADERS): Add mbswidth.h.
28266
28267 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
28268
28269         * lib/config.charset: Add support for FreeBSD. Improve support for
28270         HP-UX and IRIX 6.
28271
28272 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
28273
28274         * m4/mbswidth.m4: New file.
28275         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
28276
28277 2000-07-15  Jim Meyering  <meyering@lucent.com>
28278
28279         * lib/makepath.c: Include quote.h.
28280         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
28281         corresponding argument in a `quote (...)' call.
28282         Give better diagnostics.
28283
28284         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
28285         (noinst_HEADERS): Add quote.h.
28286
28287         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
28288         from tar's src/misc.c.
28289         * lib/quote.h: New file.  Prototypes for same.
28290
28291 2000-07-14  Paul Eggert  <eggert@twinsun.com>
28292
28293         From a suggestion by Bruno Haible.
28294         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
28295         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
28296         to decide whether to define the BeOS workaround macro;
28297         this adjusts to the change to AC_MBSTATE_T.
28298
28299 2000-07-14  Jim Meyering  <meyering@lucent.com>
28300
28301         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
28302         jm_AC_TYPE_UINTMAX_T.
28303
28304 2000-07-13  Paul Eggert  <eggert@twinsun.com>
28305
28306         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
28307
28308         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
28309         quotearg_buffer_restyled): Add support for
28310         clocale_quoting_style.  Undo previous change to
28311         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
28312         and "{RIGHT QUOTATION MARK}" msgids.
28313
28314 2000-07-10  Paul Eggert  <eggert@twinsun.com>
28315
28316         From a suggestion by Bruno Haible.
28317         * m4/mbstate_t.m4 (AC_MBSTATE_T):
28318         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
28319         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
28320         and mbstate_t, to a single-part test that simply defines mbstate_t.
28321         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
28322         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
28323
28324 2000-07-10  Jim Meyering  <meyering@lucent.com>
28325
28326         * m4/strerror_r.m4: Mirror the correction made in autoconf.
28327
28328         * m4/gnu-source.m4: Output to confdefs.h directly.
28329         Suggestion from Akim Demaille.
28330
28331 2000-07-09  Paul Eggert  <eggert@twinsun.com>
28332
28333         The old behavior of quoting `like this' doesn't look good with
28334         newer, ISO-style fonts.  See:
28335         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
28336
28337         Instead, quote "like this" by default.  Let the translator
28338         tailor the locale-specific quoting behavior by providing
28339         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
28340
28341         * lib/quotearg.c (N_): New macro.
28342         (gettext_default): New function.
28343         (quotearg_buffer_restyled): Use
28344         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
28345         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
28346
28347 2000-07-09  Jim Meyering  <meyering@lucent.com>
28348
28349         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
28350         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
28351
28352         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
28353         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
28354
28355 2000-07-09  Jim Meyering  <meyering@lucent.com>
28356
28357         * lib/Most files: Update copyright dates to include 2000.
28358
28359 2000-07-08  Jim Meyering  <meyering@lucent.com>
28360
28361         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
28362         if not defined.
28363         (xgethostname): Remove now-unnecessary #ifdef.
28364         Move declaration of `err' into loop where it's used.
28365
28366 2000-07-05  Paul Eggert  <eggert@twinsun.com>
28367         and Bruno Haible  <haible@clisp.cons.org>
28368
28369         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
28370         only if the test for an object-type mbstate_t fails.  This
28371         prevents us from mistakenly reporting that mbstate_t is a
28372         system object type after we "#define mbstate_t int" to work
28373         around its lack.
28374
28375 2000-07-05  Paul Eggert  <eggert@twinsun.com>
28376         and Bruno Haible  <haible@clisp.cons.org>
28377
28378         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
28379
28380 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28381
28382         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
28383         to strerror_r.
28384         Include <ctype.h> for use of isalpha.
28385
28386 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28387
28388         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
28389         by allocating a larger buffer. Test the gethostname return value for
28390         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
28391         returns an error and ENAMETOOLONG isn't defined.
28392
28393 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28394
28395         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
28396         dimension.
28397
28398 2000-07-04  Jim Meyering  <meyering@lucent.com>
28399
28400         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
28401         of the deprecated AC_CHECKING.
28402
28403 2000-07-04  Jim Meyering  <meyering@lucent.com>
28404
28405         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
28406         Reported by Bruno Haible.
28407
28408 2000-07-04  Jim Meyering  <meyering@lucent.com>
28409
28410         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
28411         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
28412         lacks mbrtowc.
28413
28414 2000-07-03  Paul Eggert  <eggert@twinsun.com>
28415
28416         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
28417         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
28418
28419 2000-07-03  Paul Eggert  <eggert@twinsun.com>
28420         and Bruno Haible  <haible@clisp.cons.org>
28421
28422         * lib/quotearg.c (mbrtowc):
28423         Assign to *pwc, and return 1 only if result is nonzero.
28424         (iswprint): Use ISPRINT when substituting our own mbrtowc.
28425
28426 2000-07-03  Jim Meyering  <meyering@lucent.com>
28427
28428         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
28429
28430 2000-07-03  Jim Meyering  <meyering@lucent.com>
28431
28432         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
28433         This is necessary to get a definition of e.g., UTMP_FILE on
28434         HP-UX 10.20.
28435         From Bob Proulx.
28436
28437 2000-07-02  Jim Meyering  <meyering@lucent.com>
28438
28439         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
28440
28441         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
28442         AC_LIBOBJ(function_name).
28443         * m4/chown.m4: Likewise.
28444         * m4/fnmatch.m4: Likewise.
28445         * m4/ftruncate.m4: Likewise.
28446         * m4/getgroups.m4: Likewise.
28447         * m4/getline.m4: Likewise.
28448         * m4/group-member.m4: Likewise.
28449         * m4/jm-macros.m4: Likewise.
28450         * m4/lstat.m4: Likewise.
28451         * m4/malloc.m4: Likewise.
28452         * m4/memcmp.m4: Likewise.
28453         * m4/nanosleep.m4: Likewise.
28454         * m4/putenv.m4: Likewise.
28455         * m4/realloc.m4: Likewise.
28456         * m4/regex.m4: Likewise.
28457         * m4/stat.m4: Likewise.
28458         * m4/strftime.m4: Likewise.
28459
28460 2000-07-02  Jim Meyering  <meyering@lucent.com>
28461
28462         * lib/quotearg.c (mbstate_t): Don't define here.
28463
28464 2000-07-02  Jim Meyering  <meyering@lucent.com>
28465
28466         * lib/nanosleep.c (SIGCONT): Define if not already defined.
28467
28468 2000-07-01  Jim Meyering  <meyering@lucent.com>
28469
28470         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
28471
28472 2000-07-01  Jim Meyering  <meyering@lucent.com>
28473
28474         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
28475         problem.
28476
28477 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28478
28479         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
28480         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
28481
28482 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28483
28484         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
28485         per change in ../m4/ls-mntd-fs.m4.
28486         (read_filesystem_list): Ignore symbolic links.
28487
28488 2000-06-29  Jim Meyering  <meyering@lucent.com>
28489
28490         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
28491         for declaration of strcmp.
28492
28493         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
28494
28495         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
28496         Avoid warning by casting result to `char *' to remove `const'.
28497
28498 2000-06-28  Jim Meyering  <meyering@lucent.com>
28499
28500         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
28501         included by quotearg.c, for which we perform this test.  From
28502         Bruno Haible.
28503
28504 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28505
28506         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
28507         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
28508         <utmpx.h> exists, put readutmp.o into LIBOBJS.
28509
28510 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28511
28512         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
28513
28514 2000-06-26  Paul Eggert  <eggert@twinsun.com>
28515
28516         savedir now sets errno on failure and invokes xmalloc to get memory.
28517         Fix a couple of other minor bugs while we're at it.
28518
28519         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
28520         (NAMLEN): Remove macro.
28521         (malloc, realloc): Remove decls.
28522         (stpcpy): Likewise.
28523         ("xalloc.h"): Include.
28524         (NAME_SIZE_DEFAULT): New macro.
28525         (savedir): Use xmalloc / xrealloc to allocate memory.
28526         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
28527         Skip "" directory entries.
28528         Use strlen to calculate directory entry length, since the old method
28529         is rarely used these days and isn't worth supporting.
28530         Don't use a pointer after freeing it.
28531         Check for integer overflow when calculating allocation size.
28532         Use memcpy to copy entries, instead of stpcpy.
28533         Set errno properly when returning NULL.
28534         Check for readdir error.
28535
28536 2000-06-26  Jim Meyering  <meyering@lucent.com>
28537
28538         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
28539
28540 2000-06-25  Jim Meyering  <meyering@lucent.com>
28541
28542         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
28543         Linux header bug when _XOPEN_SOURCE is defined to 500.
28544
28545 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28546
28547         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
28548         deficiency.
28549
28550 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28551
28552         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
28553         Include xalloc.h.
28554         Don't include <stdlib.h>.  Don't declare malloc, realloc.
28555
28556 2000-06-24  Jim Meyering  <meyering@lucent.com>
28557
28558         * m4/strerror_r.m4: Revive this file -- to try out an experimental
28559         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
28560         for which strerror does return char*, but which lacks a conveniently
28561         accessible declaration of the function.  If the compile-test says
28562         strerror_r doesn't work, then resort to a `run'-test that works on
28563         BeOS and segfaults on DEC Unix.
28564
28565 2000-06-24  Jim Meyering  <meyering@lucent.com>
28566
28567         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
28568
28569 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28570
28571         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
28572         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
28573
28574 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28575
28576         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
28577         (mbrtowc, mbstate_t): Define substitutes if
28578         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
28579         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
28580         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
28581
28582 2000-06-23  Jim Meyering  <meyering@lucent.com>
28583
28584         * m4/afs.m4: Add missing AC_MSG_RESULT.
28585         Reported by Bruno Haible.
28586
28587         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
28588         Suggestion from Bruno Haible.
28589
28590 2000-06-23  Jim Meyering  <meyering@lucent.com>
28591
28592         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
28593
28594 2000-06-21  Jim Meyering  <meyering@lucent.com>
28595
28596         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
28597
28598 2000-06-21  Jim Meyering  <meyering@lucent.com>
28599
28600         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
28601         (noinst_HEADERS): Add getstr.h.
28602
28603         * lib/getline.c (getstr): Move into a separate file.
28604         * lib/getstr.c (getstr): New file, extracted from getline.c, with
28605         the following changes: new parameter, delim2; both delim[12]
28606         parameters have type `int', not `char'.  The latter would lose
28607         with 8-bit delimiters.
28608         * lib/getstr.h: New file.
28609
28610 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28611
28612         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
28613         than 1024, return a memory chunk of least possible size, instead
28614         of size PATH_MAX + 2. In the loop, increment the size proportionally.
28615         Use free/xmalloc instead of xrealloc to avoid copying for very long
28616         paths.
28617
28618 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28619
28620         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
28621         the empty string.
28622
28623 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28624
28625         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
28626         address, not strdup.  Include <stdlib.h> and don't declare free().
28627
28628 2000-06-19  Jim Meyering  <meyering@lucent.com>
28629
28630         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
28631
28632 2000-06-18  Jim Meyering  <meyering@lucent.com>
28633
28634         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
28635
28636         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
28637         `checking whether...' message to be consistent with that of the
28638         lstat test.
28639
28640 2000-06-18  Jim Meyering  <meyering@lucent.com>
28641
28642         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
28643         Besides, these days every porting target provides a mkdir function.
28644
28645         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
28646         needed. (this snippet comes from src/system.h).
28647
28648 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
28649
28650         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
28651
28652 2000-06-15  Paul Eggert  <eggert@twinsun.com>
28653
28654         * lib/human.c (adjust_value): New function.
28655         (human_readable_inexact): Apply rounding style even when
28656         printing approximate values.
28657
28658 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28659
28660         * lib/human.c (human_readable_inexact): Allow an input block
28661         size that is not a multiple of the output block size, and vice versa.
28662         Reported by Piergiorgio Sartor.
28663
28664 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28665
28666         * lib/getdate.y (get_date): Apply relative times after time
28667         zone indicator, not before.  Reported by Todd A. Jacobs.
28668
28669 2000-06-13  Jim Meyering  <meyering@lucent.com>
28670
28671         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
28672
28673         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
28674
28675 2000-06-12  Paul Eggert  <eggert@twinsun.com>
28676
28677         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
28678
28679 2000-06-12  Jim Meyering  <meyering@lucent.com>
28680
28681         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
28682         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
28683         optional argument.
28684         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
28685         the optional argument, `lib'.
28686
28687 2000-06-08  Jim Meyering  <meyering@lucent.com>
28688
28689         * m4/largefile.m4: Remove file (now that it's part of autoconf).
28690
28691 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28692
28693         Rewrite largefile configuration so that we don't need to run
28694         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
28695         AC_CANONICAL_HOST in configure.in -- jmm]
28696
28697         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
28698         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
28699         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
28700         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
28701         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
28702         All uses changed.
28703         Instead of inspecting the output of getconf, try to compile the
28704         test program without and with the macro definition.
28705         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
28706         for getconf.  Instead, check for the needed flags by compiling
28707         test programs.
28708
28709 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28710
28711         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
28712
28713 2000-06-04  Jim Meyering  <meyering@lucent.com>
28714
28715         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
28716         SunOS 4.1.4 for which gid_t is an unsigned type.
28717
28718 2000-06-03  Jim Meyering  <meyering@lucent.com>
28719
28720         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
28721         now that autoconf requires that.
28722
28723         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
28724         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
28725         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
28726
28727 2000-06-03  Jim Meyering  <meyering@lucent.com>
28728
28729         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
28730
28731 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28732
28733         * m4/glibc21.m4: New file.
28734         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
28735
28736 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28737
28738         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
28739         newer, don't install charset.alias.
28740         * lib/config.charset: Change the Linux/glibc rules so they become empty
28741         on glibc-2.1 or newer.
28742
28743 2000-06-02  Jim Meyering  <meyering@lucent.com>
28744
28745         * lib/mountlist.c: Back out last change.  Instead, do this...
28746         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28747         me_dummy member using the same `ignore'-testing code.
28748         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28749         fs_type strings.
28750         From Mark D. Roth.
28751
28752 2000-05-29  Jim Meyering  <meyering@lucent.com>
28753
28754         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28755         mounts with the `ignore' attribute.  Based on a patch from
28756         Mark D. Roth.
28757
28758 2000-05-28  Jim Meyering  <meyering@lucent.com>
28759
28760         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28761         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28762         * m4/stat.m4: Likewise.
28763         * m4/lstat.m4: Likewise.
28764         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28765
28766         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28767         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28768
28769 2000-05-26  Jim Meyering  <meyering@lucent.com>
28770
28771         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28772
28773 2000-05-24  Jim Meyering  <meyering@lucent.com>
28774
28775         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28776         autoconf requires that.
28777         * m4/lib-check.m4: Likewise.
28778         * m4/jm-macros.m4: Likewise.
28779         * m4/strftime.m4: Likewise.
28780
28781         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28782         AC_CHECK_DECLS, now that autoconf requires that.
28783
28784 2000-05-22  Jim Meyering  <meyering@lucent.com>
28785
28786         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28787         * m4/lstat.m4: Likewise.
28788
28789 2000-05-22  Jim Meyering  <meyering@lucent.com>
28790
28791         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28792
28793 2000-05-20  Jim Meyering  <meyering@lucent.com>
28794
28795         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28796         (jm_PREREQ): Use it.
28797
28798 2000-05-18  Jim Meyering  <meyering@lucent.com>
28799
28800         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28801         back, too, since it may have been modified by allocate_entry.
28802         (hash_delete): Rewrite to use neither the assignment operator
28803         nor the comma operator in an if-expression.
28804
28805 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28806
28807         * lib/closeout.c:
28808         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28809         Remove; no longer needed.
28810         "quotearg.h": Add include.
28811         (file_name): Do not bother to explicitly initialize to NULL; it's less
28812         efficient on some hosts.
28813         (close_stdout_status): Remove test as to whether stdout was already
28814         closed; it breaks for the case "echo x | sort >&-".
28815         Quote file name colons.
28816         Do not assume that _("write error") lacks format strings.
28817
28818 2000-05-15  Jim Meyering  <meyering@lucent.com>
28819
28820         * lib/version-etc.c (version_etc_copyright): Update the copyright
28821         string used in all --version output.
28822
28823 2000-05-14  Jim Meyering  <meyering@lucent.com>
28824
28825         * lib/closeout.c (close_stdout_set_file_name): New function.
28826         (close_stdout_status): Use new file-scoped global.
28827         Return right away if fstat says the stdout file descriptor is invalid.
28828         * lib/closeout.h (close_stdout_set_file_name): Declare.
28829
28830 2000-05-10  Jim Meyering  <meyering@lucent.com>
28831
28832         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28833         (close_stdout_set_status): New function.
28834         * lib/closeout.h (close_stdout_set_status): Declare.
28835
28836 2000-05-09  Jim Meyering  <meyering@lucent.com>
28837
28838         * m4/gettext.m4: Rename this...
28839         * m4/libintl.m4: ...to this.
28840
28841 2000-05-08  Jim Meyering  <meyering@lucent.com>
28842
28843         * lib/long-options.c: Don't include closeout.h.
28844         (parse_long_options): Don't call close_stdout for --version.
28845
28846 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28847
28848         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28849         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28850         2.1.3 bug.  This avoids a clash when files like regex.c define
28851         _GNU_SOURCE.
28852
28853 2000-05-06  Jim Meyering  <meyering@lucent.com>
28854
28855         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28856         (AC_REPLACE_FUNCS): Add strnlen.
28857
28858         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28859         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28860
28861         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28862         AC_SEARCH_LIBS call for nanosleep.
28863         (LIB_NANOSLEEP): Set and AC_SUBST.
28864
28865 2000-05-06  Jim Meyering  <meyering@lucent.com>
28866
28867         * lib/strnlen.c: Undefine __strnlen and strnlen.
28868         [!weak_alias]: Define __strnlen to strnlen.
28869
28870         * lib/atexit.c: New file, from libiberty.
28871
28872 2000-05-06  Jim Meyering  <meyering@lucent.com>
28873
28874         * lib/closeout.c (close_stdout_status): Also check for errors on the
28875         stderr stream.
28876
28877 2000-05-05  Jim Meyering  <meyering@lucent.com>
28878
28879         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28880         AC_SEARCH_LIBS call for clock_gettime.
28881         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28882
28883         * m4/search-libs.m4: Update from autoconf.
28884
28885         su doesn't work on Solaris 2.6.
28886         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28887         <shadow.h>.  Reported by Dragos Harabor.
28888
28889 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28890
28891         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28892         memcpy instead of xmalloc, xrealloc, path_concat.
28893         (locale_charset): Treat empty environment variables as absent.
28894         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28895
28896 2000-05-04  Jim Meyering  <meyering@lucent.com>
28897
28898         * lib/getopt.c: Update from glibc.
28899         * lib/obstack.c: Likewise.
28900         * lib/obstack.h: Likewise.
28901         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28902         file
28903
28904         * lib/regex.h: Likewise.
28905         * lib/strndup.c: Likewise.
28906         * lib/strnlen.c: New file, from glibc.
28907
28908 2000-05-03  Jim Meyering  <meyering@lucent.com>
28909
28910         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28911
28912 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28913
28914         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28915         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28916         compile-time test, rather than inspecting host and OS, to
28917         decide whether to define _LARGEFILE_SOURCE.
28918
28919 2000-05-01  Jim Meyering  <meyering@lucent.com>
28920
28921         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28922
28923         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28924         Based on a patch from Bruno Haible.
28925
28926 2000-05-01  Jim Meyering  <meyering@lucent.com>
28927
28928         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28929
28930 2000-04-29  Jim Meyering  <meyering@lucent.com>
28931
28932         * lib/path-concat.c: Declare strdup only if it's not defined.
28933         * lib/canon-host.c: Likewise.
28934
28935 2000-04-28  Jim Meyering  <meyering@lucent.com>
28936
28937         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28938         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28939         is included first, then limits.h is included by locale.h by libintl.h.
28940         From John David Anglin.
28941
28942 2000-04-25  Jim Meyering  <meyering@lucent.com>
28943
28944         * lib/makepath.c (S_IRWXUGO): Define.
28945         (make_path): Always perform explicit chmod if MODE specifies any
28946         of the `special' permission bits.  Prompted by a bug report against
28947         install from Mate Wierdl and Joost van Baal.
28948
28949 2000-04-18  Jim Meyering  <meyering@lucent.com>
28950
28951         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28952         (jm_PREREQ): Use it.
28953
28954 2000-04-18  Jim Meyering  <meyering@lucent.com>
28955
28956         * lib/README: New file.
28957
28958         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28959         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28960
28961 2000-04-17  Jim Meyering  <meyering@lucent.com>
28962
28963         Get it right :-)
28964         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28965         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28966         Suggestion from Akim Demaille.
28967
28968 2000-04-17  Jim Meyering  <meyering@lucent.com>
28969
28970         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28971         the definition of it to rpl_strftime also defined-away the system's
28972         declaration.
28973
28974 2000-04-15  Jim Meyering  <meyering@lucent.com>
28975
28976         Use `C' to denote so-called `contiguous' files, the same way
28977         that tar does.
28978         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28979         (ftypelet): Use S_ISCTG.
28980         From Michael Deutschmann.
28981
28982 2000-04-14  Jim Meyering  <meyering@lucent.com>
28983
28984         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28985         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28986         clobbered.
28987
28988 2000-04-14  Jim Meyering  <meyering@lucent.com>
28989
28990         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28991
28992 2000-04-13  Jim Meyering  <meyering@lucent.com>
28993
28994         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28995         AH_VERBATIM to insert required #ifndef into config.h.in.
28996         Suggestion from Akim Demaille.
28997
28998 2000-04-12  Jim Meyering  <meyering@lucent.com>
28999
29000         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
29001         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
29002         Christian Krackowizer.
29003
29004         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
29005         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
29006         (AC_SYS_LARGEFILE): Require.
29007         (AM_C_PROTOTYPES): Require.
29008
29009 2000-04-08  Jim Meyering  <meyering@lucent.com>
29010
29011         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
29012         names don't conflict.  Reported by Eli Zaretskii.
29013
29014 2000-04-07  Jim Meyering  <meyering@lucent.com>
29015
29016         * lib/putenv.c: Move inclusion of errno.h so it follows that of
29017         sys/types.h, to work around system header problems on AIX 3.2.5.
29018         From Bruno Haible.
29019
29020 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
29021
29022         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
29023         bug.  Deal with the different error behavior of Irix iconv.
29024
29025 2000-04-05  Paul Eggert  <eggert@twinsun.com>
29026
29027         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
29028         IRIX if the installer said otherwise.
29029
29030 2000-04-05  Jim Meyering  <meyering@lucent.com>
29031
29032         Portability tweaks required for ultrix4.3.
29033         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
29034         (jm_CHECK_DECLS): Add getutent to the list of functions.
29035         (_jm_DECL_HEADERS): Add utmpx.h.
29036         From John David Anglin.
29037
29038         * m4/strftime.m4: Back out the 2000-04-02 change.
29039         Instead of that change, simply undefine putenv in the test program.
29040
29041 2000-04-05  Jim Meyering  <meyering@lucent.com>
29042
29043         Portability tweaks required for ultrix4.3.
29044         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
29045         getutent.
29046         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
29047         * lib/canon-host.c: Declare strdup.
29048         * lib/path-concat.c: Likewise.
29049         From John David Anglin.
29050
29051 2000-04-04  Jim Meyering  <meyering@lucent.com>
29052
29053         Be more DOS 8.3-friendly.
29054         * lib/ref-add.sin: Renamed from ref-add.sed.in.
29055         * lib/ref-del.sin: Renamed from ref-del.sed.in.
29056         * lib/Makefile.am: Reflect renaming.
29057         Reported by Eli Zaretskii.
29058
29059         Use a temporary file name that won't clash with `charset.alias'
29060         in the DOS 8.3 name space.
29061         * lib/Makefile.am (charset_tmp): Define.
29062         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
29063         (uninstall-local): Likewise.
29064         Reported by Eli Zaretskii.
29065
29066 2000-04-03  Jim Meyering  <meyering@lucent.com>
29067
29068         * m4/gettext.m4: Fix typo in comment.
29069
29070         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
29071         textutils/configure.in).  Suggestion from Paul Eggert.
29072         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
29073
29074 2000-04-02  Paul Eggert  <eggert@twinsun.com>
29075
29076         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
29077         variable in the shell rather than using putenv, which isn't
29078         portable.  This avoids the configure-time inter-test dependency
29079         on the potentially-renamed putenv function.
29080
29081 2000-03-30  Paul Eggert  <eggert@twinsun.com>
29082
29083         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
29084         before checking struct stat.st_blksize, so that
29085         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
29086
29087 2000-03-29  Paul Eggert  <eggert@twinsun.com>
29088
29089         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
29090         since strftime.c uses HAVE_STRFTIME to decide whether to use
29091         the underlying strftime.
29092
29093 2000-03-29  Paul Eggert  <eggert@twinsun.com>
29094
29095         * lib/time/strftime.c (my_strftime): Make sure we call the system
29096         strftime, not ourselves, when invoking the underlying strftime.
29097
29098 2000-03-24  Jim Meyering  <meyering@lucent.com>
29099
29100         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
29101         (charset_alias): Define.
29102         (install-exec-local): Factor out common code.
29103         (uninstall-local): Split lines longer than 80.
29104         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
29105         (SUFFIXES): Define.
29106         (.sed.in.sed): New rule.  Don't redirect directly to $@.
29107         (CLEANFILES): Add ref-add.sed and ref-del.sed.
29108
29109 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
29110
29111         * lib/config.charset: Output a line containing "Packages using this
29112         file".
29113         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
29114         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
29115         ref-del.sed): New rules.
29116
29117 2000-03-17  Jim Meyering  <meyering@lucent.com>
29118
29119         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
29120         Otherwise, include <strings.h>
29121
29122 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
29123
29124         * lib/unicodeio.c (utf8_wctomb): New function.
29125         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
29126         format instead of in UCS-4 with platform dependent endianness.
29127
29128 2000-03-10  Jim Meyering  <meyering@lucent.com>
29129
29130         * m4/lib-check.m4: Look for getspnam in -lgen, too.
29131         From Marco Franzen.
29132
29133 2000-03-07  Paul Eggert  <eggert@twinsun.com>
29134
29135         * lib/savedir.c (savedir): Work even if directory size is
29136         negative; this can happen with some screwy NFS configurations.
29137
29138 2000-03-06  Jim Meyering  <meyering@lucent.com>
29139
29140         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
29141         if it's NULL (because we ran out of memory).  From Bruno Haible.
29142
29143 2000-03-05  Jim Meyering  <meyering@lucent.com>
29144
29145         * lib/localcharset.c ("path-concat.h"): Include.
29146         (get_charset_aliases): Use path_concat instead of ANSI string
29147         concatenation.
29148
29149         * lib/unicodeio.h (PARAMS): Define.
29150         Use it to guard prototype.
29151
29152 2000-03-04  Jim Meyering  <meyering@lucent.com>
29153
29154         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
29155         for lib/localcharset.c.
29156
29157 2000-03-04  Jim Meyering  <meyering@lucent.com>
29158
29159         * lib/Makefile.am (install-exec-local): Create $(libdir) before
29160         installing into it.
29161         (uninstall-local): Uncomment this rule so `make distcheck' works
29162         once again.
29163
29164         * lib/unicodeio.c (<errno.h>): Include it.
29165         (errno): Declare if not defined.
29166
29167         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
29168
29169         * lib/config.charset: New version, incorporating remarks from a linux
29170         i18n mailing list.  From Bruno Haible.
29171
29172 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
29173
29174         * m4/codeset.m4: New file.
29175         * m4/iconv.m4: New file.
29176         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
29177
29178 2000-03-03  Jim Meyering  <meyering@lucent.com>
29179
29180         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
29181
29182 2000-03-02  Jim Meyering  <meyering@lucent.com>
29183
29184         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
29185         the messages come out on separate lines.
29186
29187         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
29188         rather than jm_CHECK_DECLARATIONS.
29189         * m4/decl.m4: Remove now-unused file.
29190
29191         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
29192         geteuid.
29193
29194 2000-03-02  Jim Meyering  <meyering@lucent.com>
29195
29196         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
29197
29198 2000-03-01  Jim Meyering  <meyering@lucent.com>
29199
29200         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
29201         * lib/unicodeio.c: Likewise.
29202
29203 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
29204
29205         * lib/config.charset: New file.
29206         * lib/localcharset.c: New file.
29207         * lib/unicodeio.h, lib/unicodeio.c: New files.
29208         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
29209         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
29210         (noinst_HEADERS): Add unicodeio.h.
29211         (all-local, install-exec-local, charset.alias): New targets.
29212
29213 2000-02-28  Paul Eggert  <eggert@twinsun.com>
29214
29215         * lib/quotearg.c (ALERT_CHAR): New macro.
29216         (quotearg_buffer_restyled): Use it.
29217
29218 2000-02-27  Jim Meyering  <meyering@lucent.com>
29219
29220         * m4/check-decl.m4: Add getenv to the list.
29221
29222 2000-02-27  Jim Meyering  <meyering@lucent.com>
29223
29224         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
29225         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
29226
29227         * lib/backupfile.c: Guard inclusion of stdlib.h with
29228         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
29229         Declare malloc if needed.
29230
29231         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
29232         `#ifndef HAVE_DECL..'
29233         now that autoconf always defines the HAVE_DECL_ symbols.
29234         * lib/human.c: Likewise.
29235         * lib/same.c: Likewise.
29236         * lib/strtoumax.c: Likewise.
29237
29238         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
29239         declaration check was not run.
29240         * lib/hash.c: Likewise.
29241         * lib/human.c: Likewise.
29242         * lib/same.c: Likewise.
29243         * lib/strtoumax.c: Likewise.
29244
29245         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
29246         `.', then first look up the entire `.'-containing string as a login
29247         name.
29248
29249 2000-02-23  Jim Meyering  <meyering@lucent.com>
29250
29251         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
29252         in place of my hack.
29253
29254 2000-02-18  Paul Eggert  <eggert@twinsun.com>
29255
29256         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
29257         (textint): New typedef.
29258         (parser_control): Member year changed from int to textint.
29259         All uses changed.
29260         (YYSTYPE): Removed; replaced by %union with int and textint members.
29261         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
29262         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
29263         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
29264         (tSNUMBER, tUNUMBER): Now of type <textintval>.
29265         (date, number, to_year): Use width of number in digits, not its value,
29266         to determine whether it's a 2-digit year, or a 2-digit time.
29267         (yylex): Store number of digits of numeric tokens.
29268         Reported by John Kendall.
29269
29270         (parser_control): Changed from struct parser_control to typedef (for
29271         consistency).  All uses changed.
29272
29273         (tID): Removed; not used.
29274         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
29275
29276 2000-02-14  Paul Eggert  <eggert@twinsun.com>
29277
29278         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
29279         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
29280
29281 2000-02-12  Jim Meyering  <meyering@lucent.com>
29282
29283         * lib/userspec.c (ISDIGIT): Define it.
29284         (isdigit): Remove definition.
29285         (is_number): Use ISDIGIT, not isdigit.
29286         <libintl.h>: Include.
29287         (_ and N_): Define.
29288         (parse_user_spec): Mark translatable strings.
29289
29290 2000-02-10  Jim Meyering  <meyering@lucent.com>
29291
29292         With these changes, nanosleep.[ch] are finally enough like the other
29293         lib/* replacement files to compile on a few more losing systems.
29294
29295         * lib/nanosleep.h: Don't include config.h.
29296         Remove prototype from declaration of nanosleep.
29297         (PARAMS): Remove now-unneeded definition.
29298         * lib/nanosleep.c: #undef nanosleep.
29299         (rpl_nanosleep): Rename from nanosleep.
29300
29301 2000-02-10  Jim Meyering  <meyering@lucent.com>
29302
29303         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
29304         gnu_nanosleep to rpl_nanosleep.
29305
29306 2000-02-09  Jim Meyering  <meyering@lucent.com>
29307
29308         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
29309         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
29310
29311 2000-02-08  Akim Demaille  <akim@epita.fr>
29312
29313         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
29314         `[' and `]' and remove uses of `changequote'.
29315         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
29316         (AC_SYS_LARGEFILE): Likewise.
29317         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
29318         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
29319         of changequote.
29320         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
29321         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
29322         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
29323         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
29324
29325 2000-02-05  Jim Meyering  <meyering@lucent.com>
29326
29327         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
29328         Remove explicit use of AC_HEADER_TIME.  It is required by
29329         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
29330         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
29331         in autoconf whereby the expansion of the latter ended up preceding
29332         the expansion of its prerequisite, AC_HEADER_TIME.
29333         Reported by Volker Borchert.
29334
29335 2000-02-03  Jim Meyering  <meyering@lucent.com>
29336
29337         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
29338
29339 2000-02-03  Jim Meyering  <meyering@lucent.com>
29340
29341         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
29342         rather than with `#if HAVE_UTMPNAME'.
29343
29344 2000-02-02  Jim Meyering  <meyering@lucent.com>
29345
29346         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
29347         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
29348         Reported by Eli Zaretskii.
29349
29350 2000-02-01  Jim Meyering  <meyering@lucent.com>
29351
29352         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
29353
29354 2000-01-31  Jim Meyering  <meyering@lucent.com>
29355
29356         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
29357         functions.  Add the time.h and sys/time.h headers along with the
29358         AC_REQUIRE'ment of AC_HEADER_TIME.
29359
29360 2000-01-31  Jim Meyering  <meyering@lucent.com>
29361
29362         * lib/nanosleep.h (nanosleep): Guard declaration with
29363         `#if ! HAVE_DECL_NANOSLEEP'.
29364         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
29365         the declaration in that vendor's sys/timers.h.
29366         Reported by Christian Krackowizer.
29367
29368         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
29369         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
29370         (ISPRINT): Likewise.
29371         Reported by Tom Tromey.
29372
29373 2000-01-30  Jim Meyering  <meyering@lucent.com>
29374
29375         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
29376
29377         * m4/prereq.m4 (utmp_includes): Define.
29378         Check for ut_user and ut_name members in both struct utmpx
29379         and struct utmp.
29380
29381 2000-01-30  Jim Meyering  <meyering@lucent.com>
29382
29383         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
29384         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
29385         header files where only utmpx.ut_user is declared.
29386
29387         * lib/readutmp.h (UT_USER): Define.
29388
29389 2000-01-29  Jim Meyering  <meyering@lucent.com>
29390
29391         * m4/lib-check.m4: New file containing library-related checks from
29392         fileutils and sh-utils (textutils had none).
29393
29394 2000-01-28  Jim Meyering  <meyering@lucent.com>
29395
29396         * m4/perl.m4: Change format of warning message to look more like that
29397         from the missing script.  Suggestion from François Pinard.
29398
29399 2000-01-25  Jim Meyering  <meyering@lucent.com>
29400
29401         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
29402         well as time.h in the compile check.
29403         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
29404         Fix typo in cross-compiling case: s/yes/no/.
29405
29406 2000-01-23  Jim Meyering  <meyering@lucent.com>
29407
29408         * m4/jm-macros.m4: Move df-related tests here from
29409         fileutils/configure.in
29410
29411         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
29412         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
29413
29414         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
29415         s/space/ac_fsusage_space/.
29416         (jm_FILE_SYSTEM_USAGE): Take two parameters.
29417
29418         * m4/ftruncate.m4: New file (derived from part of
29419         fileutils/configure.in).
29420         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
29421         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
29422
29423         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
29424         AC_SUBST these here, rather than just in sh-util/configure.in, so
29425         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
29426         all the same.
29427         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
29428         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
29429         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
29430         (AC_SUBST(POW_LIBM)): Likewise.
29431         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
29432
29433 2000-01-23  Jim Meyering  <meyering@lucent.com>
29434
29435         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
29436         obstack.c.
29437
29438 2000-01-22  Jim Meyering  <meyering@lucent.com>
29439
29440         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
29441
29442         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
29443
29444         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
29445         configure.in
29446         (AC_CHECK_HEADERS): Likewise for sh-utils.
29447         (AC_CHECK_HEADERS): Likewise for textutils.
29448         Merge the three lists of headers.
29449
29450         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
29451         from fileutils' configure.in.
29452
29453         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
29454         code. Moved tests into their own function (_jm_DECL_HEADERS) in
29455         check-decl.m4.
29456
29457         * m4/check-decl.m4: Use #if rather than #ifdef.
29458         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
29459         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
29460         (_jm_DECL_HEADERS): Define new function.
29461         (jm_CHECK_DECLARATIONS): Require it.
29462
29463 2000-01-22  Jim Meyering  <meyering@lucent.com>
29464
29465         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
29466         [! HAVE_DECL_STRTOULL]: Declare strtoull.
29467         Required for some AIX systems.  Reported by Christian Krackowizer.
29468         [TESTING] (main): New function.
29469
29470         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
29471         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
29472         letters.
29473
29474         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
29475         iswprint.
29476
29477         * lib/strverscmp.c (ISDIGIT): Define.
29478         (strverscmp): Use ISDIGIT, not isdigit.
29479
29480 2000-01-19  Jim Meyering  <meyering@lucent.com>
29481
29482         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
29483         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
29484         defines `struct timespec' in <sys/time.h>
29485
29486         * m4/c-bs-a.m4: Remove uses of changequote altogether.
29487         Thanks to Akim for explaining.
29488
29489 2000-01-17  Paul Eggert  <eggert@twinsun.com>
29490
29491         * lib/nanosleep.c (nanosleep):
29492         Don't use SA_INTERRUPT to decide whether to call sigaction, as
29493         POSIX.1 doesn't require SA_INTERRUPT and some systems
29494         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
29495         it's been part of POSIX.1 since day 1 (in 1988).
29496
29497 2000-01-17  Jim Meyering  <meyering@lucent.com>
29498
29499         * lib/interlock: Remove unused file.  Reported by François Pinard.
29500
29501 2000-01-16  Paul Eggert  <eggert@twinsun.com>
29502
29503         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
29504         alert, backslash, formfeed, and vertical tab unnecessarily in
29505         shell quoting style.
29506
29507 2000-01-16  Jim Meyering  <meyering@lucent.com>
29508
29509         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
29510         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
29511         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
29512         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
29513
29514 2000-01-16  Jim Meyering  <meyering@lucent.com>
29515
29516         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
29517         because the latter didn't work.
29518
29519 2000-01-15  Jim Meyering  <meyering@lucent.com>
29520
29521         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
29522         (AC_REPLACE_FUNCS): Add memcpy and memset.
29523         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
29524         Add strpbrk.
29525         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
29526
29527 2000-01-12  Jim Meyering  <meyering@lucent.com>
29528
29529         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
29530         (jm_PREREQ): Use it.
29531         (jm_PREREQ_READUTMP): New macro.
29532         (jm_PREREQ): Use it.
29533
29534 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29535
29536         Quote multibyte characters correctly.
29537         * m4/c-bs-a.m4: New file.
29538         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
29539         (jm_PREREQ): Use it.
29540
29541 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29542
29543         * m4/uintmax_t.m4: Port to autoconf 2.13.
29544
29545 2000-01-08  Jim Meyering  <meyering@ascend.com>
29546
29547         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
29548         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
29549
29550 2000-01-04  Jim Meyering  <meyering@ascend.com>
29551
29552         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
29553         jm_STRUCT_DIRENT_D_TYPE.
29554         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
29555         jm_STRUCT_DIRENT_D_INO.
29556         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
29557         jm_STRUCT_UTIMBUF.
29558         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
29559         renamings.
29560         * m4/utime.m4: Likewise.
29561
29562         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
29563         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
29564
29565 2000-01-03  Paul Eggert  <eggert@twinsun.com>
29566
29567         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
29568         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
29569
29570 2000-01-02  Jim Meyering  <meyering@ascend.com>
29571
29572         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
29573         remember if this is necessary.
29574
29575 1999-12-26  Jim Meyering  <meyering@ascend.com>
29576
29577         * m4/jm-macros.m4: Use it here.
29578         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
29579
29580 1999-12-23  Jim Meyering  <meyering@ascend.com>
29581
29582         * m4/jm-macros.m4: Check for clock_gettime (moved from
29583         fileutils/configure.in)
29584         Check for gettimeofday.
29585
29586 1999-12-20  Jim Meyering  <meyering@ascend.com>
29587
29588         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
29589         autoconf-2.14a-1999-12-20.
29590
29591 1999-12-19  Jim Meyering  <meyering@ascend.com>
29592
29593         * m4/lstat-slash.m4: New file.
29594         * m4/jm-macros.m4: Use the new macro:
29595         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29596
29597 1999-12-07  Jim Meyering  <meyering@ascend.com>
29598
29599         * m4/perl.m4: Require that File::Compare be available, too.
29600         Too many systems seem to lack it.
29601
29602         * m4/strftime.m4: Add checks for most of the cpp macros tested in
29603         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
29604
29605 1999-11-18  Paul Eggert  <eggert@twinsun.com>
29606
29607         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
29608         problem with the QNX 4.25 shell, which doesn't propagate exit
29609         status of failed commands inside shell assignments.
29610
29611 1999-11-17  Jim Meyering  <meyering@ascend.com>
29612
29613         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
29614
29615 1999-11-07  Jim Meyering  <meyering@ascend.com>
29616
29617         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
29618
29619 1999-11-06  Jim Meyering  <meyering@ascend.com>
29620
29621         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
29622         * m4/jm-macros.m4 (jm_MACROS): Use it here.
29623
29624 1999-11-05  Jim Meyering  <meyering@ascend.com>
29625
29626         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
29627         configure.in of textutils, fileutils, and sh-utils into this one
29628         (shared between those packages) file.
29629         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
29630         AC_STRUCT_ST_BLKSIZE.
29631
29632 1999-11-03  Jim Meyering  <meyering@ascend.com>
29633
29634         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
29635         of AC_CHECK_TYPE checks includes unistd.h.
29636         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
29637         Suggestion from Akim Demaille.
29638
29639 1999-10-30  Jim Meyering  <meyering@ascend.com>
29640
29641         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
29642         m4-quoted string.
29643         * m4/ls-mntd-fs.m4: Likewise.
29644         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
29645         * m4/jm-winsz1.m4: Likewise.
29646
29647         * m4/const.m4: Remove file, since the fix made it into the experimental
29648         version of autoconf.
29649         * m4/mktime.m4: Likewise.
29650
29651         * m4/check-type.m4: Remove file, now that the latest version of
29652         AC_CHECK_TYPE takes a third arg to specify additional #includes.
29653
29654         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
29655         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
29656         AC_CHECK_TYPE.
29657
29658 1999-10-04  Jim Meyering  <meyering@ascend.com>
29659
29660         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
29661
29662 1999-09-22  Paul Eggert  <eggert@twinsun.com>
29663
29664         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
29665         2.95.1 bug with HP-UX 10.20.
29666
29667 1999-09-17  Jim Meyering  <meyering@ascend.com>
29668
29669         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
29670         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
29671         due to missing strdup (against sh-utils-2.0).
29672
29673 1999-08-29  Jim Meyering  <meyering@ascend.com>
29674
29675         * m4/jm-macros.m4: Require jm_BISON.
29676         * m4/bison.m4: New file.
29677
29678 1999-08-17  Paul Eggert  <eggert@twinsun.com>
29679
29680         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
29681         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
29682
29683 1999-08-05  Jim Meyering  <meyering@ascend.com>
29684
29685         * m4/getline.m4: Rename test file from conftestdata to conftest.data
29686         to avoid conflicts with `conftest' on 8+3 filesystems.
29687         Suggestion from Eli Zaretskii.
29688
29689 1999-08-04  Jim Meyering  <meyering@ascend.com>
29690
29691         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
29692         fileutils and sh-utils (textutils's getline test was inadequate).
29693         (AM_FUNC_GETLINE): Run this test.
29694         (AC_CHECK_FUNCS): Check for getdelim.
29695         Reported by Bob Proulx.
29696
29697 1999-08-02  Jim Meyering  <meyering@ascend.com>
29698
29699         * m4/jm-macros.m4: Add a comment.
29700
29701 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29702
29703         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
29704         <inttypes.h> defines strtoumax as a macro (and not as a
29705         function).
29706
29707 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29708
29709         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
29710         that we can shift, multiply and divide unsigned long long
29711         values; Ultrix cc can't do it.
29712
29713 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29714
29715         * m4/mktime.m4: New file, which is a preview of what should appear
29716         in the next public autoconf release.
29717
29718 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29719
29720         * m4/lfs.m4: Remove this file.
29721         * m4/largefile.m4: New file.  It contains the old contents of
29722         lfs.m4, except that all names with prefix AC_LFS have been
29723         changed to use the prefix AC_SYS_LARGEFILE instead, to be
29724         compatible with future autoconf versions.  Also, some minor m4
29725         quoting problems have been fixed.
29726
29727 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29728
29729         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
29730         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
29731         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
29732         and simplify the shell code.
29733
29734 1999-08-01  Jim Meyering  <meyering@ascend.com>
29735
29736         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
29737         m4.
29738
29739 1999-07-20  Jim Meyering  <meyering@ascend.com>
29740
29741         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
29742
29743 1999-07-15  Jim Meyering  <meyering@ascend.com>
29744
29745         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
29746
29747 1999-05-22  Jim Meyering  <meyering@ascend.com>
29748
29749         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29750
29751 1999-05-20  Jim Meyering  <meyering@ascend.com>
29752
29753         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29754         Add a colon after each `then' in case $4 is empty.
29755
29756 1999-05-16  Jim Meyering  <meyering@ascend.com>
29757
29758         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29759
29760 1999-05-10  Jim Meyering  <meyering@ascend.com>
29761
29762         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29763
29764         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29765         AC_FUNC_MKTIME.
29766
29767 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29768
29769         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29770
29771 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29772
29773         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29774         not CPPFLAGS, so that linking works correctly in IRIX.
29775
29776 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29777
29778         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29779
29780 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29781
29782         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29783         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29784         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29785         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29786         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29787
29788         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29789
29790 1999-04-20  Jim Meyering  <meyering@ascend.com>
29791
29792         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29793         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29794         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29795
29796 1999-04-18  Jim Meyering  <meyering@ascend.com>
29797
29798         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29799         * m4/jm-macros.m4: Use it.
29800
29801 1999-04-06  Jim Meyering  <meyering@ascend.com>
29802
29803         * m4/strftime.m4: Remove test for %f.
29804
29805 1999-03-29  Jim Meyering  <meyering@ascend.com>
29806
29807         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29808         superset of the AC_TYPE_* checks in the textutils, fileutils,
29809         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29810         AC_TYPE_PID_T.
29811
29812 1999-03-28  Jim Meyering  <meyering@ascend.com>
29813
29814         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29815         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29816         replaced e.g., in the *.sh files of the sh-utils.
29817
29818 1999-03-20  Jim Meyering  <meyering@ascend.com>
29819
29820         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29821         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29822         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29823
29824 1999-03-19  Jim Meyering  <meyering@ascend.com>
29825
29826         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29827
29828 1999-03-12  Jim Meyering  <meyering@ascend.com>
29829
29830         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29831
29832 1999-03-07  Jim Meyering  <meyering@ascend.com>
29833
29834         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29835         declared.
29836
29837 1999-02-17  Jim Meyering  <meyering@ascend.com>
29838
29839         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29840         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29841
29842 1999-02-07  Jim Meyering  <meyering@ascend.com>
29843
29844         * m4/group-member.m4: New file -- extracted from sh-utils'
29845         configure.in.
29846
29847         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29848         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29849
29850 1999-02-06  Jim Meyering  <meyering@ascend.com>
29851
29852         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29853         * m4/fnmatch.m4: Likewise.
29854         * m4/getgroups.m4: Likewise.
29855         * m4/lstat.m4: Likewise.
29856         * m4/malloc.m4: Likewise.
29857         * m4/putenv.m4: Likewise.
29858         * m4/realloc.m4: Likewise.
29859         * m4/regex.m4: Likewise.
29860         * m4/stat.m4: Likewise.
29861         * m4/strftime.m4: Likewise.
29862         Suggestion from Alain Magloire.
29863
29864         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29865         * m4/fnmatch.m4: Likewise.
29866         * m4/getgroups.m4: Likewise.
29867         * m4/getline.m4: Likewise.
29868         * m4/lstat.m4: Likewise.
29869         * m4/malloc.m4: Likewise.
29870         * m4/memcmp.m4: Likewise.
29871         * m4/putenv.m4: Likewise.
29872         * m4/realloc.m4: Likewise.
29873         * m4/regex.m4: Likewise.
29874         * m4/stat.m4: Likewise.
29875         * m4/strftime.m4: Likewise.
29876         Suggestion from Alain Magloire.
29877
29878         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29879         an argument.
29880
29881         * m4/regex.m4: Add a run-time Test for proper operation of
29882         re_compile_pattern.
29883
29884 1999-01-31  Jim Meyering  <meyering@ascend.com>
29885
29886         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29887
29888 1999-01-30  Jim Meyering  <meyering@ascend.com>
29889
29890         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29891
29892         * m4/jm-mktime.m4: Make this a wrapper around the official
29893         AM_FUNC_MKTIME rather than my private copy, now that the official one
29894         is up to date.
29895         * m4/mktime.m4: Remove file.
29896
29897         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29898         * m4/uptime.m4: Likewise.
29899         * m4/uintmax_t.m4: Likewise.
29900
29901 1999-01-28  Jim Meyering  <meyering@ascend.com>
29902
29903         * m4/jm-macros.m4: Use jm_AFS.
29904         * m4/afs.m4: New file (from fileutils' configure.in).
29905
29906         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29907         * m4/chown.m4: Likewise.
29908         * m4/d-ino.m4: Likewise.
29909         * m4/d-type.m4: Likewise.
29910         * m4/fnmatch.m4: Likewise.
29911         * m4/getgroups.m4: Likewise.
29912         * m4/gettext.m4: Likewise.
29913         * m4/jm-mktime.m4: Likewise.
29914         * m4/jm-winsz2.m4: Likewise.
29915         * m4/lcmessage.m4: Likewise.
29916         * m4/ls-mntd-fs.m4: Likewise.
29917         * m4/malloc.m4: Likewise.
29918         * m4/memcmp.m4: Likewise.
29919         * m4/putenv.m4: Likewise.
29920         * m4/realloc.m4: Likewise.
29921         * m4/st_mtim.m4: Likewise.
29922         * m4/strftime.m4: Likewise.
29923
29924 1999-01-16  Jim Meyering  <meyering@ascend.com>
29925
29926         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29927         (ARGMATCH_DIE_DECL): Define.
29928
29929 1999-01-12  Jim Meyering  <meyering@ascend.com>
29930
29931         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29932         Reported by Lars Hecking.
29933
29934 1999-01-10  Jim Meyering  <meyering@ascend.com>
29935
29936         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29937         gross kludge.
29938         * m4/inttypes_h.m4: Likewise.
29939         * m4/lstat.m4: Likewise.
29940         * m4/malloc.m4: Likewise.
29941         * m4/readdir.m4: Likewise.
29942         * m4/realloc.m4: Likewise.
29943         * m4/st_dm_mode.m4: Likewise.
29944         * m4/stat.m4: Likewise.
29945         * m4/utimbuf.m4: Likewise.
29946         * m4/utimes.m4: Likewise.
29947
29948         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29949         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29950         comments in config.h.in are meaningful.
29951
29952         * m4/jm-macros.m4: Require autoconf-2.13 here.
29953
29954         * m4/regex.m4: By default, don't use the included regex.c on systems
29955         with glibc 2.  Suggestion from Uli Drepper.
29956
29957 1999-01-02  Jim Meyering  <meyering@ascend.com>
29958
29959         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29960
29961 1998-12-18  Jim Meyering  <meyering@ascend.com>
29962
29963         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29964         Based on a suggestion from Lars Hecking.
29965
29966 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29967
29968         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29969
29970 1998-11-16  Jim Meyering  <meyering@ascend.com>
29971
29972         * m4/lfs.m4: Double-quote the `uname...` expression.
29973
29974 1998-11-14  Jim Meyering  <meyering@ascend.com>
29975
29976         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29977         * m4/stat.m4: Likewise.
29978
29979 1998-11-03  Jim Meyering  <meyering@ascend.com>
29980
29981         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29982         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29983
29984 1998-10-18  Jim Meyering  <meyering@ascend.com>
29985
29986         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29987
29988 1998-10-17  Jim Meyering  <meyering@ascend.com>
29989
29990         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29991         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29992         calls for those previously hard-coded headers.  Instead, take a new
29993         parameter.
29994         (jm_CHECK_DECLARATIONS): Reflect interface change.
29995         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29996         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29997
29998         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29999
30000 1998-10-14  Jim Meyering  <meyering@ascend.com>
30001
30002         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
30003         instead of "TZ=America/Vancouver".  From Paul Eggert.
30004
30005 1998-10-11  Jim Meyering  <meyering@ascend.com>
30006
30007         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
30008         This adds a test for a recently added compatibility fix for mktime.c.
30009         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
30010
30011 1998-09-27  Jim Meyering  <meyering@ascend.com>
30012
30013         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
30014
30015         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
30016         ../configure.in, including a change from Gordon Matzigkeit to allow
30017         cross-compiling for the Hurd.
30018
30019         * m4/glibc.m4: New file/macro to test for the GNU C Library
30020         versions 1 and 2.  From Gordon Matzigkeit.
30021         Indent.
30022
30023 1998-09-21  Jim Meyering  <meyering@ascend.com>
30024
30025         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
30026
30027 1998-08-18  Paul Eggert  <eggert@twinsun.com>
30028
30029         Port nanosecond-resolution times to UnixWare 2.1.2 and
30030         pedantic Solaris 2.6.
30031
30032         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
30033         AC_STRUCT_ST_MTIM.
30034         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
30035         Generate name of ns member, instead of just 1 or undef.
30036         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
30037
30038 1998-08-15  Jim Meyering  <meyering@ascend.com>
30039
30040         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
30041         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
30042         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
30043         instead of jm_TYPE_SSIZE_T.
30044
30045 1998-08-12  Jim Meyering  <meyering@ascend.com>
30046
30047         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
30048
30049 1998-08-02  Jim Meyering  <meyering@ascend.com>
30050
30051         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
30052         in acconfig.h manually.
30053
30054 1998-07-31  Paul Eggert  <eggert@twinsun.com>
30055
30056         * m4/st_mtim.m4: New file.
30057
30058 1998-07-28  Jim Meyering  <meyering@ascend.com>
30059
30060         * m4/utimes.m4: Undef stat.
30061
30062 1998-07-25  Jim Meyering  <meyering@ascend.com>
30063
30064         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
30065         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
30066
30067 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
30068
30069         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
30070         uid and gid actually remain unchanged.
30071
30072 1998-07-07  Jim Meyering  <meyering@ascend.com>
30073
30074         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
30075
30076 1998-07-04  Jim Meyering  <meyering@ascend.com>
30077
30078         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
30079         to prove that this macro can be used in packages without regex.c.
30080
30081 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
30082
30083         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
30084         is to be used.
30085
30086 1998-07-03  Jim Meyering  <meyering@ascend.com>
30087
30088         * m4/gettext.m4: Add -lintl if it's found to be necessary.
30089
30090         * m4/gettext.m4: New file -- from gettext-0.10.35.
30091         * m4/lcmessage.m4: Likewise.
30092         * m4/progtest.m4: Likewise.
30093
30094         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
30095         * m4/jm-macros.m4: Require the new macro.
30096
30097 1998-06-29  Jim Meyering  <meyering@ascend.com>
30098
30099         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
30100         for the definition of NGROUPS (used in a system header included
30101         by sys/mount.h).
30102
30103 1998-06-28  Jim Meyering  <meyering@ascend.com>
30104
30105         * m4/ls-mntd-fs.m4: New file.
30106         * m4/fstypename.m4: New file.
30107
30108         * m4/jm-macros.m4: Require the new macro.
30109         * m4/jm-glibc-io.m4: New file.
30110
30111 1998-05-19  Jim Meyering  <meyering@ascend.com>
30112
30113         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
30114         * m4/lchown.m4: New file.
30115
30116         * m4/Makefile.am.in: New file.
30117         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
30118
30119 1998-05-14  Jim Meyering  <meyering@ascend.com>
30120
30121         * m4/Makefile.am (EXTRA_DIST): Add them.
30122         * m4/jm-macros.m4: New file.
30123         * m4/utimbuf.m4: New file.
30124
30125 1998-05-12  Jim Meyering  <meyering@ascend.com>
30126
30127         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
30128
30129 1998-05-11  Jim Meyering  <meyering@ascend.com>
30130
30131         * m4/isc-posix.m4: New file.
30132
30133 1998-05-10  Jim Meyering  <meyering@ascend.com>