74c2e0f2a9735e9a9f1e40c53bf988ec1009f03c
[gnulib.git] / ChangeLog
1 2007-03-25  Bruno Haible  <bruno@clisp.org>
2
3         * lib/regexec.c (merge_state_with_log): Make static.
4
5 2007-03-25  Bruno Haible  <bruno@clisp.org>
6
7         * lib/trigl.c (kernel_rem_pio2): Make static.
8
9 2007-03-25  Bruno Haible  <bruno@clisp.org>
10
11         * lib/sincosl.c (sincosl_table): Make static.
12
13 2007-03-25  Bruno Haible  <bruno@clisp.org>
14
15         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
16         if the compiler does not support C99.
17
18 2007-03-25  Bruno Haible  <bruno@clisp.org>
19
20         * modules/time (Makefile.am): Ensure all rule action lines start with a
21         tab.
22
23 2007-03-24  Bruno Haible  <bruno@clisp.org>
24
25         * modules/tsearch-tests: New file.
26         * tests/test-tsearch.sh: New file.
27         * tests/test-tsearch.c: New file, mostly copied from glibc.
28
29         * modules/search-tests: New file.
30         * tests/test-search.c: New file.
31
32         * modules/search: New file.
33         * lib/search_.h: New file, incorporating lib/tsearch.h.
34         * m4/search_h.m4: New file.
35         * lib/tsearch.h: Remove file.
36         * lib/tsearch.c: Include search.h instead of tsearch.h.
37         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
38         HAVE_TSEARCH.
39         * modules/tsearch (Files): Remove lib/tsearch.h.
40         (Depends-on): Add search.
41         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
42         (Include): Change tsearch.h into search.h.
43
44 2007-03-24  Bruno Haible  <bruno@clisp.org>
45
46         * modules/fpucw: New file.
47         * lib/fpucw.h: New file.
48         * lib/frexp.c: Include fpucw.h.
49         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
50         (FUNC): Use them.
51         * lib/printf-frexp.c: Include fpucw.h.
52         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
53         (FUNC): Use them.
54         * lib/vasnprintf.c: Include fpucw.h.
55         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
56         'long double' calculations.
57         * tests/test-frexpl.c: Include fpucw.h.
58         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
59         * tests/test-printf-frexpl.c: Include fpucw.h.
60         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
61         * modules/frexpl (Depends-on): Add fpucw.
62         * modules/printf-frexpl (Depends-on): Likewise.
63         * modules/fprintf-posix (Depends-on): Likewise.
64         * modules/snprintf-posix (Depends-on): Likewise.
65         * modules/sprintf-posix (Depends-on): Likewise.
66         * modules/vasnprintf-posix (Depends-on): Likewise.
67         * modules/vasprintf-posix (Depends-on): Likewise.
68         * modules/vfprintf-posix (Depends-on): Likewise.
69         * modules/vsnprintf-posix (Depends-on): Likewise.
70         * modules/vsprintf-posix (Depends-on): Likewise.
71         * modules/frexpl-tests (Depends-on): Likewise.
72         * modules/printf-frexpl-tests (Depends-on): Likewise.
73
74 2007-03-24  Bruno Haible  <bruno@clisp.org>
75
76         * lib/float+.h: New file.
77         * lib/isnan.c: Include float+.h.
78         (SIZE): New macro.
79         (FUNC): Compare only SIZE bytes of the value.
80         * lib/vasnprintf.c: Include float+.h.
81         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
82         SIZEOF_LDBL or SIZEOF_DBL bytes.
83         * modules/isnan-nolibm (Files): Add lib/float+.h.
84         * modules/isnanl-nolibm (Files): Add lib/float+.h.
85         * modules/isnanl (Files): Add lib/float+.h.
86         * modules/vasnprintf (Files): Add lib/float+.h.
87         
88 2007-03-24  Bruno Haible  <bruno@clisp.org>
89
90         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
91         include isnanl-nolibm.h.
92
93 2007-03-24  Bruno Haible  <bruno@clisp.org>
94
95         * tests/test-read-file.c (main): Don't produce spurious output for
96         expected situations. Make the test fail if it encountered unexpected
97         results.
98
99 2007-03-24  Bruno Haible  <bruno@clisp.org>
100
101         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
102         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
103
104 2007-03-24  Bruno Haible  <bruno@clisp.org>
105
106         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
107
108 2007-03-24  Bruno Haible  <bruno@clisp.org>
109
110         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
111         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
112
113         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
114         * modules/utf8-ucs4: Turn into a symbolic link to module
115         unistr/u8-mbtouc.
116
117         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
118         utf8-ucs4-unsafe.
119         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
120         unistr/u8-mbtouc-unsafe.
121
122         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
123         * modules/utf16-ucs4: Turn into a symbolic link to module
124         unistr/u16-mbtouc.
125
126         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
127         utf16-ucs4-unsafe.
128         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
129         unistr/u16-mbtouc-unsafe.
130
131         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
132         * modules/ucs4-utf8: Turn into a symbolic link to module
133         unistr/u8-ubtomb.
134
135         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
136         * modules/ucs4-utf16: Turn into a symbolic link to module
137         unistr/u16-ubtomb.
138
139 2007-03-24  Bruno Haible  <bruno@clisp.org>
140
141         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
142         Enable the function only if HAVE_INLINE.
143         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
144         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
145         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
146         Enable the function only if HAVE_INLINE.
147         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
148         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
149         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
150         Enable the function only if HAVE_INLINE.
151         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
152         Enable the function only if HAVE_INLINE.
153         * modules/utf8-ucs4: Update.
154         * modules/utf8-ucs4-unsafe: Update.
155         * modules/utf16-ucs4: Update.
156         * modules/utf16-ucs4-unsafe: Update.
157         * modules/ucs4-utf8: Update.
158         * modules/ucs4-utf16: Update.
159
160 2007-03-24  Bruno Haible  <bruno@clisp.org>
161
162         * lib/utf8-ucs4.h: Remove file.
163         * lib/utf8-ucs4-unsafe.h: Remove file.
164         * lib/utf16-ucs4.h: Remove file.
165         * lib/utf16-ucs4-unsafe.h: Remove file.
166         * lib/ucs4-utf8.h: Remove file.
167         * lib/ucs4-utf16.h: Remove file.
168         * lib/unistr.h: Include their previous contents.
169         * m4/utf-ucs4.m4: Remove file.
170         * m4/ucs4-utf.m4: Remove file.
171         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
172         (Depends-on): Add unistr/base.
173         (configure.ac): Remove gl_UTF_UCS4.
174         (Makefile.am): Update.
175         (Include): Change to unistr.h.
176         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
177         (Depends-on): Add unistr/base.
178         (configure.ac): Remove gl_UTF_UCS4.
179         (Makefile.am): Update.
180         (Include): Change to unistr.h.
181         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
182         (Depends-on): Add unistr/base.
183         (configure.ac): Remove gl_UTF_UCS4.
184         (Makefile.am): Update.
185         (Include): Change to unistr.h.
186         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
187         (Depends-on): Add unistr/base.
188         (configure.ac): Remove gl_UTF_UCS4.
189         (Makefile.am): Update.
190         (Include): Change to unistr.h.
191         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
192         (Depends-on): Add unistr/base.
193         (configure.ac): Remove gl_UCS4_UTF.
194         (Makefile.am): Update.
195         (Include): Change to unistr.h.
196         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
197         (Depends-on): Add unistr/base.
198         (configure.ac): Remove gl_UCS4_UTF.
199         (Makefile.am): Update.
200         (Include): Change to unistr.h.
201         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
202         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
203         utf8-ucs4-unsafe.h.
204         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
205         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
206         utf16-ucs4-unsafe.h.
207         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
208         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
209         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
210         * lib/unistr/u8-strchr.c: Likewise.
211         * lib/unistr/u8-strrchr.c: Likewise.
212         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
213         * lib/unistr/u16-strchr.c: Likewise.
214         * lib/unistr/u16-strrchr.c: Likewise.
215         * lib/striconveh.c: Update.
216
217 2007-03-24  Bruno Haible  <bruno@clisp.org>
218
219         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
220         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
221
222 2007-03-22  Bruno Haible  <bruno@clisp.org>
223
224         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
225
226 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
227
228         * MODULES.html.sh (File system functions): New module write-any-file.
229         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
230         * m4/write-any-file.m4: New files.
231
232 2007-03-23  Eric Blake  <ebb9@byu.net>
233
234         * gnulib-tool: Rearrange space-tab sequences, since some editors
235         like to eat them.
236
237 2007-03-23  Eric Blake  <ebb9@byu.net>
238
239         * lib/version-etc.c (version_etc_va): Update license wording to
240         be more concise.  Recommended by Richard Stallman.
241
242 2007-03-22  Bruno Haible  <bruno@clisp.org>
243
244         * lib/poll.c (MSG_PEEK): New fallback definition.
245
246 2007-03-22  Bruno Haible  <bruno@clisp.org>
247
248         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
249         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
250         (main): Update.
251         Fixes a compilation error on BeOS.
252
253 2007-03-22  Bruno Haible  <bruno@clisp.org>
254
255         * modules/frexpl-tests: New file.
256         * tests/test-frexpl.c: New file.
257
258         * modules/frexpl: New file.
259         * m4/frexpl.m4: New file.
260         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
261         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
262         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
263         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
264         (Depends-on): Add frexpl. Remove isnanl-nolibm.
265         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
266
267 2007-03-22  Bruno Haible  <bruno@clisp.org>
268
269         * lib/frexpl.c: Share code with lib/frexp.c.
270         * modules/mathl (Files): Add lib/frexp.c.
271         (Depends-on): Add isnanl-nolibm.
272
273 2007-03-22  Bruno Haible  <bruno@clisp.org>
274
275         * modules/printf-frexp (Files): Add m4/frexp.m4.
276         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
277         only if the found frexp function actually works.
278
279 2007-03-22  Bruno Haible  <bruno@clisp.org>
280
281         * lib/frexp.c: Remove older implementation that uses divisions.
282
283 2007-03-21  Bruno Haible  <bruno@clisp.org>
284
285         * modules/frexp-tests: New file.
286         * tests/test-frexp.c: New file.
287
288         * modules/frexp: New file.
289         * lib/frexp.c: New file.
290         * m4/frexp.m4: New file.
291         * lib/math_.h (frexp): New declaration.
292         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
293         REPLACE_FREXP.
294         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
295
296 2007-03-21  Bruno Haible  <bruno@clisp.org>
297
298         * modules/isnanl-tests: New file.
299         * tests/test-isnanl.c: New file.
300
301         * modules/isnanl: New file.
302         * lib/isnanl.h: New file.
303         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
304         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
305         gl_FUNC_ISNANL_WORKS.
306         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
307         New macros.
308
309 2007-03-21  Bruno Haible  <bruno@clisp.org>
310
311         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
312         lib/isnanl.h.
313         (Include): Update.
314         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
315         * lib/vasnprintf.c: Update.
316         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
317         tests/test-isnanl.h, remove tests/test-isnanl.c.
318         (Makefile.am): Update.
319         * tests/test-isnanl-nolibm.c: New file.
320         * tests/test-isnanl.h: New file.
321         * tests/test-isnanl.c: Remove file.
322
323 2007-03-21  Jim Meyering  <jim@meyering.net>
324
325         When trying to open ".", treat ESTALE like EACCES.
326         * lib/savewd.c (savewd_save): Resort to forking not just upon
327         failure with EACCES, but also when errno is ESTALE.
328
329 2007-03-20  Bruno Haible  <bruno@clisp.org>
330
331         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
332         Needed on AIX 5.1. Reported by Matthew Woehlke.
333
334 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
335
336         Suggestions by Bruno Haible:
337         * lib/acl-internal.h: Include "gettext.h" rather than rolling
338         our own.
339         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
340         * modules/acl (Depends-on): Add gettext.
341
342 2007-03-19  Bruno Haible  <bruno@clisp.org>
343
344         * modules/iconvme: Remove file.
345         * lib/iconvme.h: Remove file.
346         * lib/iconvme.c: Remove file.
347         * m4/iconvme.m4: Remove file.
348
349 2007-03-19  Bruno Haible  <bruno@clisp.org>
350
351         * doc/relocatable-maint.texi: Break long shell script line.
352         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
353
354 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
355
356         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
357         handle file_has_acl.
358         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
359         * lib/acl.c: Move header inclusions and related macro defns into
360         lib/acl-internal.h.
361         (S_ISLNK): Remove defn, since that's now done for us.
362         (file_has_acl): Move to lib/file-has-acl.c.
363         Call acl_trivial if available.  This is the crucial part of the fix.
364         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
365         shared within the library.  Rewrite a bit, partly to make it compatible
366         with the GNU coding style.
367         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
368         Remove unnecessary double-quotes.
369         Don't test for acl_to_text; the build will catch that.
370         Replace acl_entries if it doesn't exist and it is needed.
371         Check for -lsec and acl_trivial (as used on Solaris 10).
372         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
373         lib/file-has-acl.c.
374         (Depends-on): Add sys_stat, for S_ISLNK.
375
376 2007-03-19  Ben Pfaff  <blp@gnu.org>
377
378         * doc/gnulib.texi: Fix typos.
379         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
380
381 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
382
383         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
384         If size is zero here, buf must be zero.
385
386 2007-03-19  Simon Josefsson  <simon@josefsson.org>
387
388         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
389         <bruno@clisp.org>.
390
391 2007-03-18  Bruno Haible  <bruno@clisp.org>
392
393         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
394         Suggested by Eric Blake.
395
396 2007-03-18  Ben Pfaff  <blp@gnu.org>
397
398         * doc/relocatable.texi: Recommend using as prefix a directory
399         that does not exist and will never be created.  Based on
400         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
401         and others.
402
403 2007-03-17  Bruno Haible  <bruno@clisp.org>
404
405         * lib/fchownat.c: Include lchown.h.
406
407 2007-03-17  Bruno Haible  <bruno@clisp.org>
408
409         Fix endless loop when the given allocated size was > INT_MAX.
410         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
411         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
412         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
413         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
414         * lib/sprintf.c (sprintf): Likewise.
415
416 2007-03-17  Bruno Haible  <bruno@clisp.org>
417
418         * tests/test-argp-2.sh (func_compare): Output a context diff.
419
420 2007-03-17  Bruno Haible  <bruno@clisp.org>
421
422         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
423         locale's decimal-point character.
424
425 2007-03-17  Bruno Haible  <bruno@clisp.org>
426
427         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
428         before comparing it. Needed because on some platforms (e.g. x86) a
429         'long double' occupies less bytes than sizeof (long double).
430
431 2007-03-17  Bruno Haible  <bruno@clisp.org>
432
433         * tests/test-crc.c (main): Make printf statements 64-bit clean.
434         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
435         * tests/test-getaddrinfo.c (simple): Likewise.
436         * tests/test-read-file.c (main): Likewise.
437
438 2007-03-17  Bruno Haible  <bruno@clisp.org>
439
440         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
441
442 2007-03-17  Bruno Haible  <bruno@clisp.org>
443
444         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
445         unused variable.
446
447 2007-03-17  Bruno Haible  <bruno@clisp.org>
448
449         * tests/test-c-strcasecmp.c: Include c-strcase.h.
450         * tests/test-c-strncasecmp.c: Likewise.
451
452 2007-03-17  Bruno Haible  <bruno@clisp.org>
453
454         * modules/stdlib (Depends-on): Add unistd.
455         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
456         Needed for MacOS X 10.3.
457
458 2007-03-17  Bruno Haible  <bruno@clisp.org>
459
460         * lib/unistr/u-strdup.h: Include <stdlib.h>.
461
462 2007-03-17  Bruno Haible  <bruno@clisp.org>
463
464         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
465
466 2007-03-17  Bruno Haible  <bruno@clisp.org>
467
468         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
469         to reflect files copied from gnulib (with or without modifications).
470         Suggested by Jim Meyering.
471
472 2007-03-17  Eric Blake  <ebb9@byu.net>
473
474         * NEWS: Document stdlib change from 2007-02-18.
475
476 2007-03-17  Jim Meyering  <jim@meyering.net>
477
478         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
479         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
480         someone uses a name containing shell meta-characters.
481         Reported by Alfred M. Szmidt.
482
483         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
484
485 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
486
487         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
488         and copy gettext configuration files only if configure.ac contains
489         a use of AM_GNU_GETTEXT_VERSION.
490
491 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
492
493         * build-aux/bootstrap (gnulib_name): New variable.
494         (gnulib_tool_options): Use it.
495
496 2007-03-13  Simon Josefsson  <simon@josefsson.org>
497
498         * tests/test-des.c: Use new namespace.
499
500 2007-03-15  Bruno Haible  <bruno@clisp.org>
501
502         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
503         Reported by James Youngman <jay@gnu.org>.
504
505 2007-03-15  Bruno Haible  <bruno@clisp.org>
506
507         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
508         declared prototype. Needed with cc on OSF/1 5.1.
509
510 2007-03-15  Bruno Haible  <bruno@clisp.org>
511
512         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
513         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
514         (struct gl_list_implementation): Add dispose_fn argument to the
515         'create_empty', 'create' methods.
516         (struct gl_list_impl_base): Add field 'dispose_fn'.
517         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
518         argument.
519         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
520         dispose_fn argument.
521         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
522         dispose_fn on the dropped values.
523         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
524         dispose_fn argument.
525         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
526         dropped values.
527         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
528         (gl_tree_remove_node): Call dispose_fn on the dropped value.
529         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
530         (gl_tree_remove_node): Call dispose_fn on the dropped value.
531         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
532         argument.
533         (gl_tree_list_free): Call dispose_fn on the dropped values.
534         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
535         the dropped values.
536         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
537         Add dispose_fn argument.
538         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
539         Call dispose_fn on the dropped values.
540         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
541         Add dispose_fn argument.
542         (gl_sublist_create): Initialize the 'dispose_fn' field.
543         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
544         * tests/test-array_list.c (main): Update.
545         * tests/test-carray_list.c (main): Update.
546         * tests/test-avltree_list.c (main): Update.
547         * tests/test-rbtree_list.c (main): Update.
548         * tests/test-avltreehash_list.c (main): Update.
549         * tests/test-rbtreehash_list.c (main): Update.
550         * tests/test-linked_list.c (main): Update.
551         * tests/test-linkedhash_list.c (main): Update.
552         * tests/test-array_oset.c (main): Update.
553
554 2007-03-15  Bruno Haible  <bruno@clisp.org>
555
556         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
557         (gl_oset_create_empty): Add dispose_fn argument.
558         (struct gl_oset_implementation): Add dispose_fn argument to
559         'create_empty' method.
560         (struct gl_oset_impl_base): Add dispose_fn field.
561         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
562         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
563         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
564         values.
565         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
566         (gl_tree_oset_free): Call dispose_fn on the dropped values.
567         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
568         dropped value.
569         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
570         dropped value.
571         * tests/test-array_oset.c (main): Update.
572         * tests/test-avltree_oset.c (main): Update.
573         * tests/test-rbtree_oset.c (main): Update.
574         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
575
576 2007-03-13  Bruno Haible  <bruno@clisp.org>
577
578         * tests/test-stdbool.c (i): Update after last patch.
579
580 2007-03-12  Bruno Haible  <bruno@clisp.org>
581
582         * lib/quotearg.c: Include <wctype.h> early, before the definition of
583         the iswprint macro. Needed on Solaris 2.5.1.
584
585 2007-03-12  Bruno Haible  <bruno@clisp.org>
586
587         * tests/test-printf-frexp.c (main): Declare x as volatile.
588
589 2007-03-12  Simon Josefsson  <simon@josefsson.org>
590
591         * doc/gnulib.texi (Build robot for gnulib): New section.
592
593 2007-03-12  Jim Meyering  <jim@meyering.net>
594
595         * build-aux/bootstrap: New file.
596         * build-aux/bootstrap.conf: New file, from coreutils.
597
598 2007-03-11  Bruno Haible  <bruno@clisp.org>
599
600         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
601
602 2007-03-12  Simon Josefsson  <simon@josefsson.org>
603
604         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
605         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
606         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
607
608 2007-03-11  Bruno Haible  <bruno@clisp.org>
609
610         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
611         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
612
613 2007-03-11  Bruno Haible  <bruno@clisp.org>
614
615         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
616         formula. Needed for SunPRO C 5.0.
617
618 2007-03-11  Bruno Haible  <bruno@clisp.org>
619
620         * modules/long-options (Depends-on): Add getopt.
621
622 2007-03-11  Bruno Haible  <bruno@clisp.org>
623
624         * modules/modechange (Depends-on): Add stdbool.
625
626 2007-03-11  Bruno Haible  <bruno@clisp.org>
627
628         * modules/i-ring (Depends-on): Add stdbool.
629
630 2007-03-11  Bruno Haible  <bruno@clisp.org>
631
632         * modules/gc-des (Depends-on): Add stdbool.
633
634 2007-03-11  Bruno Haible  <bruno@clisp.org>
635
636         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
637
638 2007-03-11  Bruno Haible  <bruno@clisp.org>
639
640         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
641
642 2007-03-11  Bruno Haible  <bruno@clisp.org>
643
644         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
645
646 2007-03-11  Bruno Haible  <bruno@clisp.org>
647
648         * lib/vasnprintf.c (sprintf): Undefine.
649
650 2007-03-11  Bruno Haible  <bruno@clisp.org>
651
652         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
653         initializers in SunPRO C and Compaq C compilers.
654
655 2007-03-11  Bruno Haible  <bruno@clisp.org>
656
657         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
658         decrementing code ANSI C compliant.
659
660 2007-03-11  Bruno Haible  <bruno@clisp.org>
661
662         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
663         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
664
665 2007-03-11  Bruno Haible  <bruno@clisp.org>
666
667         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
668         <stdbool.h> substitute doesn't pass.
669
670 2007-03-11  Bruno Haible  <bruno@clisp.org>
671
672         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
673
674 2007-03-11  Bruno Haible  <bruno@clisp.org>
675
676         * gnulib-tool (func_create_megatestdir): Create also an autobuild
677         script, for submission to autobuild.josefsson.org.
678
679 2007-03-10  Bruno Haible  <bruno@clisp.org>
680
681         * modules/canonicalize-lgpl-tests: New file.
682         * tests/test-canonicalize-lgpl.sh: New file.
683         * tests/test-canonicalize-lgpl.c: New file.
684
685         * modules/c-strcase-tests: New file.
686         * tests/test-c-strcase.sh: New file.
687         * tests/test-c-strcasecmp.c: New file.
688         * tests/test-c-strncasecmp.c: New file.
689
690         * modules/atexit-tests: New file.
691         * tests/test-atexit.sh: New file.
692         * tests/test-atexit.c: New file.
693
694 2007-03-10  Bruno Haible  <bruno@clisp.org>
695
696         * tests/test-binary-io.sh: Use temporary filenames that are not so
697         likely to clash with those of other tests (in a parallel make).
698         * tests/test-binary-io.c: Likewise.
699
700 2007-03-10  Bruno Haible  <bruno@clisp.org>
701
702         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
703         fallback; use #error instead.
704         Suggested by Simon Josefsson.
705
706 2007-03-10  Bruno Haible  <bruno@clisp.org>
707
708         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
709         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
710         first and the last.
711
712 2007-03-10  Bruno Haible  <bruno@clisp.org>
713
714         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
715
716 2007-03-10  Bruno Haible  <bruno@clisp.org>
717
718         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
719         "make distcheck".
720         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
721         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
722         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
723
724 2007-03-10  Bruno Haible  <bruno@clisp.org>
725
726         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
727         variable.
728         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
729         variable.
730
731 2007-03-09  Eric Blake  <ebb9@byu.net>
732         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
733
734         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
735         types are not being provided by gnulib.
736         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
737         types are supported.
738
739 2007-03-10  Bruno Haible  <bruno@clisp.org>
740
741         * lib/stdio_.h (__attribute__): New macro.
742         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
743         vsprintf): Specify __attribute__ __format__ for GCC.
744         Suggested by Eric Blake.
745
746 2007-03-09  Bruno Haible  <bruno@clisp.org>
747
748         * modules/printf-posix-tests: New file.
749         * tests/test-printf-posix.sh: New file.
750         * tests/test-printf-posix.c: New file.
751
752         * modules/printf-posix: New file.
753         * lib/printf.c: New file.
754         * m4/printf-posix-rpl.m4: New file.
755         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
756         REPLACE_PRINTF.
757         * lib/stdio_.h (printf): New declaration.
758         (format, __format__, ____printf____, ____scanf____, ____strftime____,
759         ____strfmon____): New macros.
760         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
761         REPLACE_PRINTF.
762
763 2007-03-09  Bruno Haible  <bruno@clisp.org>
764
765         * tests/test-vasnprintf-posix2.sh: New file.
766         * tests/test-vasnprintf-posix2.c: New file.
767         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
768         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
769         (Makefile.am): Activate test-vasnprintf-posix2.sh.
770
771         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
772         a locale dependent decimal point, rather than always '.'.
773
774 2007-03-09  Eric Blake  <ebb9@byu.net>
775
776         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
777         spite of platforms like Tandem/NSK that define it to -1.
778
779 2007-03-08  Bruno Haible  <bruno@clisp.org>
780
781         * modules/vprintf-posix-tests: New file.
782         * tests/test-vprintf-posix.sh: New file.
783         * tests/test-vprintf-posix.c: New file.
784         * tests/test-printf-posix.h: New file.
785
786         * modules/vprintf-posix: New file.
787         * lib/vprintf.c: New file.
788         * m4/vprintf-posix.m4: New file.
789         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
790         REPLACE_VPRINTF.
791         * lib/stdio_.h (vprintf): New declaration.
792         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
793         REPLACE_VPRINTF.
794
795 2007-03-08  Bruno Haible  <bruno@clisp.org>
796
797         * modules/fprintf-posix-tests: New file.
798         * tests/test-fprintf-posix.sh: New file.
799         * tests/test-fprintf-posix.c: New file.
800
801         * modules/fprintf-posix: New file.
802         * lib/fprintf.c: New file.
803         * m4/fprintf-posix.m4: New file.
804         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
805         REPLACE_FPRINTF.
806         * lib/stdio_.h (fprintf): New declaration.
807         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
808         REPLACE_FPRINTF.
809
810 2007-03-08  Bruno Haible  <bruno@clisp.org>
811
812         * modules/vfprintf-posix-tests: New file.
813         * tests/test-vfprintf-posix.sh: New file.
814         * tests/test-vfprintf-posix.c: New file.
815         * tests/test-fprintf-posix.h: New file.
816         * tests/test-fprintf-posix.out: New file.
817
818         * modules/vfprintf-posix: New file.
819         * lib/vfprintf.c: New file.
820         * m4/vfprintf-posix.m4: New file.
821         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
822         REPLACE_VFPRINTF.
823         * lib/stdio_.h (vfprintf): New declaration.
824         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
825         REPLACE_VFPRINTF.
826
827 2007-03-08  Bruno Haible  <bruno@clisp.org>
828
829         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
830
831 2007-03-08  Bruno Haible  <bruno@clisp.org>
832
833         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
834         instead of 'expr' invocations.
835         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
836         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
837         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
838         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
839         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
840         Suggested by Paul Eggert.
841
842 2007-03-08  Bruno Haible  <bruno@clisp.org>
843
844         * modules/fseterr-tests: New file.
845         * tests/test-fseterr.c: New file.
846
847         * modules/fseterr: New file.
848         * lib/fseterr.h: New file.
849         * lib/fseterr.c: New file.
850
851 2007-03-08  Bruno Haible  <bruno@clisp.org>
852
853         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
854         * lib/getopt_.h: Likewise.
855         * lib/mbswidth.h: Likewise.
856         * lib/setenv.h: Likewise.
857         * lib/vasnprintf.h: Likewise.
858         * lib/vasprintf.h: Likewise.
859         * lib/verror.h: Likewise.
860         * lib/xsetenv.h: Likewise.
861         * lib/xvasprintf.h: Likewise.
862
863 2007-03-08  Jim Meyering  <jim@meyering.net>
864
865         * users.txt: Add parted.
866
867         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
868
869 2007-03-07  Bruno Haible  <bruno@clisp.org>
870
871         * m4/printf.m4: Make the shell script snippets copy&pastable.
872
873 2007-03-02  Bruno Haible  <bruno@clisp.org>
874
875         * lib/netinet_in_.h: New file.
876         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
877         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
878         * modules/netinet_in (Files): Add lib/netinet_in_.h.
879         (Depends-on): Add absolute-header.
880         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
881         into netinet/in.h.
882
883 2007-03-03  Bruno Haible  <bruno@clisp.org>
884
885         * lib/sys_select_.h: New file.
886         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
887         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
888         * modules/sys_select (Files): Add lib/sys_select_.h.
889         (Depends-on): Add absolute-header.
890         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
891         into sys/select.h.
892
893 2007-03-02  Bruno Haible  <bruno@clisp.org>
894
895         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
896         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
897         values.
898         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
899         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
900         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
901         * modules/sys_socket (Depends-on): Add absolute-header.
902         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
903         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
904         (Include): Remove requirement of inclusion of <sys/types.h>.
905
906 2007-03-02  Bruno Haible  <bruno@clisp.org>
907
908         * lib/byteswap_.h (bswap_32): Fix formula.
909
910 2007-03-06  Bruno Haible  <bruno@clisp.org>
911
912         * modules/sprintf-posix-tests: New file.
913         * tests/test-sprintf-posix.c: New file.
914
915         * modules/sprintf-posix: New file.
916         * lib/sprintf.c: New file.
917         * m4/sprintf-posix.m4: New file.
918         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
919         REPLACE_SPRINTF.
920         * lib/stdio_.h (sprintf): New declaration.
921         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
922         REPLACE_SPRINTF.
923
924 2007-03-06  Bruno Haible  <bruno@clisp.org>
925
926         * modules/vsprintf-posix-tests: New file.
927         * tests/test-vsprintf-posix.c: New file.
928         * tests/test-sprintf-posix.h: New file.
929
930         * modules/vsprintf-posix: New file.
931         * lib/vsprintf.c: New file.
932         * m4/vsprintf-posix.m4: New file.
933         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
934         REPLACE_VSPRINTF.
935         * lib/stdio_.h (vsprintf): New declaration.
936         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
937         REPLACE_VSPRINTF.
938
939 2007-03-06  Bruno Haible  <bruno@clisp.org>
940
941         * modules/vsnprintf (Depend-on): Remove minmax.
942
943 2007-03-06  Bruno Haible  <bruno@clisp.org>
944
945         * modules/snprintf-posix-tests: New file.
946         * tests/test-snprintf-posix.c: New file.
947
948         * modules/snprintf-posix: New file.
949         * m4/snprintf-posix.m4: New file.
950         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
951         gl_FUNC_SNPRINTF.
952         (gl_FUNC_SNPRINTF): Invoke it.
953         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
954         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
955         is set.
956         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
957
958 2007-03-06  Bruno Haible  <bruno@clisp.org>
959
960         * modules/vsnprintf-posix-tests: New file.
961         * tests/test-vsnprintf-posix.c: New file.
962         * tests/test-snprintf-posix.h: New file.
963
964         * modules/vsnprintf-posix: New file.
965         * m4/vsnprintf-posix.m4: New file.
966         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
967         gl_FUNC_VSNPRINTF.
968         (gl_FUNC_VSNPRINTF): Invoke it.
969         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
970         * lib/stdio_.h (vsnprintf): Define as a replacement if
971         REPLACE_VSNPRINTF is set.
972         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
973
974 2007-03-06  Bruno Haible  <bruno@clisp.org>
975
976         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
977         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
978
979 2007-03-06  Bruno Haible  <bruno@clisp.org>
980
981         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
982         (asinl): Declare also if HAVE_DECL_ASINL is set.
983         (atanl): Declare also if HAVE_DECL_ATANL is set.
984         (ceill): Declare also if HAVE_DECL_CEILL is set.
985         (cosl): Declare also if HAVE_DECL_COSL is set.
986         (expl): Declare also if HAVE_DECL_EXPL is set.
987         (floorl): Declare also if HAVE_DECL_FLOORL is set.
988         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
989         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
990         (logl): Declare also if HAVE_DECL_LOGL is set.
991         (sinl): Declare also if HAVE_DECL_SINL is set.
992         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
993         (tanl): Declare also if HAVE_DECL_TANL is set.
994         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
995         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
996         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
997         declaration of frexpl, ldexpl.
998         * modules/printf-frexpl (Depends-on): Add math.
999         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1000
1001 2007-03-05  Bruno Haible  <bruno@clisp.org>
1002
1003         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1004         frexpl and ldexpl are declared.
1005         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1006
1007 2007-03-05  Bruno Haible  <bruno@clisp.org>
1008
1009         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1010         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1011
1012 2007-03-05  Bruno Haible  <bruno@clisp.org>
1013
1014         * lib/stdio_.h: Include <stddef.h>.
1015
1016 2007-03-05  Bruno Haible  <bruno@clisp.org>
1017
1018         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1019
1020 2007-03-05  Bruno Haible  <bruno@clisp.org>
1021
1022         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1023         NetBSD 4, from Ralf Wildenhues.
1024
1025 2007-03-04  Bruno Haible  <bruno@clisp.org>
1026
1027         * lib/vasprintf.h: Update #if logic for the case when the functions
1028         exist but are overridden.
1029
1030 2007-03-04  Bruno Haible  <bruno@clisp.org>
1031
1032         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1033         implementations: glibc-2.4 and MacOS X 10.3.
1034         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1035         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1036         * tests/test-vasprintf-posix.c (test_function): Likewise.
1037
1038 2007-03-04  Bruno Haible  <bruno@clisp.org>
1039
1040         * modules/vasprintf-posix-tests: New file.
1041         * tests/test-vasprintf-posix.c: New file.
1042
1043         * modules/vasprintf-posix: New file.
1044         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1045         defined.
1046         * m4/vasprintf-posix.m4: New file.
1047         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1048         gl_FUNC_VASPRINTF.
1049         (gl_FUNC_VASPRINTF): Invoke it.
1050         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1051         here.
1052         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1053
1054 2007-03-04  Bruno Haible  <bruno@clisp.org>
1055
1056         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1057         REPLACE_GETTIMEOFDAY.
1058         * modules/sys_time (Makefile.am): Likewise.
1059         * m4/sys_time_h.m4: Likewise.
1060         * m4/gettimeofday.m4: Likewise.
1061
1062 2007-03-04  Bruno Haible  <bruno@clisp.org>
1063
1064         * modules/vasnprintf-posix-tests: New file.
1065         * tests/test-vasnprintf-posix.c: New file.
1066
1067         * modules/vasnprintf-posix: New file.
1068         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1069         printf-frexpl.h.
1070         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1071         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1072         REPLACE_VASNPRINTF is defined.
1073         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1074         gl_FUNC_VASNPRINTF.
1075         (gl_FUNC_VASNPRINTF): Invoke it.
1076         * m4/vasnprintf-posix.m4: New file.
1077         * m4/printf.m4: New file.
1078
1079 2007-03-04  Bruno Haible  <bruno@clisp.org>
1080
1081         Compile progreloc.c only if --enable-relocatable is specified.
1082         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1083         if --enable-relocatable was specified.
1084         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1085         lib_SOURCES.
1086
1087 2007-03-04  Jim Meyering  <jim@meyering.net>
1088
1089         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1090         Use it consistently, rather than enumerating errno constants.
1091
1092 2007-03-04  Bruno Haible  <bruno@clisp.org>
1093
1094         * modules/xvasprintf-tests: New file.
1095         * tests/test-xvasprintf.c: New file.
1096
1097         * modules/vasprintf-tests: New file.
1098         * tests/test-vasprintf.c: New file.
1099
1100         * modules/vasnprintf-tests: New file.
1101         * tests/test-vasnprintf.c: New file.
1102
1103         * modules/vsnprintf-tests: New file.
1104         * tests/test-vsnprintf.c: New file.
1105
1106         * modules/snprintf-tests: New file.
1107         * tests/test-snprintf.c: New file.
1108
1109 2007-03-04  Bruno Haible  <bruno@clisp.org>
1110
1111         Compile relocatable.c only if --enable-relocatable is specified.
1112         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1113         gl_RELOCATABLE_LIBRARY.
1114         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1115         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1116         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1117         gl_RELOCATABLE_LIBRARY.
1118         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1119         (Makefile.am): Remove lib_SOURCES.
1120         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1121         gl_RELOCATABLE_LIBRARY.
1122         (Makefile.am): Remove lib_SOURCES.
1123         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1124         always.
1125         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1126         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1127
1128 2007-03-04  Bruno Haible  <bruno@clisp.org>
1129
1130         * modules/argmatch-tests: New file.
1131         * tests/test-argmatch.c: New file.
1132
1133         * tests/test-allocsa.c (main): Halve the number of loop runs.
1134
1135         * modules/alloca-opt-tests: New file.
1136         * tests/test-alloca-opt.c: New file.
1137
1138 2007-03-04  Jim Meyering  <jim@meyering.net>
1139
1140         Work around difference between Linux ACLs and Solaris 10 ZFS.
1141         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1142         for EINVAL.
1143
1144 2007-03-03  Bruno Haible  <bruno@clisp.org>
1145
1146         * modules/relocatable-prog (Depends-on): Add back progreloc's
1147         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1148
1149 2007-03-03  Bruno Haible  <bruno@clisp.org>
1150
1151         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1152         * modules/relocatable-lib: New file.
1153
1154 2007-03-03  Bruno Haible  <bruno@clisp.org>
1155
1156         * modules/relocatable-prog: Renamed from modules/relocatable.
1157         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1158
1159 2007-03-03  Bruno Haible  <bruno@clisp.org>
1160
1161         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1162         m4/relocatable-lib.m4.
1163         (Depends-on): Remove 'relocatable'.
1164         (configure.ac): Add gl_RELOCATABLE_NOP.
1165
1166 2007-03-03  Bruno Haible  <bruno@clisp.org>
1167
1168         * modules/relocatable-prog-wrapper: New file.
1169         * modules/relocatable (Depends-on): Add it. Remove all other
1170         dependencies except progname.
1171         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1172
1173         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1174         (gl_FUNC_STRERROR): Nop.
1175         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1176
1177         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1178         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1179
1180         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1181         (gl_FUNC_READLINK): Update.
1182
1183         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1184
1185 2007-03-03  Bruno Haible  <bruno@clisp.org>
1186
1187         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1188         * modules/xreadlink (Depends-on): Add unistd.
1189         * modules/xreadlink-with-size (Depends-on): Likewise.
1190
1191 2007-03-03  Bruno Haible  <bruno@clisp.org>
1192
1193         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1194         extracted from gt_FUNC_SETENV.
1195         (gt_FUNC_SETENV): Remove macro.
1196         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1197         remove gt_FUNC_SETENV.
1198
1199 2007-03-03  Bruno Haible  <bruno@clisp.org>
1200
1201         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1202         ENABLE_RELOCATABLE here.
1203         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1204
1205 2007-03-03  Bruno Haible  <bruno@clisp.org>
1206
1207         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1208         * tests/test-rbtreehash_list.c: Include progname.h.
1209         (main): Call set_program_name.
1210
1211         * modules/rbtree-oset-tests (Depends-on): Add progname.
1212         * tests/test-rbtree_oset.c: Include progname.h.
1213         (main): Call set_program_name.
1214
1215         * modules/rbtree-list-tests (Depends-on): Add progname.
1216         * tests/test-rbtree_list.c: Include progname.h.
1217         (main): Call set_program_name.
1218
1219         * modules/linked-list-tests (Depends-on): Add progname.
1220         * tests/test-linked_list.c: Include progname.h.
1221         (main): Call set_program_name.
1222
1223 2007-03-03  Bruno Haible  <bruno@clisp.org>
1224
1225         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1226         All uses of __restrict changed to _Restrict_.
1227         * lib/glob_.h (__restrict): Remove macro.
1228
1229 2007-03-02  Bruno Haible  <bruno@clisp.org>
1230
1231         * modules/gettext (configure.ac): Require gettext infrastructure
1232         from version 0.16.1.
1233
1234 2007-03-02  Bruno Haible  <bruno@clisp.org>
1235
1236         * modules/linkedhash-list-tests (Depends-on): Add progname.
1237         * tests/test-linkedhash_list.c: Include progname.h.
1238         (main): Call set_program_name.
1239
1240         * modules/carray-list-tests (Depends-on): Add progname.
1241         * tests/test-carray_list.c: Include progname.h.
1242         (main): Call set_program_name.
1243
1244         * modules/avltreehash-list-tests (Depends-on): Add progname.
1245         * tests/test-avltreehash_list.c: Include progname.h.
1246         (main): Call set_program_name.
1247
1248         * modules/avltree-oset-tests (Depends-on): Add progname.
1249         * tests/test-avltree_oset.c: Include progname.h.
1250         (main): Call set_program_name.
1251
1252         * modules/avltree-list-tests (Depends-on): Add progname.
1253         * tests/test-avltree_list.c: Include progname.h.
1254         (main): Call set_program_name.
1255
1256         * modules/array-oset-tests (Depends-on): Add progname.
1257         * tests/test-array_oset.c: Include progname.h.
1258         (main): Call set_program_name.
1259
1260         * modules/array-list-tests (Depends-on): Add progname.
1261         * tests/test-array_list.c: Include progname.h.
1262         (main): Call set_program_name.
1263
1264         * modules/argp-tests (Depends-on): Add progname.
1265         * tests/test-argp.c: Include argp.h first. Include progname.h.
1266         (main): Call set_program_name.
1267
1268 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1269
1270         * doc/gnulib-tool.texi (Initial import): Reword description of
1271         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1272         limited effect even if defined after the first system include.
1273
1274 2007-03-01  Bruno Haible  <bruno@clisp.org>
1275
1276         * build-aux/config.libpath: Update to libtool-1.5.22.
1277         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1278
1279 2007-03-01  Bruno Haible  <bruno@clisp.org>
1280
1281         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1282         foo_CFLAGS.
1283         Reported by Ralf Wildenhues.
1284
1285 2007-03-01  Bruno Haible  <bruno@clisp.org>
1286
1287         * build-aux/install-reloc: Remove object files left over by some
1288         compilers.
1289         Reported by Ralf Wildenhues.
1290
1291 2007-03-01  Bruno Haible  <bruno@clisp.org>
1292
1293         * build-aux/install-reloc: Break long lines.
1294
1295 2007-03-01  Bruno Haible  <bruno@clisp.org>
1296
1297         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1298         Reported by Ralf Wildenhues.
1299
1300 2007-03-01  Bruno Haible  <bruno@clisp.org>
1301
1302         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1303         include ordering constraints.
1304
1305 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1306
1307         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1308         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1309         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1310         as another example.
1311         * lib/time_.h: Fix misspelling.
1312         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1313         Require gl_HEADER_TIME_H_DEFAULTS.
1314         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1315         * m4/time_r.m4 (gl_TIME_R): Likewise.
1316         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1317
1318 2007-03-01  Bruno Haible  <bruno@clisp.org>
1319
1320         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1321         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1322
1323 2007-03-01  Jim Meyering  <jim@meyering.net>
1324
1325         * modules/xreadlink (Maintainer): Add my name.
1326         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1327
1328 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1329             Bruno Haible  <bruno@clisp.org>
1330
1331         * build-aux/install-reloc: Compile also c-ctype.c.
1332         * build-aux/relocatable.sh.in: New file.
1333         * doc/relocatable.texi: New file.
1334         * doc/relocatable-maint.texi: New file.
1335         * doc/gnulib.texi: Include relocatable-maint.texi.
1336         * lib/progreloc.c: Include unistd.h unconditionally.
1337         * lib/relocwrapper.c: Include unistd.h unconditionally.
1338         Include c-ctype.h.
1339         (add_dotbin): Use c_tolower.
1340         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1341         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1342         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1343         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1344         to m4/relocatable-lib.m4.
1345         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1346         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1347         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1348         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1349         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1350         * modules/relocatable: New file.
1351         * modules/relocatable-lib: New file.
1352         * modules/relocatable-script: New file.
1353
1354 2007-02-28  Bruno Haible  <bruno@clisp.org>
1355
1356         Import --enable-relocatable infrastructure.
1357         * build-aux/config.libpath: New file, from GNU gettext.
1358         * build-aux/install-reloc: New file, from GNU gettext.
1359         * build-aux/reloc-ldflags: New file, from GNU gettext.
1360         * lib/relocatable.h: New file, from GNU gettext.
1361         * lib/relocatable.c: New file, from GNU gettext.
1362         * lib/relocwrapper.c: New file, from GNU gettext.
1363         * m4/relocatable.m4: New file, from GNU gettext.
1364
1365 2007-02-28  Bruno Haible  <bruno@clisp.org>
1366
1367         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1368
1369         * modules/xreadlink: New file, from GNU gettext with modifications.
1370         * lib/xreadlink.c: New file, from GNU gettext.
1371         * lib/xreadlink.h: Add comments.
1372         (xreadlink): New declaration.
1373
1374         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1375         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1376         lib/xreadlink-with-size.c.
1377         (configure.ac): Remove gl_XREADLINK invocation.
1378         (Makefile.am): Augment lib_SOURCES.
1379         * m4/xreadlink.m4: Remove file.
1380         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1381         (xreadlink_with_size): Renamed from xreadink.
1382         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1383         * modules/canonicalize (Depends-on): Replace xreadlink with
1384         xreadlink-with-size.
1385         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1386
1387 2007-02-25  Jim Meyering  <jim@meyering.net>
1388
1389         * build-aux/announce-gen: When complaining about excess arguments,
1390         list them.
1391
1392 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1393
1394         * README: Document signed integer overflow situation more
1395         accurately.
1396
1397 2007-02-25  Bruno Haible  <bruno@clisp.org>
1398
1399         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1400         'a' or 'A' conversion.
1401
1402 2007-02-25  Bruno Haible  <bruno@clisp.org>
1403
1404         * modules/filename: Renamed from modules/pathname.
1405         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1406         lib/concatpath.c with lib/concat-filename.c.
1407         (Makefile.am): Update.
1408         (Include): Replace pathname.h with filename.h.
1409         * lib/filename.h: Renamed from lib/pathname.h.
1410         (concatenated_filename): Renamed from concatenated_pathname.
1411         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1412         (concatenated_filename): Renamed from concatenated_pathname.
1413         * lib/findprog.c: Include filename.h instead of pathname.h.
1414         (find_in_path): Update.
1415         * lib/javacomp.c: Include filename.h instead of pathname.h.
1416         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1417         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1418         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1419         is_oldgcj_14_13_usable, is_javac_usable): Update.
1420         * lib/javaexec.c: Include filename.h instead of pathname.h.
1421         (execute_java_class): Update.
1422         * modules/findprog: Update.
1423         * modules/javacomp: Update.
1424         * modules/javaexec: Update.
1425         * MODULES.html.sh (File system functions): Add 'filename', remove
1426         'pathname'.
1427
1428 2007-02-25  Bruno Haible  <bruno@clisp.org>
1429
1430         * modules/printf-frexpl-tests: New file.
1431         * tests/test-printf-frexpl.c: New file.
1432
1433         * modules/printf-frexpl: New file.
1434         * lib/printf-frexpl.h: New file.
1435         * lib/printf-frexpl.c: New file.
1436         * m4/printf-frexpl.m4: New file.
1437
1438 2007-02-25  Bruno Haible  <bruno@clisp.org>
1439
1440         * modules/printf-frexp-tests: New file.
1441         * tests/test-printf-frexp.c: New file.
1442
1443         * modules/printf-frexp: New file.
1444         * lib/printf-frexp.h: New file.
1445         * lib/printf-frexp.c: New file.
1446         * m4/printf-frexp.m4: New file.
1447
1448 2007-02-25  Bruno Haible  <bruno@clisp.org>
1449
1450         Assume automake >= 1.10 for the tests.
1451         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1452         * modules/arctwo-tests: Likewise.
1453         * modules/argp-tests: Likewise.
1454         * modules/avltree-list-tests: Likewise.
1455         * modules/avltree-oset-tests: Likewise.
1456         * modules/avltreehash-list-tests: Likewise.
1457         * modules/carray-list-tests: Likewise.
1458         * modules/crc-tests: Likewise.
1459         * modules/des-tests: Likewise.
1460         * modules/gc-arcfour-tests: Likewise.
1461         * modules/gc-arctwo-tests: Likewise.
1462         * modules/gc-des-tests: Likewise.
1463         * modules/gc-hmac-md5-tests: Likewise.
1464         * modules/gc-hmac-sha1-tests: Likewise.
1465         * modules/gc-md2-tests: Likewise.
1466         * modules/gc-md4-tests: Likewise.
1467         * modules/gc-md5-tests: Likewise.
1468         * modules/gc-pbkdf2-sha1-tests: Likewise.
1469         * modules/gc-rijndael-tests: Likewise.
1470         * modules/gc-sha1-tests: Likewise.
1471         * modules/gc-tests: Likewise.
1472         * modules/getaddrinfo-tests: Likewise.
1473         * modules/hmac-md5-tests: Likewise.
1474         * modules/hmac-sha1-tests: Likewise.
1475         * modules/linked-list-tests: Likewise.
1476         * modules/linkedhash-list-tests: Likewise.
1477         * modules/lock-tests: Likewise.
1478         * modules/md2-tests: Likewise.
1479         * modules/md4-tests: Likewise.
1480         * modules/md5-tests: Likewise.
1481         * modules/rbtree-list-tests: Likewise.
1482         * modules/rbtree-oset-tests: Likewise.
1483         * modules/rbtreehash-list-tests: Likewise.
1484         * modules/read-file-tests: Likewise.
1485         * modules/rijndael-tests: Likewise.
1486         * modules/stdint-tests: Likewise.
1487         * modules/tls-tests: Likewise.
1488
1489 2007-02-24  Bruno Haible  <bruno@clisp.org>
1490
1491         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1492         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1493         function; instead check whether isnan with a double argument links.
1494         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1495         function; instead check whether isnan with a 'long double' argument
1496         links.
1497         Reported by Eric Blake <ebb9@byu.net>.
1498
1499 2007-02-24  Bruno Haible  <bruno@clisp.org>
1500
1501         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1502         defined.
1503         * lib/isnanl.c: Remove all code. Just include isnan.c.
1504         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1505
1506 2007-02-25  Jim Meyering  <jim@meyering.net>
1507
1508         Avoid conflicting types for 'unsetenv' on FreeBSD.
1509         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
1510         conflicting with FreeBSD's (5.0 and 6.1) function declaration
1511         in stdlib.h.
1512
1513 2007-02-24  Bruno Haible  <bruno@clisp.org>
1514
1515         * modules/isnanl-nolibm-tests: New file.
1516         * tests/test-isnanl.c: New file.
1517
1518         * modules/isnanl-nolibm: New file.
1519         * lib/isnanl.h: New file.
1520         * lib/isnanl.c: New file.
1521         * m4/isnanl.m4: New file.
1522
1523 2007-02-24  Bruno Haible  <bruno@clisp.org>
1524
1525         * modules/isnan-nolibm-tests: New file.
1526         * tests/test-isnan.c: New file.
1527
1528         * modules/isnan-nolibm: New file.
1529         * lib/isnan.h: New file.
1530         * lib/isnan.c: New file.
1531         * m4/isnan.m4: New file.
1532
1533 2007-02-24  Bruno Haible  <bruno@clisp.org>
1534
1535         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
1536         assume that an exponent fits in 20 bits.
1537
1538 2007-02-24  Jim Meyering  <jim@meyering.net>
1539
1540         * m4/regex.m4: Update the description of the configure-time option,
1541         --without-included-regex, to state accurately what the defaults are,
1542         and perhaps to give people an idea why using this option is risky.
1543
1544 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
1545
1546         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
1547         loops on small arguments.  This attempts to avoid the problem
1548         Bruno Haible reported for AIX 4.3.2 in
1549         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
1550
1551 2007-02-23  Bruno Haible  <bruno@clisp.org>
1552
1553         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
1554         Needed for help2man.
1555
1556 2007-02-23  Karl Berry  <karl@gnu.org>
1557
1558         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
1559         exists, foo.h should be cvs-ignored, not committed.
1560
1561 2007-02-23  Eric Blake  <ebb9@byu.net>
1562
1563         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
1564         * lib/stat-time.h (includes): Likewise.
1565         * lib/utimecmp.c (includes): Likewise.
1566         * lib/utimens.h (includes): Likewise.
1567         * lib/getdate.y (includes): Also include "timespec.h" for use
1568         internal to the module.
1569         * modules/utimens (Depends-on): Revert yesterday's patch.
1570         * modules/nanosleep (Depends-on): Add missing dependency.
1571
1572 2007-02-22  Bruno Haible  <bruno@clisp.org>
1573
1574         * lib/glob.c: Don't include getlogin_r.h.
1575
1576 2007-02-22  Jim Meyering  <jim@meyering.net>
1577
1578         * modules/utimens (Depends-on): Add timespec, required for
1579         utimens.h's inclusion of timespec.h.
1580
1581 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
1582
1583         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
1584         long unreadable paths in GNU/Linux.  Problem reported by Andreas
1585         Schwab in
1586         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
1587         I'll try to think of a better way to fix the Solaris problem.
1588
1589         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
1590         like glibc; on Solaris 10, it fails with errno == EINVAL.
1591         POSIX says the behavior is unspecified if the first argument is NULL,
1592         so play it safe and never pass NULL to the system getcwd.
1593
1594 2007-02-21  Jim Meyering  <jim@meyering.net>
1595
1596         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
1597         of gettimeofday.  It would conflict with the one now always
1598         provided via sys_time_.h.  Reported by Matthew Woehlke, as
1599         an IRIX 6.5 build failure.
1600
1601 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1602
1603         Minor fixups to port to Solaris 10 with Sun C 5.8.
1604         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
1605         * modules/getcwd (Depends-on): Add dirfd.
1606         * lib/putenv.c (putenv): #undef it.
1607         (rpl_putenv): New decl.
1608         (malloc, free): Include <stdlib.h> rather than prototyping separately.
1609
1610 2007-02-20  Bruno Haible  <bruno@clisp.org>
1611
1612         * modules/stdio-tests: New file.
1613         * tests/test-stdio.c: New file.
1614
1615         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
1616         (Depends-on): Add stdio.
1617         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1618         (Include): Use <stdio.h> instead of vsnprintf.h.
1619         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1620         HAVE_DECL_VSNPRINTF.
1621         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
1622
1623         * modules/snprintf (Files): Remove lib/snprintf.h.
1624         (Depends-on): Add stdio.
1625         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1626         (Include): Use <stdio.h> instead of snprintf.h.
1627         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1628         HAVE_DECL_SNPRINTF.
1629         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
1630         * lib/getaddrinfo.c: Likewise.
1631
1632         * modules/stdio: New file.
1633         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
1634         * lib/snprintf.h: Remove file.
1635         * lib/vsnprintf.h: Remove file.
1636         * lib/.cppi-disable: Remove snprintf.h.
1637         * m4/stdio_h.m4: New file.
1638         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
1639
1640 2007-02-20  Jim Meyering  <jim@meyering.net>
1641
1642         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
1643         used by e.g., mingw.  From Bruno Haible.
1644
1645 2007-02-19  Bruno Haible  <bruno@clisp.org>
1646
1647         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
1648         warnings.
1649         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1650
1651 2007-02-19  Bruno Haible  <bruno@clisp.org>
1652
1653         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
1654         from mingw users.
1655
1656 2007-02-19  Bruno Haible  <bruno@clisp.org>
1657
1658         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
1659         warnings.
1660         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
1661
1662 2007-02-19  Jim Meyering  <jim@meyering.net>
1663
1664         Don't use FD after a successful "fdopendir (fd)".
1665         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
1666         Reset it by calling dirfd on the just-obtained DIR*.
1667
1668         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
1669         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
1670
1671 2007-02-18  Bruno Haible  <bruno@clisp.org>
1672
1673         * lib/readlink.c: Include <unistd.h>.
1674         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
1675         HAVE_READLINK.
1676         * modules/readlink (Depends-on): Add unistd.
1677         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1678         (Include): Add <unistd.h>.
1679
1680         * lib/getlogin_r.h: Remove file.
1681         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
1682         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
1683         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
1684         HAVE_DECL_GETLOGIN_R.
1685         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
1686         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1687         (Include): Use <unistd.h> instead of getlogin_r.h.
1688
1689         * lib/getcwd.h: Remove file.
1690         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
1691         * lib/xgetcwd.c: Likewise.
1692         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
1693         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
1694         * modules/getcwd (Files): Remove lib/getcwd.h.
1695         (Depends-on): Add unistd.
1696         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1697         (Include): Use <unistd.h> instad of getcwd.h.
1698
1699         * lib/ftruncate.c: Include <unistd.h> first.
1700         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
1701         Set HAVE_FTRUNCATE.
1702         * modules/ftruncate (Depends-on): Add unistd.
1703         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1704
1705         * lib/fchdir.c: Include <unistd.h> first.
1706         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
1707         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
1708         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
1709         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1710         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
1711
1712         * lib/dup2.c: Include <unistd.h> first.
1713         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
1714         HAVE_DUP2.
1715         * modules/dup2 (Depends-on): Add unistd.
1716         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1717
1718         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
1719         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
1720         REPLACE_CHOWN. Don't define chown as a macro here.
1721         * modules/chown (Depends-on): Add unistd.
1722         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1723
1724         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
1725         Add definition for GL_LINK_WARNING.
1726         (chown, dup2): New declarations.
1727         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
1728         link warning.
1729         (ftruncate): New declaration.
1730         (getcwd): New declaration, taken from old getcwd.h.
1731         (getlogin_r): New declaration, taken from old getlogin_r.h.
1732         (readlink): New declaration.
1733         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
1734         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
1735         (gl_PREREQ_UNISTD): Remove macro.
1736         (gl_UNISTD_MODULE_INDICATOR): New macro.
1737         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
1738         many new variables. Don't set UNISTD_H.
1739         * modules/unistd (Description): Change.
1740         (Depends-on): Add link-warning.
1741         (configure.ac): Update.
1742         (Makefile.am): Create unistd.h always. Substitute many new variables
1743         into it.
1744
1745 2007-02-18  Bruno Haible  <bruno@clisp.org>
1746
1747         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
1748         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
1749         HAVE_GETSUBOPT.
1750         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
1751         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
1752         * lib/getsubopt.h: Remove file.
1753         * modules/getsubopt (Files): Remove lib/getsubopt.h.
1754         (Depends-on): Add stdlib.
1755         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1756         (Includes): Use <stdlib.h> instead of getsubopt.h.
1757         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
1758         Set HAVE_GETSUBOPT.
1759         * lib/getsubopt.c: Don't include getsubopt.h.
1760
1761 2007-02-18  Bruno Haible  <bruno@clisp.org>
1762
1763         * modules/fchdir (Depends-on): Add dup2.
1764
1765 2007-02-18  Bruno Haible  <bruno@clisp.org>
1766
1767         * lib/stdlib_.h: Handle glibc's special invocation convention
1768         specially.
1769
1770 2007-02-18  Bruno Haible  <bruno@clisp.org>
1771
1772         * modules/stdlib-tests: New file.
1773         * tests/test-stdlib.c: New file.
1774
1775         * modules/mkstemp (Files): Remove lib/mkstemp.h.
1776         (Depends-on): Add stdlib.
1777         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1778         (Includes): Use <stdlib.h> instead of mkstemp.h.
1779         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
1780         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
1781         * lib/mkstemp.c: Don't include mkstemp.h.
1782         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
1783         * lib/stdlib--.h: Don't include mkstemp.h.
1784
1785         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
1786         (Depends-on): Add stdlib.
1787         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1788         (Includes): Use <stdlib.h> instead of mkdtemp.h.
1789         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
1790         HAVE_MKDTEMP.
1791         * lib/mkdtemp.c: Don't include mkdtemp.h.
1792         * lib/clean-temp.c: Don't include mkdtemp.h.
1793
1794         * modules/exit (Files): Remove lib/exit.h.
1795         (Depends-on): Add stdlib.
1796         (Makefile.am): Remove lib_SOURCES.
1797         (Include): Use <stdlib.h> instead of exit.h.
1798         * lib/argmatch.c: Don't include exit.h.
1799         * lib/execute.c: Likewise.
1800         * lib/pagealign_alloc.c: Likewise.
1801         * lib/pipe.c: Likewise.
1802         * lib/wait-process.c: Likewise.
1803         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
1804         * lib/exitfail.c: Likewise.
1805         * lib/savewd.c: Likewise.
1806         * lib/xsetenv.c: Likewise.
1807
1808         * modules/stdlib: New file.
1809         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
1810         and extra comments about mkstemp().
1811         * lib/exit.h: Remove file.
1812         * lib/mkdtemp.h: Remove file.
1813         * lib/mkstemp.h: Remove file.
1814         * m4/stdlib_h.m4: New file.
1815         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
1816
1817 2007-02-18  Bruno Haible  <bruno@clisp.org>
1818
1819         * modules/math-tests: New file.
1820         * tests/test-math.c: New file.
1821
1822         * modules/math: New file.
1823         * modules/mathl (Files): Remove lib/mathl.h.
1824         (Depends-on): Add math.
1825         (Makefile.am): Don't mention mathl.h.
1826         (Include): Use <math.h> instead of mathl.h.
1827         * lib/math_.h: New file.
1828         * lib/mathl.h: Remove file.
1829         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
1830         mathl.h.
1831         * lib/asinl.c: Likewise.
1832         * lib/atanl.c: Likewise.
1833         * lib/ceill.c: Likewise.
1834         * lib/cosl.c: Likewise.
1835         * lib/expl.c: Likewise.
1836         * lib/floorl.c: Likewise.
1837         * lib/frexpl.c: Likewise.
1838         * lib/ldexpl.c: Likewise.
1839         * lib/logl.c: Likewise.
1840         * lib/sincosl.c: Likewise.
1841         * lib/sinl.c: Likewise.
1842         * lib/sqrtl.c: Likewise.
1843         * lib/tanl.c: Likewise.
1844         * lib/trigl.c: Likewise.
1845         * m4/math_h.m4: New file.
1846         * MODULES.html.sh (Mathematics): Add math.
1847
1848 2007-02-17  Bruno Haible  <bruno@clisp.org>
1849
1850         * modules/wctype-tests: New file.
1851         * tests/test-wctype.c: New file.
1852
1853         * modules/wchar-tests: New file.
1854         * tests/test-wchar.c: New file.
1855
1856         * modules/unistd-tests: New file.
1857         * tests/test-unistd.c: New file.
1858
1859         * modules/time-tests: New file.
1860         * tests/test-time.c: New file.
1861
1862         * modules/sysexits-tests: New file.
1863         * tests/test-sysexits.c: New file.
1864
1865         * modules/sys_time-tests: New file.
1866         * tests/test-sys_time.c: New file.
1867
1868         * modules/sys_stat-tests: New file.
1869         * tests/test-sys_stat.c: New file.
1870
1871         * modules/sys_socket-tests: New file.
1872         * tests/test-sys_socket.c: New file.
1873
1874         * modules/sys_select-tests: New file.
1875         * tests/test-sys_select.c: New file.
1876
1877         * modules/string-tests: New file.
1878         * tests/test-string.c: New file.
1879
1880         * modules/stdbool-tests: New file.
1881         * tests/test-stdbool.c: New file.
1882
1883         * modules/netinet_in-tests: New file.
1884         * tests/test-netinet_in.c: New file.
1885
1886         * modules/inttypes-tests: New file.
1887         * tests/test-inttypes.c: New file.
1888
1889         * modules/fcntl-tests: New file.
1890         * tests/test-fcntl.c: New file.
1891
1892         * modules/byteswap-tests: New file.
1893         * tests/test-byteswap.c: New file.
1894
1895         * modules/arpa_inet-tests: New file.
1896         * tests/test-arpa_inet.c: New file.
1897
1898 2007-02-17  Bruno Haible  <bruno@clisp.org>
1899
1900         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
1901         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
1902         if the corresponding module is not enabled. Emit link warnings if
1903         the function is used nevertheless.
1904         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
1905         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
1906         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
1907         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
1908         * modules/inttypes (Depends-on): Add link-warning.
1909         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1910         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
1911         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
1912         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
1913         * modules/imaxdiv (configure.ac): Likewise.
1914         * modules/strtoimax (configure.ac): Likewise.
1915         * modules/strtoumax (configure.ac): Likewise.
1916
1917 2007-02-17  Bruno Haible  <bruno@clisp.org>
1918
1919         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
1920         gl_STRING_MODULE_INDICATOR_DEFAULTS.
1921         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
1922         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
1923
1924 2007-02-17  Bruno Haible  <bruno@clisp.org>
1925
1926         * modules/link-warning: New file.
1927         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
1928         * lib/string_.h (GL_LINK_WARNING): Remove definition.
1929         * modules/string (Depends-on): Add link-warning.
1930         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1931         string.h.
1932         * MODULES.html.sh (Support for building libraries and executables): Add
1933         link-warning.
1934
1935 2007-02-17  Bruno Haible  <bruno@clisp.org>
1936
1937         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
1938         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
1939         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
1940         long lines.
1941
1942 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
1943             Bruno Haible  <bruno@clisp.org>
1944
1945         * modules/tmpfile: New file.
1946         * lib/tmpfile.c: New file.
1947         * m4/tmpfile.m4: New file.
1948         * MODULES.html.sh (func_all_modules): New section "Input/output".
1949
1950 2007-02-15  Bruno Haible  <bruno@clisp.org>
1951
1952         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
1953         (supports_delete_on_close): New function.
1954         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
1955
1956 2007-02-14  Bruno Haible  <bruno@clisp.org>
1957
1958         * modules/mbspcasecmp-tests: New file.
1959         * tests/test-mbspcasecmp.sh: New file.
1960         * tests/test-mbspcasecmp.c: New file.
1961
1962         New module mbspcasecmp.
1963         * modules/mbspcasecmp: New file.
1964         * lib/mbspcasecmp.c: New file.
1965         * lib/string_.h (strncasecmp): Change warning message.
1966         (mbspcasecmp): New declaration.
1967         * m4/mbspcasecmp.m4: New file.
1968         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1969         GNULIB_MBSPCASECMP.
1970         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
1971         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
1972
1973 2007-02-14  Bruno Haible  <bruno@clisp.org>
1974
1975         * modules/mbsncasecmp-tests: New file.
1976         * tests/test-mbsncasecmp.sh: New file.
1977         * tests/test-mbsncasecmp.c: New file.
1978
1979         New module mbsncasecmp.
1980         * modules/mbsncasecmp: New file.
1981         * lib/mbsncasecmp.c: New file.
1982         * lib/string_.h (mbsncasecmp): New declaration.
1983         * m4/mbsncasecmp.m4: New file.
1984         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1985         GNULIB_MBSNCASECMP.
1986         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
1987         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
1988
1989 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1990
1991         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
1992         Verify that it doesn't overlap with our flags.
1993         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
1994         do not have the desired effect in multibyte locales; instead, use
1995         mbscasecmp.
1996         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
1997         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
1998         we don't require GNU fnmatch ourselves (if our users require it, they
1999         should do so explicitly).
2000
2001         Fix regex code so it doesn't rely on strcasecmp.
2002         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2003         Otherwise, include gnulib's langinfo.h.
2004         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2005         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2006         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2007         * modules/regex (FILES): Remove m4/codeset.m4.
2008         (Depends-on): Add localcharset.  Remove strcase.
2009
2010 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2011
2012         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2013         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2014
2015 2007-02-13  Bruno Haible  <bruno@clisp.org>
2016
2017         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2018         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2019
2020 2007-02-12  Bruno Haible  <bruno@clisp.org>
2021
2022         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2023         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2024         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2025         time warning rather than a link error.
2026
2027 2007-02-12  Bruno Haible  <bruno@clisp.org>
2028
2029         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2030         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2031         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2032
2033 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2034
2035         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2036         args, not 2.
2037
2038 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2039
2040         New module 'time', so that apps can include <time.h> as per
2041         POSIX and GNU instead of separate include files like time_r.h
2042         and timegm.h.  This implementation tries out a simpler approach
2043         for replacing decls in standard include files (as compared to
2044         the string module), somewhat as an experiment.
2045
2046         * config/srclist.txt: Comment out mktime.c for now.
2047         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2048         since it doesn't apply any more.  Use generic wording instead.
2049         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2050         'time'.
2051         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2052         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2053         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2054         Don't include <sys/types.h>; no longer needed since we assume C89.
2055         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2056         * lib/strftime.c: Likewise.
2057         * lib/time_r.c: Likewise.
2058         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2059         * lib/nanosleep.c: Include <time.h> first, to check interface.
2060         * lib/strptime.c: Likewise.
2061         * lib/time_r.c: Likewise.
2062         * lib/timegm.c: Likewise.
2063         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2064         needed.
2065         * lib/timegm.c: Don't include timegm.h; no longer needed.
2066         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2067         time.h now handles any problems in that area.
2068         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2069         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2070         that time.h defines struct timespec.
2071         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2072         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2073         handles that.
2074         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2075         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2076         needed.  Set REPLACE_LOCALTIME.
2077         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2078         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2079         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2080         nanosleep; time_h.m4 now does that.  Don't require
2081         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2082         module handles this now.
2083         * modules/getdate (Depends-on): Remove timespec.  Add time.
2084         * modules/nanosleep (Depends-on): Likewise.
2085         * modules/stat-time (Depends-on): Likewise.
2086         * modules/nanosleep (Include): Include time.h, not timespec.h.
2087         * modules/strptime (Files): Remove lib/strptime.h.
2088         (Depends-on): Add extensions, time.
2089         (Include): Include time.h, not strptime.h.
2090         * modules/time_r (Files): Remove lib/time_r.h.
2091         (Depends-on): Add time.
2092         (Include): Include time.h, not time_r.h.
2093         * modules/timegm: Likewise.
2094         * modules/timespec (Description): Now does timespec-related decls
2095         of our own, instead of struct timespec itself.
2096         (Depends-on): Add time; remove extensions.
2097         (Maintainer): Add self.
2098         * modules/utimecmp (Depends-on): Add time; remove timespec.
2099         * modules/utimens (Depends-on): Likewise.
2100         * modules/xnanosleep (Depends-on): Likewise.
2101
2102 2007-02-11  Bruno Haible  <bruno@clisp.org>
2103
2104         * lib/c-strstr.c: Include allocsa.h.
2105         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2106         * lib/c-strcasestr.c: Include allocsa.h.
2107         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2108         * lib/strcasestr.c: Include allocsa.h.
2109         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2110         * lib/mbsstr.c: Include allocsa.h.
2111         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2112         allocsa/freesa instead of malloc/free.
2113         * lib/mbscasestr.c: Include allocsa.h.
2114         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2115         allocsa/freesa instead of malloc/free.
2116         * modules/c-strstr (Depends-on): Add allocsa.
2117         * modules/c-strcasestr (Depends-on): Likewise.
2118         * modules/strcasestr (Depends-on): Likewise.
2119         * modules/mbsstr (Depends-on): Likewise.
2120         * modules/mbscasestr (Depends-on): Likewise.
2121
2122 2007-02-11  Bruno Haible  <bruno@clisp.org>
2123
2124         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2125
2126         * modules/mbsspn-tests: New file.
2127         * tests/test-mbsspn.sh: New file.
2128         * tests/test-mbsspn.c: New file.
2129
2130 2007-02-11  Bruno Haible  <bruno@clisp.org>
2131
2132         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2133
2134         * modules/mbspbrk-tests: New file.
2135         * tests/test-mbspbrk.sh: New file.
2136         * tests/test-mbspbrk.c: New file.
2137
2138 2007-02-11  Bruno Haible  <bruno@clisp.org>
2139
2140         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2141         unneeded cast.
2142
2143         * modules/mbscspn-tests: New file.
2144         * tests/test-mbscspn.sh: New file.
2145         * tests/test-mbscspn.c: New file.
2146
2147 2007-02-11  Bruno Haible  <bruno@clisp.org>
2148
2149         * modules/mbscasecmp-tests: New file.
2150         * tests/test-mbscasecmp.sh: New file.
2151         * tests/test-mbscasecmp.c: New file.
2152
2153 2007-02-11  Bruno Haible  <bruno@clisp.org>
2154
2155         Ensure O(n) worst-case complexity of mbscasestr.
2156         * lib/mbscasestr.c: Include stdbool.h.
2157         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2158         functions.
2159         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2160         the bookkeeping indicates that it's worth it.
2161         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2162
2163         * modules/mbscasestr-tests: New file.
2164         * tests/test-mbscasestr1.c: New file.
2165         * tests/test-mbscasestr2.sh: New file.
2166         * tests/test-mbscasestr2.c: New file.
2167         * tests/test-mbscasestr3.sh: New file.
2168         * tests/test-mbscasestr3.c: New file.
2169         * tests/test-mbscasestr4.sh: New file.
2170         * tests/test-mbscasestr4.c: New file.
2171         * m4/locale-tr.m4: New file.
2172
2173 2007-02-11  Bruno Haible  <bruno@clisp.org>
2174
2175         Ensure O(n) worst-case complexity of mbsstr.
2176         * lib/mbsstr.c: Include stdbool.h.
2177         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2178         functions.
2179         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2180         bookkeeping indicates that it's worth it.
2181         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2182
2183         * modules/mbsstr-tests: New file.
2184         * tests/test-mbsstr1.c: New file.
2185         * tests/test-mbsstr2.sh: New file.
2186         * tests/test-mbsstr2.c: New file.
2187         * tests/test-mbsstr3.sh: New file.
2188         * tests/test-mbsstr3.c: New file.
2189         * m4/locale-fr.m4: New file.
2190
2191 2007-02-11  Bruno Haible  <bruno@clisp.org>
2192
2193         * lib/mbsrchr.c (mbsrchr): Fix bug.
2194
2195         * modules/mbsrchr-tests: New file.
2196         * tests/test-mbsrchr.sh: New file.
2197         * tests/test-mbsrchr.c: New file.
2198
2199 2007-02-11  Bruno Haible  <bruno@clisp.org>
2200
2201         * lib/mbschr.c (mbschr): Fix bug.
2202
2203         * modules/mbschr-tests: New file.
2204         * tests/test-mbschr.sh: New file.
2205         * tests/test-mbschr.c: New file.
2206         * m4/locale-zh.m4: New file.
2207
2208 2007-02-11  Bruno Haible  <bruno@clisp.org>
2209
2210         Support for copying multibyte string iterators.
2211         * lib/mbiter.h: Include <string.h>.
2212         (mbiter_multi_copy): New function.
2213         (mbi_copy): New macro.
2214         * lib/mbuiter.h: Include <string.h>.
2215         (mbuiter_multi_copy): New function.
2216         (mbui_copy): New macro.
2217
2218 2007-02-11  Bruno Haible  <bruno@clisp.org>
2219
2220         New module mbslen.
2221         * modules/mbslen: New file.
2222         * lib/mbslen.c: New file.
2223         * lib/string_.h (mbslen): New declaration.
2224         * m4/mbslen.m4: New file.
2225         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2226         GNULIB_MBSLEN.
2227         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2228         * MODULES.html.sh (Internationalization functions): Add mbslen.
2229
2230 2007-02-11  Bruno Haible  <bruno@clisp.org>
2231
2232         Ensure O(n) worst-case complexity of strcasestr substitute.
2233         * lib/strcasestr.c: Include stdbool.h.
2234         (knuth_morris_pratt): New function.
2235         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2236         bookkeeping indicates that it's worth it.
2237         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2238
2239         * modules/strcasestr-tests: New file.
2240         * tests/test-strcasestr.c: New file.
2241
2242 2007-02-11  Bruno Haible  <bruno@clisp.org>
2243
2244         Ensure O(n) worst-case complexity of c_strcasestr.
2245         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2246         (knuth_morris_pratt): New function.
2247         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2248         the bookkeeping indicates that it's worth it.
2249         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2250
2251         * modules/c-strcasestr-tests: New file.
2252         * tests/test-c-strcasestr.c: New file.
2253
2254 2007-02-11  Bruno Haible  <bruno@clisp.org>
2255
2256         Ensure O(n) worst-case complexity of c_strstr.
2257         * lib/c-strstr.c: Include stdbool.h, string.h.
2258         (knuth_morris_pratt): New function.
2259         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2260         bookkeeping indicates that it's worth it.
2261         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2262
2263         * lib/c-strstr.c: Complete rewrite for maintainability.
2264
2265         * modules/c-strstr-tests: New file.
2266         * tests/test-c-strstr.c: New file.
2267
2268 2007-02-11  Bruno Haible  <bruno@clisp.org>
2269
2270         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2271         5.2.1 and earlier, whereby \055 was treated just like the range
2272         delimiter '-'.
2273         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2274
2275 2007-02-08  Bruno Haible  <bruno@clisp.org>
2276
2277         * modules/regex (Depends-on): Add stdbool.
2278         Reported by Dalibor Topic <robilad@kaffe.org>.
2279
2280 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2281
2282         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2283         Prefer returning from main to exiting from it.
2284         Remove unnecessary parens after sizeof.
2285
2286 2007-02-05  Bruno Haible  <bruno@clisp.org>
2287
2288         New module mbssep.
2289         * modules/mbssep: New file.
2290         * lib/mbssep.c: New file.
2291         * lib/string_.h (strsep): Add a conditional link warning.
2292         (mbssep): New declaration.
2293         * m4/mbssep.m4: New file.
2294         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2295         GNULIB_MBSSEP.
2296         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2297         * MODULES.html.sh (Internationalization functions): Add mbssep.
2298
2299 2007-02-05  Bruno Haible  <bruno@clisp.org>
2300
2301         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2302         Optimize search in case of 1 delimiter.
2303
2304 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2305
2306         * lib/acl.h: Include sys/types.h before sys/acl.h.
2307
2308 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2309
2310         Merge upstream fix for glibc bugzilla #3957:
2311
2312         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2313
2314         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2315         bit for RE_HAT_LISTS_NOT_NEWLINE.
2316         (build_charclass_op): Remove bogus comment.
2317
2318 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2319
2320         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2321
2322 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2323
2324         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2325         * lib/memmem.c [!defined _LIBC]: Include config.h.
2326
2327 2007-02-04  Bruno Haible  <bruno@clisp.org>
2328
2329         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2330         warning message.
2331
2332 2007-02-04  Bruno Haible  <bruno@clisp.org>
2333
2334         New module mbstok_r.
2335         * modules/mbstok_r: New file.
2336         * lib/mbstok_r.c: New file.
2337         * lib/string_.h (strtok_r): Change argument names to match the
2338         comments. Add a conditional link warning.
2339         (mbstok_r): New declaration.
2340         * m4/mbstok_r.m4: New file.
2341         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2342         GNULIB_MBSTOK_R.
2343         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2344         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2345
2346 2007-02-04  Bruno Haible  <bruno@clisp.org>
2347
2348         New module mbsspn.
2349         * modules/mbsspn: New file.
2350         * lib/mbsspn.c: New file.
2351         * lib/string_.h (strspn): Add a conditional link warning.
2352         (mbsspn): New declaration.
2353         * m4/mbsspn.m4: New file.
2354         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2355         GNULIB_MBSSPN.
2356         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2357         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2358
2359 2007-02-04  Bruno Haible  <bruno@clisp.org>
2360
2361         New module mbspbrk.
2362         * modules/mbspbrk: New file.
2363         * lib/mbspbrk.c: New file.
2364         * lib/string_.h (strpbrk): Add a conditional link warning.
2365         (mbspbrk): New declaration.
2366         * m4/mbspbrk.m4: New file.
2367         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2368         GNULIB_MBSPBRK.
2369         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2370         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2371
2372 2007-02-04  Bruno Haible  <bruno@clisp.org>
2373
2374         New module mbscspn.
2375         * modules/mbscspn: New file.
2376         * lib/mbscspn.c: New file.
2377         * lib/string_.h (strcspn): Add a conditional link warning.
2378         (mbscspn): New declaration.
2379         * m4/mbscspn.m4: New file.
2380         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2381         GNULIB_MBSCSPN.
2382         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2383         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2384
2385 2007-02-04  Bruno Haible  <bruno@clisp.org>
2386
2387         New module mbscasestr, reduced goal of strcasestr.
2388         * modules/mbscasestr: New file.
2389         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2390         (mbscasestr): Renamed from strcasestr.
2391         * lib/strcasestr.c: Don't include mbuiter.h.
2392         (strcasestr): Remove support for multibyte locales.
2393         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2394         Change the conditional link warning.
2395         (mbscasestr): New declaration.
2396         * m4/mbscasestr.m4: New file.
2397         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2398         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2399         REPLACE_STRCASESTR.
2400         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2401         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2402         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2403         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2404         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2405         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2406         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2407         (Depends-on): Remove mbuiter.
2408         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2409
2410 2007-02-04  Bruno Haible  <bruno@clisp.org>
2411
2412         Simplify handling of strncasecmp.
2413         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2414         the conditional link warning.
2415         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2416         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2417         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2418         * modules/strcase (configure.ac): Don't invoke
2419         gl_STRING_MODULE_INDICATOR.
2420         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2421
2422 2007-02-04  Bruno Haible  <bruno@clisp.org>
2423
2424         New module mbscasecmp, reduced goal of strcasecmp.
2425         * modules/mbscasecmp: New file.
2426         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2427         (mbscasecmp): Renamed from strcasecmp.
2428         * lib/strcasecmp.c: Don't include mbuiter.h.
2429         (strcasecmp): Remove support for multibyte locales.
2430         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2431         Change the conditional link warning.
2432         (mbscasecmp): New declaration.
2433         * m4/mbscasecmp.m4: New file.
2434         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2435         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2436         REPLACE_STRCASECMP.
2437         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2438         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2439         GNULIB_MBSCASECMP.
2440         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2441         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2442         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2443         (Depends-on): Remove mbuiter.
2444         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2445
2446 2007-02-04  Bruno Haible  <bruno@clisp.org>
2447
2448         New module mbsstr. Remove module strstr.
2449         * modules/mbsstr: New file.
2450         * modules/strstr: Remove file.
2451         * lib/mbsstr.c: Renamed from lib/strstr.c.
2452         (mbsstr): Renamed from strstr.
2453         * lib/string_.h (strstr): Remove declaration. Change the conditional
2454         link warning.
2455         (mbsstr): New declaration.
2456         * m4/mbsstr.m4: New file.
2457         * m4/strstr.m4: Remove file.
2458         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2459         REPLACE_STRSTR.
2460         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2461         Don't initialize GNULIB_STRSTR.
2462         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2463         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2464         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2465         (Support for systems lacking ANSI C 89): Remove strstr.
2466
2467 2007-02-04  Bruno Haible  <bruno@clisp.org>
2468
2469         New module mbsrchr.
2470         * modules/mbsrchr: New file.
2471         * lib/mbsrchr.c: New file.
2472         * lib/string_.h (strrchr): Add a conditional link warning.
2473         (mbsrchr): New declaration.
2474         * m4/mbsrchr.m4: New file.
2475         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2476         GNULIB_MBSRCHR.
2477         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2478         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2479
2480 2007-02-04  Bruno Haible  <bruno@clisp.org>
2481
2482         New module mbschr.
2483         * modules/mbschr: New file.
2484         * lib/mbschr.c: New file.
2485         * lib/string_.h (strchr): Add a conditional link warning.
2486         (mbschr): New declaration.
2487         * m4/mbschr.m4: New file.
2488         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2489         GNULIB_MBSCHR.
2490         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2491         * MODULES.html.sh (Internationalization functions): Add mbschr.
2492
2493 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2494
2495         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2496
2497         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2498
2499 2007-02-04  Bruno Haible  <bruno@clisp.org>
2500
2501         New module description section 'configure.ac-early'.
2502         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2503         (func_get_autoconf_early_snippet): New function.
2504         (func_import, func_create_testdir): Use it. Remove special cases for
2505         modules 'extensions' and 'lock'.
2506         * modules/extensions (configure.ac-early): Require
2507         gl_USE_SYSTEM_EXTENSIONS.
2508         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
2509
2510 2007-02-04  Bruno Haible  <bruno@clisp.org>
2511
2512         Make use of gcj-4.3's -fsource and -ftarget option.
2513         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
2514         and if so try the options -fsource and -ftarget.
2515         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
2516         source_version, ftarget_option, target_version arguments.
2517         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
2518         (is_envjavac_oldgcj_14_14_usable): Renamed from
2519         is_envjavac_gcj_14_14_usable.
2520         (is_envjavac_oldgcj_14_13_usable): Renamed from
2521         is_envjavac_gcj_14_13_usable.
2522         (is_gcj_present): Update.
2523         (is_gcj_43, is_gcj43_usable): New functions.
2524         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
2525         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
2526         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
2527         try the options -fsource and -ftarget.
2528
2529 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2530
2531         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
2532         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
2533         larger value.
2534
2535 2007-02-03  Jim Meyering  <jim@meyering.net>
2536
2537         Give tools a better chance to allocate space for very large buffers.
2538         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
2539
2540         Make pwd and readlink work also when run with an unreadable parent dir
2541         on systems with openat support.
2542         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
2543         provided getcwd function, even when we have openat support.
2544         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
2545
2546 2007-02-02  Bruno Haible  <bruno@clisp.org>
2547
2548         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2549         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
2550         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
2551         portability problems if one of these functions is only used on specific
2552         platforms.
2553         Reported by Paul Eggert.
2554
2555 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2556
2557         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
2558         is causing more trouble than it's curing.
2559         * lib/regex_internal.h (__mempcpy): Remove.
2560         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
2561         (and make the code a tad smaller to boot).
2562         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
2563
2564 2007-02-02  Jim Meyering  <jim@meyering.net>
2565
2566         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
2567         section, not in the Makefile.am: one.
2568
2569 2007-02-02  Eric Blake  <ebb9@byu.net>
2570
2571         * lib/strchrnul.c: Always include config.h first.
2572
2573         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
2574         gnulib strstr is not necessary here.
2575
2576 2007-02-02  Simon Josefsson  <simon@josefsson.org>
2577
2578         * m4/socklen.m4: Fix typo.
2579
2580 2007-02-02  Eric Blake  <ebb9@byu.net>
2581
2582         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
2583         * modules/netinet_in (Makefile.am): Likewise.
2584
2585 2007-02-01  Bruno Haible  <bruno@clisp.org>
2586
2587         * lib/string_.h (GL_LINK_WARNING): New macro.
2588         (strcasecmp, strstr, strcasestr): If provided by the system,
2589         conditionally define as a macro that leads to a warning instead of to
2590         an error.
2591         (strncasecmp): Conditionally define as a macro that leads to a warning.
2592
2593 2007-02-01  Karl Berry  <karl@gnu.org>
2594
2595         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
2596
2597 2007-02-01  Bruno Haible  <bruno@clisp.org>
2598
2599         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
2600         renamings.
2601
2602 2007-02-01  Eric Blake  <ebb9@byu.net>
2603
2604         * modules/regex (Depends-on): Revert dependence on mempcpy.
2605         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
2606         module's definition of mempcpy.
2607         Reported by Paul Eggert.
2608
2609 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
2610
2611         * lib/string_.h: If the gnulib module XYZ is not present, undefine
2612         the symbol XYZ before redefining it.  This fixes a problem with
2613         programs that don't use XYZ, when compiled on systems that define
2614         XYZ to something else.
2615
2616 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
2617
2618         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
2619         occurs when "mkdir -m foo" creates a setgid directory that is (1)
2620         writeable to group or other and (2) is intended to have a special
2621         mode bit that is set or cleared.  In such a case, the directory
2622         should be neither group- nor other-writeable until the special
2623         mode bits are right.
2624
2625 2007-01-31  Eric Blake  <ebb9@byu.net>
2626
2627         * modules/mountlist (Depends-on): Add strstr.
2628
2629         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
2630         bug.
2631         * modules/string (Makefile.am): Remove redundant replacement.
2632         * modules/regex (Depends-on): Add mempcpy.
2633
2634 2007-01-31  Bruno Haible  <bruno@clisp.org>
2635
2636         New module description field 'Link'.
2637         * gnulib-tool (func_usage): Document --extract-link-directive.
2638         (sed_extract_prog): Recognize 'Link' directive.
2639         (func_get_link_directive): New function.
2640         (func_import): Show summary of link directives.
2641         Handle --extract-link-directive option.
2642         * modules/acl (Link): New section.
2643         * modules/clock-time (Link): New section.
2644         * modules/euidaccess (Link): New section.
2645         * modules/gettext (Link): New section.
2646         * modules/iconv (Link): New section.
2647         * modules/lock (Link): New section.
2648         * modules/nanosleep (Link): New section.
2649         * modules/readline (Link): New section.
2650
2651 2007-01-27  Bruno Haible  <bruno@clisp.org>
2652
2653         Enforce the use of gnulib modules for unportable <string.h> functions.
2654         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
2655         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
2656         (gl_HEADER_STRING_H_BODY): Require it.
2657         * lib/string_.h: If the gnulib module XYZ is not present, redefine
2658         the symbol XYZ to one that gives a link error.
2659         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
2660         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
2661         * modules/mempcpy (configure.ac): Likewise.
2662         * modules/memrchr (configure.ac): Likewise.
2663         * modules/stpcpy (configure.ac): Likewise.
2664         * modules/stpncpy (configure.ac): Likewise.
2665         * modules/strcase (configure.ac): Likewise.
2666         * modules/strcasestr (configure.ac): Likewise.
2667         * modules/strchrnul (configure.ac): Likewise.
2668         * modules/strdup (configure.ac): Likewise.
2669         * modules/strndup (configure.ac): Likewise.
2670         * modules/strnlen (configure.ac): Likewise.
2671         * modules/strpbrk (configure.ac): Likewise.
2672         * modules/strsep (configure.ac): Likewise.
2673         * modules/strstr (configure.ac): Likewise.
2674         * modules/strtok_r (configure.ac): Likewise.
2675
2676 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
2677
2678         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
2679
2680 2007-01-30  Jim Meyering  <jim@meyering.net>
2681
2682         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
2683
2684 2007-01-29  Bruno Haible  <bruno@clisp.org>
2685
2686         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
2687         * lib/execute.c: Likewise.
2688         * lib/pipe.c: Likewise.
2689         * lib/printf-args.h: Likewise.
2690         * lib/printf-args.c: Likewise.
2691         * lib/printf-parse.c: Likewise.
2692         * lib/vasnprintf.c: Likewise.
2693
2694 2007-01-29  Eric Blake  <ebb9@byu.net>
2695
2696         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
2697         declaration.
2698
2699 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
2700
2701         * lib/strptime.h (strptime): Use 'restrict' for args where
2702         POSIX requires this.
2703         * lib/strptime.c (strptime): Likewise.
2704         Change license notice from LGPL to GPL, since gnulib-tool will
2705         change this as needed.
2706         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
2707         defined.
2708         Include "strptime.h" first, to check interface.
2709         Do not #undef _LIBC and _NL_CURRENT.
2710         Do not include <stdlib.h>; no longer needed.
2711         Include "time_r.h" and declare ptime_locale_status
2712         only if _LIBC is not defined.
2713         (__P): Remove unused macro.
2714         (match_string): Bring back glibc version, but use it only if _LIBC
2715         is defined.
2716         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
2717         Remove unnecessary assertion and abort() call.
2718         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
2719         * m4/strptime.m4: Fix serial number comment.
2720         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
2721         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
2722         (Depends-on): Add time_r.
2723
2724 2007-01-29  Bruno Haible  <bruno@clisp.org>
2725
2726         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2727         strptime.
2728         * modules/strptime (Depends-on): Add stdbool.
2729         * lib/strptime.h: Include <time.h> always. Add comments.
2730
2731 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2732
2733         * modules/strptime: New file.
2734         * lib/strptime.h: New file.
2735         * lib/strptime.c: New file.
2736         * m4/strptime.m4: New file.
2737
2738 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2739
2740         * MODULES.html.sh: New module mpsort.
2741         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
2742
2743         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
2744         a circularity problem with HP-UX ia64 reported by Bob Proulx in
2745         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
2746         All uses changed.
2747         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
2748         All uses changed.
2749         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
2750         to _Restrict_.
2751         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
2752         the parameter matches the prototype.
2753
2754 2007-01-28  Jim Meyering  <jim@meyering.net>
2755
2756         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
2757         sys/time.h here, reverting that part of the previous patch:
2758         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
2759
2760 2007-01-28  Bruno Haible  <bruno@clisp.org>
2761
2762         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
2763         value of $(SYS_TIME_H).
2764         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
2765         remove it conditionally, too. [added by Jim Meyering]
2766         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
2767         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2768         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
2769         GETTIMEOFDAY_REPLACEMENT to 1.
2770
2771 2007-01-28  Bruno Haible  <bruno@clisp.org>
2772
2773         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
2774         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
2775         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
2776         Set UNISTD_H instead of UNISTD_H2.
2777         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
2778
2779 2007-01-28  Bruno Haible  <bruno@clisp.org>
2780
2781         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
2782         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
2783
2784 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2785
2786         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
2787         (func_create_testdir): Ensure C locale for `grep' and `tr'
2788         character ranges.
2789         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
2790         ACLOCAL_AMFLAGS parsing state machine.
2791
2792 2007-01-27  Bruno Haible  <bruno@clisp.org>
2793
2794         * modules/unistr/base: Update.
2795
2796 2007-01-27  Bruno Haible  <bruno@clisp.org>
2797
2798         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
2799         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
2800         * modules/unistr/u32-mbtouc-unsafe: Renamed from
2801         modules/unistr/u32-mbtouc.
2802         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
2803         * lib/unistr.h: Update.
2804         * lib/linebreak.c: Update.
2805         * modules/unistr/u32-mbtouc: Renamed from
2806         modules/unistr/u32-mbtouc-safe.
2807         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
2808         * lib/unistr.h: Update.
2809         * lib/unistr/u32-to-u8.c: Update.
2810         * lib/unistr/u32-to-u16.c: Update.
2811
2812 2007-01-27  Bruno Haible  <bruno@clisp.org>
2813
2814         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
2815         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
2816         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
2817         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
2818         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
2819         * modules/unistr/u16-mbtouc-unsafe: Renamed from
2820         modules/unistr/u16-mbtouc.
2821         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
2822         * lib/unistr.h: Update.
2823         * lib/linebreak.c: Update.
2824         * modules/linebreak: Update.
2825         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
2826         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
2827         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
2828         * modules/unistr/u16-mbtouc: Renamed from
2829         modules/unistr/u16-mbtouc-safe.
2830         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
2831         * lib/unistr.h: Update.
2832         * lib/unistr/u16-to-u8.c: Update.
2833         * modules/unistr/u16-to-u8: Update.
2834         * lib/unistr/u16-to-u32.c: Update.
2835         * modules/unistr/u16-to-u32: Update.
2836
2837 2007-01-27  Bruno Haible  <bruno@clisp.org>
2838
2839         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
2840         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
2841         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
2842         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
2843         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
2844         * modules/unistr/u8-mbtouc-unsafe: Renamed from
2845         modules/unistr/u8-mbtouc.
2846         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
2847         * lib/unistr.h: Update.
2848         * lib/striconveh.c: Update.
2849         * modules/striconveh: Update.
2850         * lib/linebreak.c: Update.
2851         * modules/linebreak: Update.
2852         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
2853         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
2854         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
2855         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
2856         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
2857         * lib/unistr.h: Update.
2858         * lib/striconveh.c: Update.
2859         * modules/striconveh: Update.
2860         * lib/unistr/u8-to-u16.c: Update.
2861         * modules/unistr/u8-to-u16: Update.
2862         * lib/unistr/u8-to-u32.c: Update.
2863         * modules/unistr/u8-to-u32: Update.
2864
2865 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2866
2867         Sync from Libtool.
2868         * lib/argz.c: Do not include strings.h nor memory.h, include
2869         string.h unconditionally.  Patch by Simon Josefsson.
2870
2871 2007-01-27  Bruno Haible  <bruno@clisp.org>
2872
2873         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
2874         from gl_HEADER_STRING_H_BODY.
2875         (gl_HEADER_STRING_H_BODY): Require it.
2876         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
2877         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2878         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2879         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2880         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2881         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
2882         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2883         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2884         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
2885         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2886         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2887         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
2888         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2889         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2890         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2891
2892 2007-01-27  Bruno Haible  <bruno@clisp.org>
2893
2894         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
2895         check_PROGRAMS into noinst_PROGRAMS.
2896         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
2897         check_PROGRAMS in this case.
2898         (func_import): Set for_test to false.
2899         (func_create_testdir): Set for_test to true.
2900
2901 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2902             Bruno Haible  <bruno@clisp.org>
2903
2904         * modules/strcasestr (Files): Remove lib/strcasestr.h.
2905         (Depends-on): Add string.
2906         (Includes): Use <string.h> instead of strcasestr.h.
2907         * modules/string (Makefile.am): Also substitute the value of
2908         REPLACE_STRCASESTR.
2909         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
2910         assume strcasestr is declared in <string.h> not <strings.h>. Also
2911         set REPLACE_STRCASESTR.
2912         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
2913         REPLACE_STRCASESTR.
2914         * lib/strcasestr.h: Remove file.
2915         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
2916         * lib/string_.h (strcasestr): New declaration.
2917
2918 2007-01-27  Bruno Haible  <bruno@clisp.org>
2919
2920         * lib/string_.h: Use 'extern'.
2921
2922 2007-01-27  Jim Meyering  <jim@meyering.net>
2923
2924         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
2925         of set-but-not-used local, "q".
2926
2927         * lib/mempcpy.c: Include <config.h> before <string.h>.
2928         This fixes a compilation error on HP-UX, due to the system's
2929         "restrict"-using mempcpy prototype.
2930
2931 2007-01-26  Bruno Haible  <bruno@clisp.org>
2932
2933         Small optimization.
2934         * lib/javacomp.c: Include c-strstr.h.
2935          (is_envjavac_gcj): Use c_strstr instead of strstr.
2936         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
2937
2938 2007-01-26  Bruno Haible  <bruno@clisp.org>
2939
2940         * MODULES.html.sh (Unicode string functions): Add the new modules.
2941
2942         * modules/uniconv/u32-strconv-to-locale: New file.
2943         * lib/uniconv/u32-strconv-to-locale.c: New file.
2944
2945         * modules/uniconv/u16-strconv-to-locale: New file.
2946         * lib/uniconv/u16-strconv-to-locale.c: New file.
2947
2948         * modules/uniconv/u8-strconv-to-locale: New file.
2949         * lib/uniconv/u8-strconv-to-locale.c: New file.
2950
2951         * modules/uniconv/u32-strconv-from-locale: New file.
2952         * lib/uniconv/u32-strconv-from-locale.c: New file.
2953
2954         * modules/uniconv/u16-strconv-from-locale: New file.
2955         * lib/uniconv/u16-strconv-from-locale.c: New file.
2956
2957         * modules/uniconv/u8-strconv-from-locale: New file.
2958         * lib/uniconv/u8-strconv-from-locale.c: New file.
2959
2960         * modules/uniconv/u32-strconv-to-enc: New file.
2961         * lib/uniconv/u32-strconv-to-enc.c: New file.
2962         * modules/uniconv/u32-strconv-to-enc-tests: New file.
2963         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
2964
2965         * modules/uniconv/u16-strconv-to-enc: New file.
2966         * lib/uniconv/u16-strconv-to-enc.c: New file.
2967         * lib/uniconv/u-strconv-to-enc.h: New file.
2968         * modules/uniconv/u16-strconv-to-enc-tests: New file.
2969         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
2970
2971         * modules/uniconv/u8-strconv-to-enc: New file.
2972         * lib/uniconv/u8-strconv-to-enc.c: New file.
2973         * modules/uniconv/u8-strconv-to-enc-tests: New file.
2974         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
2975
2976         * modules/uniconv/u32-strconv-from-enc: New file.
2977         * lib/uniconv/u32-strconv-from-enc.c: New file.
2978         * modules/uniconv/u32-strconv-from-enc-tests: New file.
2979         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
2980
2981         * modules/uniconv/u16-strconv-from-enc: New file.
2982         * lib/uniconv/u16-strconv-from-enc.c: New file.
2983         * modules/uniconv/u16-strconv-from-enc-tests: New file.
2984         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
2985
2986         * modules/uniconv/u8-strconv-from-enc: New file.
2987         * lib/uniconv/u8-strconv-from-enc.c: New file.
2988         * lib/uniconv/u-strconv-from-enc.h: New file.
2989         * modules/uniconv/u8-strconv-from-enc-tests: New file.
2990         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
2991
2992         * modules/uniconv/u32-conv-from-enc: New file.
2993         * lib/uniconv/u32-conv-from-enc.c: New file.
2994         * modules/uniconv/u32-conv-from-enc-tests: New file.
2995         * tests/uniconv/test-u32-conv-from-enc.c: New file.
2996
2997         * modules/uniconv/u16-conv-from-enc: New file.
2998         * lib/uniconv/u16-conv-from-enc.c: New file.
2999         * lib/uniconv/u-conv-from-enc.h: New file.
3000         * modules/uniconv/u16-conv-from-enc-tests: New file.
3001         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3002
3003         * modules/uniconv/u8-conv-from-enc: New file.
3004         * lib/uniconv/u8-conv-from-enc.c: New file.
3005         * modules/uniconv/u8-conv-from-enc-tests: New file.
3006         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3007
3008         * modules/uniconv/base: New file.
3009         * lib/uniconv.h: New file.
3010
3011 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3012
3013         * doc/gnulib-tool.texi (Initial import): Update to match current
3014         behavior with strdup module.
3015         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3016         * lib/memmem.h: Remove; all uses removed.  This is now done
3017         by <string.h>.
3018         * lib/mempcpy.h: Likewise.
3019         * lib/memrchr.h: Likewise.
3020         * lib/stpcpy.h: Likewise.
3021         * lib/stpncpy.h: Likewise.
3022         * lib/strcase.h: Likewise.
3023         * lib/strchrnul.h: Likewise.
3024         * lib/strdup.h: Likewise.
3025         * lib/strndup.h: Likewise.
3026         * lib/strnlen.h: Likewise.
3027         * lib/strpbrk.h: Likewise.
3028         * lib/strsep.h: Likewise.
3029         * lib/strstr.h: Likewise.
3030         * lib/strtok_r.h: Likewise.
3031         * lib/string_.h: New file.
3032         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3033         Rely on <string.h> instead.
3034         * lib/canon-host.c: Likewise.
3035         * lib/chdir-long.c: Likewise.
3036         * lib/concatpath.c: Likewise.
3037         * lib/exclude.c: Likewise.
3038         * lib/fchdir.c: Likewise.
3039         * lib/getaddrinfo.c: Likewise.
3040         * lib/getcwd.c: Likewise.
3041         * lib/getsubopt.c: Likewise.
3042         * lib/glob.c: Likewise.
3043         * lib/hard-locale.c: Likewise.
3044         * lib/iconvme.c: Likewise.
3045         * lib/javacomp.c: Likewise.
3046         * lib/mempcpy.c: Likewise.
3047         * lib/memrchr.c: Likewise.
3048         * lib/regex_internal.h: Likewise.
3049         * lib/stpncpy.c: Likewise.
3050         * lib/strcasecmp.c: Likewise.
3051         * lib/strchrnul.c: Likewise.
3052         * lib/strdup.c: Likewise.
3053         * lib/striconv.c: Likewise.
3054         * lib/striconveh.c: Likewise.
3055         * lib/striconveha.c: Likewise.
3056         * lib/strncasecmp.c: Likewise.
3057         * lib/strndup.c: Likewise.
3058         * lib/strnlen.c: Likewise.
3059         * lib/strsep.c: Likewise.
3060         * lib/strstr.c: Likewise.
3061         * lib/strtok_r.c: Likewise.
3062         * lib/userspec.c: Likewise.
3063         * lib/w32spawn.h: Likewise.
3064         * lib/xstrndup.c: Likewise.
3065         * lib/mountlist.c (strstr): Remove decl.
3066         * m4/string_h.m4: New file.
3067         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3068         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3069         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3070         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3071         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3072         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3073         Set REPLACE_STRCASECMP if necessary.
3074         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3075         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3076         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3077         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3078         HAVE_DECL_STRDUP if necessary.
3079         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3080         since gl_FUNC_STRNDUP does that now.
3081         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3082         Check for decl here...
3083         (gl_PREREQ_STRNLEN): ... not here.
3084         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3085         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3086         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3087         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3088         necessary.
3089         * modules/string: New file.
3090         * modules/memmem (Files): Remove special-purpose include file.
3091         (Depends-on): Add string.
3092         (Include): Include <string.h>, not the removed file.
3093         * modules/mempcpy: Likewise.
3094         * modules/memrchr: Likewise.
3095         * modules/stpcpy: Likewise.
3096         * modules/stpncpy: Likewise.
3097         * modules/strcase: Likewise.
3098         * modules/strchrnul: Likewise.
3099         * modules/strdup: Likewise.
3100         * modules/strndup: Likewise.
3101         * modules/strnlen: Likewise.
3102         * modules/strpbrk: Likewise.
3103         * modules/strsep: Likewise.
3104         * modules/strstr: Likewise.
3105         * modules/strtok_r: Likewise.
3106         * tests/test-dirname.c: Don't include "strdup.h", since
3107         <string.h> now suffices.
3108         * tests/test-memmem.c: Don't include "memmem.h", since
3109         <string.h> now suffices.
3110
3111 2007-01-25  Bruno Haible  <bruno@clisp.org>
3112
3113         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3114         *resultp is 0.
3115
3116         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3117         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3118         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3119         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3120
3121         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3122         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3123         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3124         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3125         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3126         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3127
3128 2007-01-24  Bruno Haible  <bruno@clisp.org>
3129
3130         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3131         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3132         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3133         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3134         gl_FUNC_FTS_CORE.
3135         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3136         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3137         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3138         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3139         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3140         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3141         gl_FUNC_FCHOWNAT.
3142         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3143         gl_FUNC_STRFTIME.
3144         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3145         Reported by Ralf Wildenhues.
3146
3147 2007-01-24  Bruno Haible  <bruno@clisp.org>
3148
3149         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3150         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3151         gl_GETADDRINFO.
3152         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3153         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3154         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3155
3156 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3157
3158         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3159         Don't use 'exit'; just return from 'main'.
3160         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3161
3162         * lib/fnmatch_.h: Readjust white space and comments to match
3163         glibc, to avoid spurious diffs.
3164
3165 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3166
3167         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3168         2004-12-01 change by Jakub Jelinek, since this code won't compile
3169         if !LIBC.  Problem reported by Bob Proulx.
3170
3171 2007-01-23  Bruno Haible  <bruno@clisp.org>
3172
3173         * lib/striconveh.c: Include c-strcaseeq.h.
3174         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3175         * modules/striconveh (Depends-on): Add c-strcaseeq.
3176
3177 2007-01-23  Bruno Haible  <bruno@clisp.org>
3178
3179         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3180
3181         * modules/c-strcaseeq: New file.
3182         * lib/c-strcaseeq.h: New file.
3183
3184         * modules/streq: New file.
3185         * lib/streq.h: New file.
3186
3187 2007-01-23  Bruno Haible  <bruno@clisp.org>
3188
3189         * modules/striconveha-tests: New file.
3190         * tests/test-striconveha.c: New file.
3191
3192         * lib/striconveha.h: Include <stdbool.h>.
3193         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3194         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3195         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3196         (mem_iconveha): New function.
3197         (str_iconveha_notranslit): Renamed from str_iconveha.
3198         (str_iconveha): New function.
3199         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3200         c-strcase.
3201
3202 2007-01-23  Bruno Haible  <bruno@clisp.org>
3203
3204         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3205         encodings without forgiving before trying any encoding with handler.
3206         (str_iconveha): Try all encodings without forgiving before trying any
3207         encoding with handler.
3208
3209 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3210
3211         Import the following changes from libc.
3212
3213         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3214
3215         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3216
3217         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3218
3219         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3220         normal_bracket label.
3221
3222         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3223
3224         [BZ #361]
3225         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3226         to normal_bracket after fetching the next character.
3227
3228 2007-01-22  Bruno Haible  <bruno@clisp.org>
3229
3230         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3231         argument.
3232         * lib/striconveh.c (iconv_carefully_1): New function.
3233         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3234         argument.
3235         (str_cd_iconveh): Update.
3236         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3237         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3238         * tests/test-striconveh.c (MAGIC): New macro.
3239         (new_offsets): New function.
3240         (main): Test call with and without offsets.
3241
3242 2007-01-22  Bruno Haible  <bruno@clisp.org>
3243
3244         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3245         * modules/sys_select (Makefile.am): Likewise.
3246         * modules/sys_socket (Makefile.am): Likewise.
3247         * modules/sys_time (Makefile.am): Likewise.
3248
3249 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3250
3251         * modules/gettimeofday (License): Change from GPL to LGPL, since
3252         gettimeofday is a library function.
3253
3254 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3255
3256         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3257
3258 2007-01-21  Bruno Haible  <bruno@clisp.org>
3259
3260         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3261
3262 2007-01-21  Bruno Haible  <bruno@clisp.org>
3263
3264         * modules/striconveha: New file.
3265         * lib/striconveha.h: New file.
3266         * lib/striconveha.c: New file.
3267         * MODULES.html.sh (Internationalization functions): Add striconveha.
3268         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3269         string.
3270         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3271
3272 2007-01-21  Bruno Haible  <bruno@clisp.org>
3273
3274         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3275         * lib/striconveh.c (str_iconveh): Likewise.
3276
3277 2007-01-21  Bruno Haible  <bruno@clisp.org>
3278
3279         * lib/striconveh.h (mem_iconveh): New declaration.
3280         * lib/striconveh.c (mem_iconveh): New function.
3281         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3282
3283 2007-01-21  Bruno Haible  <bruno@clisp.org>
3284
3285         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3286
3287         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3288         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3289         original result buffer.
3290         (str_cd_iconveh): Update.
3291         * tests/test-striconveh.c (main): Update.
3292
3293         * lib/striconv.h (mem_cd_iconv): Change specification.
3294         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3295         result buffer.
3296         (str_cd_iconv): Update.
3297         * tests/test-striconv.c (main): Update.
3298
3299 2007-01-21  Bruno Haible  <bruno@clisp.org>
3300
3301         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3302
3303 2007-01-20  Jim Meyering  <jim@meyering.net>
3304
3305         * lib/userspec.c (parse_with_separator): If a user or group string
3306         starts with "+", skip the corresponding name-to-ID look-up, since
3307         such a look-up must fail: user and group names may not include "+".
3308
3309 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3310
3311         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3312         since we now assume the sys_time module.
3313         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3314         check for sys/time.h; no longer needed.
3315         * modules/poll (Depends-on): Depend on sys_time.
3316
3317 2007-01-18  Bruno Haible  <bruno@clisp.org>
3318
3319         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3320         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3321
3322         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3323         gettimeofday.
3324
3325         * tests/test-gettimeofday.c: Include <time.h>.
3326         (dummy): Remove variable.
3327
3328         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3329         gl_HEADER_SYS_TIME_H.
3330         (gl_HEADER_SYS_TIME_H): New macro.
3331
3332         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3333         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3334         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3335         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3336         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3337         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3338         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3339         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3340         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3341         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3342         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3343
3344         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3345         last change; it caused a compilation error when cross-compiling to
3346         Cygwin.
3347
3348 2007-01-18  Jim Meyering  <jim@meyering.net>
3349
3350         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3351         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3352         than the race-prone "test -d sys || mkdir sys".
3353         (configure.ac): Use AC_PROG_MKDIR_P.
3354         * modules/sys_select: Likewise.
3355         * modules/sys_socket: Likewise.
3356         * modules/sys_time: Likewise.
3357
3358 2007-01-18  Eric Blake  <ebb9@byu.net>
3359
3360         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3361         replace gettimeofday.
3362         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3363         name, to avoid infinite recursion.
3364
3365 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3366
3367         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3368         module sys_time.
3369         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3370         assume timespec.h defines struct timeval.
3371         * lib/settime.c: Likewise.
3372         * lib/utimens.c: Likewise.
3373         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3374         since we now assume the gettimeofday module.
3375         * lib/tempname.c (__gen_tempname): Likewise.
3376         * lib/gettimeofday.h: Remove.
3377         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3378         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3379         Include <time.h>, for 'time()'.
3380         (localtime_buffer_addr): Also use this workaround if
3381         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3382         to simplify the uses.  All uses changed.
3383         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3384         that #undef is inside {}, and 'const' follows type name consistently.
3385         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3386         (gettimeofday): Do not use the maximum possible value for
3387         tv->tv_usec, since that might break usages other than ls.c.
3388         Instead, we'll leave ls.c alone.  This undoes today's patch
3389         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3390         we've never observed the problem but might as well keep the
3391         canary.
3392         * lib/nanosleep.c: Include timespec.h first, for interface check.
3393         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3394         now assume the sys_time module.
3395         * lib/tempname.c: Likewise.
3396         * lib/timespec.h: Likewise.
3397         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3398         needed.
3399         * lib/strftime.c: Likewise.
3400         * lib/timespec.h: Likewise.
3401         * lib/posixtm.c: Include posixtm.h first, for interface check.
3402         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3403         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3404         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3405         * lib/sys_time_.h: New file.
3406         * lib/timespec.h (struct timespec): Use long int, not long.
3407         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3408         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3409         Remove obsolescent call to AC_HEADER_TIME.
3410         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3411         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3412         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3413         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3414         Likewise.
3415         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3416         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3417         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3418         into the sys_time module.  Check for gettimeofday just once.
3419         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3420         for gettimeofday signature to just check the signature.  Merely
3421         compile it, since linking doesn't test signature.  Improve test for
3422         whether gettimeofday.o is actually needed.
3423         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3424         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3425         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3426         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3427         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3428         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3429         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3430         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3431         than worrying about sys/time.h.
3432         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3433         Don't bother worrying about TIME_WITH_SYS_TIME.
3434         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3435         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3436         * m4/sys_time_h.m4: New file.
3437         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3438         Don't include sys/time.h.  Return from main rather than exiting.
3439         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3440         all uses changed.
3441         * modules/gethrxtime (Depends-on): Add sys_time.
3442         * modules/gettime (Depends-on): Likewise.
3443         * modules/gettimeofday (Depends-on): Likewise.
3444         * modules/nanosleep (Depends-on): Likewise.
3445         * modules/settime (Depends-on): Likewise.
3446         * modules/tempname (Depends-on): Likewise.
3447         * modules/utimens (Depends-on): Likewise.
3448         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3449         (Include:) Change back to <sys/time.h>.
3450         (Maintainer:) Add self.
3451         * modules/sys_time: New file.
3452         * modules/tempname (Depends-on): Add gettimeofday.
3453         * tests/test-gettimeofday.c: Include <sys/time.h>
3454         rather than gettimeofday.h.
3455
3456 2007-01-17  Bruno Haible  <bruno@clisp.org>
3457
3458         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3459         the license default to GPL.
3460         (func_create_testdir): Don't complain if a module is LGPL and its
3461         tests module depends on GPLed modules.
3462
3463 2007-01-17  Bruno Haible  <bruno@clisp.org>
3464
3465         * lib/gettimeofday.c (gettimeofday): Add code for the case
3466         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3467         maximum possible value for tv->tv_usec, rather than the minimum one.
3468
3469 2005-10-08  Martin Lambers  <marlam@marlam.de>
3470 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3471 2007-01-16  Bruno Haible  <bruno@clisp.org>
3472
3473         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3474         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3475         gl_FUNC_GETTIMEOFDAY.
3476         (Include): Add gettimeofday.h.
3477         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3478         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3479         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3480         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3481         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3482         * lib/gettimeofday.h: New file.
3483         * lib/gettimeofday.c: Include <sys/timeb.h>.
3484         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3485         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3486         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3487         fall back on time().
3488
3489         * tests/test-gettimeofday.c: New file.
3490         * modules/gettimeofday-tests: New file.
3491
3492 2007-01-16  Eric Blake  <ebb9@byu.net>
3493
3494         * modules/fnmatch (Depends-on): Depend on wchar.
3495         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3496         * m4/fnmatch.m4: Likewise.
3497         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3498         * m4/mbchar.m4: Likewise.
3499         * modules/mbswidth (Depends-on): Depend on wchar.
3500         * lib/mbswidth.c: Assume <wchar.h>.
3501         * m4/mbswidth.m4: Likewise.
3502         * modules/quotearg (Depends-on): Depend on wchar.
3503         * lib/quotearg.c: Assume <wchar.h>.
3504         * m4/quotearg.m4: Likewise.
3505         * modules/regex (Depends-on): Depend on wchar.
3506         * lib/regex_internal.h: Assume <wchar.h>.
3507         * m4/regex.m4: Likewise.
3508         * modules/stdint (Depends-on): Depend on wchar.
3509         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
3510         * m4/stdint.m4: Likewise.
3511         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
3512         * modules/strftime (Depends-on): Depend on wchar.
3513         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
3514         * modules/strtol (Depends-on): Depend on wchar.
3515         * lib/strtol.c: Assume <wchar.h>.
3516         * modules/wcwidth (Depends-on): Depend on wchar.
3517         * lib/wcwidth.h: Assume <wchar.h>.
3518         * m4/wcwidth.m4: Likewise.
3519
3520 2007-01-16  Bruno Haible  <bruno@clisp.org>
3521
3522         * modules/csharpexec-script: New, created from...
3523         * modules/csharpexec: ... this.
3524
3525 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3526
3527         * modules/javaexec-script: New, created from...
3528         * modules/javaexec: ... this.
3529
3530 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3531
3532         * modules/poll (Dependencies): Add sys_select.
3533
3534 2007-01-15  Jim Meyering  <jim@meyering.net>
3535
3536         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
3537         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
3538         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
3539         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
3540
3541 2007-01-15  Bruno Haible  <bruno@clisp.org>
3542
3543         * modules/striconveh: New file.
3544         * lib/striconveh.h: New file.
3545         * lib/striconveh.c: New file.
3546         * MODULES.html.sh (Internationalization functions): Add striconveh.
3547
3548         * modules/striconveh-tests: New file.
3549         * tests/test-striconveh.c: New file.
3550
3551 2007-01-15  Bruno Haible  <bruno@clisp.org>
3552
3553         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
3554         not from GNU libiconv or GNU libc.
3555
3556 2007-01-15  Bruno Haible  <bruno@clisp.org>
3557
3558         * doc/gnulib-intro.texi (Copyright): Explain the different license
3559         terms for module descriptions, autoconf macros, tests, documentation.
3560
3561 2007-01-14  Bruno Haible  <bruno@clisp.org>
3562
3563         * modules/striconv-tests: New file.
3564         * tests/test-striconv.c: New file.
3565
3566 2007-01-14  Bruno Haible  <bruno@clisp.org>
3567
3568         * modules/iconv-tests: New file.
3569         * tests/test-iconv.c: New file.
3570
3571 2007-01-14  Bruno Haible  <bruno@clisp.org>
3572
3573         * gnulib-tool (func_get_license): For test modules, use the license of
3574         the main module.
3575
3576 2007-01-14  Bruno Haible  <bruno@clisp.org>
3577
3578         * modules/iconv (Include): Clarify that <iconv.h> can only be included
3579         if iconv is found to exist.
3580
3581 2007-01-14  Bruno Haible  <bruno@clisp.org>
3582
3583         * modules/c-ctype-tests: New file.
3584         * tests/test-c-ctype.c: New file.
3585
3586 2007-01-14  Bruno Haible  <bruno@clisp.org>
3587
3588         * modules/binary-io-tests: New file.
3589         * tests/test-binary-io.sh: New file.
3590         * tests/test-binary-io.c: New file.
3591
3592 2007-01-14  Bruno Haible  <bruno@clisp.org>
3593
3594         * modules/array-oset-tests: New file.
3595         * tests/test-array_oset.c: New file.
3596
3597 2007-01-14  Bruno Haible  <bruno@clisp.org>
3598
3599         * modules/array-list-tests: New file.
3600         * tests/test-array_list.c: New file.
3601
3602 2007-01-14  Bruno Haible  <bruno@clisp.org>
3603
3604         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
3605         and make.
3606         Reported by Simon Josefsson in
3607         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
3608
3609 2007-01-14  Bruno Haible  <bruno@clisp.org>
3610
3611         * modules/allocsa-tests: New file.
3612         * tests/test-allocsa.c: New file.
3613
3614 2007-01-14  Bruno Haible  <bruno@clisp.org>
3615
3616         * modules/fchdir (Depends-on): Add absolute-header.
3617         * modules/unistd (Depends-on): Likewise.
3618
3619 2006-12-30  Bruno Haible  <bruno@clisp.org>
3620
3621         * modules/fchdir: New file.
3622         * modules/unistd (Files): Add lib/unistd_.h.
3623         (Makefile.am): Generate unistd.h from unistd_.h.
3624         * lib/fchdir.c: New file.
3625         * lib/dirent_.h: New file.
3626         * lib/unistd_.h: New file.
3627         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
3628         * m4/fchdir.m4: New file.
3629         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
3630         (gl_HEADER_UNISTD): Invoke it.
3631         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
3632         function.
3633         * lib/backupfile.c (opendir, closedir): Undefine.
3634         * lib/chown.c (open, close): Undefine.
3635         * lib/clean-temp.c (open, close): Undefine.
3636         * lib/copy-file.c (open, close): Undefine.
3637         * lib/execute.c (open, close): Undefine.
3638         * lib/fsusage.c (open, close): Undefine.
3639         * lib/gc-gnulib.c (open, close): Undefine.
3640         * lib/getcwd.c (opendir, closedir): Undefine.
3641         * lib/glob.c (opendir, closedir): Undefine.
3642         * lib/javacomp.c (open, close): Undefine.
3643         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
3644         * lib/openat-proc.c (open, close): Undefine.
3645         * lib/pagealign_alloc.c (open, close): Undefine.
3646         * lib/pipe.c (open, close): Undefine.
3647         * lib/progreloc.c (open, close): Undefine.
3648         * lib/savedir.c (opendir, closedir): Undefine.
3649         * lib/utime.c (open, close): Undefine.
3650         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
3651
3652 2007-01-10  Bruno Haible  <bruno@clisp.org>
3653
3654         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
3655
3656 2007-01-12  Eric Blake  <ebb9@byu.net>
3657
3658         Provide a robust <wchar.h>.  Further simplifications are now
3659         possible in other modules, but not included here.
3660         * modules/wchar: New module.
3661         * m4/wchar.m4: New file.
3662         * lib/wchar_.h: Likewise.
3663         * modules/mbchar (Depends-on): Depend on wchar, as the first use
3664         of the new module.
3665         * MODULES.html.sh (Extended multibyte and wide character utilities):
3666         New section.
3667
3668 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
3669
3670         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
3671         to a reasonable default for memory allocation.
3672         (xreadlink): Don't allocate a huge buffer, to work around a buggy
3673         file system that reports garbage st_size values for symlinks.
3674         Problem reported by Liyang Hu.
3675
3676 2007-01-11  Simon Josefsson  <simon@josefsson.org>
3677
3678         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
3679         Emacs .#* auto-save files).
3680
3681 2007-01-11  Bruno Haible  <bruno@clisp.org>
3682
3683         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
3684         directory.
3685
3686 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
3687
3688         Use @...@ consistently in lib/wctype_.h.
3689         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
3690         on it being set to 1 or 0.
3691         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
3692         go back to AC_SUBSTing it.
3693         * modules/wctype (Makefile.am): Undo previous change.
3694
3695 2007-01-10  Eric Blake  <ebb9@byu.net>
3696
3697         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
3698         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
3699         * modules/wctype (Makefile.am): Likewise.
3700         Reported by Chris McGuire.
3701
3702 2007-01-10  Jim Meyering  <jim@meyering.net>
3703
3704         fts.c: a small readability/maintainability improvement
3705         * lib/fts.c (fts_read): Make this code slightly more readable and
3706         maintainable by hoisting the "sp->fts_cur = p" assignments to
3707         immediately follow the statements that set P.  Derived from
3708         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
3709
3710 2007-01-10  Eric Blake  <ebb9@byu.net>
3711
3712         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
3713         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
3714         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3715         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3716         Reported by Chris McGuire.
3717
3718 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3719
3720         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
3721         in sed script.
3722
3723 2007-01-09  Bruno Haible  <bruno@clisp.org>
3724
3725         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
3726         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
3727         variables.
3728         (func_module): Use them.
3729
3730 2007-01-09  Bruno Haible  <bruno@clisp.org>
3731
3732         * modules/unistr/base: New file.
3733         * lib/unistr.h: New file.
3734
3735         * modules/unistr/u8-to-u16: New file.
3736         * lib/unistr/u8-to-u16.c: New file.
3737
3738         * modules/unistr/u8-to-u32: New file.
3739         * lib/unistr/u8-to-u32.c: New file.
3740
3741         * modules/unistr/u16-to-u8: New file.
3742         * lib/unistr/u16-to-u8.c: New file.
3743
3744         * modules/unistr/u16-to-u32: New file.
3745         * lib/unistr/u16-to-u32.c: New file.
3746
3747         * modules/unistr/u32-to-u8: New file.
3748         * lib/unistr/u32-to-u8.c: New file.
3749
3750         * modules/unistr/u32-to-u16: New file.
3751         * lib/unistr/u32-to-u16.c: New file.
3752
3753         * modules/unistr/u8-check: New file.
3754         * modules/unistr/u16-check: New file.
3755         * modules/unistr/u32-check: New file.
3756         * lib/unistr/u8-check.c: New file.
3757         * lib/unistr/u16-check.c: New file.
3758         * lib/unistr/u32-check.c: New file.
3759
3760         * modules/unistr/u8-chr: New file.
3761         * modules/unistr/u16-chr: New file.
3762         * modules/unistr/u32-chr: New file.
3763         * lib/unistr/u8-chr.c: New file.
3764         * lib/unistr/u16-chr.c: New file.
3765         * lib/unistr/u32-chr.c: New file.
3766
3767         * modules/unistr/u8-cmp: New file.
3768         * modules/unistr/u16-cmp: New file.
3769         * modules/unistr/u32-cmp: New file.
3770         * lib/unistr/u8-cmp.c: New file.
3771         * lib/unistr/u16-cmp.c: New file.
3772         * lib/unistr/u32-cmp.c: New file.
3773
3774         * modules/unistr/u8-cpy: New file.
3775         * modules/unistr/u16-cpy: New file.
3776         * modules/unistr/u32-cpy: New file.
3777         * lib/unistr/u8-cpy.c: New file.
3778         * lib/unistr/u16-cpy.c: New file.
3779         * lib/unistr/u32-cpy.c: New file.
3780         * lib/unistr/u-cpy.h: New file.
3781
3782         * modules/unistr/u8-cpy-alloc: New file.
3783         * modules/unistr/u16-cpy-alloc: New file.
3784         * modules/unistr/u32-cpy-alloc: New file.
3785         * lib/unistr/u8-cpy-alloc.c: New file.
3786         * lib/unistr/u16-cpy-alloc.c: New file.
3787         * lib/unistr/u32-cpy-alloc.c: New file.
3788         * lib/unistr/u-cpy-alloc.h: New file.
3789
3790         * modules/unistr/u8-endswith: New file.
3791         * modules/unistr/u16-endswith: New file.
3792         * modules/unistr/u32-endswith: New file.
3793         * lib/unistr/u8-endswith.c: New file.
3794         * lib/unistr/u16-endswith.c: New file.
3795         * lib/unistr/u32-endswith.c: New file.
3796         * lib/unistr/u-endswith.h: New file.
3797
3798         * modules/unistr/u8-mblen: New file.
3799         * modules/unistr/u16-mblen: New file.
3800         * modules/unistr/u32-mblen: New file.
3801         * lib/unistr/u8-mblen.c: New file.
3802         * lib/unistr/u16-mblen.c: New file.
3803         * lib/unistr/u32-mblen.c: New file.
3804
3805         * modules/unistr/u8-mbtouc: New file.
3806         * modules/unistr/u16-mbtouc: New file.
3807         * modules/unistr/u32-mbtouc: New file.
3808         * lib/unistr/u8-mbtouc.c: New file.
3809         * lib/unistr/u16-mbtouc.c: New file.
3810         * lib/unistr/u32-mbtouc.c: New file.
3811
3812         * modules/unistr/u8-mbtouc-safe: New file.
3813         * modules/unistr/u16-mbtouc-safe: New file.
3814         * modules/unistr/u32-mbtouc-safe: New file.
3815         * lib/unistr/u8-mbtouc-safe.c: New file.
3816         * lib/unistr/u16-mbtouc-safe.c: New file.
3817         * lib/unistr/u32-mbtouc-safe.c: New file.
3818
3819         * modules/unistr/u8-move: New file.
3820         * modules/unistr/u16-move: New file.
3821         * modules/unistr/u32-move: New file.
3822         * lib/unistr/u8-move.c: New file.
3823         * lib/unistr/u16-move.c: New file.
3824         * lib/unistr/u32-move.c: New file.
3825         * lib/unistr/u-move.h: New file.
3826
3827         * modules/unistr/u8-next: New file.
3828         * modules/unistr/u16-next: New file.
3829         * modules/unistr/u32-next: New file.
3830         * lib/unistr/u8-next.c: New file.
3831         * lib/unistr/u16-next.c: New file.
3832         * lib/unistr/u32-next.c: New file.
3833
3834         * modules/unistr/u8-prev: New file.
3835         * modules/unistr/u16-prev: New file.
3836         * modules/unistr/u32-prev: New file.
3837         * lib/unistr/u8-prev.c: New file.
3838         * lib/unistr/u16-prev.c: New file.
3839         * lib/unistr/u32-prev.c: New file.
3840
3841         * modules/unistr/u8-set: New file.
3842         * modules/unistr/u16-set: New file.
3843         * modules/unistr/u32-set: New file.
3844         * lib/unistr/u8-set.c: New file.
3845         * lib/unistr/u16-set.c: New file.
3846         * lib/unistr/u32-set.c: New file.
3847         * lib/unistr/u-set.h: New file.
3848
3849         * modules/unistr/u8-startswith: New file.
3850         * modules/unistr/u16-startswith: New file.
3851         * modules/unistr/u32-startswith: New file.
3852         * lib/unistr/u8-startswith.c: New file.
3853         * lib/unistr/u16-startswith.c: New file.
3854         * lib/unistr/u32-startswith.c: New file.
3855         * lib/unistr/u-startswith.h: New file.
3856
3857         * modules/unistr/u8-stpcpy: New file.
3858         * modules/unistr/u16-stpcpy: New file.
3859         * modules/unistr/u32-stpcpy: New file.
3860         * lib/unistr/u8-stpcpy.c: New file.
3861         * lib/unistr/u16-stpcpy.c: New file.
3862         * lib/unistr/u32-stpcpy.c: New file.
3863         * lib/unistr/u-stpcpy.h: New file.
3864
3865         * modules/unistr/u8-stpncpy: New file.
3866         * modules/unistr/u16-stpncpy: New file.
3867         * modules/unistr/u32-stpncpy: New file.
3868         * lib/unistr/u8-stpncpy.c: New file.
3869         * lib/unistr/u16-stpncpy.c: New file.
3870         * lib/unistr/u32-stpncpy.c: New file.
3871         * lib/unistr/u-stpncpy.h: New file.
3872
3873         * modules/unistr/u8-strcat: New file.
3874         * modules/unistr/u16-strcat: New file.
3875         * modules/unistr/u32-strcat: New file.
3876         * lib/unistr/u8-strcat.c: New file.
3877         * lib/unistr/u16-strcat.c: New file.
3878         * lib/unistr/u32-strcat.c: New file.
3879         * lib/unistr/u-strcat.h: New file.
3880
3881         * modules/unistr/u8-strchr: New file.
3882         * modules/unistr/u16-strchr: New file.
3883         * modules/unistr/u32-strchr: New file.
3884         * lib/unistr/u8-strchr.c: New file.
3885         * lib/unistr/u16-strchr.c: New file.
3886         * lib/unistr/u32-strchr.c: New file.
3887
3888         * modules/unistr/u8-strcmp: New file.
3889         * modules/unistr/u16-strcmp: New file.
3890         * modules/unistr/u32-strcmp: New file.
3891         * lib/unistr/u8-strcmp.c: New file.
3892         * lib/unistr/u16-strcmp.c: New file.
3893         * lib/unistr/u32-strcmp.c: New file.
3894
3895         * modules/unistr/u8-strcpy: New file.
3896         * modules/unistr/u16-strcpy: New file.
3897         * modules/unistr/u32-strcpy: New file.
3898         * lib/unistr/u8-strcpy.c: New file.
3899         * lib/unistr/u16-strcpy.c: New file.
3900         * lib/unistr/u32-strcpy.c: New file.
3901         * lib/unistr/u-strcpy.h: New file.
3902
3903         * modules/unistr/u8-strcspn: New file.
3904         * modules/unistr/u16-strcspn: New file.
3905         * modules/unistr/u32-strcspn: New file.
3906         * lib/unistr/u8-strcspn.c: New file.
3907         * lib/unistr/u16-strcspn.c: New file.
3908         * lib/unistr/u32-strcspn.c: New file.
3909         * lib/unistr/u-strcspn.h: New file.
3910
3911         * modules/unistr/u8-strdup: New file.
3912         * modules/unistr/u16-strdup: New file.
3913         * modules/unistr/u32-strdup: New file.
3914         * lib/unistr/u8-strdup.c: New file.
3915         * lib/unistr/u16-strdup.c: New file.
3916         * lib/unistr/u32-strdup.c: New file.
3917         * lib/unistr/u-strdup.h: New file.
3918
3919         * modules/unistr/u8-strlen: New file.
3920         * modules/unistr/u16-strlen: New file.
3921         * modules/unistr/u32-strlen: New file.
3922         * lib/unistr/u8-strlen.c: New file.
3923         * lib/unistr/u16-strlen.c: New file.
3924         * lib/unistr/u32-strlen.c: New file.
3925         * lib/unistr/u-strlen.h: New file.
3926
3927         * modules/unistr/u8-strmblen: New file.
3928         * modules/unistr/u16-strmblen: New file.
3929         * modules/unistr/u32-strmblen: New file.
3930         * lib/unistr/u8-strmblen.c: New file.
3931         * lib/unistr/u16-strmblen.c: New file.
3932         * lib/unistr/u32-strmblen.c: New file.
3933
3934         * modules/unistr/u8-strmbtouc: New file.
3935         * modules/unistr/u16-strmbtouc: New file.
3936         * modules/unistr/u32-strmbtouc: New file.
3937         * lib/unistr/u8-strmbtouc.c: New file.
3938         * lib/unistr/u16-strmbtouc.c: New file.
3939         * lib/unistr/u32-strmbtouc.c: New file.
3940
3941         * modules/unistr/u8-strncat: New file.
3942         * modules/unistr/u16-strncat: New file.
3943         * modules/unistr/u32-strncat: New file.
3944         * lib/unistr/u8-strncat.c: New file.
3945         * lib/unistr/u16-strncat.c: New file.
3946         * lib/unistr/u32-strncat.c: New file.
3947         * lib/unistr/u-strncat.h: New file.
3948
3949         * modules/unistr/u8-strncmp: New file.
3950         * modules/unistr/u16-strncmp: New file.
3951         * modules/unistr/u32-strncmp: New file.
3952         * lib/unistr/u8-strncmp.c: New file.
3953         * lib/unistr/u16-strncmp.c: New file.
3954         * lib/unistr/u32-strncmp.c: New file.
3955
3956         * modules/unistr/u8-strncpy: New file.
3957         * modules/unistr/u16-strncpy: New file.
3958         * modules/unistr/u32-strncpy: New file.
3959         * lib/unistr/u8-strncpy.c: New file.
3960         * lib/unistr/u16-strncpy.c: New file.
3961         * lib/unistr/u32-strncpy.c: New file.
3962         * lib/unistr/u-strncpy.h: New file.
3963
3964         * modules/unistr/u8-strnlen: New file.
3965         * modules/unistr/u16-strnlen: New file.
3966         * modules/unistr/u32-strnlen: New file.
3967         * lib/unistr/u8-strnlen.c: New file.
3968         * lib/unistr/u16-strnlen.c: New file.
3969         * lib/unistr/u32-strnlen.c: New file.
3970         * lib/unistr/u-strnlen.h: New file.
3971
3972         * modules/unistr/u8-strpbrk: New file.
3973         * modules/unistr/u16-strpbrk: New file.
3974         * modules/unistr/u32-strpbrk: New file.
3975         * lib/unistr/u8-strpbrk.c: New file.
3976         * lib/unistr/u16-strpbrk.c: New file.
3977         * lib/unistr/u32-strpbrk.c: New file.
3978         * lib/unistr/u-strpbrk.h: New file.
3979
3980         * modules/unistr/u8-strrchr: New file.
3981         * modules/unistr/u16-strrchr: New file.
3982         * modules/unistr/u32-strrchr: New file.
3983         * lib/unistr/u8-strrchr.c: New file.
3984         * lib/unistr/u16-strrchr.c: New file.
3985         * lib/unistr/u32-strrchr.c: New file.
3986
3987         * modules/unistr/u8-strspn: New file.
3988         * modules/unistr/u16-strspn: New file.
3989         * modules/unistr/u32-strspn: New file.
3990         * lib/unistr/u8-strspn.c: New file.
3991         * lib/unistr/u16-strspn.c: New file.
3992         * lib/unistr/u32-strspn.c: New file.
3993         * lib/unistr/u-strspn.h: New file.
3994
3995         * modules/unistr/u8-strstr: New file.
3996         * modules/unistr/u16-strstr: New file.
3997         * modules/unistr/u32-strstr: New file.
3998         * lib/unistr/u8-strstr.c: New file.
3999         * lib/unistr/u16-strstr.c: New file.
4000         * lib/unistr/u32-strstr.c: New file.
4001         * lib/unistr/u-strstr.h: New file.
4002
4003         * modules/unistr/u8-strtok: New file.
4004         * modules/unistr/u16-strtok: New file.
4005         * modules/unistr/u32-strtok: New file.
4006         * lib/unistr/u8-strtok.c: New file.
4007         * lib/unistr/u16-strtok.c: New file.
4008         * lib/unistr/u32-strtok.c: New file.
4009         * lib/unistr/u-strtok.h: New file.
4010
4011         * modules/unistr/u8-uctomb: New file.
4012         * modules/unistr/u16-uctomb: New file.
4013         * modules/unistr/u32-uctomb: New file.
4014         * lib/unistr/u8-uctomb.c: New file.
4015         * lib/unistr/u16-uctomb.c: New file.
4016         * lib/unistr/u32-uctomb.c: New file.
4017
4018         * MODULES.html.sh (Unicode string functions): Add the new modules.
4019
4020 2007-01-08  Bruno Haible  <bruno@clisp.org>
4021
4022         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4023         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4024         subdirectories.
4025
4026 2007-01-08  Karl Berry  <karl@gnu.org>
4027
4028         * doc/error.texi: mention that main() fns must set program_name
4029         when progname is used.
4030
4031 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4032
4033         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4034         WCTYPE_H is empty, for the benefit of builds from non-distclean
4035         directories.  Problem reported by Eric Blake in
4036         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4037
4038 2007-01-08  Bruno Haible  <bruno@clisp.org>
4039
4040         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4041         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4042         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4043         PROVIDE_CANONICALIZE_FILENAME_MODE.
4044         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4045
4046 2007-01-08  Bruno Haible  <bruno@clisp.org>
4047
4048         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4049         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4050         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4051         * lib/fts.c: Likewise.
4052         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4053
4054 2006-12-25  Bruno Haible  <bruno@clisp.org>
4055
4056         * modules/utf8-ucs4-safe: New file.
4057         * lib/utf8-ucs4-safe.h: New file.
4058         * lib/unistr/utf8-ucs4-safe.c: New file.
4059
4060         * modules/utf16-ucs4-safe: New file.
4061         * lib/utf16-ucs4-safe.h: New file.
4062         * lib/unistr/utf16-ucs4-safe.c: New file.
4063
4064         * MODULES.html.sh (Unicode string functions): Add the new modules.
4065
4066 2007-01-08  Bruno Haible  <bruno@clisp.org>
4067
4068         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4069         (Depends-on): Add unitypes.
4070         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4071         (u8_mbtouc_aux): Move out to separate file.
4072         (u8_mbtouc): Use ucs4_t, uint8_t types.
4073         * lib/unistr/utf8-ucs4.c: New file.
4074
4075         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4076         (Depends-on): Add unitypes.
4077         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4078         (u16_mbtouc_aux): Move out to separate file.
4079         (u16_mbtouc): Use ucs4_t, uint16_t types.
4080         * lib/unistr/utf16-ucs4.c: New file.
4081
4082         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4083         (Depends-on): Add unitypes.
4084         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4085         (u8_uctomb_aux): Move out to separate file.
4086         (u8_uctomb): Use ucs4_t, uint8_t types.
4087         * lib/unistr/ucs4-utf8.c: New file.
4088
4089         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4090         (Depends-on): Add unitypes.
4091         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4092         (u16_uctomb_aux): Move out to separate file.
4093         (u16_uctomb): Use ucs4_t, uint16_t types.
4094         * lib/unistr/ucs4-utf16.c: New file.
4095
4096 2006-12-25  Bruno Haible  <bruno@clisp.org>
4097
4098         * modules/unitypes: New file.
4099         * lib/unitypes.h: New file.
4100         * MODULES.html.sh (func_all_modules): New section "Unicode string
4101         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4102         this section. Add unitypes.
4103
4104 2007-01-08  Bruno Haible  <bruno@clisp.org>
4105
4106         Avoid variable names that conflict with those from libtool.
4107         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4108         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4109         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4110         library_names_spec to acl_library_names_spec, hardcode_* to
4111         acl_hardcode_*.
4112         Reported by Ralf Wildenhues.
4113
4114 2007-01-08  Bruno Haible  <bruno@clisp.org>
4115
4116         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4117         definition.
4118         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4119         definition.
4120         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4121         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4122         definition.
4123         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4124         definition.
4125         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4126         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4127         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4128         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4129         definition.
4130         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4131         definition.
4132         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4133         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4134         GC_USE_<algorithm>.
4135         * lib/gc-libgcrypt.c: Likewise.
4136         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4137         * modules/gc-arctwo (configure.ac): Likewise.
4138         * modules/gc-des (configure.ac): Likewise.
4139         * modules/gc-hmac-md5 (configure.ac): Likewise.
4140         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4141         * modules/gc-md2 (configure.ac): Likewise.
4142         * modules/gc-md4 (configure.ac): Likewise.
4143         * modules/gc-md5 (configure.ac): Likewise.
4144         * modules/gc-random (configure.ac): Likewise.
4145         * modules/gc-rijndael (configure.ac): Likewise.
4146         * modules/gc-sha1 (configure.ac): Likewise.
4147
4148 2007-01-08  Bruno Haible  <bruno@clisp.org>
4149
4150         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4151         macro definition.
4152         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4153         definition.
4154         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4155         definition.
4156         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4157         * modules/fcntl-safer (configure.ac): Likewise.
4158         * modules/fopen-safer (configure.ac): Likewise.
4159         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4160         GNULIB_FWRITEERROR macro definition.
4161
4162 2007-01-08  Bruno Haible  <bruno@clisp.org>
4163
4164         * m4/gnulib-common.m4: New file.
4165         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4166         (func_get_filelist): Add m4/gnulib-common.m4.
4167
4168 2007-01-08  Bruno Haible  <bruno@clisp.org>
4169
4170         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4171         command.
4172
4173 2007-01-08  Jim Meyering  <jim@meyering.net>
4174
4175         Use a more robust test for a "can't happen" condition.
4176         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4177         narrowed the st_size value.  Presuming the "can't happen" condition
4178         is true, that narrowing could conceivably convert an invalid st_size
4179         value into a valid one.  Instead, use a change based on Matthew
4180         Woehlke's original patch.
4181
4182         Slight readability improvement: use an assert-like macro
4183         in place of literal "abort ()" uses.
4184         * lib/fts.c (fts_assert): Define.
4185         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4186         Use this macro instead of a bare 'abort'.
4187
4188 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4189
4190         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4191         simply work around them.
4192         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4193         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4194         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4195         declaring.
4196         Don't bother to define as macros, since the standard doesn't require it.
4197         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4198         longer worry about IRIX 5.3.
4199         (HAVE_WCTYPE_CTMP_BUG): Remove.
4200
4201 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4202
4203         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4204         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4205         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4206         Problems reported by Georg Schwarz for IRIX 5.3.
4207
4208         * gnulib-tool (autoconf_minversion): Take the maximum version number
4209         found, not the minimum.  Problem reported by James Youngman.
4210
4211 2007-01-03  Karl Berry  <karl@gnu.org>
4212
4213         * doc/error.texi: new file, explaining interaction with progname.
4214         * doc/gnulib.texi: include it.  Update copyright.
4215
4216 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4217
4218         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4219         AC_CANONICAL_HOST, to improve autobuild outputs.
4220
4221 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4222             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4223
4224         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4225         sockets, server sockets, and other file descriptors.  Count errors
4226         to compute the return value.  Reorder the code a bit to be easier
4227         to follow.  Don't set event bits that were not requested (except
4228         POLLERR and POLLHUP).
4229
4230 2007-01-01  Bruno Haible  <bruno@clisp.org>
4231
4232         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4233
4234 2007-01-03  Jim Meyering  <jim@meyering.net>
4235
4236         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4237
4238 2007-01-02  Bruno Haible  <bruno@clisp.org>
4239
4240         * modules/settime (Include): Require timespec.h.
4241         * modules/nanosleep (Include): Likewise.
4242
4243 2007-01-01  Bruno Haible  <bruno@clisp.org>
4244
4245         * gnulib-tool (func_emit_copyright_notice): Bump year.
4246         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4247
4248 2007-01-01  Bruno Haible  <bruno@clisp.org>
4249
4250         Improve support for OpenBSD.
4251         * build-aux/config.rpath (libname_spec): Export.
4252         (library_names_spec): New variable. Export.
4253         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4254         library_names_spec from the config.rpath output. Locate shared library
4255         through the name pattern in library_names_spec.
4256
4257 2007-01-01  Eric Blake  <ebb9@byu.net>
4258
4259         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4260
4261 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4262
4263         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4264         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4265         assume the C locale, and avoid an "eval" that could cause trouble.
4266         Problem with SORT reported by Bob Proulx.
4267
4268         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4269         Define.  Trivial patch from Henning Nielsen Lund, originally
4270         sent to bug-grep@gnu.org today.
4271
4272 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4273
4274         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4275         struct stat.  Problem reported by Henning Nielsen Lund.
4276         * lib/acl.c: Include acl.h first, to check interface.  Don't
4277         bother to include sys/types.h and sys/stat.h again.
4278
4279 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4280
4281         Import the following change from libc; problem reported by
4282         Sven Verdoolaege.
4283
4284         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4285
4286         [BZ #1373]
4287         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4288
4289 2006-12-28  Jim Meyering  <jim@meyering.net>
4290
4291         * build-aux/announce-gen: Do not assume that the package
4292         builds any of tar.gz, tar.bz2, and .xdelta files.
4293         Suggestion from Simon Josefsson.
4294
4295 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4296
4297         * modules/announce-gen: New file.
4298
4299 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4300
4301         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4302         handles its gotchas now.
4303         * lib/mbswidth.c: Likewise.
4304         * lib/wcwidth.h: Likewise.
4305         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4306         and iswcntrl; the wctype module does this stuff now.
4307         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4308         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4309         * modules/mbchar (Depends-on): Add wctype.
4310         * modules/mbswidth (Depends-on): Likewise.
4311         * modules/wcwidth (Depends-on): Likewise.
4312
4313 2006-12-27  Eric Blake  <ebb9@byu.net>
4314
4315         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4316         module uses more than what <wctype.h> is required to provide.
4317
4318 2006-12-26  Eric Blake  <ebb9@byu.net>
4319
4320         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4321
4322 2006-12-26  Eric Blake  <ebb9@byu.net>
4323
4324         * modules/absolute-header: New module.
4325         * modules/fcntl (Depends-on): Depend on it.
4326         * modules/inttypes (Depends-on): Likewise.
4327         * modules/stdint (Depends-on): Likewise.
4328         * modules/sys_stat (Depends-on): Likewise.
4329         * modules/wctype (Depends-on): Likewise.
4330         * MODULES.html.sh (Support for building libraries and
4331         executables): Document it.
4332
4333 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4334
4335         * gnulib-tool (SED): Remove, undoing previous change.
4336         The problem was that it broke coreutils on Solaris, because
4337         "sed --posix" leaked into a makefile.
4338         (sed): New alias, if 'alias' and GNU sed.
4339
4340 2006-12-24  Jim Meyering  <jim@meyering.net>
4341
4342         Work around an fchownat bug in glibc-2.4:
4343         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4344         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4345         in spite of the -P option.
4346         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4347         New macros.
4348         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4349         * modules/openat (Files): Add lib/fchownat.c.
4350         * lib/openat.c (fchownat): Don't define here.  Move to...
4351         * lib/fchownat.c: ...this new file.
4352
4353 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4354
4355         Fix bug reported by Bruno Haible in
4356         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4357         where quotearg.c didn't compile on Mac OS X 10.2 because it
4358         lacks <wchar.h> and wint_t.
4359         * lib/wctype_.h (__wctype_wint_t): New type.
4360         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4361         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4362         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4363         Arg is now of type __wctype_wint_t, not wint_t.
4364         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4365         substitute HAVE_WINT_T.
4366         * modules/wctype (Files): Add m4/wint_t.m4.
4367         (wctype.h): Substitute HAVE_WINT_T.
4368
4369 2006-12-23  Bruno Haible  <bruno@clisp.org>
4370
4371         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4372
4373 2006-12-23  Bruno Haible  <bruno@clisp.org>
4374
4375         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4376         S_ISLNK.
4377         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4378         mingw.
4379
4380 2006-12-22  Bruno Haible  <bruno@clisp.org>
4381
4382         * lib/copy-file.c: Include acl.h.
4383         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4384         Close the file descriptors only after being done with copy_acl.
4385         * modules/copy-file (Depends-on): Add acl.
4386
4387 2006-12-22  Bruno Haible  <bruno@clisp.org>
4388
4389         * gnulib-tool (SED): New variable.
4390         Use $SED instead of sed everywhere.
4391
4392 2006-12-22  Bruno Haible  <bruno@clisp.org>
4393
4394         * modules/no-c++: New file.
4395         * m4/no-c++.m4: New file.
4396         * MODULES.html.sh (Support for building libraries and executables):
4397         Add no-c++.
4398
4399 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4400
4401         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4402         Include <limits.h>, and use its INT_MAX to rewrite the
4403         j loop so that it does not overflow 'int'.  Problem reported by
4404         Ralf Wildenhues in
4405         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4406         Play it safe by shifting left by 1 rather than multiplying by 2,
4407         as GCC is less likely to optimize this away when the value
4408         is signed (when it assumes overflow leads to undefined behavior).
4409         Also, don't assume time_t uses two's complement.
4410
4411 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4412
4413         * MODULES.html.sh: New module wctype.
4414         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4415         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4416         <wctype.h>, since the new wctype module should fix this.
4417         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4418         the wctype module should arrange for it.
4419         * lib/regex_internal.h: Likewise.
4420         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4421         since the wctype module should handle this now.
4422         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4423         * modules/fnmatch (Depends-on): Add wctype.
4424         * modules/quotearg (Depends-on): Likewise.
4425         * modules/regex (Depends-on): Likewise.
4426
4427 2006-12-19  Bruno Haible  <bruno@clisp.org>
4428
4429         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4430         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4431
4432 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4433
4434         * modules/savewd (Depends-on): Fix dependency on fcntl.
4435
4436 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4437
4438         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4439         conforms to C99, rather than relying on the user's environment
4440         setting of STDINT_H.
4441
4442 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4443         and Eric Blake  <ebb9@byu.net>
4444
4445         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4446         This is more consistent with the other defines here.
4447         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4448         Port to z/OS.  Problem reported by Paul Gilmartin.
4449         Change local vars to use gl_ prefix rather than ac_.
4450         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4451         with other defines.
4452         * modules/double-slash-root: New module.
4453         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4454         (Depends-on): Add double-slash-root.
4455         * MODULES.html.sh (File system functions): Mention new module.
4456
4457 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4458
4459         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4460         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4461         This is for the benefit of gzip, which doesn't do i18n.
4462
4463 2006-12-12  Jim Meyering  <jim@meyering.net>
4464
4465         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4466         Reported by Andreas Schwab <schwab@suse.de>.
4467
4468 2006-12-12  Bruno Haible  <bruno@clisp.org>
4469
4470         Merge these changes.
4471         2006-09-05  Bruno Haible  <bruno@clisp.org>
4472         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4473         iconv_alloc succeeded.
4474         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4475         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4476         test for " && dest " at the end - dest is always != NULL there. Call
4477         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4478         with 2xNULL arguments, also to flush the state storage. Handle the
4479         IRIX iconv behaviour. Realloc the final result, to throw away unused
4480         memory.
4481
4482 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4483
4484         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4485         and fchmodat unconditionally, since glibc 2.4 has them.
4486         Problem reported by Arkadiusz Miskiewicz.
4487
4488 2006-12-10  Bruno Haible  <bruno@clisp.org>
4489
4490         * gnulib-tool (func_import): Show the include files only for those
4491         modules that are copied and specified.
4492         Reported by Karl Berry.
4493
4494 2006-12-08  Jim Meyering  <jim@meyering.net>
4495
4496         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4497         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4498
4499         * build-aux/announce-gen: Add two new options, both optional:
4500         --bootstrap-tools=TOOL_LIST
4501               a comma-separated list of tools, e.g.,
4502               autoconf,automake,bison,gnulib
4503         --gnulib-snapshot-date=DATE
4504               if gnulib is in the bootstrap tool list,
4505               then report this as the snapshot date.
4506               If not specified, use the current date/time.
4507               If you specify a date here, be sure it's UTC.
4508
4509 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4510
4511         * tests/test-argp-2.sh: Fix test to match actual output.
4512         (func_compare): Fix sed script to be portable.
4513
4514 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4515
4516         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
4517         workaround for this case.  It is not autoconfigured now; offhand
4518         it's hard to see how to autoconfigure it.
4519
4520 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4521
4522         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
4523         a directory that is about to be chowned.  Such a directory's
4524         initial file permissions should permit the owner only and this
4525         should not be changed until after the chown, since the group and
4526         other bits would be incorrect if they granted permission before
4527         the chown.
4528
4529         Fix porting problem for iswctype reported by Georg Schwarz in:
4530         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
4531         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
4532         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
4533         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
4534         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4535
4536 2006-12-03  Jim Meyering  <jim@meyering.net>
4537
4538         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
4539         p->fts_statp may not yet be defined.
4540         (fts_read): Instead, set it in the caller, once p->fts_statp is
4541         sure to be defined, and corresponds to a top-level directory.
4542         This bug made du -x fail.  Here's the coreutils test case:
4543         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
4544         Reported by Mike Frysinger.
4545
4546 2006-12-01  Jim Meyering  <jim@meyering.net>
4547
4548         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
4549         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
4550         Reported by Simon Josefsson.
4551
4552 2006-11-30  Jim Meyering  <jim@meyering.net>
4553
4554         * m4/warning.m4: Use the all-permissive copyright notice
4555         recommended by RMS (rather than LGPL).
4556         * m4/vararrays.m4: Likewise.
4557         * m4/flexmember.m4: Likewise.
4558
4559 2006-11-29  Bruno Haible  <bruno@clisp.org>
4560
4561         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4562         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
4563         using +=.
4564         Reported by Simon Josefsson <simon@josefsson.org>.
4565
4566 2006-11-28  James Youngman <jay@gnu.org>
4567
4568         * README: Advise users that they might find the bug-gnulib@gnu.org
4569         and autotools-announce@gnu.org mailing lists useful.
4570
4571 2006-11-28  Bruno Haible  <bruno@clisp.org>
4572
4573         * m4/ptrdiff_max.m4: Remove file.
4574
4575 2006-11-21  Bruno Haible  <bruno@clisp.org>
4576
4577         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
4578         _AC_COMPUTE_INT.
4579         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4580         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
4581         _AC_COMPUTE_INT.
4582         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4583         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
4584         _AC_COMPUTE_INT.
4585         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4586
4587 2006-11-28  Jim Meyering  <jim@meyering.net>
4588
4589         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
4590         warning from "gcc -Wshadow" about shadowing the builtin.
4591
4592 2006-11-27  Bruno Haible  <bruno@clisp.org>
4593
4594         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
4595         _AC_COMPUTE_INT.
4596         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4597
4598 2006-11-27  Bruno Haible  <bruno@clisp.org>
4599             Paul Eggert  <eggert@cs.ucla.edu>
4600
4601         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
4602
4603 2006-11-26  Bruno Haible  <bruno@clisp.org>
4604
4605         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4606         noinst_LTLIBRARIES.
4607
4608 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4609             Bruno Haible  <bruno@clisp.org>
4610
4611         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
4612         if compiling with "gcc -ansi".
4613
4614 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4615
4616         Fix some incompatibilities with gcc -ansi -pedantic.
4617         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
4618         if compiling pedantically with GCC, unless it's C99 or later.
4619         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
4620         it mishandles gcc -ansi -pedantic as well.
4621         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
4622         if gcc -pedantic.
4623         * lib/regexec.c (check_node_accept_bytes): Don't use auto
4624         initializers for struct if -pedantic, unless it's C99 or later.
4625
4626 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
4627
4628         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
4629         Don't close an fd more than once. Identical atimes indicate
4630         success, not failure.
4631
4632 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
4633
4634         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
4635
4636 2006-11-23  Jim Meyering  <jim@meyering.net>
4637
4638         * build-aux/announce-gen: New file.  From coreutils.
4639
4640 2006-11-22  Jim Meyering  <jim@meyering.net>
4641
4642         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
4643         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
4644         (fts_read): Use a temporary to narrow the overused st_size member
4645         before using it in a switch statement.  Reported by Matthew Woehlke.
4646
4647         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
4648         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4649
4650 2006-11-20  Bruno Haible  <bruno@clisp.org>
4651
4652         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
4653         changequote instead of pairs of brackets.
4654         Reported by Andreas Schwab <schwab@suse.de>.
4655
4656 2006-11-21  Jim Meyering  <jim@meyering.net>
4657
4658         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
4659         so as to remain compatible with older compilers.
4660         Patch from Michael Deutschmann.
4661
4662 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4663
4664         * MODULES.html.sh (File system functions): Add openat.
4665
4666         * lib/openat.h (rpl_fstatat): New macro, if
4667         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
4668         (fstatat): Define to rpl_fstatat under the same conditions,
4669         unless COMPILING_FSTATAT.
4670         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
4671         seems to have the bug.
4672         * lib/fstatat.c: New file.
4673         * modules/openat (Files): Add it.
4674
4675 2006-11-20  Bruno Haible  <bruno@clisp.org>
4676
4677         * Makefile: New file.
4678
4679 2006-11-20  Jim Meyering  <jim@meyering.net>
4680
4681         The beginnings of syntax-related checks for gnulib.
4682         * lib/Makefile: New file.
4683         * lib/t-idcache: New script.  Ensure that the two halves of
4684         idcache.c stay in sync.
4685
4686         * lib/idcache.c: Adjust comments in user- and group- portions to
4687         be more accurate, and to be consistent with one another.
4688
4689 2006-11-20  Jim Meyering  <jim@meyering.net>
4690
4691         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
4692         continue using the flexible array member (thus, this module performs
4693         half as many malloc calls), with the addition that...
4694         (getgroup, getuser): Consistently record a non-match via an empty
4695         "name" string, and map an empty string match to a NULL return value.
4696         * modules/idcache (Depends-on): Re-add flexmember.
4697
4698         * lib/idcache.c (getuser): Remove all uses of the register keyword.
4699         (getuidbyname, getgroup, getgidbyname): Likewise.
4700
4701         Use cleaner syntax: NULL rather than 0.
4702         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
4703
4704 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4705
4706         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
4707         It mishandled the case where the group was missing.
4708         Problem reported by Greg Schafer.
4709         * modules/idcache: Likewise.
4710
4711 2006-11-18  Jim Meyering  <jim@meyering.net>
4712
4713         * check-module (%exempt_header): Add exception for some
4714         conditionally-included headers.
4715
4716         * modules/i-ring (Depends-on): Add verify.
4717         (License): Change to LGPL.
4718
4719 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4720
4721         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
4722         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
4723         and inttostr.h.  Use snprintf rather than uinttostr, so that
4724         LGPLed code doesn't depend on GPLed.
4725
4726 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4727
4728         * modules/inline (License): Change from GPL to LGPL.
4729
4730 2006-11-17  Jim Meyering  <jim@meyering.net>
4731
4732         * modules/d-type (License): Switch to LGPL.
4733
4734 2006-11-15  Bruno Haible  <bruno@clisp.org>
4735
4736         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
4737
4738 2006-11-15  Eric Blake  <ebb9@byu.net>
4739
4740         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
4741         the module dependency.
4742
4743 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4744             Bruno Haible  <bruno@clisp.org>
4745
4746         * gnulib-tool (func_create_testdir): Add license consistency check.
4747
4748 2006-11-15  Eric Blake  <ebb9@byu.net>
4749
4750         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
4751         random "(cached)" in configure output.
4752
4753 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4754
4755         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
4756         test for conforming inttypes.h is both announced and cached.
4757
4758         * MODULES.html.sh (seen_modules, seen_files): New variables.
4759         (func_module): Rewrite to use a few less gnulib-tool and sed
4760         invocations.  Avoid a couple of quadratic algorithms for ...
4761         (missed_modules, missed_files): ... these, with ...
4762         (func_append, func_tmpdir): ... these new functions, from
4763         gnulib-tool.  Analogously, install traps for cleanup.
4764
4765         * tests/test-gc.c (main): Remove unused variables.
4766         * tests/test-read-file.c: Include stdlib.h, for 'free'.
4767
4768 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4769
4770         * modules/inttostr (License): Change to LGPL.
4771
4772 2006-11-14  Eric Blake  <ebb9@byu.net>
4773
4774         * modules/tempname (License): Change to LGPL.
4775
4776 2006-11-14  Eric Blake  <ebb9@byu.net>
4777
4778         * doc/functions.texi (Function Portability): *printf functions on
4779         Cygwin now understand all POSIX size specifiers.
4780
4781 2006-11-14  Bruno Haible  <bruno@clisp.org>
4782
4783         * modules/c-ctype (License): Change to LGPL.
4784
4785 2006-11-12  Bruno Haible  <bruno@clisp.org>
4786
4787         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
4788         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
4789         for GNOME libraries, for which the include files are installed in
4790         subdirectories of $prefix/include.
4791
4792 2006-11-12  Bruno Haible  <bruno@clisp.org>
4793
4794         * m4/lib-link.m4: Require at least autoconf-2.54.
4795         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
4796         name to underscores for the --with option.
4797
4798 2006-11-13  Bruno Haible  <bruno@clisp.org>
4799
4800         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
4801         the tests directory.
4802         Reported by Ralf Wildenhues.
4803
4804 2006-11-13  Bruno Haible  <bruno@clisp.org>
4805
4806         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
4807         (func_emit_initmacro_end): Undo the override here.
4808         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
4809         Works around the famous automake error in coreutils.
4810
4811 2006-11-13  Eric Blake  <ebb9@byu.net>
4812
4813         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
4814         element, not its node.
4815
4816 2006-11-12  Bruno Haible  <bruno@clisp.org>
4817
4818         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
4819         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
4820
4821 2006-11-12  Bruno Haible  <bruno@clisp.org>
4822
4823         * gnulib-tool: New option --local-symlink.
4824         (func_usage): Document it.
4825         (lsymbolic): New variable.
4826         (func_import, func_create_testdir): If --symlink was not specified,
4827         test whether --local-symlink was specified and the file comes from
4828         the local_gnulib_dir.
4829
4830 2006-11-12  Bruno Haible  <bruno@clisp.org>
4831
4832         * gnulib-tool (func_ln): New function.
4833         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
4834
4835 2006-11-12  Bruno Haible  <bruno@clisp.org>
4836
4837         Finish support for source files in subdirectories.
4838         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
4839         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
4840         AUTOMAKE_OPTIONS.
4841         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
4842
4843 2006-11-12  Bruno Haible  <bruno@clisp.org>
4844
4845         * gnulib-tool (func_get_automake_snippet): Synthesize also an
4846         EXTRA_lib_SOURCES augmentation.
4847         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
4848
4849 2006-11-12  Jim Meyering  <jim@meyering.net>
4850
4851         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
4852         file descriptors.  This also averts a failure on systems with
4853         native openat support when a traversed directory lacks "x" access.
4854         * lib/fts_.h: Include "i-ring.h"
4855         (struct FTS) [fts_fd_ring]: New member.
4856         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
4857         (FCHDIR): Add parentheses.
4858         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
4859         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
4860         When descending, rather than simply closing the previous
4861         fts_cwd_fd value, push that file descriptor onto the ring.
4862         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
4863         (fts_open): Initialize the new fd_ring member.
4864         (fts_close): Clear the ring.
4865         (fts_safe_changedir): When possible, use our new fd_ring to skip
4866         the diropen and fstat and dev/ino comparison that would normally
4867         accompany a virtual `chdir ("..")'.
4868
4869         * modules/fts (Depends-on): Add i-ring.
4870         * modules/i-ring: New module.
4871         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
4872         * m4/i-ring.m4: New file.
4873
4874 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4875
4876         * gnulib-tool (func_create_testdir): Fix replacement of
4877         `build-aux' in configure.ac.  Run autotools in gltests
4878         subdirectory.
4879         (func_create_testdir, func_create_megatestdir, test): There is
4880         no need for '--force' in most autotool invocations in a new
4881         tree.  Actually fail the whole test if any of the tools, or the
4882         configure or make stages fail.
4883
4884         Sync from Automake.
4885         * build-aux/gnupload: Revert last change.  Add pointer to upload
4886         instructions of the GNU Maintenance Instructions.
4887         Suggestion by Karl Berry.
4888
4889 2006-11-10  Jim Meyering  <jim@meyering.net>
4890
4891         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
4892
4893 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4894
4895         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
4896         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
4897         (bind_textdomain_codeset) [! ENABLE_NLS]:
4898         Evaluate all the arguments.  That way, callers get compatible behavior
4899         if the arguments have side effects.  Also, it avoids some GCC
4900         diagnostics in some cases; Joel E. Denny reported problems when Bison
4901         was configured with --enable-gcc-warnigs.
4902
4903 2006-11-10  Jim Meyering  <jim@meyering.net>
4904
4905         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
4906         relevant options in CFLAGS (like -O, -fno-inline) are taken into
4907         account.
4908
4909 2006-11-10  Jim Meyering  <jim@meyering.net>
4910
4911         * modules/inline: New file/module.
4912         * modules/xalloc (Files): Remove m4/inline.m4.
4913         (Depends-on): Add inline, instead.
4914         * modules/oset: Likewise.
4915         * modules/list: Likewise.
4916
4917 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4918
4919         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
4920         Problem reported by Matthew Woehlke.
4921
4922 2006-11-09  Bruno Haible  <bruno@clisp.org>
4923
4924         * lib/tempname.c (gen_tempname): Remove variant that invokes
4925         __gen_tempname.
4926         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
4927         __gen_tempname.
4928
4929 2006-11-08  Bruno Haible  <bruno@clisp.org>
4930
4931         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
4932         to 'yes' instead of 'cross-compiling'.
4933
4934 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
4935
4936         * lib/quotearg.h (quotearg_free): New decl.
4937         * lib/quotearg.c (quotearg_free): New function.
4938         (slot0, nslots, slotvec0, slotvec):
4939         Now file-scope so that quotearg_free can get at them.
4940
4941 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4942
4943         Sync from Automake.
4944         * build-aux/gnupload: Add missing 'gnu' to example URL.
4945         Report by Karl Berry.
4946
4947 2006-11-08  Bruno Haible  <bruno@clisp.org>
4948
4949         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
4950         Suggested by Paul Eggert.
4951
4952 2006-11-08  Jim Meyering  <jim@meyering.net>
4953
4954         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
4955         It's already included if !_LIBC.
4956         (fts_safe_changedir): Add a comment.
4957
4958 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4959
4960         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
4961         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
4962         Matthew Woehlke.
4963
4964         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
4965         definitions up, to avoid colliding with change below.
4966         (static_inline) [HAVE_INLINE]: New macro.
4967         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
4968         Provide extern decls when !HAVE_INLINE.  Do not define unless
4969         static_inline is defined, either by us or by xmalloc.c.  Use
4970         static_inline rather than static inline.
4971         (XCALLOC): Optimize sizeof(T) = 1 case.
4972         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
4973
4974 2006-11-07  Bruno Haible  <bruno@clisp.org>
4975
4976         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
4977         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
4978         AC_C_INLINE.
4979         * modules/xalloc (Files): Add m4/inline.m4.
4980
4981 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4982
4983         * README: Fix typo.
4984         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
4985         (Miscellanous Notes): ...from this.
4986
4987 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4988
4989         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
4990         Mention that offsetof should be used instead of sizeof.
4991         From Bruno Haible.
4992
4993 2006-11-07  Bruno Haible  <bruno@clisp.org>
4994
4995         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
4996
4997 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4998
4999         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5000         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5001         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5002         (gl_tree_add_before, gl_tree_add_after):
5003         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5004         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5005         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5006         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5007         (gl_linked_add_after, gl_linked_add_at): Likewise.
5008         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5009         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5010         (gl_tree_add_before, gl_tree_add_after): Likewise.
5011         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5012         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5013         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5014
5015 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5016
5017         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5018
5019 2006-11-06  Bruno Haible  <bruno@clisp.org>
5020
5021         * m4/inline.m4: New file.
5022         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5023         * modules/list (Files): Add m4/inline.m4.
5024         * modules/oset (Files): Likewise.
5025
5026 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5027
5028         * lib/idcache.c: Include <stddef.h>, for offsetof.
5029         (struct userid.name): Change from char * to a flexible array member.
5030         All uses changed.
5031         * modules/idcache (Depends-on): Add flexmember.
5032
5033         * MODULES.html.sh (Core language properties): New module flexmember.
5034         * modules/flexmember, m4/flexmember.m4: New files.
5035
5036         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5037         inline functions that are identical with the old xnmalloc_inline,
5038         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5039         that we can avoid some unnecessary integer multiplications and
5040         divisions in the common case where the element size is known at
5041         compile time.
5042         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5043         needed.
5044         (xnboundedmalloc): Remove.
5045         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5046         arguments, for consistency with rest of this header.
5047         (xcharalloc): Rewrite using XNMALLOC.
5048         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5049         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5050         versions have been moved to lib/xalloc.h and renamed to be the
5051         non-*_inline versions.
5052         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5053         and xnrealloc functions, since those functions are now inline and
5054         now call us.
5055         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5056         renaming described above.
5057         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5058         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5059         captures the dependency in AC_C_INLINE.
5060
5061         New module canonicalize-lgpl, proposed by Charles Wilson in
5062         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5063         with a few small changes afterwards.
5064         * MODULES.html.sh (File system functions): New module
5065         canonicalize-lgpl.
5066         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5067         and canonicalize_file_name.
5068         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5069         * modules/canonicalize-lgpl: New files.
5070
5071 2006-11-05  Bruno Haible  <bruno@clisp.org>
5072
5073         * gnulib-tool (func_import, func_create_testdir): Create directories
5074         also for files in subdirectories of lib/.
5075
5076 2006-11-05  Bruno Haible  <bruno@clisp.org>
5077
5078         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5079         ANSI C compliant.
5080
5081 2006-11-03  Bruno Haible  <bruno@clisp.org>
5082
5083         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5084         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5085         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5086         (xnboundedmalloc): New inline function.
5087         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5088         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5089         xmalloc.
5090         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5091         xmalloc.
5092         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5093         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5094         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5095         xmalloc.
5096         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5097         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5098         xmalloc.
5099         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5100         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5101         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5102         xmalloc.
5103         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5104         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5105         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5106         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5107         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5108         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5109         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5110
5111 2006-11-03  Bruno Haible  <bruno@clisp.org>
5112
5113         * lib/c-ctype.h [C++]: Define functions without name mangling.
5114         * lib/fwriteerror.h [C++]: Likewise.
5115         * lib/gcd.h [C++]: Likewise.
5116         * lib/linebreak.h [C++]: Likewise.
5117
5118 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5119
5120         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5121         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5122         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5123         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5124         Check for functions and headers just once.
5125         Check for declaration of canonicalize_file_name.
5126         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5127
5128 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5129
5130         * gnulib-tool (func_import): Fix typo in actioncmd.
5131
5132 2006-11-02  Bruno Haible  <bruno@clisp.org>
5133
5134         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5135         newline sequence in the Makefile.am snippet as a space, like "make"
5136         does.
5137         Reported by Roger Persson <perrog@gmail.com>.
5138
5139 2006-11-01  Bruno Haible  <bruno@clisp.org>
5140
5141         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5142         already declared in <string.h>.
5143         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5144
5145 2006-11-01  Bruno Haible  <bruno@clisp.org>
5146
5147         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5148         * lib/strcase.h: Include <string.h>.
5149         (strcasecmp): Define to rpl_strcasecmp here.
5150
5151 2006-11-01  Bruno Haible  <bruno@clisp.org>
5152
5153         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5154
5155 2006-11-01  Eric Blake  <ebb9@byu.net>
5156
5157         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5158
5159         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5160
5161 2006-10-29  Bruno Haible  <bruno@clisp.org>
5162
5163         Make it compile in C++ mode.
5164         * lib/full-write.c (full_rw): Add a cast.
5165
5166 2006-11-01  Bruno Haible  <bruno@clisp.org>
5167
5168         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5169         be POSIX compliant.
5170         Reported by Roger Persson <perrog@gmail.com>.
5171
5172 2006-11-01  Eric Blake  <ebb9@byu.net>
5173
5174         * lib/getopt_.h: Fix comments.
5175
5176 2006-10-31  Eric Blake  <ebb9@byu.net>
5177
5178         * modules/tmpdir (Depends-on): Add sys_stat.
5179         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5180         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5181         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5182         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5183         tempname.
5184
5185 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5186
5187         Avoid some C++ diagnostics reported by Bruno Haible.
5188         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5189         xmalloc.
5190         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5191         (struct slotvec): Move to top level.
5192         (quotearg_n_options): Rewrite to avoid xmalloc.
5193         * lib/xalloc.h (xcharalloc): New function.
5194         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5195         [defined __cplusplus]: Add function template that provides result
5196         type propagation.  This part of the change is from Bruno Haible.
5197
5198 2006-10-29  Bruno Haible  <bruno@clisp.org>
5199
5200         Make it compile in C++ mode.
5201         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5202         * lib/strnlen1.c (strnlen1): Cast memchr result.
5203         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5204         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5205         (create_temp_dir): Rename local variable 'template'.
5206         (compile_csharp_using_sscli): Add cast.
5207         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5208         * lib/findprog.c (find_in_path): Likewise.
5209         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5210         * lib/wait-process.c (register_slave_subprocess): Likewise.
5211
5212 2006-10-22  Bruno Haible  <bruno@clisp.org>
5213
5214         * modules/tsearch: New file.
5215         * lib/tsearch.h: New file.
5216         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5217         * m4/tsearch.m4: New file.
5218         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5219
5220 2006-10-29  Eric Blake  <ebb9@byu.net>
5221
5222         * lib/arcfour.c: Assume config.h.
5223         * lib/arctwo.c: Likewise.
5224         * lib/base64.c: Likewise.
5225         * lib/check-version.c: Likewise.
5226         * lib/crc.c: Likewise.
5227         * lib/des.c: Likewise.
5228         * lib/gc-gnulib.c: Likewise.
5229         * lib/gc-libgcrypt.c: Likewise.
5230         * lib/gc-pbkdf2-sha1.c: Likewise.
5231         * lib/getaddrinfo.c: Likewise.
5232         * lib/getdelim.c: Likewise.
5233         * lib/getline.c: Likewise.
5234         * lib/hmac-md5.c: Likewise.
5235         * lib/hmac-sha1.c: Likewise.
5236         * lib/iconvme.c: Likewise.
5237         * lib/md2.c: Likewise.
5238         * lib/md4.c: Likewise.
5239         * lib/memxor.c: Likewise.
5240         * lib/read-file.c: Likewise.
5241         * lib/readline.c: Likewise.
5242         * lib/rijndael-alg-fst.c: Likewise.
5243         * lib/rijndael-api-fst.c: Likewise.
5244         * lib/xgetdomainname.c: Likewise.
5245
5246 2006-10-28  Eric Blake  <ebb9@byu.net>
5247
5248         * lib/xstrndup.c: Assume config.h.
5249
5250 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5251
5252         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5253         stat-macros.h is now for our own macros, whereas stat_h is for
5254         macros in the <sys/stat.h> name space.
5255         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5256         (STAT_MACROS_H): Remove.
5257         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5258         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5259         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5260         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5261         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5262         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5263         Move these macros to ...
5264         * lib/stat_.h: here.  Don't include stat-macros.h.
5265         * lib/canonicalize.c: Don't include stat-macros.h.
5266         * lib/chown.c: Likewise.
5267         * lib/euidaccess.c: Likewise.
5268         * lib/file-type.c: Likewise.
5269         * lib/filemode.c: Likewise.
5270         * lib/glob.c: Likewise.
5271         * lib/isapipe.c: Likewise.
5272         * lib/lchown.c: Likewise.
5273         * lib/lstat.c: Likewise.
5274         * lib/mkdir-p.c: Likewise.
5275         * lib/rmdir.c: Likewise.
5276         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5277         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5278         unless mkdir isn't declared, to speed up 'configure'.
5279         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5280         would define all the S_* symbols.
5281         * modules/canonicalize (Depends-on):
5282         Depend on sys_stat, not stat-macros.
5283         * modules/chown: Likewise.
5284         * modules/euidaccess: Likewise.
5285         * modules/filemode: Likewise.
5286         * modules/file-type: Likewise.
5287         * modules/glob: Likewise.
5288         * modules/isapipe: Likewise.
5289         * modules/lchown: Likewise.
5290         * modules/lstat: Likewise.
5291         * modules/mkancesdirs: Likewise.
5292         * modules/rmdir: Likewise.
5293         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5294         * modules/modechange: Likewise.
5295         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5296         (configure.ac): Remove gl_STAT_MACROS.
5297         * modules/sys_stat (Depends-on): Remove stat-macros.
5298
5299 2006-10-27  Bruno Haible  <bruno@clisp.org>
5300
5301         * m4/signed.m4: Remove file.
5302         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5303         invocation.
5304         * modules/vasnprintf (Files): Remove m4/signed.m4.
5305
5306 2006-10-27  Bruno Haible  <bruno@clisp.org>
5307
5308         Update to GNU gettext 0.16.
5309         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5310         m4/inttypes-h.m4, m4/signed.m4.
5311         * m4/gettext.m4: Update to GNU gettext 0.16.
5312         * m4/intl.m4: New file, from GNU gettext.
5313         * m4/intldir.m4: New file, from GNU gettext.
5314         * config/srclist.txt: Update
5315
5316 2006-10-27  Eric Blake  <ebb9@byu.net>
5317
5318         * MODULES.html.sh: Document tempname.
5319         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5320         dependencies.
5321         (Files): Move lib/tempname.c...
5322         * modules/tempname: ...to this new module.
5323         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5324         (gl_PREREQ_TEMPNAME): Move...
5325         * m4/tempname.m4: ...to this new file.
5326         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5327         * modules/sys_stat (Depends-on): Add stat-macros.
5328         * lib/stat_.h (includes): Pick up stat macros.
5329         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5330         if stat macros are broken.
5331         * lib/tempname.c (includes): No need to include "stat-macros.h".
5332         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5333         (direxists, __path_search) [!_LIBC]: Don't compile these in
5334         gnulib; the tmpdir module covers that.
5335         * lib/tempname.h: New file.
5336
5337 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5338
5339         * COPYING: Explain how gnulib-tool converts licence headers.
5340         Almost all wording by Eric Blake.
5341
5342 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5343
5344         * lib/mbchar.h (is_basic_table): Make read-only.
5345         * lib/mbchar.c (is_basic_table): Likewise.
5346         Reported by John Darrington.
5347
5348 2006-10-25  Bruno Haible  <bruno@clisp.org>
5349
5350         * lib/progname.h (set_program_name): Undefine before defining.
5351
5352 2006-10-25  Bruno Haible  <bruno@clisp.org>
5353
5354         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5355         false for non-gcc C++ compilers.
5356         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5357
5358 2006-10-24  Bruno Haible  <bruno@clisp.org>
5359
5360         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5361         iconv implementations like Irix iconv.
5362
5363 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5364
5365         * modules/vararrays: New file.
5366         * m4/vararrays.m4: New file, taken from diffutils.
5367         * MODULES.html.sh: New module vararrays.
5368
5369 2006-10-24  Karl Berry  <karl@gnu.org>
5370
5371         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5372         Don't call GNU Unix.
5373
5374 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5375
5376         * users.txt: Add Libtool.
5377
5378         Sync from Libtool:
5379
5380         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5381
5382         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5383         to gnulib's policy of including config.h unconditionally.
5384
5385 2006-10-24  Bruno Haible  <bruno@clisp.org>
5386
5387         * modules/wcwidth (Files): Add m4/wint_t.m4.
5388         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5389         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5390
5391 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5392
5393         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5394         to pacify GCC with some -W flags enabled.  Problem reported by
5395         Bruno Haible.
5396
5397 2006-10-24  Jim Meyering  <jim@meyering.net>
5398
5399         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5400         Reported by Karl Berry.
5401
5402 2006-10-23  Bruno Haible  <bruno@clisp.org>
5403
5404         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5405
5406 2006-10-24  Bruno Haible  <bruno@clisp.org>
5407
5408         * lib/gl_list.h: Use C comment style, not C++ comment style.
5409
5410 2006-10-23  Eric Blake  <ebb9@byu.net>
5411
5412         * lib/getaddrinfo.c (includes): Add missing include.
5413
5414 2006-10-23  Bruno Haible  <bruno@clisp.org>
5415             Paul Eggert  <eggert@cs.ucla.edu>
5416
5417         Ability to rename obstack_free.
5418         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5419         obstack_free.
5420         (obstack_free): Invoke the __obstack_free macro.
5421         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5422
5423 2006-10-23  Bruno Haible  <bruno@clisp.org>
5424             Paul Eggert  <eggert@cs.ucla.edu>
5425
5426         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5427         __argc, __argv from the declaration. (They are defined as macros on
5428         mingw.)
5429
5430 2006-10-22  Bruno Haible  <bruno@clisp.org>
5431
5432         * doc/gnulib-intro.texi: New file.
5433         * doc/gnulib.texi: Include it.
5434
5435 2006-10-21  Bruno Haible  <bruno@clisp.org>
5436
5437         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5438         "Introduction", "Miscellanous Notes", "Particular Modules".
5439
5440 2006-10-21  Bruno Haible  <bruno@clisp.org>
5441
5442         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5443         Change mostlyclean-local rule to avoid sh syntax error from bash
5444         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5445
5446 2006-10-23  Jim Meyering  <jim@meyering.net>
5447
5448         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5449         in place of snprintf.
5450
5451         * modules/inttostr (Files): Add lib/uinttostr.c.
5452         * lib/uinttostr.c (inttostr): New file/function.
5453         * lib/inttostr.h (uinttostr): Declare.
5454         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5455         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5456         Add uinttostr.
5457         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5458
5459 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5460
5461         * lib/canonicalize.c (ELOOP): Define if not already defined.
5462         Problem reported by Bruno Haible in
5463         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5464
5465 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5466
5467         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5468         Problem reported by Perry Smith and Ville Laurikari.
5469
5470         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5471         uses.
5472
5473 2006-10-19  Bruno Haible  <bruno@clisp.org>
5474
5475         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5476         for mingw.
5477
5478 2006-10-19  Bruno Haible  <bruno@clisp.org>
5479
5480         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5481         Needed for mingw.
5482
5483 2006-10-19  Bruno Haible  <bruno@clisp.org>
5484
5485         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5486
5487 2006-10-19  Bruno Haible  <bruno@clisp.org>
5488
5489         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5490         it.
5491
5492 2006-10-19  Bruno Haible  <bruno@clisp.org>
5493
5494         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5495         invocation.
5496
5497 2006-10-19  Bruno Haible  <bruno@clisp.org>
5498
5499         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5500         mountlist by default.
5501
5502 2006-10-16  Bruno Haible  <bruno@clisp.org>
5503
5504         * lib/c-strstr.c: Include c-strstr.h.
5505
5506 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5507
5508         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
5509         in a slash.
5510
5511 2006-10-18  Bruno Haible  <bruno@clisp.org>
5512
5513         * lib/lock.h [C++]: Wrap definitions in extern "C".
5514
5515 2006-10-18  Bruno Haible  <bruno@clisp.org>
5516
5517         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
5518         gl_LIBOBJS list.
5519
5520 2006-10-18  Bruno Haible  <bruno@clisp.org>
5521
5522         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
5523
5524 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
5525
5526         * lib/xstrtol.h: Include gettext.h.
5527         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
5528         Problem reported by Eric Blake.
5529         * modules/xstrtol (Depends-on): Add gettext-h.
5530
5531 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
5532
5533         * lib/strftime.c (advance): New macro.
5534         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
5535         incomplete type, so you can't add 0 to it.  Problem and patch
5536         reported by Eelco Dolstra for dietlibc.
5537
5538 2006-10-18  Jim Meyering  <jim@meyering.net>
5539
5540         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
5541         type for a local, and rename it: s/up/user_proc/.
5542
5543 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5544
5545         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
5546         READ_UTMP_USER_PROCESS.
5547         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
5548
5549 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5550
5551         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
5552         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
5553
5554 2006-10-17  Eric Blake  <ebb9@byu.net>
5555
5556         * lib/sigprocmask.c (sigprocmask): Fix typo.
5557
5558         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
5559
5560         * modules/clean-temp (Makefile.am): Don't add to make output...
5561         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
5562         config.h.
5563
5564 2006-10-17  Bruno Haible  <bruno@clisp.org>
5565
5566         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
5567         differently if DEFAULT_TEXT_DOMAIN is set.
5568
5569 2006-10-16  Bruno Haible  <bruno@clisp.org>
5570
5571         * lib/clean-temp.c: Include fwriteerror.h.
5572
5573 2006-10-16  Bruno Haible  <bruno@clisp.org>
5574
5575         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
5576
5577 2006-10-16  Bruno Haible  <bruno@clisp.org>
5578
5579         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
5580         * lib/sigprocmask.h: Include <sys/types.h>.
5581         (sigset_t): Use the system's definition if present.
5582
5583 2006-10-17  Eric Blake  <ebb9@byu.net>
5584
5585         * lib/xvasprintf.c (includes): Assume config.h.
5586         * lib/xasprintf.c (includes): Likewise.
5587
5588 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5589
5590         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
5591         at least as wide as intmax_t.
5592
5593 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
5594
5595         (Imported from Automake.)
5596         * build-aux/gnupload: Update to version 1.1 of directive file.
5597
5598 2006-10-16  Eric Blake  <ebb9@byu.net>
5599
5600         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
5601         match Automake 1.10a.
5602
5603 2006-10-14  Bruno Haible  <bruno@clisp.org>
5604
5605         * modules/sigprocmask: New file.
5606         * lib/sigprocmask.h: New file.
5607         * lib/sigprocmask.c: New file.
5608         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
5609         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
5610         request sigprocmask.o.
5611         (gl_PREREQ_SIGPROCMASK): New macro.
5612         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
5613         (Depends-on): Add sigprocmask.
5614         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
5615         gt_SIGNALBLOCKING. Test for 'raise' only once.
5616         * lib/fatal-signal.c: Include sigprocmask.h.
5617         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
5618         unblock_fatal_signals): Define always.
5619         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5620         sigprocmask.
5621
5622 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
5623
5624         Sync from Automake.
5625         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
5626         which incorrectly sets the mode of an existing destination
5627         directory.  In some cases the unpatched install-sh could do the
5628         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
5629         system.  We hope this is rare in practice, but it's clearly worth
5630         fixing.  Problem reported by Alex Unleashed in
5631         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
5632         Also, don't bother to check for -m bugs unless we're using -m;
5633         suggested by Stepan Kasal.
5634
5635 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5636
5637         Sync from Automake.
5638         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
5639         `-c' flag, so they appear at the same position as in %FASTDEP%
5640         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
5641         which ignores unknown options only after the first non-option.
5642         Bug report against M4 by Nelson H. F. Beebe.
5643
5644 2006-10-13  Jim Meyering  <jim@meyering.net>
5645
5646         Fix a bug in yesterday's change.
5647         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
5648         p->fts_statp->st_dev would be used uninitialized.
5649         Ensures that we always call fts_stat on the very first entry.
5650         Miklos Szeredi reported that find -xdev stopped working.
5651
5652 2006-10-12  Bruno Haible  <bruno@clisp.org>
5653
5654         * gnulib-tool (func_get_automake_snippet): Append an automatically
5655         computed EXTRA_DIST augmentation.
5656         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
5657         * modules/alloca-opt (Makefile.am): Likewise.
5658         * modules/allocsa (Makefile.am): Likewise.
5659         * modules/arcfour (Makefile.am): Likewise.
5660         * modules/arctwo (Makefile.am): Likewise.
5661         * modules/argmatch (Makefile.am): Likewise.
5662         * modules/argz (Makefile.am): Likewise.
5663         * modules/atexit (Makefile.am): Likewise.
5664         * modules/backupfile (Makefile.am): Likewise.
5665         * modules/byteswap (Makefile.am): Likewise.
5666         * modules/c-strtod (Makefile.am): Likewise.
5667         * modules/c-strtold (Makefile.am): Likewise.
5668         * modules/calloc (Makefile.am): Likewise.
5669         * modules/canon-host (Makefile.am): Likewise.
5670         * modules/canonicalize (Makefile.am): Likewise.
5671         * modules/chdir-long (Makefile.am): Likewise.
5672         * modules/chdir-safer (Makefile.am): Likewise.
5673         * modules/check-version (Makefile.am): Likewise.
5674         * modules/chown (Makefile.am): Likewise.
5675         * modules/cloexec (Makefile.am): Likewise.
5676         * modules/close-stream (Makefile.am): Likewise.
5677         * modules/closeout (Makefile.am): Likewise.
5678         * modules/crc (Makefile.am): Likewise.
5679         * modules/csharpexec (Makefile.am): Likewise.
5680         * modules/cycle-check (Makefile.am): Likewise.
5681         * modules/des (Makefile.am): Likewise.
5682         * modules/dev-ino (Makefile.am): Likewise.
5683         * modules/dirfd (Makefile.am): Likewise.
5684         * modules/dirname (Makefile.am): Likewise.
5685         * modules/dup2 (Makefile.am): Likewise.
5686         * modules/eealloc (Makefile.am): Likewise.
5687         * modules/error (Makefile.am): Likewise.
5688         * modules/euidaccess (Makefile.am): Likewise.
5689         * modules/exclude (Makefile.am): Likewise.
5690         * modules/exitfail (Makefile.am): Likewise.
5691         * modules/fcntl-safer (Makefile.am): Likewise.
5692         * modules/fcntl (Makefile.am): Likewise.
5693         * modules/file-type (Makefile.am): Likewise.
5694         * modules/fileblocks (Makefile.am): Likewise.
5695         * modules/filemode (Makefile.am): Likewise.
5696         * modules/filenamecat (Makefile.am): Likewise.
5697         * modules/fnmatch (Makefile.am): Likewise.
5698         * modules/fopen-safer (Makefile.am): Likewise.
5699         * modules/fpending (Makefile.am): Likewise.
5700         * modules/fprintftime (Makefile.am): Likewise.
5701         * modules/free (Makefile.am): Likewise.
5702         * modules/fsusage (Makefile.am): Likewise.
5703         * modules/ftruncate (Makefile.am): Likewise.
5704         * modules/fts (Makefile.am): Likewise.
5705         * modules/gc-arcfour (Makefile.am): Likewise.
5706         * modules/gc-des (Makefile.am): Likewise.
5707         * modules/gc-hmac-md5 (Makefile.am): Likewise.
5708         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
5709         * modules/gc-md4 (Makefile.am): Likewise.
5710         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5711         * modules/gc-sha1 (Makefile.am): Likewise.
5712         * modules/gc (Makefile.am): Likewise.
5713         * modules/getaddrinfo (Makefile.am): Likewise.
5714         * modules/getcwd (Makefile.am): Likewise.
5715         * modules/getdelim (Makefile.am): Likewise.
5716         * modules/getdomainname (Makefile.am): Likewise.
5717         * modules/getgroups (Makefile.am): Likewise.
5718         * modules/gethostname (Makefile.am): Likewise.
5719         * modules/gethrxtime (Makefile.am): Likewise.
5720         * modules/getline (Makefile.am): Likewise.
5721         * modules/getloadavg (Makefile.am): Likewise.
5722         * modules/getlogin_r (Makefile.am): Likewise.
5723         * modules/getndelim2 (Makefile.am): Likewise.
5724         * modules/getopt (Makefile.am): Likewise.
5725         * modules/getpagesize (Makefile.am): Likewise.
5726         * modules/getpass-gnu (Makefile.am): Likewise.
5727         * modules/getpass (Makefile.am): Likewise.
5728         * modules/getsubopt (Makefile.am): Likewise.
5729         * modules/gettime (Makefile.am): Likewise.
5730         * modules/gettimeofday (Makefile.am): Likewise.
5731         * modules/getugroups (Makefile.am): Likewise.
5732         * modules/getusershell (Makefile.am): Likewise.
5733         * modules/glob (Makefile.am): Likewise.
5734         * modules/group-member (Makefile.am): Likewise.
5735         * modules/hard-locale (Makefile.am): Likewise.
5736         * modules/hash (Makefile.am): Likewise.
5737         * modules/hmac-md5 (Makefile.am): Likewise.
5738         * modules/hmac-sha1 (Makefile.am): Likewise.
5739         * modules/human (Makefile.am): Likewise.
5740         * modules/idcache (Makefile.am): Likewise.
5741         * modules/imaxabs (Makefile.am): Likewise.
5742         * modules/imaxdiv (Makefile.am): Likewise.
5743         * modules/inet_ntop (Makefile.am): Likewise.
5744         * modules/inet_pton (Makefile.am): Likewise.
5745         * modules/intprops (Makefile.am): Likewise.
5746         * modules/inttostr (Makefile.am): Likewise.
5747         * modules/inttypes (Makefile.am): Likewise.
5748         * modules/isapipe (Makefile.am): Likewise.
5749         * modules/javaversion (Makefile.am): Likewise.
5750         * modules/lchmod (Makefile.am): Likewise.
5751         * modules/lchown (Makefile.am): Likewise.
5752         * modules/localcharset (Makefile.am): Likewise.
5753         * modules/long-options (Makefile.am): Likewise.
5754         * modules/lstat (Makefile.am): Likewise.
5755         * modules/malloc (Makefile.am): Likewise.
5756         * modules/mathl (Makefile.am): Likewise.
5757         * modules/mbchar (Makefile.am): Likewise.
5758         * modules/md2 (Makefile.am): Likewise.
5759         * modules/md4 (Makefile.am): Likewise.
5760         * modules/md5 (Makefile.am): Likewise.
5761         * modules/memcasecmp (Makefile.am): Likewise.
5762         * modules/memchr (Makefile.am): Likewise.
5763         * modules/memcmp (Makefile.am): Likewise.
5764         * modules/memcoll (Makefile.am): Likewise.
5765         * modules/memcpy (Makefile.am): Likewise.
5766         * modules/memmem (Makefile.am): Likewise.
5767         * modules/memmove (Makefile.am): Likewise.
5768         * modules/mempcpy (Makefile.am): Likewise.
5769         * modules/memrchr (Makefile.am): Likewise.
5770         * modules/memset (Makefile.am): Likewise.
5771         * modules/memxor (Makefile.am): Likewise.
5772         * modules/mkancesdirs (Makefile.am): Likewise.
5773         * modules/mkdir-p (Makefile.am): Likewise.
5774         * modules/mkdir (Makefile.am): Likewise.
5775         * modules/mkdtemp (Makefile.am): Likewise.
5776         * modules/mkstemp (Makefile.am): Likewise.
5777         * modules/mktime (Makefile.am): Likewise.
5778         * modules/modechange (Makefile.am): Likewise.
5779         * modules/mountlist (Makefile.am): Likewise.
5780         * modules/nanosleep (Makefile.am): Likewise.
5781         * modules/obstack (Makefile.am): Likewise.
5782         * modules/openat (Makefile.am): Likewise.
5783         * modules/pagealign_alloc (Makefile.am): Likewise.
5784         * modules/pathmax (Makefile.am): Likewise.
5785         * modules/physmem (Makefile.am): Likewise.
5786         * modules/poll (Makefile.am): Likewise.
5787         * modules/posixtm (Makefile.am): Likewise.
5788         * modules/posixver (Makefile.am): Likewise.
5789         * modules/putenv (Makefile.am): Likewise.
5790         * modules/quote (Makefile.am): Likewise.
5791         * modules/quotearg (Makefile.am): Likewise.
5792         * modules/raise (Makefile.am): Likewise.
5793         * modules/read-file (Makefile.am): Likewise.
5794         * modules/readline (Makefile.am): Likewise.
5795         * modules/readlink (Makefile.am): Likewise.
5796         * modules/readtokens (Makefile.am): Likewise.
5797         * modules/readutmp (Makefile.am): Likewise.
5798         * modules/realloc (Makefile.am): Likewise.
5799         * modules/regex (Makefile.am): Likewise.
5800         * modules/rename-dest-slash (Makefile.am): Likewise.
5801         * modules/rename (Makefile.am): Likewise.
5802         * modules/rijndael (Makefile.am): Likewise.
5803         * modules/rmdir (Makefile.am): Likewise.
5804         * modules/rpmatch (Makefile.am): Likewise.
5805         * modules/safe-read (Makefile.am): Likewise.
5806         * modules/safe-write (Makefile.am): Likewise.
5807         * modules/same-inode (Makefile.am): Likewise.
5808         * modules/same (Makefile.am): Likewise.
5809         * modules/save-cwd (Makefile.am): Likewise.
5810         * modules/savedir (Makefile.am): Likewise.
5811         * modules/setenv (Makefile.am): Likewise.
5812         * modules/settime (Makefile.am): Likewise.
5813         * modules/sha1 (Makefile.am): Likewise.
5814         * modules/sig2str (Makefile.am): Likewise.
5815         * modules/snprintf (Makefile.am): Likewise.
5816         * modules/stat-macros (Makefile.am): Likewise.
5817         * modules/stat-time (Makefile.am): Likewise.
5818         * modules/stdbool (Makefile.am): Likewise.
5819         * modules/stdint (Makefile.am): Likewise.
5820         * modules/stdlib-safer (Makefile.am): Likewise.
5821         * modules/stpcpy (Makefile.am): Likewise.
5822         * modules/stpncpy (Makefile.am): Likewise.
5823         * modules/strcase (Makefile.am): Likewise.
5824         * modules/strcasestr (Makefile.am): Likewise.
5825         * modules/strchrnul (Makefile.am): Likewise.
5826         * modules/strcspn (Makefile.am): Likewise.
5827         * modules/strdup (Makefile.am): Likewise.
5828         * modules/strerror (Makefile.am): Likewise.
5829         * modules/strftime (Makefile.am): Likewise.
5830         * modules/strndup (Makefile.am): Likewise.
5831         * modules/strnlen (Makefile.am): Likewise.
5832         * modules/strpbrk (Makefile.am): Likewise.
5833         * modules/strsep (Makefile.am): Likewise.
5834         * modules/strstr (Makefile.am): Likewise.
5835         * modules/strtod (Makefile.am): Likewise.
5836         * modules/strtoimax (Makefile.am): Likewise.
5837         * modules/strtok_r (Makefile.am): Likewise.
5838         * modules/strtol (Makefile.am): Likewise.
5839         * modules/strtoll (Makefile.am): Likewise.
5840         * modules/strtoul (Makefile.am): Likewise.
5841         * modules/strtoull (Makefile.am): Likewise.
5842         * modules/strtoumax (Makefile.am): Likewise.
5843         * modules/strverscmp (Makefile.am): Likewise.
5844         * modules/sys_socket (Makefile.am): Likewise.
5845         * modules/sys_stat (Makefile.am): Likewise.
5846         * modules/sysexits (Makefile.am): Likewise.
5847         * modules/time_r (Makefile.am): Likewise.
5848         * modules/timegm (Makefile.am): Likewise.
5849         * modules/timespec (Makefile.am): Likewise.
5850         * modules/tmpfile-safer (Makefile.am): Likewise.
5851         * modules/trim (Makefile.am): Likewise.
5852         * modules/unistd-safer (Makefile.am): Likewise.
5853         * modules/unlinkdir (Makefile.am): Likewise.
5854         * modules/unlocked-io (Makefile.am): Likewise.
5855         * modules/userspec (Makefile.am): Likewise.
5856         * modules/utime (Makefile.am): Likewise.
5857         * modules/utimecmp (Makefile.am): Likewise.
5858         * modules/utimens (Makefile.am): Likewise.
5859         * modules/vasnprintf (Makefile.am): Likewise.
5860         * modules/vasprintf (Makefile.am): Likewise.
5861         * modules/vsnprintf (Makefile.am): Likewise.
5862         * modules/xalloc (Makefile.am): Likewise.
5863         * modules/xgetcwd (Makefile.am): Likewise.
5864         * modules/xnanosleep (Makefile.am): Likewise.
5865         * modules/xreadlink (Makefile.am): Likewise.
5866         * modules/xstrtod (Makefile.am): Likewise.
5867         * modules/xstrtol (Makefile.am): Likewise.
5868         * modules/xstrtold (Makefile.am): Likewise.
5869         * modules/yesno (Makefile.am): Likewise.
5870         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
5871
5872 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5873
5874         * modules/error (Makefile.am): Distribute files through
5875         EXTRA_DIST, not lib_SOURCES.
5876
5877 2006-10-12  Eric Blake  <ebb9@byu.net>
5878
5879         * modules/error (Makefile.am): Distribute files in /lib.
5880         * modules/obstack (Makefile.am): Likewise.
5881
5882 2006-10-12  Bruno Haible  <bruno@clisp.org>
5883
5884         * modules/acl (Makefile.am): Distribute all files in lib/ through
5885         EXTRA_DIST.
5886         * modules/arcfour (Makefile.am): Likewise.
5887         * modules/arctwo (Makefile.am): Likewise.
5888         * modules/argmatch (Makefile.am): Likewise.
5889         * modules/argz (Makefile.am): Likewise.
5890         * modules/atexit (Makefile.am): Likewise.
5891         * modules/backupfile (Makefile.am): Likewise.
5892         * modules/c-strtod (Makefile.am): Likewise.
5893         * modules/c-strtold (Makefile.am): Likewise.
5894         * modules/calloc (Makefile.am): Likewise.
5895         * modules/canon-host (Makefile.am): Likewise.
5896         * modules/canonicalize (Makefile.am): Likewise.
5897         * modules/chdir-long (Makefile.am): Likewise.
5898         * modules/chdir-safer (Makefile.am): Likewise.
5899         * modules/check-version (Makefile.am): Likewise.
5900         * modules/chown (Makefile.am): Likewise.
5901         * modules/cloexec (Makefile.am): Likewise.
5902         * modules/close-stream (Makefile.am): Likewise.
5903         * modules/closeout (Makefile.am): Likewise.
5904         * modules/crc (Makefile.am): Likewise.
5905         * modules/cycle-check (Makefile.am): Likewise.
5906         * modules/des (Makefile.am): Likewise.
5907         * modules/dirfd (Makefile.am): Likewise.
5908         * modules/dirname (Makefile.am): Likewise.
5909         * modules/dup2 (Makefile.am): Likewise.
5910         * modules/euidaccess (Makefile.am): Likewise.
5911         * modules/exclude (Makefile.am): Likewise.
5912         * modules/exitfail (Makefile.am): Likewise.
5913         * modules/fcntl-safer (Makefile.am): Likewise.
5914         * modules/file-type (Makefile.am): Likewise.
5915         * modules/fileblocks (Makefile.am): Likewise.
5916         * modules/filemode (Makefile.am): Likewise.
5917         * modules/filenamecat (Makefile.am): Likewise.
5918         * modules/fnmatch (Makefile.am): Likewise.
5919         * modules/fopen-safer (Makefile.am): Likewise.
5920         * modules/fpending (Makefile.am): Likewise.
5921         * modules/fprintftime (Makefile.am): Likewise.
5922         * modules/free (Makefile.am): Likewise.
5923         * modules/fsusage (Makefile.am): Likewise.
5924         * modules/ftruncate (Makefile.am): Likewise.
5925         * modules/fts (Makefile.am): Likewise.
5926         * modules/gc (Makefile.am): Likewise.
5927         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5928         * modules/getaddrinfo (Makefile.am): Likewise.
5929         * modules/getcwd (Makefile.am): Likewise.
5930         * modules/getdelim (Makefile.am): Likewise.
5931         * modules/getdomainname (Makefile.am): Likewise.
5932         * modules/getgroups (Makefile.am): Likewise.
5933         * modules/gethostname (Makefile.am): Likewise.
5934         * modules/gethrxtime (Makefile.am): Likewise.
5935         * modules/getline (Makefile.am): Likewise.
5936         * modules/getloadavg (Makefile.am): Likewise.
5937         * modules/getlogin_r (Makefile.am): Likewise.
5938         * modules/getopt (Makefile.am): Likewise.
5939         * modules/getpass (Makefile.am): Likewise.
5940         * modules/getpass-gnu (Makefile.am): Likewise.
5941         * modules/getsubopt (Makefile.am): Likewise.
5942         * modules/gettime (Makefile.am): Likewise.
5943         * modules/gettimeofday (Makefile.am): Likewise.
5944         * modules/getugroups (Makefile.am): Likewise.
5945         * modules/getusershell (Makefile.am): Likewise.
5946         * modules/glob (Makefile.am): Likewise.
5947         * modules/group-member (Makefile.am): Likewise.
5948         * modules/hard-locale (Makefile.am): Likewise.
5949         * modules/hash (Makefile.am): Likewise.
5950         * modules/hmac-md5 (Makefile.am): Likewise.
5951         * modules/hmac-sha1 (Makefile.am): Likewise.
5952         * modules/human (Makefile.am): Likewise.
5953         * modules/idcache (Makefile.am): Likewise.
5954         * modules/imaxabs (Makefile.am): Likewise.
5955         * modules/imaxdiv (Makefile.am): Likewise.
5956         * modules/inet_ntop (Makefile.am): Likewise.
5957         * modules/inet_pton (Makefile.am): Likewise.
5958         * modules/inttostr (Makefile.am): Likewise.
5959         * modules/isapipe (Makefile.am): Likewise.
5960         * modules/lchown (Makefile.am): Likewise.
5961         * modules/long-options (Makefile.am): Likewise.
5962         * modules/lstat (Makefile.am): Likewise.
5963         * modules/malloc (Makefile.am): Likewise.
5964         * modules/mathl (Makefile.am): Likewise.
5965         * modules/mbchar (Makefile.am): Likewise.
5966         * modules/md2 (Makefile.am): Likewise.
5967         * modules/md4 (Makefile.am): Likewise.
5968         * modules/md5 (Makefile.am): Likewise.
5969         * modules/memcasecmp (Makefile.am): Likewise.
5970         * modules/memchr (Makefile.am): Likewise.
5971         * modules/memcmp (Makefile.am): Likewise.
5972         * modules/memcoll (Makefile.am): Likewise.
5973         * modules/memcpy (Makefile.am): Likewise.
5974         * modules/memmem (Makefile.am): Likewise.
5975         * modules/memmove (Makefile.am): Likewise.
5976         * modules/mempcpy (Makefile.am): Likewise.
5977         * modules/memrchr (Makefile.am): Likewise.
5978         * modules/memset (Makefile.am): Likewise.
5979         * modules/memxor (Makefile.am): Likewise.
5980         * modules/mkancesdirs (Makefile.am): Likewise.
5981         * modules/mkdir (Makefile.am): Likewise.
5982         * modules/mkdir-p (Makefile.am): Likewise.
5983         * modules/mkdtemp (Makefile.am): Likewise.
5984         * modules/mkstemp (Makefile.am): Likewise.
5985         * modules/mktime (Makefile.am): Likewise.
5986         * modules/modechange (Makefile.am): Likewise.
5987         * modules/mountlist (Makefile.am): Likewise.
5988         * modules/nanosleep (Makefile.am): Likewise.
5989         * modules/openat (Makefile.am): Likewise.
5990         * modules/pagealign_alloc (Makefile.am): Likewise.
5991         * modules/physmem (Makefile.am): Likewise.
5992         * modules/poll (Makefile.am): Likewise.
5993         * modules/posixtm (Makefile.am): Likewise.
5994         * modules/posixver (Makefile.am): Likewise.
5995         * modules/putenv (Makefile.am): Likewise.
5996         * modules/quote (Makefile.am): Likewise.
5997         * modules/quotearg (Makefile.am): Likewise.
5998         * modules/raise (Makefile.am): Likewise.
5999         * modules/read-file (Makefile.am): Likewise.
6000         * modules/readline (Makefile.am): Likewise.
6001         * modules/readlink (Makefile.am): Likewise.
6002         * modules/readtokens (Makefile.am): Likewise.
6003         * modules/readutmp (Makefile.am): Likewise.
6004         * modules/realloc (Makefile.am): Likewise.
6005         * modules/regex (Makefile.am): Likewise.
6006         * modules/rename (Makefile.am): Likewise.
6007         * modules/rename-dest-slash (Makefile.am): Likewise.
6008         * modules/rijndael (Makefile.am): Likewise.
6009         * modules/rmdir (Makefile.am): Likewise.
6010         * modules/rpmatch (Makefile.am): Likewise.
6011         * modules/safe-read (Makefile.am): Likewise.
6012         * modules/safe-write (Makefile.am): Likewise.
6013         * modules/same (Makefile.am): Likewise.
6014         * modules/save-cwd (Makefile.am): Likewise.
6015         * modules/savedir (Makefile.am): Likewise.
6016         * modules/setenv (Makefile.am): Likewise.
6017         * modules/settime (Makefile.am): Likewise.
6018         * modules/sha1 (Makefile.am): Likewise.
6019         * modules/sig2str (Makefile.am): Likewise.
6020         * modules/snprintf (Makefile.am): Likewise.
6021         * modules/stdlib-safer (Makefile.am): Likewise.
6022         * modules/stpcpy (Makefile.am): Likewise.
6023         * modules/stpncpy (Makefile.am): Likewise.
6024         * modules/strcase (Makefile.am): Likewise.
6025         * modules/strcasestr (Makefile.am): Likewise.
6026         * modules/strchrnul (Makefile.am): Likewise.
6027         * modules/strcspn (Makefile.am): Likewise.
6028         * modules/strdup (Makefile.am): Likewise.
6029         * modules/strerror (Makefile.am): Likewise.
6030         * modules/strftime (Makefile.am): Likewise.
6031         * modules/strndup (Makefile.am): Likewise.
6032         * modules/strnlen (Makefile.am): Likewise.
6033         * modules/strpbrk (Makefile.am): Likewise.
6034         * modules/strsep (Makefile.am): Likewise.
6035         * modules/strstr (Makefile.am): Likewise.
6036         * modules/strtod (Makefile.am): Likewise.
6037         * modules/strtoimax (Makefile.am): Likewise.
6038         * modules/strtok_r (Makefile.am): Likewise.
6039         * modules/strtol (Makefile.am): Likewise.
6040         * modules/strtoll (Makefile.am): Likewise.
6041         * modules/strtoul (Makefile.am): Likewise.
6042         * modules/strtoull (Makefile.am): Likewise.
6043         * modules/strtoumax (Makefile.am): Likewise.
6044         * modules/strverscmp (Makefile.am): Likewise.
6045         * modules/time_r (Makefile.am): Likewise.
6046         * modules/timegm (Makefile.am): Likewise.
6047         * modules/tmpfile-safer (Makefile.am): Likewise.
6048         * modules/unistd-safer (Makefile.am): Likewise.
6049         * modules/unlinkdir (Makefile.am): Likewise.
6050         * modules/userspec (Makefile.am): Likewise.
6051         * modules/utime (Makefile.am): Likewise.
6052         * modules/utimecmp (Makefile.am): Likewise.
6053         * modules/utimens (Makefile.am): Likewise.
6054         * modules/vasnprintf (Makefile.am): Likewise.
6055         * modules/vasprintf (Makefile.am): Likewise.
6056         * modules/vsnprintf (Makefile.am): Likewise.
6057         * modules/xalloc (Makefile.am): Likewise.
6058         * modules/xgetcwd (Makefile.am): Likewise.
6059         * modules/xnanosleep (Makefile.am): Likewise.
6060         * modules/xreadlink (Makefile.am): Likewise.
6061         * modules/xstrtod (Makefile.am): Likewise.
6062         * modules/xstrtol (Makefile.am): Likewise.
6063         * modules/xstrtold (Makefile.am): Likewise.
6064         * modules/yesno (Makefile.am): Likewise.
6065
6066 2006-10-12  Jim Meyering  <jim@meyering.net>
6067
6068         * m4/getloadavg.m4: Revert the change below.
6069
6070         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6071         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6072         fail with a symlink, which is what coreutils' ./bootstrap now
6073         creates by default.
6074
6075 2006-10-12  Bruno Haible  <bruno@clisp.org>
6076
6077         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6078         mingw.
6079         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6080         MSVC and mingw explicitly.
6081
6082 2006-10-11  Simon Josefsson  <jas@extundo.com>
6083             Bruno Haible  <bruno@clisp.org>
6084
6085         Add support for multiple gnulib-tool invocations in the scope of a
6086         single configure.ac file.
6087         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6088         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6089         with the same contents as the _LIBADD variable.
6090         (func_emit_initmacro_start, func_emit_initmacro_end,
6091         func_emit_initmacro_done): New functions.
6092         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6093         gl_LIBOBJS and gl_LTLIBOBJS.
6094
6095 2006-10-11  Bruno Haible  <bruno@clisp.org>
6096
6097         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6098         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6099         autoreconf. Instead, invoke autopoint explicitly but move back the
6100         *.m4 files from gnulib.
6101
6102 2006-10-11  Bruno Haible  <bruno@clisp.org>
6103
6104         * gnulib-tool (func_usage): Make module names after --create-testdir
6105         optional.
6106         (func_create_testdir): If no module was specified, use nearly all
6107         modules.
6108
6109 2006-10-12  Jim Meyering  <jim@meyering.net>
6110
6111         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6112         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6113         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6114         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6115         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6116         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6117         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6118         (fts_set_stat_required): New function.
6119         (fts_open): Defer the calls to fts_stat, if possible or requested.
6120         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6121         into fts_stat itself.
6122         (fts_read): Perform any required (deferred) fts_stat call.
6123         (fts_build): Likewise, for the directory we're about to open and read.
6124         In the readdir loop, carefully decide whether each entry will require
6125         an eventual call to fts_stat, using dirent.d_type info if available.
6126         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6127         a command line argument into this function.  Update all callers.
6128         Map a return value of FTS_DOT to FTS_D for a command line argument.
6129         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6130         Thanks to Miklos Szeredi for his tenacity and for the initial
6131         bug report about "find" failing on a FUSE-based file system.
6132
6133         * lib/fts.c (fts_open): Use consistent indentation.
6134
6135 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6136
6137         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6138         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6139         reported by Jim Meyering.  All uses of cache variables renamed
6140         to match Autoconf's.
6141         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6142         the other one.
6143
6144         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6145         Fix misspelling in diagnostic.
6146
6147 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6148
6149         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6150         defined.  Problem reported by Matthew Woehlke.
6151
6152         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6153         Add support for Tandem NonStop R series.
6154         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6155         Use new macro.
6156
6157         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6158         (has_trailing_slash): Omit size arg; all callers changed.
6159         Omit 'inline', since it doesn't help performance and we'd
6160         need to configure it.
6161         Don't count //, ///, etc. as having a trailing slash.
6162         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6163         (rpl_rename_dest_slash): On failure, use rename's errno rather
6164         than (in some cases) an incorrect or junk errno.
6165         Simplify code by removing need to compute length; this does
6166         cause it to make two passes instead of one over the file name,
6167         but it's worth it.
6168
6169         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6170         change, since Autoconf's version may no longer be appropriate now
6171         that we are using CVS Autoconf's version.  Add support for Tandem.
6172
6173 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6174             Bruno Haible  <bruno@clisp.org>
6175
6176         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6177         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6178         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6179         gl_AC_TYPE_LONG_LONG.
6180
6181         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6182         instead of HAVE_LONG_LONG.
6183         * lib/printf-args.c (printf_fetchargs): Likewise.
6184         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6185         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6186         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6187         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6188         gl_AC_TYPE_LONG_LONG.
6189
6190 2006-10-11  Bruno Haible  <bruno@clisp.org>
6191
6192         * m4/longlong.m4: Add comments.
6193         * m4/ulonglong.m4: Likewise.
6194
6195 2006-10-10  Bruno Haible  <bruno@clisp.org>
6196
6197         Make it possible to #define stpcpy, strdup to aliases.
6198         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6199         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6200
6201 2006-10-10  Bruno Haible  <bruno@clisp.org>
6202
6203         Make it possible to #define gcd to an alias.
6204         * lib/gcd.c: Include config.h.
6205
6206 2006-10-10  Bruno Haible  <bruno@clisp.org>
6207
6208         Make it possible to #define c_isascii to an alias.
6209         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6210         defined. Undefine the macros before defining them, to avoid gcc
6211         warnings.
6212         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6213         define NO_C_CTYPE_MACROS early.
6214
6215 2006-10-10  Bruno Haible  <bruno@clisp.org>
6216
6217         Make it possible to #define set_program_name to an alias.
6218         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6219         ENABLE_RELOCATABLE early.
6220
6221 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6222
6223         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6224         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6225         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6226         More generally, don't assume that 64-bit signed int is available
6227         if unsigned int is, and vice versa.
6228         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6229         unsigned symbols, not on their signed counterparts.
6230         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6231         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6232         (UINT64_C, UINTMAX_C):
6233         Likewise.
6234         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6235         unsigned counterparts.
6236         (Have_long_long, Unsigned): New macros.
6237         (Int): Renamed from INT.
6238         (strtoimax): Use the new macros.
6239         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6240         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6241         * modules/inttypes (inttypes.h): Substitute
6242         HAVE_UNSIGNED_LONG_LONG_INT.
6243         * modules/stdint (stdint.h): Likewise.
6244         (Files): Add m4/ulonglong.m4.
6245
6246 2006-10-10  Bruno Haible  <bruno@clisp.org>
6247
6248         Fix a gcc -Wshadow warning.
6249         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6250         to 'bucket'.
6251         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6252         gl_linked_indexof_from_to): Likewise.
6253         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6254         Likewise.
6255         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6256         Likewise.
6257         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6258         Reported by Eric Blake.
6259
6260 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6261
6262         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6263         for NetBSD.  Problem reported by Bruno Haible.
6264
6265 2006-10-09  Jim Meyering  <jim@meyering.net>
6266
6267         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6268         Patch from Bruno Haible.
6269
6270 2006-10-09  Jim Meyering  <jim@meyering.net>
6271
6272         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6273         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6274         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6275
6276 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6277
6278         Don't include <config.h> twice; this doesn't work in some cases,
6279         e.g., when config.h has "#define intmax_t long long int" and
6280         we include <config.h>, <inttypes.h>, <config.h> in that order.
6281         Problem reported by Matthew Woehlke in:
6282         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6283         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6284         * lib/fts-cycle.c: Don't include config.h.
6285         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6286         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6287         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6288         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6289         inttypes.h.
6290         * lib/xstrtoumax.c: Likewise.
6291         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6292         __strtol and the like, so that this module is more like its siblings.
6293         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6294         Remove; no longer needed now that we assume gnulib inttypes.h.
6295
6296 2006-10-08  Bruno Haible  <bruno@clisp.org>
6297
6298         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6299         option.
6300
6301 2006-10-07  Jim Meyering  <jim@meyering.net>
6302
6303         * modules/inttypes (inttypes.h): Revert what seems to have been
6304         an inadvertent part of today's change: use "|", not "/" in the
6305         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6306
6307 2006-10-07  Bruno Haible  <bruno@clisp.org>
6308
6309         * modules/sublist: New file.
6310
6311 2006-10-07  Bruno Haible  <bruno@clisp.org>
6312
6313         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6314         * modules/argz (argz.h): Likewise.
6315         * modules/arpa_inet (arpa/inet.h): Likewise.
6316         * modules/byteswap (byteswap.h): Likewise.
6317         * modules/configmake (configmake.h): Likewise.
6318         * modules/fcntl (fcntl.h): Likewise.
6319         * modules/fnmatch (fnmatch.h): Likewise.
6320         * modules/getopt (getopt.h): Likewise.
6321         * modules/glob (glob.h): Likewise.
6322         * modules/inttypes (inttypes.h): Likewise.
6323         * modules/netinet_in (netinet/in.h): Likewise.
6324         * modules/poll (poll.h): Likewise.
6325         * modules/stdbool (stdbool.h): Likewise.
6326         * modules/stdint (stdint.h): Likewise.
6327         * modules/sys_select (sys/select.h): Likewise.
6328         * modules/sys_socket (sys/socket.h): Likewise.
6329         * modules/sys_stat (sys/stat.h): Likewise.
6330         * modules/sysexits (sysexits.h): Likewise.
6331         * modules/unistd (unistd.h): Likewise.
6332         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6333         Add a "DO NOT EDIT" comment to the generated file.
6334         (func_import): Likewise for gnulib-comp.m4.
6335
6336 2006-10-07  Bruno Haible  <bruno@clisp.org>
6337
6338         * lib/gl_sublist.h: New file.
6339         * lib/gl_sublist.c: New file.
6340
6341 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6342
6343         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6344         name (relative to the original working directory) and the file
6345         name component (relative to the temporary working directory).  All
6346         callers changed.
6347         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6348         * lib/mkdir-p.c (make_dir_parents): Likewise.
6349         * lib/mkdir-p.h (make_dir_parents): Likewise.
6350
6351 2006-10-06  Eric Blake  <ebb9@byu.net>
6352
6353         Define several macros for use by the clean-temp module.
6354         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6355         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6356         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6357
6358         * lib/clean-temp.h (close_stream_temp): New declaration.
6359         * lib/clean-temp.c (includes): Pull in headers according to what
6360         other modules are in use.
6361         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6362
6363 2006-10-06  Bruno Haible  <bruno@clisp.org>
6364
6365         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6366         instead of fopen, fwriteerror.
6367
6368 2006-10-06  Bruno Haible  <bruno@clisp.org>
6369
6370         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6371         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6372         int.
6373         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6374         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6375         Return an error indicator.
6376         Suggested by Eric Blake.
6377
6378 2006-10-06  Bruno Haible  <bruno@clisp.org>
6379
6380         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6381         Reported by Eric Blake.
6382
6383 2006-10-06  Bruno Haible  <bruno@clisp.org>
6384
6385         * modules/closeout (Description): Mention stderr too.
6386
6387 2006-10-06  Bruno Haible  <bruno@clisp.org>
6388         and Paul Eggert  <eggert@cs.ucla.edu>
6389
6390         * lib/closeout.c (close_stdout): Also close stderr.
6391         * lib/closeout.h: Update comment.
6392
6393 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6394
6395         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6396         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6397         * lib/dirchownmod.c: Include lchown.h.
6398         * lib/lchown.c: Don't include files that lchown.h now includes.
6399         Don't declare chown, since lchown.h now does that.
6400         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6401         (lchown): Define to rpl_chown if lchown is declared but
6402         does not exist.  Declare using a prototype if lchown is not
6403         declared.  Add a copyright notice.
6404         * lib/mkstemp.h: Include <unistd.h>.
6405         * lib/openat.c: Include lchown.h.
6406
6407         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6408         we now test for that separately.
6409         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6410         rather than O_NOFOLLOW, when testing whether it's possible to
6411         avoid a race condition reliably.
6412         * lib/savewd.c (savewd_chdir): Likewise.
6413
6414         Remove macros that are no longer needed now that stdint.h is
6415         reliable.
6416         * lib/fsusage.c (UINTMAX_MAX): Remove.
6417         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6418         * lib/utimecmp.c (SIZE_MAX): Remove.
6419
6420         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6421
6422         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6423         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6424         O_NOATIME works.
6425
6426 2006-10-05  Bruno Haible  <bruno@clisp.org>
6427
6428         * lib/gl_list.h (gl_sortedlist_search_from_to,
6429         gl_sortedlist_indexof_from_to): New declarations.
6430         (gl_list_implementation): New fields sortedlist_search_from_to,
6431         sortedlist_indexof_from_to.
6432         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6433         inline functions.
6434         * lib/gl_list.c (gl_sortedlist_search_from_to,
6435         gl_sortedlist_indexof_from_to): New functions.
6436         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6437         function.
6438         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6439         (gl_array_sortedlist_search_from_to): New function.
6440         (gl_array_list_implementation): Update.
6441         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6442         function.
6443         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6444         (gl_carray_sortedlist_search_from_to): New function.
6445         (gl_carray_list_implementation): Update.
6446         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6447         gl_linked_sortedlist_indexof_from_to): New functions.
6448         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6449         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6450         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6451         gl_tree_sortedlist_indexof_from_to): New functions.
6452         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6453         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6454         Update.
6455         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6456         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6457         Update.
6458
6459 2006-10-05  Bruno Haible  <bruno@clisp.org>
6460
6461         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6462         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6463         (struct gl_list_implementation): Add fields search_from_to,
6464         indexof_from_to. Remove fields search, indexof.
6465         (gl_list_search): Use the search_from_to method.
6466         (gl_list_search_from, gl_list_search_from_to): New functions.
6467         (gl_list_indexof): Use the indexof_from_to method.
6468         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6469         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6470         (gl_list_search_from, gl_list_search_from_to): New functions.
6471         (gl_list_indexof): Use the indexof_from_to method.
6472         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6473         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6474         gl_array_indexof. Add start_index, end_index arguments.
6475         (gl_array_search_from_to): Renamed from gl_array_search. Add
6476         start_index, end_index arguments.
6477         (gl_array_remove, gl_array_list_implementation): Update.
6478         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6479         gl_carray_indexof. Add start_index, end_index arguments.
6480         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6481         start_index, end_index arguments.
6482         (gl_carray_remove, gl_carray_list_implementation): Update.
6483         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6484         gl_linked_search. Add start_index, end_index arguments.
6485         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6486         start_index, end_index arguments.
6487         (gl_linked_remove): Update.
6488         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6489         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6490         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6491         field to 'size_t'.
6492         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6493         gl_tree_search. Add start_index, end_index arguments.
6494         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6495         start_index, end_index arguments.
6496         (gl_tree_remove): Update.
6497         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6498         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6499         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6500         function.
6501         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6502         gl_tree_search. Add start_index, end_index arguments.
6503         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6504         start_index, end_index arguments.
6505         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6506         Update.
6507         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6508
6509 2006-10-05  Bruno Haible  <bruno@clisp.org>
6510
6511         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
6512
6513         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
6514         fwriteerror_temp): New declarations.
6515         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
6516         (descriptors): New variable.
6517         (cleanup): First, close the descriptors.
6518         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
6519         fclose_temp, fwriteerror_temp): New functions.
6520
6521 2006-10-04  Jim Meyering  <jim@meyering.net>
6522
6523         * lib/fts.c (fts_open): Tiny comment change.
6524
6525 2006-10-04  Bruno Haible  <bruno@clisp.org>
6526
6527         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
6528         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
6529         gl_LOCK_BODY.
6530         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
6531         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
6532         gl_LOCK_EARLY_BODY.
6533         (gl_LOCK): Require gl_LOCK_BODY.
6534
6535 2006-10-04  Bruno Haible  <bruno@clisp.org>
6536
6537         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
6538         (gl_oset_search_atleast): New declaration.
6539         (struct gl_oset_implementation): Add field 'search_atleast'.
6540         (gl_oset_search_atleast): New inline function.
6541         * lib/gl_oset.c (gl_oset_search_atleast): New function.
6542         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
6543         (gl_array_oset_implementation): Update.
6544         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
6545         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
6546         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
6547
6548 2006-10-04  Bruno Haible  <bruno@clisp.org>
6549
6550         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
6551
6552 2006-10-03  Bruno Haible  <bruno@clisp.org>
6553
6554         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
6555         from gl_avltreehash_list_implementation.
6556
6557 2006-10-03  Bruno Haible  <bruno@clisp.org>
6558
6559         * lib/gl_oset.c (gl_oset_add): Fix return type.
6560
6561 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
6562
6563         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
6564
6565 2006-10-02  Eric Blake  <ebb9@byu.net>
6566
6567         * modules/strnlen (Depends-on): Add extensions.
6568
6569 2006-10-02  Eric Blake  <ebb9@byu.net>
6570
6571         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
6572         definition in 2.60+.
6573
6574 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
6575
6576         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
6577         checks.
6578
6579 2006-10-02  Bruno Haible  <bruno@clisp.org>
6580
6581         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
6582         to the AUTOMAKE_OPTIONS.
6583         Reported by Jim Meyering.
6584
6585 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
6586
6587         Work around bug in Solaris 10 /proc file system:
6588         /proc/self/fd/NNN/.. isn't the parent directory of
6589         the directory whose file descriptor is NNN.  This needs to
6590         be worked around at run time, not compile time, since a
6591         program might be built on Solaris 8, where things work, and
6592         run on Solaris 10.
6593         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
6594         to use the following interface instead:
6595         (OPENAT_BUFFER_SIZE): New macro.
6596         (openat_proc_name): New function.
6597         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
6598         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
6599         Likewise.
6600         * lib/openat-proc.c: New file.
6601         * modules/openat (Files): Add lib/openat-proc.c.
6602         (Depends-on): Add same-inode, stdbool.
6603         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
6604
6605 2006-09-29  Bruno Haible  <bruno@clisp.org>
6606
6607         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
6608         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
6609         argument. Set stdout_closed before testing for ferror, not after.
6610         (fwriteerror, fwriteerror_no_ebadf): New functions.
6611
6612 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6613
6614         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
6615
6616 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
6617
6618         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
6619         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
6620
6621 2006-09-28  Jim Meyering  <jim@meyering.net>
6622
6623         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
6624         Include <unistd.h>.
6625
6626 2006-09-28  Bruno Haible  <bruno@clisp.org>
6627
6628         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
6629         * modules/linkedhash-list (Depends-on): Likewise.
6630         * modules/rbtreehash-list (Depends-on): Likewise.
6631
6632 2006-09-28  Bruno Haible  <bruno@clisp.org>
6633
6634         * lib/strndup.h: Simplify the redefinition of strndup.
6635         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
6636         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
6637
6638 2006-09-28  Bruno Haible  <bruno@clisp.org>
6639
6640         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
6641         * lib/gl_linkedhash_list.c: Likewise.
6642         * lib/gl_rbtreehash_list.c: Likewise.
6643
6644 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
6645
6646         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
6647         getaddrinfo.
6648
6649         * lib/__fpending.h: Don't include <stdio_ext.h> unless
6650         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
6651         it causes <stdio_ext.h> to cause a compile-time error.
6652         Problem reported by Nelson H. F. Beebe.
6653         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
6654         of HAVE_DECL___PENDING.
6655
6656         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
6657         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
6658         declaration.
6659
6660 2006-09-27  Jim Meyering  <jim@meyering.net>
6661
6662         This file could end up with a definition for a function
6663         named __strndup, rather than rpl_strndup on a system with
6664         incomplete weak_alias support.
6665         * lib/strndup.c (strndup): Rename from __strndup.
6666         Remove #defines that used to map __strndup to strndup.
6667         Don't use K&R prototypes.
6668         Remove LIBC-related code, since this file is not sync'd with glibc.
6669         * lib/strndup.h: Revamp, accordingly.
6670         * m4/strndup.m4: Modernize.
6671
6672 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
6673
6674         * modules/savewd (Depends-on): Add 'raise'.
6675         * lib/savewd.c: Include <signal.h>, for 'raise'.
6676
6677 2006-09-26  Jim Meyering  <jim@meyering.net>
6678
6679         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
6680         when we detect Darwin 8.7.0's acl_get_file bug.
6681         Rearrange to perform the new (below) run-test while $LIBS
6682         contains any acl-related library.  Set USE_ACL at the end.
6683         (gl_ACL_GET_FILE): New function.
6684
6685 2006-09-26  Eric Blake  <ebb9@byu.net>
6686
6687         * lib/verror.c: Include <config.h> unconditionally.
6688
6689 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
6690
6691         * modules/clock-time (Maintainer): Add self.
6692         * modules/getlogin_r (Depends-on): Add extensions.
6693
6694 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6695
6696         * modules/clock-time: New module.
6697         * modules/nanosleep (Depends-on): Add clock-time.
6698         * modules/gethrxtime (Depends-on): Likewise.
6699         * modules/gettime (Depends-on): Likewise.
6700         * modules/settime (Depends-on): Likewise.
6701
6702         * modules/fts-lgpl: Depend on openat.
6703         * modules/mkancesdirs: Depend on savewd.
6704         * modules/mkdir-p: Likewise.
6705
6706 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6707
6708         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
6709
6710         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
6711         `gl_have_arbitrary_file_name_length_limit' to
6712         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
6713         actually works between configure runs.
6714
6715 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6716             Bruno Haible  <bruno@clisp.org>
6717
6718         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
6719
6720 2006-09-25  Jim Meyering  <jim@meyering.net>
6721
6722         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
6723         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
6724
6725 2006-09-25  Eric Blake  <ebb9@byu.net>
6726
6727         * gnulib-tool (func_import, func_create_testdir): Fix typos in
6728         exec's in 2006-09-18 patch when shuffling fds.
6729
6730 2006-09-25  Bruno Haible  <bruno@clisp.org>
6731
6732         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
6733         Reported by Jim Meyering.
6734
6735 2006-09-24  Jim Meyering  <jim@meyering.net>
6736
6737         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
6738         compare a pointer against a literal "0".  That caused failures with
6739         at least HP-UX's hpcc.
6740
6741 2006-09-22  Simon Josefsson  <jas@extundo.com>
6742
6743         * modules/gc-sha1:
6744         * modules/gc-md4:
6745         * modules/gc-hmac-sha1:
6746         * modules/gc-hmac-md5:
6747         * modules/gc-des:
6748         * modules/gc-arcfour: Distribute more files.
6749
6750 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6751
6752         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
6753         (gl_linked_iterator_from_to): Initialize struct completely.
6754         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
6755         (gl_tree_iterator_from_to): Likewise
6756         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
6757         * lib/gl_array_list.c [lint] (gl_array_iterator)
6758         (gl_array_iterator_from_to): Likewise.
6759         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
6760         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
6761         (gl_carray_iterator_from_to): Likewise.
6762
6763         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
6764         * lib/md4.c (md4_process_block): Remove unused variable.
6765         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
6766         parentheses for clarity.
6767
6768 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6769
6770         * modules/bison-i18n (Depends-on): Add gettext.
6771
6772 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6773
6774         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
6775         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
6776         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
6777         also add missing comma that caused broken test.
6778         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
6779         stdlib.h, for `abort'.
6780         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
6781         variables.
6782         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
6783         include unistd.h if present, for `rmdir'.
6784         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
6785         variables.
6786         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
6787         in the process include standard headers for prototypes.
6788         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
6789         gets declared on GNU/Linux.
6790         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
6791         unistd.h, for `rmdir'.
6792         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
6793
6794         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
6795         always true.
6796         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
6797
6798         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
6799
6800 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6801
6802         * gnulib-tool (func_version): Create output all at once.  This
6803         may help avoid triggering unnecessary SIGPIPEs, and at any
6804         rate it doesn't hurt.
6805
6806 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6807             Bruno Haible  <bruno@clisp.org>
6808
6809         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
6810         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
6811         * m4/signed.m4 (bh_C_SIGNED): Likewise.
6812
6813         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
6814         (gl_FUNC_VASPRINTF): Invoke it.
6815
6816 2006-09-22  Bruno Haible  <bruno@clisp.org>
6817
6818         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
6819         getloadavg.c as first argument.
6820
6821 2006-09-22  Bruno Haible  <bruno@clisp.org>
6822
6823         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
6824         at the beginning of the gl_INIT macro.
6825         * modules/getloadavg (configure.ac): Pass $gl_source_base to
6826         gl_GETLOADAVG.
6827
6828 2006-09-22  Bruno Haible  <bruno@clisp.org>
6829
6830         * gnulib-tool (func_create_megatestdir): Don't include the config-h
6831         module.
6832         Suggested by Ralf Wildenhues.
6833
6834 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
6835
6836         Import this patch from libc:
6837
6838         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
6839
6840         * lib/regex_internal.c (re_string_reconstruct): Handle
6841         offset < pstr->valid_raw_len && pstr->offsets_needed case.
6842         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
6843         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
6844         re_string_context_at.
6845
6846         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
6847         now requires it.
6848         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
6849         gl_REGEX now does it for us.
6850         (gl_REGEX): Add test taken from
6851         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
6852
6853         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
6854         Check that large offsets work.  Modernize Autoconf usages.
6855         Prefer "yes" to mean a good thing rather than a bad.
6856         Don't put "#define mkstemp" in config.h, as this might interfere
6857         with standard system headers that "#define mkstemp mkstemp64".
6858
6859         * modules/mkstemp (Depends-on): Add extensions, so that
6860         mkstemp is visible on some platforms.
6861         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
6862         (Include): Change to "mkstemp.h" from <stdlib.h>.
6863         (Files): Add mkstemp.h.
6864
6865         * lib/mkstemp.h: New file, since some standard headers
6866         #define mkstemp.
6867         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
6868         Include "mkstemp.h".
6869         Make the _LIBC code resemble glibc original more,
6870         e.g., use K&R style.
6871         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
6872         (mkstemp): Remove, since mkstemp.h does this for us.
6873         * lib/stdlib--.h: Include mkstemp.h.
6874
6875         Import this patch from libc:
6876
6877         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6878
6879         * lib/tempname.c (__gen_tempname): Change attempts_min
6880         into a macro.  Use preprocessor to decide how to initialize
6881         attempts [Coverity CID 67].
6882
6883 2006-09-20  Bruno Haible  <bruno@clisp.org>
6884
6885         * lib/mkdtemp.c: Import from libc.
6886         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6887                 * sysdeps/posix/tempname.c (__gen_tempname): Change
6888                 attempts_min into a macro.  Use preprocessor to decide how to
6889                 initialize attempts [Coverity CID 67].
6890         2001-11-27  Paul Eggert  <eggert@twinsun.com>
6891                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
6892                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
6893
6894 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6895
6896         * gnulib-tool (func_exit): New function, to allow to pass the
6897         exit status portably through the trap.  Use everywhere.
6898         (--help, --version): Signal a write error.
6899         (trap): catch SIGPIPE, for write errors.
6900         Exit at the end of the trap, with the correct exit status.
6901
6902 2006-09-19  Karl Berry  <karl@gnu.org>
6903
6904         * doc/gnulib.texi: note about the license texinfo files.
6905
6906 2006-09-19  Eric Blake  <ebb9@byu.net>
6907
6908         * gnulib-tool: Avoid space-tab.
6909
6910 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6911
6912         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
6913         that prevented coreutils 6.1 from building.  Problem reported
6914         by Petter Reinholdtsen.
6915
6916 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6917
6918         * gnulib-tool (avoidlist): Fix typo that broke options like
6919         --avoid=lock that are used by coreutils bootstrap.
6920
6921 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
6922
6923         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
6924         more systematically.
6925
6926 2006-09-18  Jim Meyering  <jim@meyering.net>
6927
6928         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
6929
6930 2006-09-18  Bruno Haible  <bruno@clisp.org>
6931
6932         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
6933
6934 2006-09-18  Bruno Haible  <bruno@clisp.org>
6935
6936         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
6937         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
6938         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
6939         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
6940         * m4/gettext.m4: Require autoconf >= 2.52.
6941         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
6942         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
6943         of gl_cv_header_inttypes_h.
6944
6945 2006-09-18  Bruno Haible  <bruno@clisp.org>
6946
6947         * lib/javaversion.c: Include configmake.h.
6948
6949 2006-09-18  Bruno Haible  <bruno@clisp.org>
6950
6951         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
6952         avoid that the while loops be executed in a subshell.
6953
6954 2006-09-18  Bruno Haible  <bruno@clisp.org>
6955
6956         * MODULES.html.sh (func_module): Break long lines.
6957         Suggested by Bruce Korb <bkorb@gnu.org>.
6958
6959 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6960
6961         Speed up by a factor of 1.12.
6962         * gnulib-tool (nl): New variable.
6963         (func_import): Rewrite include directive extraction to only read each
6964         directive once.
6965
6966 2006-09-17  Bruno Haible  <bruno@clisp.org>
6967
6968         * modules/javaversion (Makefile.am): Remove DEFS setting.
6969         (Depends-on): Add configmake, for PKGDATADIR definition.
6970
6971 2006-09-17  Bruno Haible  <bruno@clisp.org>
6972
6973         * gnulib-tool (func_create_testdir): Rewrite all files at once.
6974
6975 2006-09-17  Bruno Haible  <bruno@clisp.org>
6976
6977         * gnulib-tool (func_append): New function, stolen from libtool.m4.
6978         (func_modules_transitive_closure, func_modules_add_dummy,
6979         func_modules_to_filelist, func_import, func_create_testdir,
6980         func_create_megatestdir, ...): Use it wherever possible.
6981         Suggested by Ralf Wildenhues.
6982
6983 2006-09-16  Karl Berry  <karl@gnu.org>
6984
6985         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
6986         to avoid sectioning errors.
6987         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
6988         [ifinfo]: blank line after @center-ed titles.
6989         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
6990         Spell FSF address consistently with others.
6991         (These changes approved by rms.)
6992
6993 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6994
6995         Speed up by a factor of 1.61.
6996         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
6997         already checked module names again.
6998
6999 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7000
7001         Speed up by a factor of 1.13.
7002         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7003         for new_files, and the input to func_add_or_update.
7004
7005 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7006
7007         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7008         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7009
7010 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7011
7012         * modules/mkancesdirs (Depends-on): Add fcntl.
7013         * modules/savewd: New file.
7014         * MODULES.html.sh (File system functions): Add savewd.
7015
7016         * modules/configmake (Makefile.am): Add support for the
7017         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7018
7019 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7020
7021         * m4/savewd.m4: New file.
7022
7023 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7024
7025         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7026         (dirchownmod): New arg FD.  All callers changed.
7027         Use FD rather than opening the directory ourself, as opening is
7028         now the caller's responsibility.
7029         * lib/dirchownmod.h: Likewise.
7030         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7031         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7032         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7033         (test_dir): Remove.
7034         (mkancesdirs): Return length of prefix of FILE that has already
7035         been made, or -2 if there is a child doing the work.  Redo
7036         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7037         ".", and treat ".." specially since it might stray back into
7038         already-created areas.  Use a subprocess if necessary.  New arg
7039         WD; all users changed.  MAKE_DIR function should now return 1
7040         if it creates a directory that is not readable.  Return -2 if
7041         a child process is spun off.
7042         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7043         Adjust signature to match code.
7044         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7045         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7046         all users changed.
7047         * lib/savewd.c, lib/savewd.h: New files.
7048
7049 2006-09-15  Jim Meyering  <jim@meyering.net>
7050
7051         * modules/rename-dest-slash: New module.
7052         * MODULES.html.sh (posix_compat): Add it here.
7053
7054         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7055
7056 2006-09-15  Jim Meyering  <jim@meyering.net>
7057
7058         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7059         file.
7060
7061         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7062
7063 2006-09-15  Jim Meyering  <jim@meyering.net>
7064
7065         * lib/rename-dest-slash.c (has_trailing_slash): Use
7066         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7067         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7068         test before testing whether SRC is a directory.
7069         Suggestions from Bruno Haible.
7070
7071         Avoid a warning about an unused variable.
7072         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7073         into the #ifdef block where it's used.
7074
7075         * lib/rename-dest-slash.c: New file.
7076
7077 2006-09-14  Bruno Haible  <bruno@clisp.org>
7078
7079         * lib/allocsa.c: Include <config.h> unconditionally.
7080         * lib/asnprintf.c: Likewise.
7081         * lib/asprintf.c: Likewise.
7082         * lib/c-strcasecmp.c: Likewise.
7083         * lib/c-strcasestr.c: Likewise.
7084         * lib/c-strncasecmp.c: Likewise.
7085         * lib/c-strstr.c: Likewise.
7086         * lib/classpath.c: Likewise.
7087         * lib/clean-temp.c: Likewise.
7088         * lib/concatpath.c: Likewise.
7089         * lib/copy-file.c: Likewise.
7090         * lib/csharpcomp.c: Likewise.
7091         * lib/csharpexec.c: Likewise.
7092         * lib/execute.c: Likewise.
7093         * lib/fatal-signal.c: Likewise.
7094         * lib/findprog.c: Likewise.
7095         * lib/fwriteerror.c: Likewise.
7096         * lib/gl_array_list.c: Likewise.
7097         * lib/gl_array_oset.c: Likewise.
7098         * lib/gl_avltree_list.c: Likewise.
7099         * lib/gl_avltree_oset.c: Likewise.
7100         * lib/gl_avltreehash_list.c: Likewise.
7101         * lib/gl_carray_list.c: Likewise.
7102         * lib/gl_linked_list.c: Likewise.
7103         * lib/gl_linkedhash_list.c: Likewise.
7104         * lib/gl_list.c: Likewise.
7105         * lib/gl_oset.c: Likewise.
7106         * lib/gl_rbtree_list.c: Likewise.
7107         * lib/gl_rbtree_oset.c: Likewise.
7108         * lib/gl_rbtreehash_list.c: Likewise.
7109         * lib/imaxabs.c: Likewise.
7110         * lib/imaxdiv.c: Likewise.
7111         * lib/javacomp.c: Likewise.
7112         * lib/javaexec.c: Likewise.
7113         * lib/javaversion.c: Likewise.
7114         * lib/linebreak.c: Likewise.
7115         * lib/localcharset.c: Likewise.
7116         * lib/lock.c: Likewise.
7117         * lib/mbchar.c: Likewise.
7118         * lib/mbswidth.c: Likewise.
7119         * lib/mkdtemp.c: Likewise.
7120         * lib/pipe.c: Likewise.
7121         * lib/printf-args.c: Likewise.
7122         * lib/printf-parse.c: Likewise.
7123         * lib/progname.c: Likewise.
7124         * lib/progreloc.c: Likewise.
7125         * lib/readlink.c: Likewise.
7126         * lib/sh-quote.c: Likewise.
7127         * lib/stpcpy.c: Likewise.
7128         * lib/stpncpy.c: Likewise.
7129         * lib/strcasecmp.c: Likewise.
7130         * lib/strcasestr.c: Likewise.
7131         * lib/strcspn.c: Likewise.
7132         * lib/striconv.c: Likewise.
7133         * lib/strncasecmp.c: Likewise.
7134         * lib/strnlen1.c: Likewise.
7135         * lib/strstr.c: Likewise.
7136         * lib/strtok_r.c: Likewise.
7137         * lib/tls.c: Likewise.
7138         * lib/tmpdir.c: Likewise.
7139         * lib/unicodeio.c: Likewise.
7140         * lib/unsetenv.c: Likewise.
7141         * lib/vasnprintf.c: Likewise.
7142         * lib/vasprintf.c: Likewise.
7143         * lib/wait-process.c: Likewise.
7144         * lib/xallocsa.c: Likewise.
7145         * lib/xsetenv.c: Likewise.
7146         * lib/xstriconv.c: Likewise.
7147
7148 2006-09-13  Simon Josefsson  <jas@extundo.com>
7149
7150         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7151         that internally, suggested by Ralf Wildenhues
7152         <Ralf.Wildenhues@gmx.de>.
7153
7154 2006-09-13  Simon Josefsson  <jas@extundo.com>
7155
7156         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7157         @LIBOBJS@.
7158         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7159
7160 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7161
7162         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7163         longer worry about uses that don't define HAVE_CONFIG_H.
7164         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7165         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7166         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7167         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7168         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7169         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7170         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7171         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7172         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7173         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7174         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7175         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7176         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7177         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7178         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7179         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7180         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7181         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7182         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7183         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7184         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7185         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7186         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7187         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7188         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7189         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7190         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7191         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7192         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7193         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7194         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7195         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7196         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7197         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7198         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7199         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7200         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7201         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7202         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7203         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7204         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7205         Likewise.
7206
7207 2006-09-13  Eric Blake  <ebb9@byu.net>
7208
7209         * lib/getopt.c: Fix typo in last commit.
7210
7211 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7212
7213         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7214         dgettext.
7215
7216 2006-09-12  Jim Meyering  <jim@meyering.net>
7217
7218         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7219         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7220         Reported by Nelson H. F. Beebe.
7221
7222 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7223
7224         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7225         program_invocation_name and program_invocation_short_name are
7226         initialized.
7227         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7228         and program_invocation_short_name to argp.h, so they are visible
7229         to user programs.
7230         * lib/argp.h: Likewise
7231
7232 2006-09-10  Bruno Haible  <bruno@clisp.org>
7233
7234         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7235         m4/inttypes_h.m4, m4/uintmax_t.m4.
7236
7237 2006-09-10  Bruno Haible  <bruno@clisp.org>
7238
7239         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7240         gl_AC_TYPE_UINTMAX_T.
7241
7242 2006-09-10  Bruno Haible  <bruno@clisp.org>
7243
7244         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7245
7246 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7247
7248         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7249         convention.  Text proposed by Bruno Haible.
7250         (struct argp_option): Document the use of N_() wrappers.
7251
7252         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7253         '\v', and translate the two parts separately, instead of feeding
7254         the whole string to gettext.  This allows to exclude
7255         '\v' from the strings visible to the translator by writing doc
7256         strings as N_("..") "\v" N_("..").
7257
7258 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7259
7260         * config/srclist.txt: Undo latest change; the bug was fixed.
7261
7262 2006-09-09  Bruno Haible  <bruno@clisp.org>
7263
7264         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7265         assignments if building a library without libtool.
7266         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7267         in func_emit_lib_Makefile_am.
7268         (func_import): When building a static library libfoo.a, arrange to
7269         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7270         (func_create_testdir): Likewise.
7271         * modules/gc (configure.ac, Makefile.am): If building statically,
7272         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7273         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7274         * modules/striconv (configure.ac, Makefile.am): Likewise.
7275         Based on a suggestion by Ralf Wildenhues.
7276
7277 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7278
7279         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7280         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7281         Also:
7282
7283         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7284         Add year_2050_test to catch glibc bug 2821
7285         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7286
7287         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7288         Prefer #ifdef to #if.
7289
7290         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7291         Return from 'main' instead of calling 'exit'.
7292
7293 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7294
7295         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7296         returned the maximum time_t value rather than (time_t) -1.
7297         Problem originally reported by William Bardwell
7298         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7299
7300         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7301         Moved to here ...
7302         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7303         ... from here.
7304
7305 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7306
7307         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7308         2821 is fixed.
7309
7310 2006-09-08  Jim Meyering  <jim@meyering.net>
7311
7312         Don't make generated files read-only.  That would bother too many
7313         people.  However, do retain the ability to work when targets are
7314         read-only: remove the destination and temporary files before writing
7315         them (when generated via sed or echo), or by using the -f option for
7316         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7317         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7318         * modules/byteswap, modules/configmake, modules/fcntl:
7319         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7320         * modules/localcharset, modules/netinet_in, modules/poll:
7321         * modules/stdbool, modules/stdint, modules/sys_select:
7322         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7323
7324 2006-09-08  Jim Meyering  <jim@meyering.net>
7325
7326         Avoid new build failure on FreeBSD 6.0.
7327         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7328         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7329         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7330
7331 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7332
7333         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7334
7335 2006-09-07  Jim Meyering  <jim@meyering.net>
7336
7337         Fix global typo in last change: use chmod u-w, not chmod u-x.
7338         Spotted by Paul Eggert and Bruce Korb.
7339         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7340         * modules/byteswap, modules/configmake, modules/fcntl:
7341         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7342         * modules/localcharset, modules/netinet_in, modules/poll:
7343         * modules/stdbool, modules/stdint, modules/sys_select:
7344         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7345
7346 2006-09-06  Jim Meyering  <jim@meyering.net>
7347
7348         Make generated files be read-only.
7349         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7350         Ensure that each generated file is now read-only.
7351         * modules/argz: Likewise.
7352         * modules/arpa_inet: Likewise.
7353         * modules/byteswap: Likewise.
7354         * modules/configmake: Likewise.
7355         * modules/fcntl: Likewise.
7356         * modules/fnmatch: Likewise.
7357         * modules/getopt: Likewise.
7358         * modules/glob: Likewise.
7359         * modules/inttypes: Likewise.
7360         * modules/netinet_in: Likewise.
7361         * modules/poll: Likewise.
7362         * modules/stdbool: Likewise.
7363         * modules/stdint: Likewise.
7364         * modules/sys_select: Likewise.
7365         * modules/sys_socket: Likewise.
7366         * modules/sys_stat: Likewise.
7367         * modules/sysexits: Likewise.
7368         * modules/localcharset: Same as above, but continue using temporary
7369         file named "t-$@" (why different?) rather than the "$@-t" used
7370         everywhere else.
7371
7372         * modules/sysexits (Makefile.am): Replace literal occurrences
7373         of "sysexit.h" more readable, and more consistent, "$@".
7374
7375 2006-09-06  Bruno Haible  <bruno@clisp.org>
7376
7377         * modules/striconv: New file.
7378         * modules/xstriconv: New file.
7379         * MODULES.html.sh (Internationalization functions): Add striconv,
7380         xstriconv.
7381
7382 2006-09-06  Bruno Haible  <bruno@clisp.org>
7383
7384         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7385         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7386         not using libtool correctly.
7387
7388 2006-09-06  Bruno Haible  <bruno@clisp.org>
7389
7390         * lib/striconv.h: New file.
7391         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7392         iconvstring.c.
7393         * lib/xstriconv.h: New file.
7394         * lib/xstriconv.c: New file.
7395
7396 2006-09-06  Bruno Haible  <bruno@clisp.org>
7397
7398         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7399         lib_..._LDFLAGS.
7400
7401 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7402
7403         * lib/argz_.h: Sync from Libtool.
7404
7405         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7406                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7407
7408         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7409
7410 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7411
7412         * modules/trim: New file.
7413
7414 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7415
7416         * lib/trim.h: New file.
7417         * lib/trim.c: New file.
7418
7419 2006-09-05  Bruno Haible  <bruno@clisp.org>
7420
7421         * MODULES.html.sh (String handling): Add trim.
7422
7423 2006-09-04  Karl Berry  <karl@gnu.org>
7424
7425         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7426         until next release.
7427
7428 2006-09-03  Bruno Haible  <bruno@clisp.org>
7429
7430         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7431         correctly.
7432
7433 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7434
7435         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7436         not gl_GETLOADAVG.  Omit unneeded semicolons.
7437         Problems reported by Ralf Wildenhues in
7438         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7439         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7440         at the end, which is the usual gnulib style.
7441
7442         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7443         of doing all the work ourselves.
7444         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7445         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7446
7447 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7448
7449         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7450         Problem reported by Ralf Wildenhues in
7451         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7452
7453         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7454         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7455
7456 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7457
7458         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7459         yesterday's patch by changing test -n to test -z.
7460
7461 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7462
7463         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7464         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7465         the former is now obsolescent.
7466
7467         * modules/chdir-long (Depends-on): Add fcntl.
7468
7469 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7470
7471         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7472         obsolescent, and programs should use gnulib instead.
7473         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7474         but with prefixes changed.
7475
7476 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7477
7478         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7479         or stdbool.h, because they might not exist while configuring.
7480
7481         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7482         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7483         does that for us.
7484         (O_DIRECTORY): Remove.
7485
7486 2006-08-31  Eric Blake  <ebb9@byu.net>
7487
7488         * gnulib-tool: Don't let emacs change spaces to TAB.
7489
7490 2006-08-31  Bruno Haible  <bruno@clisp.org>
7491
7492         * gnulib-tool: When calling func_import more than once, do it in a
7493         subshell.
7494         Reported by Eric Blake <ebb9@byu.net>.
7495
7496 2006-08-31  Bruno Haible  <bruno@clisp.org>
7497
7498         * gnulib-tool (nl): Remove variable.
7499         (sed_transform_lib_file): Use more robust test for config-h module.
7500         (func_import): Fix typo in 2006-08-25 patch.
7501
7502 2006-08-31  Bruno Haible  <bruno@clisp.org>
7503
7504         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7505         specified, augment Makefile.am variables instead of assigning them.
7506
7507 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7508
7509         Work around a bug in both the Linux and SunOS 64-bit kernels:
7510         nanosleep mishandles sleeps for longer than 2**31 seconds.
7511         Problem reported by Frank v Waveren in
7512         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7513         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
7514         Check for nanosleep bug.
7515         (LIB_NANOSLEEP): Append clock_gettime library if needed.
7516
7517 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7518
7519         Work around a bug in both the Linux and SunOS 64-bit kernels:
7520         nanosleep mishandles sleeps for longer than 2**31 seconds.
7521         Problem reported by Frank v Waveren in
7522         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7523         * lib/nanosleep.c (BILLION): New constant.
7524         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
7525         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
7526         implementation.
7527
7528 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7529
7530         * modules/nanosleep (Depends-on): Add gettime.
7531
7532 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7533         and Simon Josefsson  <jas@extundo.com>
7534         and Oskar Liljeblad  <oskar@osk.mine.nu>
7535
7536         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
7537         * gnulib-tool (func_import): New license type 'unmodifiable license
7538         text'.
7539         * modules/fdl: Use it.  Longer description.
7540         * module/gpl, module/lgpl: New files.
7541
7542 2006-08-30  Jim Meyering  <jim@meyering.net>
7543
7544         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
7545         shadowing the parameter.
7546
7547 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7548
7549         Sync from Libtool:
7550
7551         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7552
7553         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
7554         sharing with gnulib.  Report by Eric Blake.
7555
7556 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7557
7558         * modules/isapipe: New file.
7559         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
7560
7561 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7562
7563         * modules/configmake (Makefile.am): Add a comment, and omit
7564         the CONFIGMAKE_ prefix from generated macro names.  Suggested
7565         by Bruno Haible.
7566
7567 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7568
7569         * m4/isapipe.m4: New file.
7570
7571 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7572
7573         * lib/isapipe.c, lib/isapipe.h: New files.
7574
7575 2006-08-29  Jim Meyering  <jim@meyering.net>
7576
7577         * modules/configmake (Makefile.am): Make configmake.h depend on
7578         Makefile.  Otherwise, a stale configmake.h could hang around.
7579
7580 2006-08-29  Eric Blake  <ebb9@byu.net>
7581
7582         * lib/error.c (error_at_line, print_errno_message): Match libc, after
7583         resolution of upstream bug 3044.
7584
7585 2006-08-29  Bruno Haible  <bruno@clisp.org>
7586
7587         * modules/localcharset (Depends-on): Add configmake.
7588         (Makefile.am): Remove setting of LIBDIR through DEFS.
7589
7590 2006-08-29  Bruno Haible  <bruno@clisp.org>
7591
7592         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
7593         defined.
7594
7595 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7596
7597         * modules/fcntl: New file.
7598         * modules/chdir-safer (Depends-on): Add fcntl.
7599         * modules/fts: Likewise.
7600         * modules/mkdir-p: Likewise.
7601
7602         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
7603         This undoes the most recent change, since we're now addressing the
7604         problem in a different way.
7605
7606         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
7607         into output, since the output might be called Makefile.am even
7608         if $makefile_name is something different.
7609         (func_import): Use $makefile_am rather than
7610         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
7611         empty.
7612
7613         * modules/inttypes (Files): Add m4/inttypes-h.m4.
7614
7615 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7616
7617         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
7618         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
7619         recent change to stdint.m4, since we're now addressing the problem in a
7620         different way.
7621
7622 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7623
7624         * m4/fcntl_h.m4: New file.
7625
7626 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7627
7628         * lib/fcntl_.h: New file.
7629         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
7630         the fcntl module.
7631         * lib/dirchownmod.c: Likewise.
7632         * lib/fts.c: Likewise.
7633
7634         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
7635         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
7636         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
7637         just before including <inttypes.h>, to avoid circular inclusion.
7638
7639 2006-08-28  Jim Meyering  <jim@meyering.net>
7640
7641         * doc/visibility.texi: Actually read and correct the grammar of the
7642         sentence affected by yesterday's change.
7643
7644 2006-08-28  Eric Blake  <ebb9@byu.net>
7645
7646         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
7647         needs wrapper.
7648
7649 2006-08-28  Eric Blake  <ebb9@byu.net>
7650
7651         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
7652
7653 2006-08-28  Eric Blake  <ebb9@byu.net>
7654
7655         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
7656
7657 2006-08-28  Bruno Haible  <bruno@clisp.org>
7658
7659         * modules/c-strstr: New file, from GNU gettext.
7660         * MODULES.html.sh (String handling): Add c-strstr.
7661
7662 2006-08-28  Bruno Haible  <bruno@clisp.org>
7663
7664         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
7665         macros.
7666         Reported by Eric Blake.
7667
7668 2006-08-28  Bruno Haible  <bruno@clisp.org>
7669
7670         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
7671         (VASNPRINTF): Return a string of length > INT_MAX without failing.
7672         * lib/vasprintf.c: Include errno.h, limits.h.
7673         (EOVERFLOW): New fallback definition.
7674         (vasprintf): Test here whether the string length is > INT_MAX.
7675         * lib/vsnprintf.c: Include errno.h, limits.h.
7676         (EOVERFLOW): New fallback definition.
7677         (vsnprintf): Fix bug when generated string was too long for the buffer.
7678         Test here whether the string length is > INT_MAX.
7679
7680 2006-08-28  Bruno Haible  <bruno@clisp.org>
7681
7682         * lib/inttypes_.h (SCNX*): Remove definitions.
7683         Reported by Eric Blake.
7684
7685 2006-08-28  Bruno Haible  <bruno@clisp.org>
7686
7687         * lib/c-strstr.h: New file, from GNU gettext.
7688         * lib/c-strstr.c: New file, from GNU gettext.
7689
7690 2006-08-28  Bruno Haible  <bruno@clisp.org>
7691
7692         * gnulib-tool: Reorder some statements.
7693
7694 2006-08-28  Bruno Haible  <bruno@clisp.org>
7695
7696         * gnulib-tool: New option --makefile-name.
7697         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
7698         $makefile_name.
7699         (func_import): Write $makefile_name to the cache file, and read it from
7700         there unless explicitly specified. Use $makefile_name as file name
7701         instead of Makefile.am. Adjust the recommendations accordingly.
7702
7703 2006-08-28  Bruno Haible  <bruno@clisp.org>
7704
7705         * gnulib-tool (func_verify_module): Check against misapplying patch.
7706
7707 2006-08-28  Bruno Haible  <bruno@clisp.org>
7708
7709         * gnulib-tool (func_relativize, func_relconcat): New functions.
7710         Give an error if --local-dir is given with --update.
7711         Remove trailing slashes from $local_gnulib_dir.
7712         (func_import): Store the relativized $local_gnulib_dir in
7713         gnulib-cache.m4, and read it from there if not specified explicitly.
7714
7715 2006-08-28  Bruno Haible  <bruno@clisp.org>
7716
7717         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
7718         is the current directory. Respect also $local_gnulib_dir.
7719
7720 2006-08-28  Bruno Haible  <bruno@clisp.org>
7721             Simon Josefsson  <jas@extundo.com>
7722
7723         BeOS portability.
7724         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
7725
7726 2006-08-27  Jim Meyering  <jim@meyering.net>
7727
7728         * doc/visibility.texi: Remove duplicate word: "pointer".
7729
7730 2006-08-26  Bruno Haible  <bruno@clisp.org>
7731
7732         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
7733         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
7734         (Makefile.am): Create inttypes.h from inttypes_.h.
7735         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
7736
7737         * modules/imaxabs: New file.
7738
7739         * modules/imaxdiv: New file.
7740
7741 2006-08-26  Bruno Haible  <bruno@clisp.org>
7742
7743         * m4/inttypes.m4: New file.
7744         * m4/_inttypes_h.m4: Remove file.
7745         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
7746         PRI_MACROS_BROKEN.
7747         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
7748
7749         * m4/imaxabs.m4: New file.
7750
7751         * m4/imaxdiv.m4: New file.
7752
7753 2006-08-26  Bruno Haible  <bruno@clisp.org>
7754
7755         * lib/inttypes_.h: New file.
7756         * lib/inttypes.h: Remove file.
7757         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
7758
7759         * lib/imaxabs.c: New file.
7760
7761         * lib/imaxdiv.c: New file.
7762
7763 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7764
7765         New config-h module, so that "make" output needn't be cluttered
7766         by -DHAVE_CONFIG_H.
7767         * MODULES.html.sh (Support for building libraries and executables):
7768         Add config-h.
7769         * modules/config-h: New file.
7770         * gnulib-tool (nl, sed_transform_lib_file): New vars.
7771         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
7772         the config-h module is used.
7773
7774         New configmake module, so that "make" output needn't be cluttered
7775         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
7776         * MODULES.html.sh (Support for building libraries and executables):
7777         Add configmake.
7778         * modules/configmake: New file.
7779
7780 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7781
7782         * m4/config-h.m4: New file.
7783
7784 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7785
7786         * config/srclist.txt: Add elisp-comp.
7787
7788 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7789
7790         * MODULES.html.sh (Support for building libraries and executables):
7791         Add elisp-comp.
7792         * build-aux/elisp-comp: New file.
7793         * modules/elisp-comp: New file.
7794
7795 2006-08-24  Bruno Haible  <bruno@clisp.org>
7796
7797         * gnulib-tool (func_create_testdir): Use non-default values of
7798         sourcebase and m4base.
7799
7800 2006-08-24  Bruno Haible  <bruno@clisp.org>
7801
7802         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
7803         HTML structure.
7804
7805 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
7806
7807         * modules/openat (Depends-on): Add lchown.
7808
7809 2006-08-23  Bruno Haible  <bruno@clisp.org>
7810
7811         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
7812         of gl_LOCK_EARLY instead of gl_LOCK.
7813
7814 2006-08-23  Bruno Haible  <bruno@clisp.org>
7815
7816         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
7817         on OSF/1 to no.
7818         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
7819
7820 2006-08-23  Bruno Haible  <bruno@clisp.org>
7821
7822         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
7823         as unusable.
7824
7825         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
7826         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
7827         (gl_LOCK): New macro.
7828
7829 2006-08-22  Simon Josefsson  <jas@extundo.com>
7830
7831         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
7832         to md5 module.
7833
7834 2006-08-22  Simon Josefsson  <jas@extundo.com>
7835
7836         * MODULES.html.sh: Add "Support for maintaining and release
7837         projects".
7838
7839         * build-aux/gnupload: New file, from coreutils.
7840
7841 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7842
7843         Avoid the need for AC_LIBSOURCES in m4 macros.
7844         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
7845         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
7846         * modules/check-version (EXTRA_DIST): Add check-version.h.
7847         * modules/crc (EXTRA_DIST): Add crc.h.
7848         * modules/des (EXTRA_DIST): Add des.h.
7849         * modules/gc (EXTRA_DIST): Add gc.h.
7850         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
7851         * modules/getline (EXTRA_DIST): Add getline.h.
7852         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
7853         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
7854         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
7855         * modules/md2 (EXTRA_DIST): Add md2.h.
7856         * modules/md4 (EXTRA_DIST): Add md4.h.
7857         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
7858         * modules/read-file (EXTRA_DIST): Add read-file.h.
7859         * modules/readline (EXTRA_DIST): Add readline.h.
7860         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
7861         rijndael-api-fst.h.
7862
7863 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7864
7865         * m4/rijndael.m4 (gl_ARCFOUR):
7866         * m4/arctwo.m4 (gl_ARCTWO):
7867         * m4/check-version.m4 (gl_CHECK_VERSION):
7868         * m4/crc.m4 (gl_CRC):
7869         * m4/des.m4 (gl_DES):
7870         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
7871         * m4/gc.m4 (gl_GC):
7872         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
7873         * m4/getline.m4 (gl_FUNC_GETLINE):
7874         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
7875         * m4/hmac-md5.m4 (gl_HMAC_MD5):
7876         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
7877         * m4/md2.m4 (gl_MD2):
7878         * m4/md4.m4 (gl_MD4):
7879         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
7880         * m4/read-file.m4 (gl_FUNC_READ_FILE):
7881         * m4/readline.m4 (gl_FUNC_READLINE):
7882         * m4/rijndael.m4 (gl_RIJNDAEL):
7883         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7884         to get the necessary .h files and whatnot.
7885
7886 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7887
7888         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
7889         gnulib rather than the other way around.
7890         * config/srclistvars.sh (COREUTILS): Remove.
7891
7892 2006-08-22  Jim Meyering  <jim@meyering.net>
7893
7894         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
7895
7896         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
7897
7898 2006-08-22  Eric Blake  <ebb9@byu.net>
7899
7900         * modules/regexprops-generic: New file.
7901         * MODULES.html.sh (Support for building documentation): List it.
7902
7903 2006-08-22  Eric Blake  <ebb9@byu.net>
7904
7905         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
7906         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
7907         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
7908         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
7909
7910 2006-08-22  Bruno Haible  <bruno@clisp.org>
7911
7912         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
7913         and lib_LTLIBRARIES like the other lib_* variables.
7914
7915 2006-08-22  Bruno Haible  <bruno@clisp.org>
7916
7917         * build-aux/x-to-1.in: New file, from GNU gettext.
7918
7919 2006-08-22  Bruno Haible  <bruno@clisp.org>
7920
7921         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
7922         <utmpx.h> exists.
7923
7924 2006-08-22  Bruno Haible  <bruno@clisp.org>
7925
7926         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
7927         <utmpx.h> exists.
7928
7929 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7930
7931         BeOS portability.
7932         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
7933         exist.
7934         Problem reported by Bruno Haible.
7935
7936 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7937
7938         Avoid the need for AC_LIBSOURCES in m4 macros.
7939         * modules/acl (EXTRA_DIST): Add acl.h.
7940         * modules/argmatch (Files): Add m4/argmatch.m4.
7941         (configure.ac): Add gl_ARGMATCH.
7942         (EXTRA_DIST): Renamed from lib_SOURCES, for
7943         consistency with the other modules.  Remove argmatch.c.
7944         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
7945         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
7946         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
7947         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
7948         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
7949         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
7950         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
7951         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
7952         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
7953         * modules/closeout (EXTRA_DIST): Add closeout.h.
7954         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
7955         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
7956         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
7957         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
7958         dirname.h; remove basename.c and stripslash.c.
7959         * modules/exclude (EXTRA_DIST): Add exclude.h.
7960         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
7961         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
7962         * modules/file-type (EXTRA_DIST): Add file-type.h.
7963         * modules/filemode (EXTRA_DIST): Add filemode.h.
7964         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
7965         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7966         * modules/fpending (EXTRA_DIST): Add __fpending.h.
7967         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
7968         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
7969         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
7970         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
7971         * modules/getdate (EXTRA_DIST): Add getdate.c.
7972         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
7973         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
7974         * modules/getpass (EXTRA_DIST): Add getpass.h.
7975         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
7976         * modules/group-member (EXTRA_DIST): Add group-member.h.
7977         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
7978         * modules/hash (EXTRA_DIST): Add hash.h.
7979         * modules/human (EXTRA_DIST): Add human.h.
7980         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
7981         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
7982         * modules/lchown (EXTRA_DIST): Add lchown.h.
7983         * modules/long-options (EXTRA_DIST): Add long-options.h.
7984         * modules/lstat (EXTRA_DIST): Add lstat.h.
7985         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
7986         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
7987         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
7988         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
7989         * modules/memxor (EXTRA_DIST): Add memxor.h.
7990         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
7991         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
7992         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
7993         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
7994         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
7995         * modules/physmem (EXTRA_DIST): Add physmem.h.
7996         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
7997         * modules/posixver (EXTRA_DIST): Add posixver.h.
7998         * modules/quote (EXTRA_DIST): Add quote.h.
7999         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8000         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8001         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8002         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8003         regex_internal.h regexec.c.
8004         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8005         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8006         * modules/same (EXTRA_DIST): Add same.h.
8007         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8008         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8009         * modules/savedir (EXTRA_DIST): Add savedir.h.
8010         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8011         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8012         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8013         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8014         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8015         * modules/strdup (EXTRA_DIST): Add strdup.h.
8016         * modules/strftime (EXTRA_DIST): Add strftime.h.
8017         * modules/strndup (EXTRA_DIST): Add strndup.h.
8018         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8019         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8020         * modules/time_r (EXTRA_DIST): Add time_r.h.
8021         * modules/timespec (EXTRA_DIST): Add timespec.h.
8022         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8023         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8024         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8025         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8026         * modules/userspec (EXTRA_DIST): Add userspec.h.
8027         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8028         * modules/utimens (EXTRA_DIST): Add utimens.h.
8029         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8030         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8031         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8032         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8033         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8034         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8035         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8036         * modules/yesno (EXTRA_DIST): Add yesno.h.
8037
8038 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8039
8040         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8041
8042         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8043         * m4/dev-ino.m4, same-inode.m4: Remove.
8044
8045         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8046         * m4/acl.m4 (AC_FUNC_ACL):
8047         * m4/backupfile.m4 (gl_BACKUPFILE):
8048         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8049         * m4/canon-host.m4 (gl_CANON_HOST):
8050         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8051         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8052         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8053         * m4/cloexec.m4 (gl_CLOEXEC):
8054         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8055         * m4/closeout.m4 (gl_CLOSEOUT):
8056         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8057         * m4/dirname.m4 (gl_DIRNAME):
8058         * m4/exclude.m4 (gl_EXCLUDE):
8059         * m4/exitfail.m4 (gl_EXITFAIL):
8060         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8061         * m4/file-type.m4 (gl_FILE_TYPE):
8062         * m4/filemode.m4 (gl_FILEMODE):
8063         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8064         * m4/fpending.m4 (gl_FUNC_FPENDING):
8065         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8066         * m4/fts.m4 (gl_FUNC_FTS):
8067         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8068         * m4/getdate.m4 (gl_GETDATE):
8069         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8070         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8071         * m4/getpass.m4 (gl_FUNC_GETPASS):
8072         * m4/gettime.m4 (gl_GETTIME):
8073         * m4/getugroups.m4 (gl_GETUGROUPS):
8074         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8075         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8076         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8077         * m4/hash.m4 (gl_HASH):
8078         * m4/idcache.m4 (gl_IDCACHE):
8079         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8080         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8081         * m4/long-options.m4 (gl_LONG_OPTIONS):
8082         * m4/lstat.m4 (gl_FUNC_LSTAT):
8083         * m4/md5.m4 (gl_MD5):
8084         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8085         * m4/memcoll.m4 (gl_MEMCOLL):
8086         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8087         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8088         * m4/memxor.m4 (gl_MEMXOR):
8089         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8090         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8091         * m4/modechange.m4 (gl_MODECHANGE):
8092         * m4/mountlist.m4 (gl_MOUNTLIST):
8093         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8094         * m4/openat.m4 (gl_FUNC_OPENAT):
8095         * m4/pathmax.m4 (gl_PATHMAX):
8096         * m4/physmem.m4 (gl_PHYSMEM):
8097         * m4/posixtm.m4 (gl_POSIXTM):
8098         * m4/posixver.m4 (gl_POSIXVER):
8099         * m4/quote.m4 (gl_QUOTE):
8100         * m4/quotearg.m4 (gl_QUOTEARG):
8101         * m4/readtokens.m4 (gl_READTOKENS):
8102         * m4/readutmp.m4 (gl_READUTMP):
8103         * m4/regex.m4 (gl_REGEX):
8104         * m4/safe-read.m4 (gl_SAFE_READ):
8105         * m4/safe-write.m4 (gl_SAFE_WRITE):
8106         * m4/same.m4 (gl_SAME):
8107         * m4/save-cwd.m4 (gl_SAVE_CWD):
8108         * m4/savedir.m4 (gl_SAVEDIR):
8109         * m4/settime.m4 (gl_SETTIME):
8110         * m4/sha1.m4 (gl_SHA1):
8111         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8112         * m4/stat-macros.m4 (gl_STAT_MACROS):
8113         * m4/stat-time.m4 (gl_STAT_TIME):
8114         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8115         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8116         * m4/strdup.m4 (gl_FUNC_STRDUP):
8117         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8118         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8119         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8120         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8121         * m4/time_r.m4 (gl_TIME_R):
8122         * m4/timespec.m4 (gl_TIMESPEC):
8123         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8124         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8125         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8126         * m4/userspec.m4 (gl_USERSPEC):
8127         * m4/utimecmp.m4 (gl_UTIMECMP):
8128         * m4/utimens.m4 (gl_UTIMENS):
8129         * m4/xalloc.m4 (gl_XALLOC):
8130         * m4/xgetcwd.m4 (gl_XGETCWD):
8131         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8132         * m4/xreadlink.m4 (gl_XREADLINK):
8133         * m4/xstrtod.m4 (gl_XSTRTOD):
8134         * m4/yesno.m4 (gl_YESNO):
8135         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8136         to get the necessary .h files and whatnot.
8137
8138 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8139             Bruno Haible  <bruno@clisp.org>
8140
8141         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8142         /bin/sh understanding of '!' conditional negation.
8143
8144 2006-08-21  Jim Meyering  <jim@meyering.net>
8145
8146         * modules/openat (Depends-on): Really alphabetize.
8147
8148         * modules/acl (Depends-on): Add error and quote.
8149
8150         * check-module (find_included_lib_files): Add at-func.c to the
8151         ok-to-include-more-than-once white list.
8152
8153         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8154
8155 2006-08-21  Bruno Haible  <bruno@clisp.org>
8156
8157         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8158         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8159         Reported by Martin Lambers <marlam@marlam.de>.
8160
8161 2006-08-21  Bruno Haible  <bruno@clisp.org>
8162
8163         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8164         specify an installation location, don't emit a noinst_LIBRARIES or
8165         noinst_LTLIBRARIES assignment.
8166
8167 2006-08-21  Bruno Haible  <bruno@clisp.org>
8168
8169         BeOS portability.
8170         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8171         BeOS has mbrtowc() but no <wctype.h>.
8172
8173 2006-08-21  Bruno Haible  <bruno@clisp.org>
8174
8175         BeOS portability.
8176         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8177         exist.
8178
8179 2006-08-21  Bruno Haible  <bruno@clisp.org>
8180
8181         BeOS portability.
8182         * lib/mbchar.h: Include <wctype.h> only if it exists.
8183
8184 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8185
8186         Remove files that are no longer needed by their respective modules.
8187         * m4/obstack.m4: Remove.
8188         * m4/strerror_r.m4: Remove.
8189         * m4/uint32_t.m4: Remove.
8190         * m4/uintptr_t.m4: Remove.
8191         * m4/ullong_max.m4: Remove.
8192         * m4/xstrtoimax.m4: Remove.
8193         * m4/xstrtoumax.m4: Remove.
8194
8195         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8196         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8197         dependencies now capture this.
8198
8199         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8200         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8201         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8202         * m4/human.m4 (gl_HUMAN): Likewise.
8203         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8204         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8205
8206         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8207
8208         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8209         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8210         stdint.
8211         * m4/human.m4 (gl_HUMAN): Likewise.
8212         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8213         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8214         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8215         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8216         * m4/xstrtol (gl_XSTRTOL): Likewise.
8217
8218         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8219         AC_TYPE_LONG_LONG_INT.
8220         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8221         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8222         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8223         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8224
8225         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8226         on stdbool.
8227
8228         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8229         (gl_PREREQ_XSTRTOUL): Remove.
8230
8231         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8232
8233         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8234         mode.
8235
8236 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8237
8238         Add and change modules to make it easier for coreutils to use
8239         gnulib-tool.
8240         * modules/backupfile (Files): Remove m4/d-ino.m4.
8241         (Depends-on): Add d-ino.
8242         * modules/cycle-check (Depends-on): Add stdint.
8243         (lib_SOURCES): Add cycle-check.h.
8244         * modules/d-ino: New module.
8245         * modules/d-type: New module.
8246         * modules/error (Files): Remove m4/strerror_r.m4.
8247         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8248         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8249         m4/inttypes_h.m4, m4/uintmax_t.m4.
8250         (Depends-on): Add stdint.
8251         (lib_SOURCES): Add fsusage.h.
8252         * modules/getcwd (Files): Remove d-ino.m4.
8253         (Depends-on): Add d-ino.
8254         * modules/getndelim2 (Depends-on): Add stdint.
8255         * modules/glob (Files): Remove m4/d-type.m4.
8256         (Depends-on): Add d-type.
8257         * modules/host-os: New module.
8258         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8259         m4/inttypes_h.m4, m4/uintmax_t.m4.
8260         * Depends-on: Add stdint.
8261         (lib_SOURCES): Add human.h.
8262         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8263         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8264         m4/uintmax_t.m4, m4/ulonglong.m4.
8265         (Depends-on): Add stdint.
8266         (EXTRA_DIST): Add inttostr.h.
8267         * modules/lchmod: New module.
8268         * modules/link-follow: New module.
8269         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8270         (Depends-on): Add lchmod.
8271         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8272         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8273         (Depends-on): Add stdint.
8274         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8275         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8276         (Depends-on): Add stdint.
8277         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8278         * modules/perl: New module.
8279         * modules/regex (Depends-on): Add stdint.
8280         * modules/rmdir-errno: New module.
8281         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8282         m4/intmax_t.m4.
8283         (Depends-on): Add stdint.
8284         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8285         m4/uintmax_t.m4.
8286         (Depends-on): Add stdint.
8287         * modules/unlink-busy: New module.
8288         * modules/utimecmp (Depends-on): Add stdint.
8289         * modules/uptime: New module.
8290         * modules/winsz-ioctl: New module.
8291         * modules/winsz-termios: New module.
8292         * modules/xnanosleep (Depends-on): Add nanosleep.
8293         * modules/ullong_max: Remove.
8294         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8295         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8296         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8297         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8298         (Depends-on): Add inttypes.
8299         (lib_SOURCES): Add xstrtol.h.
8300         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8301         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8302         * MODULES.html.sh: Move 'assert' into the assert section.
8303         Move 'dummy' into the linking section.
8304         Remove ullong_max.
8305         Add section for compatibility checks for POSIX:2001 functions,
8306         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8307         winsz-ioctl, and winsz-termios into it.
8308         Add lchmod.
8309         Add top-level Misc section and put host-os, perl, and uptime
8310         into it.
8311
8312 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8313
8314         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8315         now assume the stdint module.  Do not include inttypes.h.
8316         * lib/fsusage.h: Likewise.
8317         * lib/getndelim2.c: Likewise.
8318         * lib/human.h: Likewise.
8319         * lib/inttostr.h: Likewise.
8320         * lib/obstack.c: Likewise.
8321         * lib/regex_internal.h: Likewise.
8322         * lib/tempname.c: Likewise.
8323         * lib/utimecmp.c: Likewise.
8324         * lib/xstrtol.h: Likewise.
8325
8326         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8327
8328         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8329         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8330         * lib/xtime.h: Likewise.
8331
8332 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8333
8334         * modules/openat (Files): Add lib/fchmodat.c.
8335         Fixes problem reported by Jay Youngman.
8336
8337 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8338
8339         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8340         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8341
8342 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8343             Bruno Haible  <bruno@clisp.org>
8344
8345         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8346         and is a script that invokes bison. Tighten the code. Add comments.
8347
8348 2006-08-18  Jim Meyering  <jim@meyering.net>
8349
8350         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8351         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8352         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8353         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8354
8355 2006-08-18  Bruno Haible  <bruno@clisp.org>
8356
8357         * modules/bison-i18n: New file.
8358         * MODULES.html.sh (Internationalization functions): Add it.
8359
8360 2006-08-18  Bruno Haible  <bruno@clisp.org>
8361
8362         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8363         sys/statvfs.h. When getmntinfo was found, check its declaration and
8364         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8365
8366 2006-08-18  Bruno Haible  <bruno@clisp.org>
8367
8368         * m4/bison-i18n.m4: New file, from bison.
8369
8370 2006-08-18  Bruno Haible  <bruno@clisp.org>
8371
8372         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8373         (ME_DUMMY): Treat "kernfs" as a dummy.
8374         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8375
8376 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8377
8378         Update from coreutils.
8379
8380         2006-08-15  Jim Meyering  <jim@meyering.net>
8381
8382         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8383
8384         2006-01-17  Jim Meyering  <jim@meyering.net>
8385
8386         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8387
8388         2006-01-11  Jim Meyering  <jim@meyering.net>
8389
8390         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8391         Check for the lchmod function.
8392
8393 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8394
8395         Update from coreutils.
8396
8397         * lib/__fpending.h: Add copyright notice.
8398         * lib/fprintftime.h: Likewise.
8399         * lib/savedir.c: Use (C) in copyright notice.
8400         * lib/savedir.h: Likewise.
8401
8402         2006-08-15  Jim Meyering  <jim@meyering.net>
8403
8404         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8405         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8406         in support of the EXPECTED_ERRNO macro.
8407         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8408         definitions.  Instead, define the appropriate symbols and include
8409         "at-func.c".
8410         * lib/mkdirat.c (mkdirat): Likewise.
8411         * lib/fchmodat.c (fchmodat): Likewise.
8412         (ENOSYS): Remove definition.
8413         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8414         it.  Don't include "unistd--.h" -- it wasn't ever used.
8415
8416         2006-01-17  Jim Meyering  <jim@meyering.net>
8417
8418         Rewrite fts.c not to change the current working directory,
8419         by using openat, fstatat, fdopendir, etc..
8420
8421         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8422         (HAVE_OPENAT_SUPPORT): Define.
8423         [_LIBC] (fchdir): Don't undef or define; no longer used.
8424         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8425         Now, this `function' always succeeds, and consumes its file descriptor
8426         parameter -- so callers must not close such FDs.  Update callers.
8427         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8428         (diropen): Add parameter, SP.  Adjust all callers.
8429         Implement using diropen_fd, rather than open.
8430         (fts_open): Initialize new member, fts_cwd_fd.
8431         Remove fts_rft-setting code.
8432         (fts_close): Close fts_cwd_fd, if necessary.
8433         (__opendir2): Define in terms of opendir or opendirat,
8434         depending on whether the FST_NOCHDIR flag is set.
8435         (fts_build): Since fts_safe_changedir consumes its FD, and since
8436         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8437         and close the dup'd file descriptor upon failure.
8438         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8439         (fts_safe_changedir): Tweak semantics to reflect that this function
8440         now calls cwd_advance_fd and hence consumes its FD argument.
8441         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8442         [struct FTS] (fts_rft): Remove now-unused member.
8443         [struct FTS] (fts_cycle.state): Improve comment.
8444
8445         * lib/openat.c (openat_needs_fchdir): New function.
8446         * lib/openat.h (openat_needs_fchdir): Declare it.
8447
8448 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8449
8450         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8451         Problem and fix reported by Pádraig Brady in
8452         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8453
8454 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8455
8456         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8457
8458 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8459
8460         * lib/memcoll.c (memcoll): Optimize for the common case where the
8461         arguments are bytewise equal.
8462
8463 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8464
8465         * doc/regexprops-generic.texi: Add a copyright notice.
8466
8467 2006-08-15  Bruno Haible  <bruno@clisp.org>
8468
8469         * modules/tmpdir (License): Change to LGPL.
8470
8471 2006-08-15  Bruno Haible  <bruno@clisp.org>
8472
8473         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8474         module.
8475
8476 2006-08-14  Simon Josefsson  <jas@extundo.com>
8477
8478         * config/srclist.txt: Add gnupload.
8479
8480 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8481
8482         Change copyright notice from LGPL 2 to GPL 2, since that's the
8483         standard form used in the gnulib repository.
8484         * tests/test-lock.c: Likewise.
8485         * tests/test-stdint.c: Likewise.
8486         * tests/test-tls.c: Likewise.
8487
8488         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8489         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8490         Add copyright notice.
8491
8492         * check-module: Add copyright notice.  Output a copyright
8493         notice if "--version" is specified.
8494         * modules/COPYING: New file.
8495         * tests/test-getaddrinfo.c: Add copyright notice.
8496         * tests/test-verify.c: Likewise.
8497
8498 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8499
8500         Change copyright notice from LGPL 2 to GPL 2, since that's the
8501         standard form used in the gnulib repository.
8502         * lib/lock.c: LGPL -> GPL.
8503         * lib/lock.h: Likewise.
8504         * lib/strnlen1.c: Likewise.
8505         * lib/strnlen1.h: Likewise.
8506         * lib/tls.c: Likewise.
8507         * lib/tls.h: Likewise.
8508         * lib/tmpdir.c: Likewise.
8509
8510         * lib/TODO: Remove; this belongs only in coreutils.
8511
8512 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8513
8514         Add copyright notices to long-enough files that lack them, since
8515         otherwise the files aren't clearly free.  Use the same notice that
8516         getdate.texi already uses.
8517         * doc/alloca-opt.texi: Add copyright notice.
8518         * doc/alloca.texi: Likewise.
8519         * doc/ctime.texi: Likewise.
8520         * doc/functions.texi: Likewise.
8521         * doc/gcd.texi: Likewise.
8522         * doc/gnulib-tool.texi: Likewise.
8523         * doc/inet_ntoa.texi: Likewise.
8524         * doc/visibility.texi: Likewise.
8525
8526         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
8527         * doc/quote.texi: Add copyright notice.
8528
8529         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
8530         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
8531         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
8532         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
8533         is now obsolete, and give a pointer to the Sun list.
8534         Add copyright notice.
8535
8536 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8537
8538         * config/srclistvars.sh: Add copyright notice.
8539
8540 2006-08-14  Eric Blake  <ebb9@byu.net>
8541
8542         Import the following change from libc:
8543
8544         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8545
8546         Upstream bug 2997.
8547         * lib/misc/error.c: Add space between program name and message if file
8548         name is missing.
8549
8550 2006-08-12  Karl Berry  <karl@gnu.org>
8551
8552         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
8553         remove, these originate in gnulib now.
8554
8555 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8556
8557         * doc/Makefile (standards.info standards.html standards.dvi):
8558         Also depend on make-stds.texi.
8559
8560 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8561
8562         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
8563         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
8564
8565         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
8566         in wchar_t.  Problem reported by Eric Blake.
8567
8568         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
8569         LEN is smaller than SIZE.  Suggested by Bruno Haible.
8570         Also, help the compiler to keep LEN in a register.
8571
8572 2006-08-11  Eric Blake  <ebb9@byu.net>
8573
8574         * users.txt: Sort.  Add tar.
8575
8576 2006-08-11  Bruno Haible  <bruno@clisp.org>
8577
8578         * users.txt: New file.
8579
8580 2006-08-11  Bruno Haible  <bruno@clisp.org>
8581
8582         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
8583         before <wchar.h>. Needed for OSF/1 and BSD/OS.
8584
8585 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8586
8587         * modules/snprintf (Depends-on): Remove minmax.
8588         (Maintainer): Add self and Bruno.
8589
8590 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8591
8592         * lib/.cppi-disable: Add snprintf.h, socket_.h.
8593         * lib/snprintf.c: Include <errno.h> and <limits.h>.
8594         (EOVERFLOW): Define if the system does not.
8595         Do not include "minmax.h"; it wasn't used.
8596         (snprintf): Don't assume size_t promotes to an unsigned type.
8597         Fix bug when generated string was too long for the buffer: the
8598         buffer's contents are supposed to be the initial prefix of the
8599         output.  Don't assume vasnprintf returns EOVERFLOW if the size
8600         exceeds INT_MAX; do the check ourselves.
8601
8602         Import the following changes from libc:
8603
8604         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
8605
8606         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
8607         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
8608         set wc to the byte which couldn't be converted.
8609         (re_string_reconstruct): Don't clear valid_raw_len before calling
8610         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
8611         tip_context using re_string_context_at.
8612
8613         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
8614
8615         * lib/posix/regex.h: g++ still cannot handled [restrict].
8616
8617         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
8618
8619         * lib/posix/regex.h: Remove special handling for VMS.
8620
8621 2006-08-10  Jim Meyering  <jim@meyering.net>
8622
8623         * modules/same-inode: New module.
8624         * modules/dev-ino: New module.
8625         * modules/cycle-check: Depend on these modules, rather than simply
8626         including their .h files.
8627         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
8628         required via m4/cycle-check.m4.
8629         * modules/same: Depend on new same-inode module, rather than
8630         including same-inode.h.
8631         * modules/chdir-safer: New file.
8632
8633         * modules/chown (Depends-on): Add stat-macros.
8634
8635 2006-08-10  Jim Meyering  <jim@meyering.net>
8636
8637         * m4/cycle-check.m4: New file.
8638         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
8639         * m4/dev-ino.m4, m4/same-inode.m4: New files.
8640
8641 2006-08-10  Eric Blake  <ebb9@byu.net>
8642
8643         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
8644         in from original proposal.
8645
8646 2006-08-10  Eric Blake  <ebb9@byu.net>
8647         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8648
8649         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
8650         namespace.
8651
8652 2006-08-10  Bruno Haible  <bruno@clisp.org>
8653
8654         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
8655         as well.
8656
8657 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8658
8659         Sync from coreutils.
8660
8661         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
8662
8663         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
8664         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
8665
8666 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8667
8668         * modules/restrict: Remove; no longer needed now that we assume
8669         Autoconf 2.59 or later.
8670         * MODULES.html.sh: Remove 'restrict'.
8671         * modules/argp (Depends-on): Remove 'restrict'.
8672         * modules/base64 (Depends-on): Likewise.
8673         * modules/gc (Depends-on): Likewise.
8674         * modules/getaddrinfo (Depends-on): Likewise.
8675         * modules/glob (Depends-on): Likewise.
8676         * modules/inet_ntop (Depends-on): Likewise.
8677         * modules/inet_pton (Depends-on): Likewise.
8678         * modules/memxor (Depends-on): Likewise.
8679         * modules/regex (Depends-on): Likewise.
8680         * modules/strtok_r (Depends-on): Likewise.
8681         * modules/time_r (Depends-on): Likewise.
8682
8683 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8684
8685         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
8686         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
8687         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8688         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
8689         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
8690         * m4/memxor.m4 (gl_MEMXOR): Likewise.
8691         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
8692         gl_C_RESTRICT replaced by AC_C_RESTRICT.
8693
8694         Merge from coreutils.
8695         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
8696         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
8697         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8698         * m4/time_r.m4 (gl_TIME_R): Likewise.
8699
8700 2006-08-09  Karl Berry  <karl@gnu.org>
8701
8702         * config/srclist.txt: no more gettext-tools, per Bruno.
8703
8704 2006-08-08  Eric Blake  <ebb9@byu.net>
8705
8706         * modules/verror: New module.
8707         * MODULES.html.sh: Document it.
8708
8709 2006-08-08  Eric Blake  <ebb9@byu.net>
8710
8711         * lib/verror.h, lib/verror.c: New files.
8712
8713 2006-08-08  Eric Blake  <ebb9@byu.net>
8714
8715         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
8716         verror_at_line output complies with GNU Coding Standards even when
8717         file is NULL.
8718
8719 2006-08-07  Bruno Haible  <bruno@clisp.org>
8720
8721         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
8722         versions of AIX.
8723         Reported by Ralf Wildenhues.
8724
8725 2006-08-07  Bruno Haible  <bruno@clisp.org>
8726
8727         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
8728         in an AC_DEFUN. Needed so that the autoconf snippets can use
8729         AC_REQUIRE.
8730
8731 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8732
8733         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8734         Initialize pkgdata_DATA.
8735         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
8736         overriding it.
8737
8738 2006-08-06  Eric Blake  <ebb9@byu.net>
8739
8740         * lib/error.h: Fold in some upstream changes from glibc.
8741         * lib/error.c: Likewise.
8742
8743 2006-08-04  Bruno Haible  <bruno@clisp.org>
8744
8745         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8746         Make the mostlyclean-local rule depend on mostlyclean-generic.
8747         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
8748
8749 2006-07-31  Bruno Haible  <bruno@clisp.org>
8750
8751         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
8752         <stdlib.h>, <string.h>.
8753
8754 2006-07-30  Bruno Haible  <bruno@clisp.org>
8755
8756         * modules/readlink (License): Change to LGPL.
8757
8758 2006-07-30  Bruno Haible  <bruno@clisp.org>
8759
8760         * modules/javaversion (Makefile.am): Distribute javaversion.java and
8761         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
8762         set PKGDATADIR to point to it.
8763
8764 2006-07-30  Bruno Haible  <bruno@clisp.org>
8765
8766         * modules/csharpexec (configure.ac): Comment out macro invocation.
8767         * modules/javaexec (configure.ac): Likewise.
8768         * modules/javacomp-script (configure.ac): Likewise.
8769
8770         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
8771
8772 2006-07-30  Bruno Haible  <bruno@clisp.org>
8773
8774         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
8775         linked-list.
8776
8777 2006-07-30  Bruno Haible  <bruno@clisp.org>
8778
8779         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
8780
8781 2006-07-30  Bruno Haible  <bruno@clisp.org>
8782
8783         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8784         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
8785         get removed.
8786
8787 2006-07-29  Bruno Haible  <bruno@clisp.org>
8788
8789         Make it possible for gnulib-tool to work with locally modified or
8790         augmented gnulib repositories.
8791         * gnulib-tool (func_usage): Document --local-dir option.
8792         (local_gnulib_dir): New variable.
8793         Handle --local-dir option.
8794         (func_lookup_file): New function.
8795         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
8796         (func_get_description, func_get_filelist, func_get_description,
8797         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
8798         func_get_automake_snippet, func_get_include_directive,
8799         func_get_license, func_get_maintainer): Use func_lookup_file.
8800         (func_import, func_create_testdir): Use func_lookup_file.
8801
8802 2006-07-29  Bruno Haible  <bruno@clisp.org>
8803
8804         * modules/setenv (Depends-on): Add unistd.
8805
8806 2006-07-29  Bruno Haible  <bruno@clisp.org>
8807
8808         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
8809
8810 2006-07-29  Bruno Haible  <bruno@clisp.org>
8811
8812         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
8813
8814 2006-07-29  Bruno Haible  <bruno@clisp.org>
8815
8816         * gnulib-tool (import, update): If there is no Makefile.am, look at
8817         aclocal.m4, instead of bailing out.
8818
8819 2006-07-29  Bruno Haible  <bruno@clisp.org>
8820
8821         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
8822         Categorize the options by when they are useful.
8823
8824 2006-07-29  Bruno Haible  <bruno@clisp.org>
8825
8826         * gnulib-tool (func_usage): Document option --no-libtool.
8827         Handle option --no-libtool.
8828         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
8829         for changed semantics of $libtool variable.
8830         (func_import): Likewise. If libtool is not used, show this through
8831         an option --no-libtool.
8832         (func_create_testdir): Update.
8833
8834 2006-07-29  Bruno Haible  <bruno@clisp.org>
8835
8836         * gnulib-tool (func_import): Extend error message about missing
8837         --doc-base.
8838
8839 2006-07-29  Bruno Haible  <bruno@clisp.org>
8840
8841         * gnulib-tool (func_import): Don't create the $docbase directory if
8842         there is no file to store there.
8843
8844 2006-07-29  Bruno Haible  <bruno@clisp.org>
8845
8846         * gnulib-tool (autoconf_minversion): If a --dir option is given and
8847         relevant, look for configure.ac there, not in the current directory.
8848         Also use a simple search for AC_PREREQ, not "autoconf --trace".
8849
8850 2006-07-29  Bruno Haible  <bruno@clisp.org>
8851
8852         * gnulib-tool (SORT): New variable.
8853         (func_usage): Undocument --assume-autoconf option.
8854         Remove --assume-autoconf option handling.
8855         (autoconf_minversion): Determine from the contents of configure.ac.
8856         (func_import): Remove autoconf_minversion handling.
8857         Suggested by Eric Blake.
8858
8859 2006-07-29  Bruno Haible  <bruno@clisp.org>
8860
8861         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
8862
8863 2006-07-29  Bruno Haible  <bruno@clisp.org>
8864
8865         * config/srclist.txt (*setenv.[ch]): Remove rules.
8866
8867 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8868
8869         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
8870
8871 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8872
8873         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
8874         arpa/inet.h.
8875
8876 2006-07-28  Simon Josefsson  <jas@extundo.com>
8877
8878         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
8879         * modules/inet_pton (Depends-on): Likewise.
8880
8881 2006-07-28  Simon Josefsson  <jas@extundo.com>
8882
8883         * m4/netinet_in_h.m4: New file.
8884
8885 2006-07-28  Simon Josefsson  <jas@extundo.com>
8886
8887         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
8888         #include's.
8889
8890 2006-07-28  Simon Josefsson  <jas@extundo.com>
8891
8892         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
8893         #include's.
8894
8895 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
8896
8897         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
8898         setgid on directories only if they set these bits.
8899         * lib/modechange.h: Remove obsolete comment about masks.
8900
8901 2006-07-28  Eric Blake  <ebb9@byu.net>
8902
8903         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
8904         macro expansion.
8905
8906 2006-07-28  Bruno Haible  <bruno@clisp.org>
8907
8908         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
8909
8910 2006-07-28  Bruno Haible  <bruno@clisp.org>
8911
8912         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
8913
8914 2006-07-28  Bruno Haible  <bruno@clisp.org>
8915
8916         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
8917         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
8918         Define fallbacks.
8919         Avoids link error on FreeBSD 4.x.
8920         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8921
8922         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
8923         encoding.
8924         * lib/mbswidth.c (iswcntrl): Likewise.
8925
8926 2006-07-27  Bruno Haible  <bruno@clisp.org>
8927
8928         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
8929         test.
8930
8931 2006-07-27  Bruno Haible  <bruno@clisp.org>
8932
8933         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
8934         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
8935         defined.
8936
8937 2006-07-26  Eric Blake  <ebb9@byu.net>
8938
8939         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
8940
8941 2006-07-26  Eric Blake  <ebb9@byu.net>
8942
8943         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
8944         like mingw that lack mkstemp.
8945         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
8946         avoid compilation warning on mingw.
8947
8948 2006-07-26  Bruno Haible  <bruno@clisp.org>
8949
8950         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
8951         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
8952         INT_FAST*_MIN, INTPTR_MIN.
8953
8954 2006-07-25  Bruno Haible  <bruno@clisp.org>
8955
8956         * modules/version-etc (Depends-on): Add stdarg.
8957
8958 2006-07-25  Bruno Haible  <bruno@clisp.org>
8959
8960         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
8961         complex commands.
8962
8963 2006-07-25  Bruno Haible  <bruno@clisp.org>
8964
8965         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
8966         defined in <stdarg.h> or config.h.
8967
8968 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8969
8970         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
8971         (gl_STDIO_SAFER): Remove.
8972
8973 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8974
8975         * MODULES.html.sh (File stream based Input/Output):
8976         Add fopen-safer, tmpfile-safer; remove stdio-safer.
8977         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
8978         * modules/fopen-safer, modules/tmpfile-safer: New files.
8979         * modules/stdio-safer: Remove.
8980
8981 2006-07-24  Bruno Haible  <bruno@clisp.org>
8982
8983         * modules/tmpdir: New file.
8984         * MODULES.html.sh (File system functions): Add it.
8985
8986 2006-07-24  Bruno Haible  <bruno@clisp.org>
8987
8988         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
8989         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
8990
8991 2006-07-24  Bruno Haible  <bruno@clisp.org>
8992
8993         * modules/clean-temp: New file.
8994
8995 2006-07-24  Bruno Haible  <bruno@clisp.org>
8996
8997         * m4/tmpdir.m4: New file, from GNU gettext.
8998
8999 2006-07-24  Bruno Haible  <bruno@clisp.org>
9000
9001         * lib/tmpdir.h: New file, from GNU gettext.
9002         * lib/tmpdir.c: New file, from GNU gettext.
9003
9004 2006-07-24  Bruno Haible  <bruno@clisp.org>
9005
9006         * lib/clean-temp.h: New file, from GNU gettext.
9007         * lib/clean-temp.c: New file, from GNU gettext.
9008
9009 2006-07-23  Eric Blake  <ebb9@byu.net>
9010
9011         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9012         (Depends-on): Add binary-io.
9013
9014 2006-07-23  Eric Blake  <ebb9@byu.net>
9015
9016         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9017
9018 2006-07-23  Eric Blake  <ebb9@byu.net>
9019
9020         * lib/tmpfile-safer.c: New file.
9021         * lib/stdio-safer.h (fopen_safer): Add prototype.
9022         * lib/stdio--.h (tmpfile): Make safer.
9023
9024 2006-07-23  Bruno Haible  <bruno@clisp.org>
9025
9026         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9027         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9028         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9029         gl_linked_remove_at): Use it.
9030
9031 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9032         and Simon Josefsson <jas@extundo.com>
9033
9034         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9035
9036         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9037
9038 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9039
9040         * modules/close-stream: New file.
9041         * modules/closeout (Description): Make it clear that it exits
9042         with a diagnostic on error.
9043         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9044         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9045
9046 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9047
9048         * m4/close-stream.m4: New file.
9049
9050 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9051
9052         * lib/close-stream.c, lib/close-stream.h: New files.
9053
9054 2006-07-22  Bruno Haible  <bruno@clisp.org>
9055
9056         Merge from GNU gettext 0.15.
9057
9058         2006-05-01  Bruno Haible  <bruno@clisp.org>
9059
9060                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9061
9062         2006-07-22  Bruno Haible  <bruno@clisp.org>
9063
9064                 * modules/javaversion: New file.
9065                 * MODULES.html.sh (Java): Add javaversion.
9066
9067         2006-03-12  Bruno Haible  <bruno@clisp.org>
9068
9069                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9070
9071         2005-12-04  Bruno Haible  <bruno@clisp.org>
9072
9073                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9074                 (untested).
9075
9076         2006-06-21  Bruno Haible  <bruno@clisp.org>
9077
9078                 Avoid warnings from recent versions of mcs.
9079                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9080                 -o, -L, -r any more. Use options documented since mcs-1.0
9081                 instead. Similarly for -g.
9082
9083         2005-12-04  Bruno Haible  <bruno@clisp.org>
9084
9085                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9086                 .resources, not .resource.
9087
9088         2005-07-09  Bruno Haible  <bruno@clisp.org>
9089
9090                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9091                 add a .dll suffix.
9092                 Reported by Mark Junker <mjscod@gmx.de>.
9093
9094         2006-07-22  Bruno Haible  <bruno@clisp.org>
9095
9096                 * modules/gettext: Upgrade to gettext-0.15.
9097                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9098                 m4/visibility.m4.
9099                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9100
9101 2006-07-22  Bruno Haible  <bruno@clisp.org>
9102
9103         Merge from GNU gettext 0.15.
9104
9105         2006-03-25  Bruno Haible  <bruno@clisp.org>
9106
9107                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9108
9109         2006-07-21  Bruno Haible  <bruno@clisp.org>
9110
9111                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9112                 "1.1".
9113
9114         2006-05-09  Bruno Haible  <bruno@clisp.org>
9115
9116                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9117                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9118                 for the conftestver execution.
9119
9120         2006-05-01  Bruno Haible  <bruno@clisp.org>
9121
9122                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9123                 optional target-version argument. Verify that the compiler
9124                 groks source of the specified source-version, or add -source
9125                 option as necessary. Verify that the compiler produces
9126                 bytecode in the specified target-version, or add -target and
9127                 -source options as necessary. Make the result of the test
9128                 available as variable CONF_JAVAC. Also log error output in
9129                 config.log.
9130
9131         2006-03-11  Bruno Haible  <bruno@clisp.org>
9132
9133                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9134
9135         2006-05-09  Bruno Haible  <bruno@clisp.org>
9136
9137                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9138                 CLASSPATH_SEPARATOR to a semicolon.
9139
9140         2006-03-12  Bruno Haible  <bruno@clisp.org>
9141
9142                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9143                 available as variable CONF_JAVA, for subsequent autoconf
9144                 tests. Also log error output in config.log.
9145
9146         2006-07-19  Bruno Haible  <bruno@clisp.org>
9147
9148                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9149                 that getline works on glibc2 systems. Needed to avoid trouble
9150                 in relocatable.c.
9151                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9152
9153         2005-12-04  Bruno Haible  <bruno@clisp.org>
9154
9155                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9156                 launcher (untested).
9157
9158         2005-12-04  Bruno Haible  <bruno@clisp.org>
9159
9160                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9161
9162         2006-07-22  Bruno Haible  <bruno@clisp.org>
9163
9164                 * gettext.m4: Update from GNU gettext-0.15.
9165                 * nls.m4: Likewise.
9166                 * po.m4: Likewise.
9167                 * inttypes-pri.m4: Likewise.
9168                 * inttypes-h.m4: Renamed from inttypes.m4.
9169                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9170
9171 2006-07-22  Bruno Haible  <bruno@clisp.org>
9172
9173         Merge from GNU gettext 0.15.
9174
9175         2005-07-05  Bruno Haible  <bruno@clisp.org>
9176
9177                 * printf-args.c (printf_fetchargs): Work around broken
9178                 definition of wint_t on mingw.
9179
9180         2005-02-12  Bruno Haible  <bruno@clisp.org>
9181
9182                 * xallocsa.h: Add extern "C" for C++.
9183
9184         2006-05-17  Bruno Haible  <bruno@clisp.org>
9185
9186                 Cygwin portability.
9187                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9188
9189         2006-04-30  Bruno Haible  <bruno@clisp.org>
9190
9191                 * progreloc.c: Include <mach-o/dyld.h> if available.
9192                 (find_executable): Use _NSGetExecutablePath when possible.
9193
9194         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9195
9196                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9197                 function.
9198
9199         2005-12-29  Bruno Haible  <bruno@clisp.org>
9200
9201                 * progreloc.c (set_program_name_and_installdir): Fix
9202                 compilation error.
9203
9204         2005-12-04  Bruno Haible  <bruno@clisp.org>
9205
9206                 Cygwin portability.
9207                 * progreloc.c: Include <windows.h> also on Cygwin.
9208                 (find_executable): Add support for Cygwin.
9209                 (set_program_name_and_installdir): Handle also platforms with
9210                 nonempty EXEEXT.
9211
9212         2006-07-11  Bruno Haible  <bruno@clisp.org>
9213
9214                 * javacomp.c: Fix a comment.
9215                 Reported by Jim Meyering.
9216
9217         2006-04-30  Bruno Haible  <bruno@clisp.org>
9218
9219                 * javacomp.h (compile_java_class): Add source_version,
9220                 target_version arguments.
9221                 * javacomp.c: Rewritten to choose only a compiler that
9222                 respects the specified source_version and target_version.
9223
9224         2006-06-27  Bruno Haible  <bruno@clisp.org>
9225
9226                 Assume correct S_ISDIR macro.
9227                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9228
9229         2006-07-22  Bruno Haible  <bruno@clisp.org>
9230
9231                 * javaversion.h: New file, from GNU gettext.
9232                 * javaversion.c: New file, from GNU gettext.
9233                 * javaversion.java: New file, from GNU gettext.
9234                 * javaversion.class: New file, from GNU gettext.
9235
9236         2006-05-17  Bruno Haible  <bruno@clisp.org>
9237
9238                 Cygwin portability.
9239                 * javaexec.c (execute_java_class): Test for jview program
9240                 also on Cygwin.
9241
9242         2006-04-09  Bruno Haible  <bruno@clisp.org>
9243
9244                 * fatal-signal.c: Don't include string.h.
9245                 (at_fatal_signal): Use a copying loop instead of memcpy.
9246
9247         2005-12-04  Bruno Haible  <bruno@clisp.org>
9248
9249                 * csharpexec.c: Add support for 'clix' launcher (untested).
9250                 (execute_csharp_using_sscli): New function.
9251                 (execute_csharp_program): Call it.
9252
9253         2006-06-21  Bruno Haible  <bruno@clisp.org>
9254
9255                 Avoid warnings from recent versions of mcs.
9256                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9257                 -o, -L, -r any more. Use options documented since mcs-1.0
9258                 instead. Similarly for -g.
9259
9260         2005-07-09  Bruno Haible  <bruno@clisp.org>
9261
9262                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9263                 add a .dll suffix.
9264                 Reported by Mark Junker <mjscod@gmx.de>.
9265
9266         2006-06-17  Bruno Haible  <bruno@clisp.org>
9267
9268                 * config.charset: Update for NetBSD 3.0.
9269
9270         2006-05-17  Bruno Haible  <bruno@clisp.org>
9271
9272                 Cygwin portability.
9273                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9274
9275         2006-05-16  Bruno Haible  <bruno@clisp.org>
9276
9277                 * localcharset.c [CYGWIN]: Include <windows.h>.
9278                 (get_charset_aliases): For Cygwin, return the same CPxxx
9279                 aliases list as under WIN32.
9280                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9281                 the environment variables. Fall back to GetACP().
9282
9283         2006-04-05  Bruno Haible  <bruno@clisp.org>
9284
9285                 * config.charset: Update Juan Manuel Guerrero's address.
9286
9287         2005-02-12  Bruno Haible  <bruno@clisp.org>
9288
9289                 * allocsa.h: Add extern "C" for C++.
9290
9291         2005-02-10  Bruno Haible  <bruno@clisp.org>
9292
9293                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9294                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9295
9296         2006-07-22  Bruno Haible  <bruno@clisp.org>
9297
9298                 * gettext.h: Update to GNU gettext-0.15.
9299
9300 2006-07-22  Bruno Haible  <bruno@clisp.org>
9301
9302         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9303         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9304         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9305
9306 2006-07-21  Eric Blake  <ebb9@byu.net>
9307
9308         * modules/stdlib-safer: New file.
9309         * MODULES.html.sh (File stream based Input/Output): Add
9310         stdlib-safer.
9311
9312 2006-07-21  Eric Blake  <ebb9@byu.net>
9313
9314         * lib/stdlib-safer.h: New file from coreutils, required by
9315         stdlib--.h.
9316
9317 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9318
9319         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9320
9321 2006-07-20  Bruno Haible  <bruno@clisp.org>
9322
9323         * gnulib-tool: Recognize new option --assume-autoconf.
9324         (autoconf_minversion): New variable.
9325         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9326
9327 2006-07-20  Bruno Haible  <bruno@clisp.org>
9328
9329         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9330
9331 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9332
9333         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9334         Reindent and repaginate.
9335
9336 2006-07-19  Derek Price  <derek@ximbiot.com>
9337
9338         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9339         Correct grammar.
9340
9341 2006-07-17  Bruno Haible  <bruno@clisp.org>
9342
9343         * modules/list: New file.
9344         * modules/array-list: New file.
9345         * modules/carray-list, modules/carray-list-tests: New files.
9346         * modules/linked-list, modules/linked-list-tests: New files.
9347         * modules/avltree-list, modules/avltree-list-tests: New files.
9348         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9349         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9350         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9351         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9352         * modules/oset: New file.
9353         * modules/array-oset: New file.
9354         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9355         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9356         * tests/test-carray_list.c: New file.
9357         * tests/test-linked_list.c: New file.
9358         * tests/test-avltree_list.c: New file.
9359         * tests/test-rbtree_list.c: New file.
9360         * tests/test-linkedhash_list.c: New file.
9361         * tests/test-avltreehash_list.c: New file.
9362         * tests/test-rbtreehash_list.c: New file.
9363         * tests/test-avltree_oset.c: New file.
9364         * tests/test-rbtree_oset.c: New file.
9365         * MODULES.html.sh (Container data structures): New section.
9366
9367 2006-07-17  Bruno Haible  <bruno@clisp.org>
9368
9369         * m4/gl_list.m4: New file.
9370
9371 2006-07-17  Bruno Haible  <bruno@clisp.org>
9372
9373         * lib/gl_list.h: New file.
9374         * lib/gl_list.c: New file.
9375         * lib/gl_array_list.h: New file.
9376         * lib/gl_array_list.c: New file.
9377         * lib/gl_carray_list.h: New file.
9378         * lib/gl_carray_list.c: New file.
9379         * lib/gl_linked_list.h: New file.
9380         * lib/gl_linked_list.c: New file.
9381         * lib/gl_anylinked_list1.h: New file.
9382         * lib/gl_anylinked_list2.h: New file.
9383         * lib/gl_avltree_list.h: New file.
9384         * lib/gl_avltree_list.c: New file.
9385         * lib/gl_anyavltree_list1.h: New file.
9386         * lib/gl_anyavltree_list2.h: New file.
9387         * lib/gl_rbtree_list.h: New file.
9388         * lib/gl_rbtree_list.c: New file.
9389         * lib/gl_anyrbtree_list1.h: New file.
9390         * lib/gl_anyrbtree_list2.h: New file.
9391         * lib/gl_anytree_list1.h: New file.
9392         * lib/gl_anytree_list2.h: New file.
9393         * lib/gl_linkedhash_list.h: New file.
9394         * lib/gl_linkedhash_list.c: New file.
9395         * lib/gl_anyhash_list1.h: New file.
9396         * lib/gl_anyhash_list2.h: New file.
9397         * lib/gl_avltreehash_list.h: New file.
9398         * lib/gl_avltreehash_list.c: New file.
9399         * lib/gl_rbtreehash_list.h: New file.
9400         * lib/gl_rbtreehash_list.c: New file.
9401         * lib/gl_anytreehash_list1.h: New file.
9402         * lib/gl_anytreehash_list2.h: New file.
9403
9404         * lib/gl_oset.h: New file.
9405         * lib/gl_oset.c: New file.
9406         * lib/gl_array_oset.h: New file.
9407         * lib/gl_array_oset.c: New file.
9408         * lib/gl_avltree_oset.h: New file.
9409         * lib/gl_avltree_oset.c: New file.
9410         * lib/gl_rbtree_oset.h: New file.
9411         * lib/gl_rbtree_oset.c: New file.
9412         * lib/gl_anytree_oset.h: New file.
9413
9414 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9415
9416         * m4/mkancesdirs.m4: New file.
9417         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9418         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9419         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9420         it.
9421
9422 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9423
9424         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9425         * lib/mkancesdirs.h: New files.
9426         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9427         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9428         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9429         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9430         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9431         callers changed.  Revamp internals significantly, by not
9432         attempting to create directories that are temporarily more
9433         permissive than the final results.  Do not attempt to use
9434         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9435         This removes some race conditions, fixes some bugs, and simplifies
9436         things.  Use new dirchownmod function to do owner and mode changes.
9437         * lib/mkdir-p.h: Likewise.
9438         * lib/modechange.c (octal_to_mode): New function.
9439         (struct mode_change): New member mentioned.
9440         (make_node_op_equals): New arg mentioned.  All callers changed.
9441         (mode_compile): Keep track of which mode bits the user has explicitly
9442         mentioned.
9443         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9444         New arg PMODE_BITS, to keep track of which mode bits the user
9445         mentioned; it treats S_ISUID and S_ISGID speciall.
9446         All callers changed.
9447         * lib/modechange.h: Likewise.
9448
9449 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9450
9451         * MODULES.html.sh: Add mkancestors.
9452         * modules/mkancesdirs: New module.
9453         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9454         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9455         The chdir-safer and afs files are now orphans; I'll remove them
9456         unless someone speaks up.
9457         Add lib/dirchownmod.c, lib/dirchownmod.h.
9458         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9459         Add lchown, mkancesdirs.
9460         (Maintainer): Add self.
9461
9462 2006-07-15  Karl Berry  <karl@gnu.org>
9463
9464         * gnulib-tool: help message wording/arrangement.
9465
9466 2006-07-14  Simon Josefsson  <jas@extundo.com>
9467
9468         * doc/gnulib.texi (Libtool and Windows): New section.
9469
9470 2006-07-12  Simon Josefsson  <jas@extundo.com>
9471
9472         * modules/gendocs (License): Fix license, approved by Karl.
9473
9474 2006-07-12  Eric Blake  <ebb9@byu.net>
9475
9476         * MODULES.html.sh: Add gendocs.
9477
9478 2006-07-11  Eric Blake  <ebb9@byu.net>
9479
9480         * modules/fdl: New module, to install doc/fdl.texi.
9481         * MODULES.html.sh: Add new section for documentation modules.
9482         * gnulib-tool: Avoid space-tab.
9483         (--doc-base): New option, to manage files from doc.
9484
9485 2006-07-11  Eric Blake  <ebb9@byu.net>
9486
9487         * m4/absolute-header.m4: Fix comments to match recent change.
9488
9489 2006-07-11  Eric Blake  <ebb9@byu.net>
9490
9491         * gnulib-tool: List --doc-base before --tests-base.
9492
9493 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9494
9495         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9496
9497 2006-07-11  Bruno Haible  <bruno@clisp.org>
9498
9499         * README: Mention where to put documentation.
9500
9501 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9502
9503         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9504
9505 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9506
9507         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
9508         to stdint.m4.
9509
9510 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9511
9512         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
9513         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
9514         "no/such/file/stdint.h" when there is no such file, so that
9515         the resulting C code can be parsed by dodgy compilers.
9516         Problems reported by Bob Proulx.
9517
9518 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9519
9520         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
9521         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9522         macros into the GNU _D_EXACT_NAMLEN.
9523         * lib/savedir.c:  Likewise.
9524         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
9525
9526 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9527         and Paul Eggert  <eggert@cs.ucla.edu>
9528
9529         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
9530         * m4/savedir.m4:
9531         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9532         macros into the GNU _D_EXACT_NAMLEN.
9533
9534 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9535
9536         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
9537         around the absolute name, to work around a problem with the HP-UX
9538         11.23 native C compiler, reported by Bob Proulx.
9539
9540 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9541
9542         * doc/maintain.texi, make-stds.texi: Sync from
9543         <http://savannah.gnu.org/projects/gnustandards>.
9544
9545 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9546
9547         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
9548
9549 2006-07-09  Jim Meyering  <jim@meyering.net>
9550
9551         * m4/glob.m4: Remove a doubled word in a comment.
9552
9553 2006-07-09  Jim Meyering  <jim@meyering.net>
9554
9555         * lib/argp-pv.c: Remove a doubled word in a comment.
9556         * lib/check-version.c (check_version): Likewise.
9557         * lib/javacomp.c (compile_java_class): Likewise.
9558
9559 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9560
9561         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
9562         for the benefit of people using Autoconf 2.60.  If you want to
9563         support older Autoconf versions you can copy m4/onceonly_2_57.m4
9564         (or m4/onceonly.m4, if pre-2.57) manually.
9565
9566 2006-07-08  Jim Meyering  <jim@meyering.net>
9567
9568         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
9569         comment.
9570         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
9571         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
9572         comment.
9573
9574 2006-07-08  Jim Meyering  <jim@meyering.net>
9575
9576         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
9577
9578 2006-07-07  Simon Josefsson  <jas@extundo.com>
9579
9580         * tests/test-crc.c: Change expected crc value, the test vector
9581         were probably computed using the old broken crc.c?
9582
9583 2006-07-06  Simon Josefsson  <jas@extundo.com>
9584
9585         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
9586         now the canonical place for the M4 file).
9587
9588         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
9589         from the sys_socket dependency now.
9590
9591         * modules/inet_pton (Files): Ditto.
9592
9593         * modules/inet_ntop (Files): Ditto.
9594
9595 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9596
9597         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
9598         not gl_PREREQ_GETUSERSHELL.
9599
9600 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9601
9602         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
9603         with only one argument, for Autoconf 2.60.
9604         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
9605         expand to nothing, so add a shell command to avoid syntax error.
9606         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9607
9608 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9609
9610         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
9611
9612 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9613
9614         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
9615         no longer needed.  Check for isblank decl.
9616         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
9617         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
9618         of existence.
9619
9620 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9621
9622         * lib/getloadavg.c: Use __VMS, not VMS.
9623         * lib/getopt.c: Likewise.
9624         * lib/getpagesize.h: Likewise.
9625         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
9626         and probably does not work.
9627
9628 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9629
9630         * lib/.cppi-disable: Add wcwidth.
9631         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
9632         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
9633         (ISGRAPH): Remove.  All uses changed to isgraph.
9634         (FOLD) [!defined _LIBC]: Remove special case.
9635         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
9636         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
9637         HAVE_ISBLANK.
9638         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
9639         case.
9640
9641 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9642
9643         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
9644         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
9645         brackets.  Other minor changes to suppress some compiler
9646         warnings.
9647
9648 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9649         and Paul Eggert  <eggert@cs.ucla.edu>
9650
9651         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
9652         of invoking obsolescent AC_HEADER_DIRENT macro.
9653         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
9654         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
9655         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
9656         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
9657         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
9658         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9659         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
9660         * m4/readdir.m4: Remove; no longer needed.
9661
9662 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9663         and Paul Eggert  <eggert@cs.ucla.edu>
9664
9665         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
9666         Don't worry about this obsolete case any more.
9667         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
9668         directories.
9669         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
9670         worry about this obsolete case any more.
9671         * lib/fts.c: Likewise.
9672         * lib/getcwd.c: Likewise.
9673         * lib/glob.h: Likewise.
9674         * lib/savedir.c: Likewise.
9675
9676 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9677
9678         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
9679         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
9680         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
9681         needed.
9682         All uses removed.
9683         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9684         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9685         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
9686         needed.
9687         * m4/getdate.m4 (gl_GETDATE): Likewise.
9688         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9689         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9690         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9691         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9692         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9693         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9694         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
9695         needed.
9696
9697 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9698
9699         * lib/memcasecmp.c: Include <limits.h>.
9700         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
9701         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
9702         Don't assume isdigit succeeds only on '0' through '9'.
9703
9704 2006-07-05  Eric Blake  <ebb9@byu.net>
9705
9706         * modules/getaddrinfo (Depends-on): Add snprintf.
9707
9708 2006-07-05  Eric Blake  <ebb9@byu.net>
9709
9710         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
9711         to avoid 'header present but could not be compiled' on cygwin.
9712
9713 2006-07-05  Eric Blake  <ebb9@byu.net>
9714
9715         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
9716         missing from netdb.h.
9717         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
9718
9719 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9720
9721         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
9722         no longer needed.
9723         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
9724         * m4/getdate.m4 (gl_GETDATE): Likewise.
9725         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9726         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9727         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9728         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9729         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9730
9731 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9732
9733         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
9734         All uses of is_space replaced by isspace.
9735         * lib/exit.h: Don't talk about STDC_HEADERS.
9736         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
9737         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
9738         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
9739         replaced by isprint etc.
9740         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
9741         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9742         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
9743         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
9744         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
9745         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9746
9747 2006-07-05  Bruno Haible  <bruno@clisp.org>
9748
9749         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
9750         the function exists, before testing against AIX.
9751         Reported by Martin Lambers <marlam@marlam.de>.
9752
9753 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9754
9755         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
9756         From Mark D. Baushke.
9757
9758 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9759
9760         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
9761         to the absolute name, not just one, to bypass Sun C 5.8's
9762         "warning: #include of /usr/include/... may be non-portable".
9763
9764 2006-07-04  Eric Blake  <ebb9@byu.net>
9765
9766         * modules/dirname-tests: New test module.
9767         * tests/test-dirname.c: New file, replacing dirname.c
9768         TEST_DIRNAME section that was recently deleted.
9769
9770 2006-07-04  Bruno Haible  <bruno@clisp.org>
9771
9772         Assume ANSI C header files and <ctype.h> functions.
9773         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
9774         (mbsnwidth): Use isprint, iscntrl instead.
9775
9776 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9777
9778         Merge from coreutils.
9779         * MODULES.html.sh: Add xstrtold.
9780         * modules/xstrtold: New file.
9781         * modules/cycle-check (Files): Add lib/same-inode.h.
9782         * modules/dirname (Files): Add m4/double-slash-root.m4.
9783         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
9784         * modules/mkdir-p (Files): Add lib/same-inode.h.
9785         * modules/same (Files): Add lib/same-inode.h.
9786
9787 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9788
9789         * m4/absolute-header.m4: Renamed from full-header-path.m4.
9790         This is to keep the terminology clean; POSIX talks about
9791         "absolute pathnames", not "full pathnames", but the GNU
9792         Coding Standards say to use "path" for something else;
9793         so use "absolute" to keep both sides happy.
9794         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
9795         Set gl_absolute_header, not gl_full_header_path.
9796         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
9797         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
9798         All uses changed.
9799
9800         Merge from coreutils.
9801
9802         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9803
9804         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
9805         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
9806         want to require the building of c-strtod.o.
9807         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
9808         needs -lm directly.
9809         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
9810
9811         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9812
9813         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
9814         --as-needed option if available.  Problem reported by Albert Chin in
9815         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
9816         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
9817         cc merely issues a bunch of annoying warnings for --as-needed
9818         (this problem was reported by Bob Proulx).  Also, try linking with
9819         -lm to detect a bug in binutils 2.16 (this problem was reported
9820         by Ralf Wildenhues).
9821
9822         2006-06-18  Jim Meyering  <jim@meyering.net>
9823
9824         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
9825         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
9826         macro.
9827         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
9828         also check for glibc-2.4's abort-inducing bug.
9829
9830         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
9831         Low-probability clean-up should be to use rmdir to get rid of
9832         the just-created directory, not unlink.
9833
9834         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
9835         configure fail, and request a bug report to inform us about it.
9836         Add a comment that, barring reports to the contrary, in 2007 we'll
9837         assume ftruncate is universally available.
9838
9839         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9840
9841         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
9842
9843         2006-03-12  Jim Meyering  <jim@meyering.net>
9844
9845         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
9846         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
9847         * m4/same.m4 (gl_SAME): Likewise.
9848         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
9849
9850         2006-03-11  Eric Blake  <ebb9@byu.net>
9851
9852         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
9853         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
9854         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
9855         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
9856
9857 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9858
9859         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
9860         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
9861         reported by Mark D. Baushke, one in
9862         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
9863
9864         Merge from coreutils.
9865
9866         * lib/.cppi-disable: Add stdint_.h.
9867         * lib/.cvsignore: Add stdint.h.
9868
9869         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9870
9871         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
9872         both double and long double versions.
9873         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
9874         * lib/xstrtold.c: New file.
9875         * lib/xstrtod.h (xstrtold): New decl.
9876
9877         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
9878
9879         * lib/filemode.c (setst): Remove.
9880         (strmode): Rewrite to avoid setst.  This makes the code shorter,
9881         (arguably) clearer, and the generated code is a bit smaller on my
9882         Debian GNU/Linux stable x86 host.
9883
9884         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9885
9886         * lib/filemode.c: Include "filemode.h" first, to test the interface.
9887         Assume that filemode.h includes sys/types.h and sys/stat.h.
9888         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
9889         (ftypelet): Reorder to put common cases first, for efficiency.
9890         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
9891         to do 'M'.
9892         (strmode): Renamed from mode_string, and now stores 12 bytes instead
9893         of 10, for compatibility with FreeBSD.  All callers changed.
9894         (filemodestring): Now stores 12 bytes instead of 10, and sets file
9895         types that can't be deduced solely from st_mode.  First arg is now a
9896         const pointer.
9897         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
9898         (strmode): Renamed from mode_string.
9899         (filemodestring): New decl.
9900         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
9901         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
9902         needed.
9903         (S_ISPORT, S_ISWHT): New macros, if not already defined.
9904
9905         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
9906
9907         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
9908         fsusage.h now does that.  Include fsusage.h first, to test interface.
9909         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
9910         at most one method (the old code could have generated decls that
9911         didn't conform to C89, not that this was ever exercised).
9912         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
9913
9914         2006-03-19  Jim Meyering  <jim@meyering.net>
9915
9916         Work even in a chroot where d_ino values for entries in "/"
9917         don't match the stat.st_ino values for the same names.
9918         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
9919         number, iterate through all entries again, using lstat instead.
9920         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
9921         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
9922
9923         * lib/getcwd.c (__getcwd): Clarify a comment.
9924         Use memcpy in place of a call to strcpy.
9925
9926         2006-03-12  Jim Meyering  <jim@meyering.net>
9927
9928         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
9929         matches that of the current directory (which we're about to chdir ".."
9930         out of), then save the dev-ino of the parent, instead.
9931
9932         * lib/same-inode.h (SAME_INODE): New file/macro.
9933         * lib/chdir-safer.c (SAME_INODE): Remove definition.
9934         Include "same-inode.h", instead.
9935         * lib/same.c: Likewise.
9936         * lib/cycle-check.h: Include "same-inode.h".
9937         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
9938         * lib/cycle-check.c (SAME_INODE): Remove definition.
9939         * lib/root-dev-ino.h: Include "same-inode.h".
9940
9941         2006-03-11  Eric Blake  <ebb9@byu.net>
9942
9943         * lib/same.c (same_name): s/base_name/last_component/
9944         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
9945         * lib/filenamecat.c (file_name_concat): Likewise.
9946
9947         2006-03-11  Eric Blake  <ebb9@byu.net>,
9948                     Paul Eggert  <eggert@cs.ucla.edu>
9949
9950         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
9951         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
9952         drive prefix.
9953         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
9954         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
9955         (last_component): New method.
9956         * lib/dirname.c (dir_len): Determine when drive letters need a
9957         subsequent slash.  Preserve // when it is special.
9958         (dir_name): Don't append dot when drive letter is absolute.
9959         [TEST_DIRNAME]: Move into a full-blown gnulib test.
9960         * lib/basename.c (base_name): New semantics - malloc the result.
9961         Preserve // when it is special.  Preserve relative files that look
9962         like drive letters.
9963         (base_len): Preserve // when it is special.
9964         (last_component): New method, similar to old base_name semantics.
9965         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
9966         base_name.  Strip redundant slashes from ///.
9967
9968 2006-07-03  Jim Meyering  <jim@meyering.net>
9969
9970         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
9971         macro is used before the first cycle_check call.
9972
9973 2006-07-03  Eric Blake  <ebb9@byu.net>
9974
9975         * modules/dirname (Depends-on): Add xstrndup.
9976
9977 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9978
9979         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
9980         test cases, so that config.log is a bit easier to follow.
9981
9982 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9983
9984         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
9985         both are 64 bits, since this seems to be the tradition, and this
9986         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
9987         we ever run into a host that prefers long long to long in this
9988         case, we'll need another configure-time test.  Problem reported by
9989         Jim Meyering.
9990
9991 2006-07-02  Eric Blake  <ebb9@byu.net>
9992
9993         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
9994
9995 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9996
9997         * modules/inttypes (Depends-on): No longer depends on stdint.
9998         * modules/stdint (Description): Say more about assumptions.
9999         Say that the fast types might differ.  Say macros are used.
10000         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10001         (Makefile.am): Revise list of substituted symbols to match
10002         new stdint.m4.
10003         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10004         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10005         * tests/test-stdint.c (verify_same_types)
10006         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10007         the code conforms to C99/C89.
10008         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10009         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10010
10011 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10012
10013         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10014         but fix a bug, by requiring at least 64 bits.
10015         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10016         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10017         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10018         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10019
10020         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10021         changes.  Make 2.59 a prerequisite.  Check and substitute for
10022         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10023         inttypes.h.  Do not use special include files; just use the
10024         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10025         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10026         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10027         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10028         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10029         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10030         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10031         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10032         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10033         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10034         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10035         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10036         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10037         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10038         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10039         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10040         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10041         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10042         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10043         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10044         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10045         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10046         not check for things that C99 does not require, e.g., int8_t.  If
10047         a test isn't needed unless <stdint.h> isn't working, and is
10048         unlikely to be needed for any other reason, then don't do it
10049         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10050         size_t, since we assume C89 freestanding at least.  Do not check
10051         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10052         the right thing even if the types are not defined.  Instead use:
10053         (gl_STDINT_TYPE_PROPERTIES): New macro.
10054         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10055         testing whether <sys/types.h> clashes, as Autoconf does this for
10056         us now.  All uses removed.
10057         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10058         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10059         (gl_CHECK_TYPE_SAME):
10060         Remove; no longer needed.
10061         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10062         exists, since we'll return 0 anyway in that case.
10063         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10064
10065 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10066
10067         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10068         possible collision with system files.
10069         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10070         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10071         WCHAR_MIN and WCHAR_MAX in this case.
10072         (<stddef.h>): Do not include; no longer needed.
10073         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10074         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10075         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10076         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10077         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10078         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10079         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10080         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10081         !defined(__c99))]: Include in this case too, since it's harmless
10082         now.
10083         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10084         dangerous to do so.
10085         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10086         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10087         (_STDINT_MIN, _STDINT_MAX): New macros.
10088         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10089         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10090         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10091         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10092         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10093         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10094         macros, not typedefs; this simplifies things quite a bit.
10095         Use long int for all types narrower than int64_t.
10096         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10097         Define in terms of long long int or int64_t or long int,
10098         not int64_t or int32_t.  This saves some compile-time testing.
10099         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10100         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10101         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10102         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10103         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10104         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10105         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10106         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10107         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10108         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10109         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10110         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10111         undef any previous version and define our own version, for
10112         simplicity and consistency with the new macros for types.
10113         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10114         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10115         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10116         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10117         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10118         @WINT_T_SUFFIX@ to keep things simple here.
10119         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10120         Simplify by assuming typical 8/16/32/64 host, since we're
10121         already doing that elsewhere anyway.
10122         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10123         and assume long long int is 64 bits if available.  This
10124         speeds up 'configure'.
10125
10126 2006-07-01  Eric Blake  <ebb9@byu.net>
10127
10128         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10129         Reported by Andreas Buening.
10130
10131 2006-07-01  Eric Blake  <ebb9@byu.net>
10132
10133         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10134
10135 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10136
10137         * lib/getaddrinfo.c: fixed typo
10138
10139 2006-06-29  Jim Meyering  <jim@meyering.net>
10140
10141         * modules/strftime (Maintainer): Add my name, since with the
10142         FPRINTFTIME changes strftime.c has forked from glibc.
10143
10144 2006-06-29  Eric Blake  <ebb9@byu.net>
10145
10146         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10147
10148 2006-06-29  Eric Blake  <ebb9@byu.net>
10149
10150         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10151
10152 2006-06-29  Eric Blake  <ebb9@byu.net>
10153
10154         * lib/stat_.h: New file.
10155
10156 2006-06-29  Eric Blake  <ebb9@byu.net>
10157
10158         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10159         unused static function.
10160
10161 2006-06-29  Eric Blake  <ebb9@byu.net>
10162
10163         * doc/functions.texi (Function Portability): Document missing lstat
10164         on mingw.
10165
10166 2006-06-29  Eric Blake  <ebb9@byu.net>
10167
10168         * MODULES.html.sh: Add sys_stat.
10169         * modules/sys_stat: New module.
10170         * modules/mkstemp (Depends-on): Add sys_stat.
10171
10172 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10173
10174         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10175
10176 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10177
10178         * m4/c-bs-a.m4: Removed.
10179
10180 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10181
10182         * lib/strftime.c: Assume strftime() exists.
10183
10184 2006-06-29  Derek Price  <derek@ximbiot.com>
10185
10186         * modules/c-bs-a: Removed - \a is C89.
10187         * MODULES.html.sh: Remove c-bs-a.
10188
10189 2006-06-29  Bruno Haible  <bruno@clisp.org>
10190
10191         * modules/wcwidth (License): Change to LGPL.
10192
10193 2006-06-28  Simon Josefsson  <jas@extundo.com>
10194
10195         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10196         on _WIN32.
10197
10198         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10199         getnameinfo.
10200
10201 2006-06-28  Simon Josefsson  <jas@extundo.com>
10202
10203         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10204
10205 2006-06-28  Simon Josefsson  <jas@extundo.com>
10206
10207         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10208         functions there.  It will succeed on Windows XP, but on Windows
10209         2000 and (presumably) earlier, it will fail, and use the internal
10210         re-implementation.
10211         (use_win32_p): New function.
10212         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10213         Support AI_NUMERICSERV to disable getservbyname.
10214         (getnameinfo): New function, only supports
10215         NI_NUMERICHOST|NI_NUMERICSERV for now.
10216
10217         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10218         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10219         getnameinfo.
10220
10221 2006-06-28  Eric Blake  <ebb9@byu.net>
10222
10223         * modules/wcwidth: New file.
10224         * modules/mbchar (Depends-on): Add wcwidth.
10225         * modules/mbswidth (Depends-on): Add wcwidth.
10226         * MODULES.html.sh: Add wcwidth.
10227
10228 2006-06-28  Eric Blake  <ebb9@byu.net>
10229
10230         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10231         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10232
10233 2006-06-28  Eric Blake  <ebb9@byu.net>
10234
10235         * lib/xvasprintf.h: Fix comments.
10236
10237 2006-06-28  Eric Blake  <ebb9@byu.net>
10238
10239         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10240         * lib/mbswidth.c (wcwidth): Move from here...
10241         * lib/wcwidth.h: ...to this new file.
10242
10243 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10244
10245         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10246
10247         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10248         it's obsolete.
10249         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10250
10251 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10252
10253         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10254         Autoconf 2.60 says this stuff was obsolete.
10255
10256 2006-06-28  Bruno Haible  <bruno@clisp.org>
10257
10258         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10259
10260 2006-06-28  Bruno Haible  <bruno@clisp.org>
10261
10262         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10263         gt_TYPE_WCHAR_T.
10264
10265 2006-06-28  Bruno Haible  <bruno@clisp.org>
10266
10267         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10268         declaration for wcwidth.
10269         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10270
10271 2006-06-28  Bruno Haible  <bruno@clisp.org>
10272
10273         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10274         (mkdir): Define using _mkdir.
10275
10276 2006-06-28  Bruno Haible  <bruno@clisp.org>
10277
10278         * lib/getaddrinfo.h: Fix POSIX URL.
10279         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10280         _WIN32.
10281         (use_win32_p): Make static.
10282         (getaddrinfo): Reject service name if it is empty or does not consist
10283         solely of decimal digits, or if its value is > 65535.
10284         (getnameinfo): Remove useless casts.
10285
10286 2006-06-27  Simon Josefsson  <jas@extundo.com>
10287
10288         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10289         Eggert and Martin Lambers.
10290
10291 2006-06-27  Simon Josefsson  <jas@extundo.com>
10292
10293         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10294         Eggert and Martin Lambers.
10295
10296 2006-06-27  Bruno Haible  <bruno@clisp.org>
10297
10298         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10299         result to 0, not to empty.
10300         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10301
10302 2006-06-27  Bruno Haible  <bruno@clisp.org>
10303
10304         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10305
10306 2006-06-26  Simon Josefsson  <jas@extundo.com>
10307
10308         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10309         present.
10310
10311 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10312
10313         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10314         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10315         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10316
10317 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10318
10319         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10320
10321 2006-06-26  Bruno Haible  <bruno@clisp.org>
10322
10323         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10324
10325 2006-06-26  Bruno Haible  <bruno@clisp.org>
10326
10327         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10328
10329 2006-06-26  Bruno Haible  <bruno@clisp.org>
10330
10331         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10332         SGI C compiler in pre-C99 mode.
10333         Suggested by Mark D. Baushke and Larry Jones.
10334
10335 2006-06-26  Bruno Haible  <bruno@clisp.org>
10336
10337         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10338         WCHAR_MAX.
10339         Reported by Mark D. Baushke and Larry Jones.
10340
10341 2006-06-26  Bruno Haible  <bruno@clisp.org>
10342
10343         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10344         in pre-C99 mode.
10345         Suggested by Mark D. Baushke and Larry Jones.
10346
10347 2006-06-23  Simon Josefsson  <jas@extundo.com>
10348             Bruno Haible  <bruno@clisp.org>
10349
10350         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10351         Emit mostlyclean-local rule.
10352         (func_emit_tests_Makefile_am): Likewise.
10353         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10354
10355 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10356
10357         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10358
10359 2006-06-23  Bruno Haible  <bruno@clisp.org>
10360
10361         * tests/test-stdint.c: Update to match ISO C 99 Technical
10362         Corrigendum 1.
10363
10364 2006-06-23  Bruno Haible  <bruno@clisp.org>
10365
10366         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10367
10368 2006-06-23  Bruno Haible  <bruno@clisp.org>
10369
10370         * lib/stdint_.h: Treat IRIX like OpenBSD.
10371
10372 2006-06-23  Bruno Haible  <bruno@clisp.org>
10373
10374         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10375         ISO C 99 Technical Corrigendum 1.
10376
10377 2006-06-22  Simon Josefsson  <jas@extundo.com>
10378
10379         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10380         MinGW.
10381
10382 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10383
10384         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10385         needed.  Some compiler complained about some of them.  Problem reported
10386         by Larry Jones in
10387         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10388
10389 2006-06-21  Simon Josefsson  <jas@extundo.com>
10390
10391         * tests/test-getaddrinfo.c: New file.
10392
10393         * modules/getaddrinfo-tests: New file.
10394
10395         * MODULES.html.sh: Add inet_pton.
10396
10397         * modules/inet_pton: New file.
10398
10399 2006-06-21  Simon Josefsson  <jas@extundo.com>
10400
10401         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10402         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10403         of using the (limited) gnulib implementation on Windows XP.
10404
10405         * m4/inet_pton.m4: New file.
10406
10407 2006-06-21  Simon Josefsson  <jas@extundo.com>
10408
10409         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10410         variable.
10411
10412         * lib/socket_.h: Don't define WINVER.
10413
10414         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10415         slightly modified to work in gnulib.
10416
10417 2006-06-21  Simon Josefsson  <jas@extundo.com>
10418
10419         * doc/gnulib.texi (Windows sockets): Add.
10420
10421 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10422
10423         * lib/read-file.c (fread_file): Start with buffer allocation of
10424         0 bytes rather than 1 byte; this simplifies the code.
10425         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10426         code to free buffer and save/restore errno.
10427         (internal_read_file): Remove unused local.
10428
10429 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10430
10431         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10432         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10433         Problem reported by Denis Excoffier in
10434         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10435
10436 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10437
10438         * modules/sys_socket, modules/socklen: Include sys/types since
10439         FreeBSD 4.x's sys/socket.h needs it.
10440
10441 2006-06-19  Simon Josefsson  <jas@extundo.com>
10442
10443         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10444
10445 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10446
10447         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10448
10449 2006-06-19  Bruno Haible  <bruno@clisp.org>
10450
10451         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10452         and FULL_PATH_INTTYPES_H in angle brackets.
10453         Reported by Mark D. Baushke <mdb@gnu.org>.
10454
10455 2006-06-17  Eric Blake  <ebb9@byu.net>
10456
10457         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10458         errno.
10459
10460 2006-06-17  Bruno Haible  <bruno@clisp.org>
10461
10462         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10463         <sys/inttypes.h>.
10464
10465 2006-06-17  Bruno Haible  <bruno@clisp.org>
10466
10467         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10468         whether errno is declared. Assume <errno.h> declares errno.
10469
10470 2006-06-17  Bruno Haible  <bruno@clisp.org>
10471
10472         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10473
10474 2006-06-17  Bruno Haible  <bruno@clisp.org>
10475
10476         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10477         problem on Solaris 2.5.1.
10478
10479 2006-06-16  Eric Blake  <ebb9@byu.net>
10480
10481         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10482         * lib/unicodeio.c [!defined errno]: Likewise.
10483         * lib/strtol.c [!defined errno]: Likewise.
10484         * lib/strtod.c [!defined errno]: Likewise.
10485
10486 2006-06-15  Eric Blake  <ebb9@byu.net>
10487
10488         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10489
10490 2006-06-15  Eric Blake  <ebb9@byu.net>
10491
10492         * config/srclist.txt (ssize_t.m4): Lose sync.
10493
10494 2006-06-15  Bruno Haible  <bruno@clisp.org>
10495
10496         * modules/stdint (Files): Include m4/full-header-path.m4,
10497         m4/size_max.m4, m4/wchar_t.m4.
10498         (Makefile.am): Many more substitutions.
10499         * modules/stdint-tests: New file.
10500         * tests/test-stdint.c: New file.
10501
10502 2006-06-15  Bruno Haible  <bruno@clisp.org>
10503
10504         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10505         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
10506         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
10507         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
10508         gl_CHECK_TYPE_SAME): New macros.
10509
10510 2006-06-15  Bruno Haible  <bruno@clisp.org>
10511
10512         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
10513
10514 2006-06-15  Bruno Haible  <bruno@clisp.org>
10515
10516         * lib/stdint_.h: Rewritten to be fully auto-configured.
10517         Fixes bug on HP-UX/IA64.
10518
10519 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
10520
10521         * lib/getdate.y (__attribute__): Don't define if already defined.
10522         Problem reported by Larry Jones.
10523         * lib/utimens.c (__attribute__): Likewise.
10524
10525 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
10526
10527         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
10528         reported by Andreas Schwab.
10529
10530 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10531             Bruno Haible  <bruno@clisp.org>
10532
10533         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
10534         check for the declaration of strnlen and a run test that exposes the
10535         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
10536         rpl_strndup.
10537
10538 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10539             Bruno Haible  <bruno@clisp.org>
10540
10541         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
10542
10543 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10544
10545         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
10546         compile test, for Tru64 4.0D.
10547
10548 2006-05-28  Karl Berry  <karl@gnu.org>
10549
10550         * config/srclist.txt (printf-args.c): lose sync.
10551
10552 2006-05-26  Martin Lambers  <marlam@marlam.de>
10553
10554         * lib/getpass.c: Updates the test for the native W32 API, and adds
10555         missing includes, thus fixing compilation warnings.
10556
10557 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10558
10559         * lib/exclude.c (exclude_fnmatch): New function.
10560         (excluded_file_name): Call exclude_fnmatch.
10561         * lib/exclude.h (excluded_file_name): New prototype
10562
10563 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10564
10565         * lib/tempname.c (small_open, large_open): New macros.
10566         (__open, __open64) [!_LIBC]: Remove.
10567         (__gen_tempname): Use small_open and large_open instead of __open
10568         and __open64.  This fixes a portability bug on HP-UX 11.11i
10569         reported by Simon Wing-Tang in
10570         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
10571
10572 2006-05-24  Bruno Haible  <bruno@clisp.org>
10573
10574         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
10575         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
10576         Reported by Thorsten Maerz <torte@netztorte.de> via
10577         Aaron Stone <aaron@serendipity.cx>.
10578
10579 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10580
10581         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
10582         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
10583         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
10584         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
10585         not really conditional on the cache.
10586         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
10587
10588 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10589
10590         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
10591         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
10592         (my_usleep): Don't mishandle maximum value.
10593
10594 2006-05-19  Jim Meyering  <jim@meyering.net>
10595
10596         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
10597
10598 2006-05-17  Bruno Haible  <bruno@clisp.org>
10599
10600         Cygwin portability.
10601         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
10602
10603 2006-05-17  Bruno Haible  <bruno@clisp.org>
10604
10605         * lib/stdint_.h: Fix recognition of Cygwin.
10606
10607 2006-05-15  Bruno Haible  <bruno@clisp.org>
10608
10609         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
10610         on libtool patch by Ralf Wildenhues.
10611
10612 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10613
10614         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
10615         test for C99 conformance; (bool) 0.5 is an integer constant
10616         expression, but (bool) -0.5 is not.  Problem reported by Fedor
10617         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
10618
10619 2006-05-11  Simon Josefsson  <jas@extundo.com>
10620
10621         * m4/xvasprintf.m4: Fix obvious typo.
10622
10623 2006-05-11  Jim Meyering  <jim@meyering.net>
10624
10625         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
10626         James Lemley.
10627
10628 2006-05-10  Simon Josefsson  <jas@extundo.com>
10629
10630         * lib/md4.c: Typo fix, update copyright years.
10631         (K1, K2): Don't use L because it turn computations into 64-bit on
10632         64-bit platforms.
10633
10634 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
10635
10636         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
10637         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
10638         unwanted sign propagation, e.g., on hosts with 64-bit int.
10639         There still are some problems with reeelly weird theoretical hosts
10640         (e.g., 33-bit int) but it's not worth worrying about now.
10641         * lib/sha1.c (rol): Likewise.
10642         (K1, K2, K3, K4): Remove unnecessary L suffix.
10643
10644 2006-05-10  Bruno Haible  <bruno@clisp.org>
10645
10646         * lib/des.c: Cast to avoid warnings.
10647
10648 2006-05-09  Bruno Haible  <bruno@clisp.org>
10649
10650         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
10651         (Depends-on): Depend also on xsize, stdarg.
10652         (configure.ac): Add gl_XVASPRINTF.
10653
10654 2006-05-09  Bruno Haible  <bruno@clisp.org>
10655
10656         * m4/xvasprintf.m4: New file.
10657
10658 2006-05-09  Bruno Haible  <bruno@clisp.org>
10659
10660         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
10661         (EOVERFLOW): Define fallback value.
10662         (xstrcat): New function.
10663         (xvasprintf): Recognize the special case of a string concatenation.
10664
10665 2006-05-08  Eric Blake  <ebb9@byu.net>
10666
10667         * gnulib-tool (func_version): Base copyright year on CVS date.
10668         (func_emit_copyright_notice): New function.
10669         (func_emit_lib_Makefile_am): Use it.
10670         (func_emit_tests_Makefile_am): Likewise.
10671         (func_import): Likewise.
10672
10673 2006-05-08  Bruno Haible  <bruno@clisp.org>
10674
10675         * modules/stdarg: New file.
10676         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
10677
10678 2006-05-08  Bruno Haible  <bruno@clisp.org>
10679
10680         * m4/stdarg.m4: New file, from GNU gettext.
10681
10682 2006-05-08  Bruno Haible  <bruno@clisp.org>
10683
10684         * config/srclist.txt (build-aux/config.rpath): different from latest
10685         release.
10686
10687 2006-05-08  Bruno Haible  <bruno@clisp.org>
10688
10689         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
10690
10691 2006-05-05  Jim Meyering  <jim@meyering.net>
10692
10693         * m4/warning.m4: New file, derived from bison's file by the same name.
10694
10695 2006-05-03  Bruno Haible  <bruno@clisp.org>
10696
10697         * lib/stdint_.h: Shorter URL.
10698         * lib/inttypes.h: Likewise.
10699
10700 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10701
10702         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
10703
10704 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10705
10706         * lib/verify.h: Document the internals better.  Most of this change
10707         was written by Bruno Haible.
10708
10709 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10710
10711         * doc/verify.texi: New file, partly based on a proposal by
10712         Bruno Haible.
10713
10714 2006-05-02  Bruno Haible  <bruno@clisp.org>
10715
10716         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
10717         test from here...
10718         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
10719
10720 2006-04-29  Bruno Haible  <bruno@clisp.org>
10721
10722         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
10723         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
10724
10725 2006-04-29  Bruno Haible  <bruno@clisp.org>
10726
10727         * gnulib-tool: Make --update option actually work.
10728
10729 2006-04-29  Bruno Haible  <bruno@clisp.org>
10730
10731         * doc/gcd.texi: New file.
10732         * doc/gnulib.texi: Include it.
10733
10734 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
10735
10736         * lib/getdate.y (get_date): When adding relative date, start with the
10737         initial time, not with the result of the first mktime call.
10738
10739 2006-04-25  Bruno Haible  <bruno@clisp.org>
10740
10741         * gnulib-tool (func_import): Output the include directives in three
10742         blocks, sorted separately.
10743         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10744
10745 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10746
10747         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
10748         to define main with arguments, for C++.  Reported by Eric Blake.
10749         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
10750         Prefer 'int main ()' to 'int main (void)', for C++.
10751         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
10752         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
10753         for 'main', for C99 and C++.
10754
10755 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10756
10757         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
10758         Don't assume that exit status -1 is valid.
10759         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10760         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
10761         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
10762         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
10763         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
10764         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
10765         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
10766         functions can be used without declaring them, or that you can
10767         exit with status -1.
10768         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
10769
10770 2006-04-24  Karl Berry  <karl@gnu.org>
10771
10772         * config/srclist.txt (longdouble.m4): sync lost.
10773
10774 2006-04-24  Eric Blake  <ebb9@byu.net>
10775
10776         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
10777
10778 2006-04-24  Bruno Haible  <bruno@clisp.org>
10779
10780         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
10781         poll() implementation in AIX.
10782         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10783
10784 2006-04-24  Bruno Haible  <bruno@clisp.org>
10785
10786         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
10787         assigned exactly once.
10788
10789 2006-04-23  Claudio Fontana  <claudio@gnu.org>
10790             Bruno Haible  <bruno@clisp.org>
10791
10792         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
10793         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
10794         for AM_CPPFLAGS.
10795
10796 2006-04-23  Bruno Haible  <bruno@clisp.org>
10797
10798         * modules/copy-file: Depend on unistd.
10799         * modules/execute: Likewise.
10800         * modules/fatal-signal: Likewise.
10801         * modules/findprog: Likewise.
10802         * modules/mkdtemp : Likewise.
10803         * modules/pipe: Likewise.
10804         * modules/wait-process: Likewise.
10805
10806 2006-04-23  Bruno Haible  <bruno@clisp.org>
10807
10808         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
10809         condition was already detected.
10810         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10811
10812 2006-04-23  Bruno Haible  <bruno@clisp.org>
10813
10814         * lib/copy-file.c: Include <unistd.h> unconditionally.
10815         * lib/execute.c: Likewise.
10816         * lib/fatal-signal.c: Likewise.
10817         * lib/findprog.c: Likewise.
10818         * lib/mkdtemp.c: Likewise.
10819         * lib/pipe.h: Likewise.
10820         * lib/pipe.c: Likewise.
10821         * lib/wait-process.h: Likewise.
10822
10823 2006-04-23  Bruno Haible  <bruno@clisp.org>
10824
10825         * gnulib-tool (func_usage): Fix --import description. Document
10826         --update.
10827         (func_import): Create temporary file in a temporary directory, if
10828         --dry-run is specified. Silence errors from 'grep' when there are no
10829         m4 files in $m4dir.
10830         (func_create_testdir): Silence errors from 'grep' when there are no
10831         m4 files in $m4dir.
10832         Reported by Karl Berry <karl@freefriends.org>.
10833
10834 2006-04-20  Bruno Haible  <bruno@clisp.org>
10835
10836         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
10837         one argument, so that the code will be portable to Autoconf 2.60.
10838         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
10839         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10840         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
10841
10842 2006-04-19  Derek Price  <derek@ximbiot.com>
10843             Eric Blake  <ebb9@byu.net>
10844
10845         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
10846         rather than "/full/path.h".  Update comment to match.  Shorten &
10847         generalize m4_translit call via AS_TR_CPP.
10848
10849 2006-04-19  Derek Price  <derek@ximbiot.com>
10850             Eric Blake  <ebb9@byu.net>
10851
10852         * lib/inttypes.h: Correct grammar in comment.
10853
10854 2006-04-18  Derek Price  <derek@ximbiot.com>
10855             Paul Eggert  <eggert@cs.ucla.edu>
10856
10857         * modules/inttypes: New file.
10858         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
10859
10860 2006-04-18  Derek Price  <derek@ximbiot.com>
10861             Paul Eggert  <eggert@cs.ucla.edu>
10862
10863         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
10864         New files.
10865
10866 2006-04-18  Derek Price  <derek@ximbiot.com>
10867             Paul Eggert  <eggert@cs.ucla.edu>
10868
10869         * lib/inttypes.h: New file.
10870         * lib/strtoimax.c: Assume <inttypes.h>.
10871
10872 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
10873
10874         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
10875         isn't mounted.  Problem reported by Kir Kolyshkin.
10876
10877 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10878
10879         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
10880         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
10881         Derek R. Price.
10882         * lib/regex.h (RE_DUP_MAX): Update comment to match current
10883         implementation.
10884
10885 2006-04-12  Eric Blake  <ebb9@byu.net>
10886
10887         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
10888         is now done automatically by the corresponding Autoconf macro.
10889
10890 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
10891
10892         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
10893         time_r.h.
10894
10895 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10896
10897         Merge regex changes from libc, removing some of our
10898         POSIX-conformance changes that were rejected and redoing them in a
10899         less-intrusive way.
10900
10901         * lib/regcomp.c (re_compile_internal, init_dfa):
10902         Length arg is now size_t, not Idx.  All uses changed.
10903         (peek_token): Forward decl now says internal_function.
10904         (__re_error_msgid, __re_error_msgid_idx):
10905         Now static rather than extern with attribute_hidden.
10906         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
10907         For some reason libc prefers K&R style defns for external functions.
10908         (regerror) [!defined _LIBC]: Likewise.
10909         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
10910         (seek_collating_symbol_entry, lookup_collation_sequence_value):
10911         (build_range_exp, build_collating_symbol):
10912         Use K&R-style defn.
10913         (re_compile_fastmap): Use '\0' to memset, not 0.
10914         (utf8_sb_map): Make the calculations more obvious.
10915         (init_dfa, parse_bracket_exp, build_charclass_op):
10916         Call calloc and cast result, as glibc does.
10917         (init_word_char, fetch_token, peek_token, peek_token_bracket):
10918         (build_range_exp, build_collating_symbol):
10919         Now internal functions.
10920
10921         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
10922
10923         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
10924         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
10925         Don't depend on VMS; depend on __VMS instead, for POSIX
10926         namespace cleanness.
10927         (regoff_t): Define to ssize_t, not long int.
10928
10929         Remove the REG_ macros named below.  Instead, make the old names
10930         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
10931         __USE_GNU_REGEX.
10932         (REG_BACKSLASH_ESCAPE_IN_LISTS):
10933         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
10934         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
10935         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
10936         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
10937         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
10938         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
10939         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
10940         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
10941         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
10942         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
10943         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
10944         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
10945         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
10946         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
10947         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
10948         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
10949         (REG_NREGS):
10950         Remove.  All uses replaced by the old RE_* names.
10951         (RE_BACKSLASH_ESCAPE_IN_LISTS):
10952         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
10953         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
10954         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
10955         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
10956         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
10957         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
10958         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
10959         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
10960         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
10961         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
10962         Don't bother having these macros be independent of each others'
10963         values, since they no longer exist in the POSIX name space.
10964
10965         Rename the following member names back to their old names,
10966         unless !__USE_GNU_REGEX.  All uses changed back.
10967         (buffer): Renamed from re_buffer.
10968         (allocated): Renamed from re_allocated.
10969         (used): Renamed from re_used.
10970         (syntax): Renamed from re_syntax.
10971         (fastmap): Renamed from re_fastmap.
10972         (translate): Renamed from re_translate.
10973         (can_be_null): Renamed from re_can_be_null.
10974         (regs_allocated): Renamed from re_regs_allocated.
10975         (fastmap_accurate): Renamed from re_fastmap_accurate.
10976         (no_sub): Renamed from re_no_sub.
10977         (not_bol): Renamed from re_not_bol.
10978         (not_eol): Renamed from re_not_eol.
10979         (newline_anchor): Renamed from re_newline_anchor.
10980         (num_regs): Renamed from rm_num_regs.
10981         (start): Renamed from rm_start.
10982         (end): Renamed from rm_end.
10983
10984         (free_state): Move up a bit.
10985
10986         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
10987         #define to be empty.
10988         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
10989         when that is what is intended.
10990         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
10991         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
10992         (MAX): New macro.
10993         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
10994         All uses changed back to re_malloc, etc.  It's now the caller's
10995         responsibility to check for overflow; all callers changed.
10996         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
10997         (re_x2nrealloc): Remove.
10998         (free_state): Remove decl.
10999
11000         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11001         (re_set_registers, re_exec):
11002         Use K&R-style defn.
11003
11004         2006-01-31  Roland McGrath  <roland@redhat.com>
11005
11006         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11007         Reported by Mike Frysinger <vapier@gentoo.org>.
11008
11009         2006-01-15  Andreas Jaeger  <aj@suse.de>
11010
11011         [BZ #1950]
11012         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11013         build_wcs_upper_buffer change.
11014         (build_wcs_upper_buffer): Change return type.
11015
11016         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11017
11018         * lib/regex_internal.h: Include <stdint.h> if available.
11019
11020         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11021
11022         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11023
11024         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11025
11026         * lib/regcomp.c: Adjust for changed secondary hash function.
11027
11028         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11029
11030         * lib/regex.h: Pretty printing.
11031         Clean up namespace a bit.
11032
11033         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11034
11035         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11036         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11037
11038         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11039                     Ulrich Drepper  <drepper@redhat.com>
11040
11041         [BZ #1302]
11042         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11043         changed.
11044         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11045
11046         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11047
11048         [BZ #281]
11049         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11050         * lib/regcomp.c: Remove unnecessary uses of
11051         unsigned RE_TRANSLATE_TYPE.
11052         * lib/regex_internal.h: Likewise.
11053         * lib/regex_internal.c: Likewise.
11054         * lib/regexec.c: Likewise.
11055         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11056
11057         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11058
11059         * lib/regexec.c (find_recover_state): Remove unnecessary
11060         initialization.
11061         (transit_state_bkref): Make DFA a const pointer.
11062         (get_subexp): Likewise.
11063         (check_arrival): Likewise.
11064         (update_cur_sifted_state): Likewise.
11065         (re_search_internal): Likewise.
11066         (prune_impossible_nodes): Likewise.
11067         (acquire_init_state_context): Likewise.
11068         (proceed_next_node): Likewise.
11069         (set_regs): Likewise.
11070         (free_fail_stack_return): Likewise.
11071         (check_arrival_expand_ecl): Mark DFA parameter as const.
11072         (check_arrival_expand_ecl_sub): Likewise.
11073         (check_subexp_limits): Likewise.
11074         (sub_epsilon_src_nodes):  Likewise.
11075         (add_epsilon_src_nodes):  Likewise.
11076         (merge_state_array): Likewise.
11077         (update_regs): Likewise.
11078         (build_trtable): Likewise.
11079         (sift_states_backward): Mark MCTX parameter as const.
11080         (build_sifted_states): Likewise.
11081         (update_cur_sifted_state): Likewise.
11082         (sift_states_mkref): Likewise.
11083         (check_arrival_expand_ecl): Mark eclosure as const.
11084         (check_dst_limits_calc_pos_1): Likewise.
11085         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11086         pointer.
11087
11088         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11089
11090         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11091         (transit_state_sb): Likewise.
11092         (transit_state_mb): Likewise.
11093         (sift_states_iter_mb): Likewise.
11094         (check_arrival_add_next_nodes): Likewise.
11095         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11096         [_LIBC] (re_search_2_stub): Use mempcpy.
11097
11098         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11099         mbrtowc for very simple UTF-8 case.
11100
11101         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11102         a pointer-to-const.
11103         (re_acquire_state_context): Likewise.
11104         * lib/regex_internal.h: Adjust prototypes.
11105
11106         * lib/regex.c: Prevent using C++ compilers.
11107
11108         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11109         (re_acquire_state_context): Likewise.
11110
11111 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11112
11113         * modules/regex (Depends-on): Add ssize_t.
11114
11115 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11116
11117         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11118         translation table.
11119
11120 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11121
11122         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11123
11124 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11125             Bruno Haible  <bruno@clisp.org>
11126
11127         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11128         <sys/types.h> and <inttypes.h>.
11129
11130 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11131
11132         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11133         `__error_t_defined', so argp.h will not typedef the former.
11134
11135 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11136
11137         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11138         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11139         glibc names.  Even if glibc is changed to conform to POSIX, the
11140         traditional names will be available anyway, since regex depends on
11141         the extensions module.  Also, fix a longstanding typo in the
11142         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11143         reported by Emanuele Giaquinta.  Also, change sense of cached
11144         variable, so that the message makes sense.
11145
11146 2006-03-24  Simon Josefsson  <jas@extundo.com>
11147
11148         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11149         including some doc fixes.
11150         (base64_encode_alloc): Fix +1 bug on allocation failures.
11151
11152 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11153
11154         * lib/base64.c (base64_encode): Do not read past end of array with
11155         unsanitized input on systems with CHAR_BIT > 8.
11156
11157 2006-03-24  Eric Blake  <ebb9@byu.net>
11158
11159         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11160
11161 2006-03-22  Karl Berry  <karl@gnu.org>
11162
11163         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11164         * config/srclistvars.sh (COREUTILS): new var.
11165
11166 2006-03-17  Jim Meyering  <jim@meyering.net>
11167
11168         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11169         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11170
11171 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11172
11173         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11174         no longer needs it.  Instead, check that regoff_t is as least
11175         as wide as ptrdiff_t.
11176
11177         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11178         so that our regex.h stays compatible with the installed regex.
11179         This is helpful for installers who configure --without-included-regex.
11180         Problem reported by Emanuele Giaquinta.
11181
11182 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11183
11184         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11185         Typedef to long int, not to off_, as POSIX will likely change
11186         in that direction.
11187
11188 2006-03-15  Eric Blake  <ebb9@byu.net>
11189
11190         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11191
11192 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11193
11194         * lib/argp-help.c (validate_uparams): Fix typo
11195         * lib/argp-parse.c (argp_default_options): Consistently begin help
11196         messages with a lowercase letter.
11197
11198 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11199
11200         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11201         overrun buffers and shouldn't be used (much as gets shouldn't be
11202         used).
11203         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11204
11205 2006-03-08  Simon Josefsson  <jas@extundo.com>
11206
11207         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11208         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11209
11210 2006-03-08  Simon Josefsson  <jas@extundo.com>
11211
11212         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11213         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11214
11215 2006-03-08  Simon Josefsson  <jas@extundo.com>
11216
11217         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11218         signal that configure disabled the device.
11219
11220 2006-03-08  Simon Josefsson  <jas@extundo.com>
11221
11222         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11223         languages.
11224
11225 2006-03-07  Simon Josefsson  <jas@extundo.com>
11226
11227         * modules/getopt (Depends-on): Add unistd.
11228
11229         * modules/unistd: New file.
11230
11231 2006-03-07  Simon Josefsson  <jas@extundo.com>
11232
11233         * modules/gc-random: New file.
11234
11235 2006-03-07  Simon Josefsson  <jas@extundo.com>
11236
11237         * m4/unistd_h.m4: New file.
11238
11239 2006-03-07  Simon Josefsson  <jas@extundo.com>
11240
11241         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11242         test to be side-effect free by storing the result in the cache
11243         variable gl_cv_lib_readline, and moving the assignment of
11244         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11245         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11246
11247 2006-03-07  Simon Josefsson  <jas@extundo.com>
11248
11249         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11250         error on missing devices (the functions will return an error).
11251
11252         * m4/gc.m4: Move random stuff to gc-random.m4
11253
11254 2006-03-07  Simon Josefsson  <jas@extundo.com>
11255
11256         * lib/unistd_.h: New file.
11257
11258 2006-03-07  Simon Josefsson  <jas@extundo.com>
11259
11260         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11261
11262 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11263
11264         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11265         Problem reported by Juan Manuel Guerrero.
11266
11267 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11268
11269         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11270         the unistd module.
11271         * lib/getlogin_r.c: Likewise.
11272         * lib/getlogin_r.h: Likewise.
11273         * lib/glob.c: Likewise.
11274         * lib/pagealign_alloc.c: Likewise.
11275         * lib/unistd_.h: Remove; no longer needed.
11276
11277 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11278
11279         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11280         Add unistd.
11281         * modules/c-stack (Depends-on): Add unistd.
11282         * modules/getlogin_r: Likewise.
11283         * modules/glob: Likewise.
11284         * modules/pagealign_alloc: Likewise.
11285         * modules/unistd (Files): Remove lib/unistd_.h.
11286         (EXTRA_DIST): Remove.
11287         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11288         need unistd_.h.
11289         (MOSTLYCLEANFILES): Remove unistd.h-t.
11290
11291 2006-03-03  Simon Josefsson  <jas@extundo.com>
11292
11293         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11294
11295 2006-03-03  Simon Josefsson  <jas@extundo.com>
11296
11297         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11298         libidn and bison.
11299
11300 2006-03-03  Simon Josefsson  <jas@extundo.com>
11301
11302         * build-aux/maint.mk: Add indent target.
11303
11304 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11305
11306         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11307         our replacement poll.h in any case, to avoid a differing
11308         declaration from a system header.  Seen on AIX.
11309
11310 2006-03-01  Simon Josefsson  <jas@extundo.com>
11311
11312         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11313         <kasal@ucw.cz>.
11314
11315 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11316
11317         * modules/gettime (Depends-on): Add extensions module.
11318         * modules/nanosleep (Depends-on): Likewise.
11319         * modules/settime (Depends-on): Likewise.
11320
11321 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11322
11323         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11324         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11325         pedantically.
11326         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11327         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11328
11329         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11330         not "==".  Reported by Ralf Wildenhues.
11331
11332 2006-03-01  Karl Berry  <karl@gnu.org>
11333
11334         * doc/Copyright/request-*: new files, synced from gnuorg.
11335
11336 2006-03-01  Karl Berry  <karl@gnu.org>
11337
11338         * config/srclist.txt (Copyright/*): new entries.
11339
11340 2006-02-28  Simon Josefsson  <jas@extundo.com>
11341
11342         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11343
11344 2006-02-27  Simon Josefsson  <jas@extundo.com>
11345
11346         * lib/base64.h: Indent #define's.  From Jim Meyering
11347         <jim@meyering.net>.
11348
11349 2006-02-27  Jim Meyering  <jim@meyering.net>
11350
11351         Revert the change of 2006-02-24, so these files can continue
11352         to be sync'd from gettext.
11353         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11354         of `config.h'.
11355
11356 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11357
11358         * modules/intprops: New file.
11359         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11360         Add intprops.
11361         * modules/getloadavg (Files): Remove lib/intprops.h.
11362         (Depends-on): Add intprops.
11363         * modules/human: Likewise.
11364         * modules/inttostr: Likewise.
11365         * modules/openat: Likewise.
11366         * modules/sig2str: Likewise.
11367         * modules/userspec: Likewise.
11368         * modules/utimecmp: Likewise.
11369         * modules/xnanosleep: Likewise.
11370         * modules/xstrtol: Likewise.
11371
11372 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11373
11374         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11375         * modules/lock-tests (TESTS): Use $(EXEEXT).
11376         * modules/tls-tests: Likewise.
11377         * modules/argp-tests: Likewise.
11378         (check_PROGRAMS): New var, replacing...
11379         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11380
11381 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11382
11383         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11384         `config.h'.
11385
11386 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11387
11388         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11389
11390 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11391
11392         Sync from coreutils.
11393         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11394         gl_CHDIR_SAFER.
11395
11396 2006-02-22  Jim Meyering  <jim@meyering.net>
11397
11398         Sync from coreutils.
11399         * m4/chdir-safer.m4: New file.
11400
11401 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11402
11403         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11404         AT_FDCWD exceeds INT_MAX.
11405         * lib/openat.h (AT_FDCWD): Likewise.
11406
11407 2006-02-17  Eric Blake  <address@hidden>
11408
11409         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11410
11411 2006-02-16  Simon Josefsson  <jas@extundo.com>
11412
11413         * modules/getaddrinfo (Depends-on): Add sys_socket.
11414
11415 2006-02-15  Simon Josefsson  <jas@extundo.com>
11416
11417         * build-aux/maint.mk: Add dsyntax-check rule.
11418
11419 2006-02-15  Eric Blake  <ebb9@byu.net>
11420
11421         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11422         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11423         'present but cannot compile' warnings on cygwin.
11424         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11425         use ws2tcpip.h if sys/socket.h works.
11426         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11427         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11428
11429 2006-02-14  Simon Josefsson  <jas@extundo.com>
11430
11431         * modules/maintainer-makefile (Files): Rename.
11432
11433         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11434         and (the local) Makefile.cfg to maint-cfg.mk.
11435
11436         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11437         to the latter.
11438
11439         * modules/maintainer-makefile: New module.
11440
11441         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11442         severaly stripped to make it possible to build it up from scratch
11443         with reliable tests.
11444
11445         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11446         fixes to permit overriding the default actions when configure and
11447         makefile are not available.
11448
11449 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11450
11451         Sync from coreutils.
11452         * modules/lstat (Depends-on): Don't depend on xalloc.
11453         (License): Change from GPL to LGPL, since this is now simply a
11454         replacement for a libc function.
11455
11456 2006-02-14  Jim Meyering  <jim@meyering.net>
11457
11458         Sync from coreutils.
11459
11460         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11461         failure on deficient systems, and simplify gnulib lgpl dependencies.
11462         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11463         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11464
11465         * lib/xalloc-die.c: Remove unused definition of N_.
11466
11467 2006-02-14  Jim Meyering  <jim@meyering.net>
11468
11469         Sync from coreutils.
11470         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11471         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11472         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11473         double-quote uses of that variable, to accommodate the rare case in
11474         which getmntent is available in none of the libraries checked.  This
11475         happens at least on FreeBSD 5.0.
11476
11477 2006-02-13  Simon Josefsson  <jas@extundo.com>
11478
11479         * gnulib-tool (Usage): Fix --import, from
11480         karl@freefriends.org (Karl Berry).
11481
11482 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11483
11484         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11485
11486 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11487
11488         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11489         "autoupdate" on 2005-12-12.
11490
11491 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11492
11493         * modules/closeout (Depends-on): Remove atexit.
11494
11495 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11496
11497         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11498         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11499
11500 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11501
11502         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11503         __EXTENSIONS__ if this causes compilation to fail.  Problem
11504         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11505         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
11506
11507 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
11508
11509         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
11510         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
11511         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
11512         All uses changed.
11513
11514 2006-01-26  Simon Josefsson  <jas@extundo.com>
11515
11516         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
11517         prototype is visible on mingw32.
11518
11519         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
11520         for mingw32.
11521
11522         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
11523         mingw32).
11524
11525 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
11526
11527         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
11528         attempt to open for write; this always fails, at least on POSIX
11529         hosts.  This reinstates the 2006-01-09 change, which was
11530         inadvertently removed.
11531
11532 2006-01-26  Bruno Haible  <bruno@clisp.org>
11533
11534         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
11535         Reported by Paul Eggert.
11536
11537 2006-01-26  Bruno Haible  <bruno@clisp.org>
11538             Paul Eggert  <eggert@cs.ucla.edu>
11539
11540         * lib/stdbool_.h (_Bool)
11541         [(! (defined __cplusplus || defined __BEOS__)
11542           && !defined __GNUC__
11543           && !(defined __HP_cc || defined __xlc__
11544                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
11545                || defined __sgi))]:
11546         #define to signed char in these cases too; this simplifies
11547         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
11548         etc., separately) and makes it more conservative.
11549
11550 2006-01-25  Simon Josefsson  <jas@extundo.com>
11551
11552         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
11553         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
11554         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
11555
11556 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11557
11558         * lib/argp-namefrob.h: Bugfix. Remove stray #
11559
11560 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11561
11562         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
11563         so that we test the test.
11564         Check for yet another HP-UX cc bug involving *bool |= bool.
11565
11566 2006-01-25  Karl Berry  <karl@gnu.org>
11567
11568         * config/srclist.txt (vasnprintf.c): sync lost.
11569
11570 2006-01-25  Jim Meyering  <jim@meyering.net>
11571
11572         Sync from the stable (b5) branch of coreutils:
11573
11574         * lib/fts.c (fts_children): Don't let close() clobber errno from
11575         failed fchdir().
11576
11577         * lib/fts.c (fts_stat): When following a symlink-to-directory,
11578         don't necessarily interpret stat-fails+lstat-succeeds as indicating
11579         a dangling symlink.  That can also happen at least for ELOOP.
11580         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
11581         FYI, this bug predates the inclusion of fts.c in coreutils.
11582
11583         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
11584         in their own block, so pre-c99 compilers don't object.
11585
11586         Avoid the double-free (first in fts_read, second in fts_close) that
11587         would occur when an `active' directory is made inaccessible (e.g.,
11588         via chmod a-x) during a traversal.
11589         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11590         before returning.  Reproduce this failure by
11591         mkdir -p a/b; cd a; chmod a-x . b
11592         Reported by Stavros Passas.
11593
11594 2006-01-25  Jim Meyering  <jim@meyering.net>
11595
11596         * lib/fileblocks.c: Remove more useless parentheses.
11597         * lib/readutmp.h: Likewise.
11598
11599 2006-01-25  Bruno Haible  <bruno@clisp.org>
11600
11601         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
11602         warnings.
11603         Reported by Paul Eggert.
11604
11605 2006-01-25  Bruno Haible  <bruno@clisp.org>
11606
11607         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
11608         rid of a trap command. For Solaris sh.
11609         Reported by Mark D. Baushke <mdb@gnu.org>.
11610
11611 2006-01-24  Simon Josefsson  <jas@extundo.com>
11612
11613         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
11614         Bruno.
11615
11616 2006-01-24  Karl Berry  <karl@gnu.org>
11617
11618         * config/srclist.txt (argp-namefrob.h): sync lost.
11619
11620 2006-01-24  Jim Meyering  <jim@meyering.net>
11621
11622         * modules/openat (Files): Add lib/intprops.h.
11623         From Mark D. Baushke.
11624
11625 2006-01-24  Jim Meyering  <jim@meyering.net>
11626
11627         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
11628         Reported by Mark D. Baushke.
11629
11630 2006-01-24  Jim Meyering  <jim@meyering.net>
11631
11632         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
11633
11634 2006-01-24  Bruno Haible  <bruno@clisp.org>
11635
11636         * modules/strnlen (Maintainer): Change from glibc to all.
11637
11638 2006-01-24  Bruno Haible  <bruno@clisp.org>
11639
11640         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
11641         Patch by Paul Eggert.
11642
11643 2006-01-24  Bruno Haible  <bruno@clisp.org>
11644
11645         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
11646         already has it.
11647         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
11648         2005-11-26.
11649
11650         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
11651         'signed char' to avoid problems with the built-in _Bool type.
11652         Reported by Paul Eggert on 2005-11-26.
11653
11654 2006-01-24  Bruno Haible  <bruno@clisp.org>
11655
11656         * gnulib-tool (func_import): Avoid constructing complicated sed
11657         expressions inside backquote.
11658         Report and solution by Mark D. Baushke <mdb@gnu.org>.
11659
11660 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
11661
11662         These changes imported from libc.
11663         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
11664         test and two separate function calls.
11665         * lib/strndup.c (__strndup): Add libc_hidden_def.
11666
11667 2006-01-23  Simon Josefsson  <jas@extundo.com>
11668
11669         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
11670         Remove the test_*_SOURCES variable: automake infers it by default.
11671         * modules/tls-tests: Likewise.
11672
11673 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11674
11675         Work around porting bugs reported by Dieter in
11676         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
11677         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
11678         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
11679         Include "getopt.h" first, to check interface.
11680         (getenv): Declare only if defined HAVE_DECL_GETENV &&
11681         !HAVE_DECL_GETENV.
11682         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
11683         (__strndup): Revert to K&R-style function dfns, the glibc style.
11684         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
11685         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
11686         Include strnlen.h first, to get prototype properly.
11687         (strnlen): Renamed from __strnlen.
11688         Remove weak alias.
11689
11690 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11691
11692         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
11693
11694 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11695
11696         * config/srclist.txt: Adjust to reflect glibc reorganization.
11697         This affects only comments.
11698
11699 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11700
11701          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
11702          Reported by Bruce Korb <bkorb@gnu.org>.
11703
11704 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
11705
11706         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
11707         to pacify gcc -Wswitch-default.
11708
11709 2006-01-22  Bruno Haible  <bruno@clisp.org>
11710
11711         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
11712         temporary buffer for sprintf, take into account the precision also
11713         for 'd', 'i', 'u', 'o', 'x', 'X'.
11714
11715 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11716
11717         * modules/argp-tests: New module
11718         * tests/test-argp.c: New file
11719         * tests/test-argp-2.sh: New file
11720
11721 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11722
11723         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
11724         (__argp_base_name): Removed
11725         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
11726         typo.
11727         (__argp_base_name): Provide macro definition or extern declaration
11728         depending on the configuration
11729
11730 2006-01-20  Simon Josefsson  <jas@extundo.com>
11731
11732         * modules/inet_ntop (Depends-on): Depend on sys_socket.
11733
11734 2006-01-20  Simon Josefsson  <jas@extundo.com>
11735
11736         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
11737
11738 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11739
11740         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
11741         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
11742         Suggested by Bruno Haible.
11743
11744 2006-01-20  Karl Berry  <karl@gnu.org>
11745
11746         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
11747         until changes propagate, I guess.
11748
11749 2006-01-19  Simon Josefsson  <jas@extundo.com>
11750
11751         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
11752
11753 2006-01-19  Simon Josefsson  <jas@extundo.com>
11754
11755         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
11756
11757 2006-01-19  Simon Josefsson  <jas@extundo.com>
11758
11759         * gnulib-tool: Set check_PROGRAMS.
11760
11761         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
11762         modules/des-tests, modules/gc-arcfour-tests,
11763         modules/gc-arctwo-tests, modules/gc-des-tests,
11764         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
11765         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
11766         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
11767         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
11768         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
11769         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
11770         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
11771         test_*_SOURCES.
11772
11773 2006-01-18  Simon Josefsson  <jas@extundo.com>
11774
11775         * modules/socklen (Depends-on): Depend on sys_socket.
11776
11777 2006-01-18  Simon Josefsson  <jas@extundo.com>
11778
11779         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
11780         modules/des-tests, modules/gc-arcfour-tests,
11781         modules/gc-arctwo-tests, modules/gc-des-tests,
11782         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
11783         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
11784         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
11785         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
11786         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
11787         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
11788         $(EXEEXT) to automake TESTS variable, for mingw32.
11789
11790 2006-01-17  Simon Josefsson  <jas@extundo.com>
11791
11792         * modules/socklen (Include): Need sys/socket.h.
11793
11794 2006-01-17  Bruno Haible  <bruno@clisp.org>
11795
11796         * modules/ssize_t (Include): Add <sys/types.h>.
11797
11798 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
11799
11800         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
11801         it's not portable and it doesn't work with cross-compiles.
11802         Problem reported by Bruno Haible.  Fix missing-$ typo in
11803         'test "gl_cv_ignore_unused_libraries" ...' that prevented
11804         -zignore from being used with Sun's C compiler.
11805
11806 2006-01-12  Simon Josefsson  <jas@extundo.com>
11807
11808         * lib/base64.c: Fix warning, reported by Bruno Haible
11809         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
11810
11811 2006-01-12  Bruno Haible  <bruno@clisp.org>
11812
11813         * modules/ldd: New file.
11814         * build-aux/ldd.sh.in: New file.
11815         * MODULES.html.sh (Support for building libraries and executables): Add
11816         ldd.
11817
11818 2006-01-12  Bruno Haible  <bruno@clisp.org>
11819
11820         * m4/ldd.m4: New file.
11821
11822 2006-01-12  Bruno Haible  <bruno@clisp.org>
11823
11824         * gnulib-tool (func_import, func_create_testdir): Don't go into an
11825         endless loop while replacing $auxdir with build-aux.
11826
11827 2006-01-11  Simon Josefsson  <jas@extundo.com>
11828
11829         * lib/stdint_.h (SIZE_MAX): Add missing (.
11830
11831 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
11832
11833         Sync from coreutils.
11834         * lib/md5.c: Fix commentary typos.
11835         (alignof, UNALIGNED_P): No need for a GCC-specific version.
11836         * lib/md5.h (__attribute__): Remove; unused.
11837         * lib/sha1.c: Fix commentary to match md5 better.
11838         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
11839         so that we don't need to worry about alignment.  All uses changed.
11840         This merges the 2005-10-28 md5 change into sha1.
11841
11842 2006-01-11  Jim Meyering  <jim@meyering.net>
11843
11844         Sync from coreutils.
11845         * lib/md5.c (OP): Fix spacing.
11846
11847 2006-01-11  Bruno Haible  <bruno@clisp.org>
11848
11849         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11850         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
11851         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
11852
11853 2006-01-11  Bruno Haible  <bruno@clisp.org>
11854
11855         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11856         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
11857         the "early" section as well.
11858
11859 2006-01-11  Bruno Haible  <bruno@clisp.org>
11860
11861         Avoid "ar: no archive members specified" error on MacOS X.
11862         * gnulib-tool (func_modules_add_dummy): New function.
11863         (func_import, func_create_testdir): Invoke it.
11864
11865 2006-01-11  Bruno Haible  <bruno@clisp.org>
11866
11867         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
11868         with $auxdir in AC_CONFIG_FILES statements.
11869
11870 2006-01-11  Bruno Haible  <bruno@clisp.org>
11871
11872         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11873         Initialize also noinst_HEADERS to empty.
11874
11875 2006-01-11  Bruno Haible  <bruno@clisp.org>
11876
11877         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
11878         variables.
11879         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
11880         autoreconf.
11881
11882 2006-01-11  Bruno Haible  <bruno@clisp.org>
11883
11884         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
11885         overridable by the user.
11886         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11887
11888 2006-01-10  Simon Josefsson  <jas@extundo.com>
11889
11890         * modules/sys_socket: New file.
11891
11892 2006-01-10  Simon Josefsson  <jas@extundo.com>
11893
11894         * m4/sys_socket_h.m4: New file.
11895
11896 2006-01-10  Simon Josefsson  <jas@extundo.com>
11897
11898         * lib/socket_.h: New file.
11899
11900 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11901
11902         * modules/readutmp (Maintainer): Add myself.
11903
11904 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11905
11906         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
11907         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
11908         People who are still concerned with buggy memcmp implementations
11909         can invoke gl_FUNC_MEMCMP themselves.
11910
11911 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11912
11913         * lib/regex_internal.h (BITSET_WORD_BITS):
11914         Work around a bug in 64-bit PGC (before version 6.1-2), where the
11915         preprocessor mishandles large unsigned values as if they were signed.
11916         Problem reported by Claudio Fontana in
11917         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
11918
11919 2006-01-10  Jim Meyering  <jim@meyering.net>
11920
11921         Avoid the double-free (first in fts_read, second in fts_close) that
11922         would occur when an `active' directory is made inaccessible (e.g.,
11923         via chmod a-x) during a traversal.
11924         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11925         before returning.  Reproduce this failure by
11926         mkdir -p a/b; cd a; chmod a-x . b
11927         Reported by Stavros Passas.
11928
11929         Sync from coreutils.
11930         * lib/sha1.c: Tweak grammar in a comment.
11931
11932 2006-01-10  Jim Meyering  <jim@meyering.net>
11933
11934         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
11935         Patch by Joerg Sonnenberger.
11936
11937 2006-01-10  Bruno Haible  <bruno@clisp.org>
11938
11939         * modules/readutmp: Depend on module free.
11940         * modules/strtok_r: Depend on module restrict.
11941
11942 2006-01-10  Bruno Haible  <bruno@clisp.org>
11943
11944         * modules/gettext (configure.ac): Add an invocation of
11945         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
11946
11947 2006-01-10  Bruno Haible  <bruno@clisp.org>
11948
11949         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
11950         Reported by Werner Lemberg <wl@gnu.org>.
11951
11952 2006-01-10  Bruno Haible  <bruno@clisp.org>
11953
11954         * lib/localcharset.c: Update from GNU gettext.
11955
11956 2006-01-10  Bruno Haible  <bruno@clisp.org>
11957
11958         * lib/argp.h (__const): Remove macro. Use const instead.
11959         * lib/argp-fmtstream.h (__const): Likewise.
11960         * lib/glob_.h (__const): Remove macro.
11961         * lib/glob-libc.h: Use const instead of __const.
11962
11963 2006-01-10  Bruno Haible  <bruno@clisp.org>
11964
11965         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
11966         variable.
11967         Needed to avoid an automake error regarding the 'gettext' module.
11968
11969 2006-01-09  Simon Josefsson  <jas@extundo.com>
11970
11971         * modules/inet_ntop (Depends-on): Add restrict.
11972
11973 2006-01-09  Simon Josefsson  <jas@extundo.com>
11974
11975         * modules/gc-rijndael-tests (License): Put under LGPL.
11976
11977         * modules/gc-des-tests (License): Likewise.
11978
11979         * modules/gc-arcfour-tests (License): Likewise.
11980
11981         * modules/gc-arctwo-tests (License): Likewise.
11982
11983         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
11984
11985         * modules/gc-hmac-sha1-tests (Files): Likewise.
11986
11987         * modules/gc-hmac-md5-tests (License): Likewise.
11988
11989         * modules/gc-sha1-tests (License): Likewise.
11990
11991         * modules/gc-md5-tests (License): Likewise.
11992
11993         * modules/gc-md4-tests (License): Likewise.
11994
11995         * modules/gc-md2-tests (License): Likewise.
11996
11997         * modules/gc-tests (License): Likewise.
11998
11999         * modules/des-tests (License): Likewise.
12000
12001         * modules/md4-tests (License): Likewise.
12002
12003         * modules/md2-tests (License): Likewise.
12004
12005 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12006
12007         Sync from coreutils:
12008
12009         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12010         * modules/lib-ignore: New file.
12011         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12012         chdir-safer.m4, lchmod.m4.
12013         * modules/openat: Add mkdirat.c, openat-priv.h.
12014
12015 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12016
12017         Sync from coreutils.
12018         * m4/lib-ignore.m4: New file.
12019         * m4/lchmod.m4: New file.
12020
12021 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12022
12023         Sync from coreutils.
12024         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12025         for write access: POSIX says that must fail.
12026         * lib/fts.c (diropen): Likewise.
12027         * lib/save-cwd.c (save_cwd): Likewise.
12028         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12029         well, for minor improvements on hosts that lack O_DIRECTORY.
12030         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12031         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12032         Fall back on chown if open failed with EACCES.
12033
12034         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12035         Report an error at compile-time if only a 1-second nominal clock
12036         resolution is found.
12037
12038         * lib/lchmod.h: New file.
12039         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12040         (make_dir_parents): Use lchown rather than chown, and
12041         lchmod rather than chmod.
12042
12043         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12044         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12045         "proc" reported by n0dalus.
12046
12047         * lib/mountlist.c: Include <limits.h>.
12048         (dev_from_mount_options)
12049         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12050         New function.  It no longer assumes "dev=" has the System V meaning
12051         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12052         (read_file_system_list)
12053         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12054         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12055         dev= in that case.
12056
12057         * lib/posixtm.h (PDS_PRE_2000): New macro.
12058         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12059         allow_century.  All usages changed.  Reject dates outside the range
12060         1969-1999 if PDS_PRE_2000 is used.
12061
12062 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12063
12064         Sync from coreutils.
12065         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12066         (Time of day items): Mention the possibility of leap seconds.
12067         Problem reported by Dr. David Alan Gilbert.
12068
12069 2006-01-09  Jim Meyering  <jim@meyering.net>
12070
12071         Sync from coreutils.
12072
12073         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12074
12075         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12076
12077         * lib/modechange.c (mode_compile): Reject an invalid mode string
12078         that starts with an octal digit.  From Andreas Gruenbacher.
12079
12080         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12081         and dup to open_safer and dup_safer, respectively.
12082         (openat_permissive): Fix typo in comment.
12083
12084         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12085         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12086         (_): Remove; no longer needed.
12087         (openat): Renamed from rpl_openat; no need for rpl_openat
12088         since openat.h renames openat for us.
12089         Replace most of the body with a call to openat_permissive,
12090         to avoid duplicate code.
12091         Port to (probably hypothetical) environments were mode_t is
12092         wider than int.
12093         (openat_permissive): Require mode arg, so that we can check
12094         types better.  Put it just after flags.  Change cwd failure
12095         indicator from pointer-to-bool to pointer-to-errno-value.
12096         All callers changed.
12097         Invoke openat_save_fail and/or openat_restore_fail if
12098         cwd_errno is null, so that openat can call us.
12099         (openat_permissive, fdopendir, fstatat, unlinkat):
12100         Simplify errno handling to avoid some duplicate code,
12101         as it's OK to set errno on success.
12102         * lib/openat.h: Revamp code so that function macros depend on
12103         __OPENAT_PREFIX only, not also on AT_FDCWD.
12104         (openat_ro): Remove.  Caller changed to use openat_permissive.
12105         (openat_permissive): Now a macro, if not a function.
12106         (openat_restore_fail, openat_save_fail): Now always functions,
12107         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12108
12109         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12110         and openat.c.
12111         * lib/mkdirat.c: Include openat-priv.h.
12112         Remove definitions of macros defined therein.
12113         * lib/openat.c: Likewise.
12114
12115         * lib/mkdirat.c (mkdirat): New file and function.
12116         * lib/openat.h (mkdirat): Declare.
12117
12118         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12119
12120         * lib/openat.h (openat_permissive): Declare.
12121         (openat_ro): Define.
12122
12123         * lib/openat.c (EXPECTED_ERRNO): New macro.
12124         (openat_permissive): New function -- used in remove.c rewrite.
12125         (all functions): Set errno just before returning, only if there
12126         was an actual failure.
12127         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12128
12129         Emulate openat-family functions using Linux's procfs, if possible.
12130         Idea and some code based on Ulrich Drepper's glibc changes.
12131
12132         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12133         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12134         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12135         before falling back on save_cwd and restore_cwd.
12136         (fdopendir, fstatat, unlinkat): Likewise.
12137
12138         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12139         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12140
12141         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12142         as second argument to va_arg.  Otherwise, some versions of gcc
12143         warn that `if this code is reached, the program will abort'.
12144
12145 2006-01-09  Jim Meyering  <jim@meyering.net>
12146
12147         Sync from coreutils.
12148         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12149         Require openat-priv.h.
12150
12151 2006-01-09  Bruno Haible  <bruno@clisp.org>
12152
12153         * modules/strnlen (Include): Use strnlen.h.
12154
12155 2006-01-09  Bruno Haible  <bruno@clisp.org>
12156
12157         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12158
12159 2006-01-09  Bruno Haible  <bruno@clisp.org>
12160
12161         * lib/sysexit_.h (EX_OK): New macro.
12162         Suggested by Martin Lambers <marlam@marlam.de>.
12163
12164 2006-01-09  Bruno Haible  <bruno@clisp.org>
12165
12166         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12167         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12168
12169 2006-01-09  Bruno Haible  <bruno@clisp.org>
12170
12171         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12172         numbers.
12173
12174 2006-01-09  Bruno Haible  <bruno@clisp.org>
12175
12176         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12177         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12178         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12179         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12180
12181 2006-01-09  Bruno Haible  <bruno@clisp.org>
12182
12183         * build-aux/javacomp.sh.in: New file, moved from lib/.
12184         * modules/javacomp-script (Files): Update.
12185         (configure.ac): Add AC_CONFIG_FILES invocation.
12186         (EXTRA_DIST): Remove variable.
12187
12188         * build-aux/javaexec.sh.in: New file, moved from lib/.
12189         * modules/javaexec (Files): Update.
12190         (configure.ac): Add AC_CONFIG_FILES invocation.
12191         (EXTRA_DIST): Remove javaexec.sh.in.
12192
12193         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12194         * modules/csharpcomp-script (Files): Update.
12195         (configure.ac): Add AC_CONFIG_FILES invocation.
12196         (EXTRA_DIST): Remove variable.
12197
12198         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12199         * modules/csharpexec (Files): Update.
12200         (configure.ac): Add AC_CONFIG_FILES invocation.
12201         (EXTRA_DIST): Remove csharpexec.sh.in.
12202
12203 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12204
12205         Sync from coreutils.
12206
12207         Add POSIX ACL support
12208         * lib/acl.h (copy_acl, set_acl): Add declarations.
12209         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12210         systems other than Linux.
12211         (chmod_or_fchmod): New function: use fchmod when possible,
12212         and chmod otherwise.
12213         (file_has_acl): Add a POSIX ACL implementation, with a
12214         Linux-specific subcase.
12215         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12216         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12217         acls are unsupported.
12218         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12219         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12220         are unsupported.
12221
12222 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12223
12224         Sync from coreutils.
12225         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12226
12227 2006-01-07  Bruno Haible  <bruno@clisp.org>
12228
12229         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12230         gl_EARLY.
12231
12232 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12233
12234         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12235         Problem reported for Mingw by Mark Junker.
12236
12237 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12238
12239         * README: Gnulib normally doesn't generate a tarball.
12240
12241 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12242
12243         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12244         long int, not int, for nanosecond counts, so that people who are
12245         used to POSIX struct timespec won't be surprised.  Reported by Jim
12246         Meyering.
12247
12248 2005-12-28  Bruno Haible  <bruno@clisp.org>
12249
12250         * build-aux/config.rpath: Update from GNU gettext.
12251
12252 2005-12-16  Jim Meyering  <jim@meyering.net>
12253
12254         * modules/fprintftime: New module.
12255         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12256
12257 2005-12-16  Jim Meyering  <jim@meyering.net>
12258
12259         * m4/fprintftime.m4: New file.
12260
12261 2005-12-16  Jim Meyering  <jim@meyering.net>
12262
12263         * lib/fprintftime.c, lib/fprintftime.h: New files.
12264
12265 2005-12-15  Simon Josefsson  <jas@extundo.com>
12266
12267         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12268         new m4/socklen.m4.
12269
12270 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12271
12272         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12273         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12274
12275 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12276
12277         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12278         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12279         struct uparams is valid. Fall back to the default values if it is
12280         not.
12281
12282 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12283
12284         * modules/argp (Files): Add argp-pin.c
12285         (Depends-on): dirname
12286         (lib_SOURCES): Add argp-pin.c
12287
12288 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12289
12290         * m4/argp.m4:  Check if program_invocation_name and
12291         program_invocation_short_name are declared and define appropriate
12292         macros if they are not.
12293
12294 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12295
12296         * lib/argp-help.c (__argp_base_name): New function
12297         (__argp_short_program_name): Rewrite using __argp_base_name
12298         * lib/argp-namefrob.h: Define program_invocation_name and
12299         program_invocation_short_name if requested
12300         (__argp_base_name): Add prototype
12301         * lib/argp-parse.c (argp_def): Use gettext wrappers
12302         (argp_default_parser): Use __argp_base_name
12303         * lib/argp-pin.c: New file. Defines program_invocation_name and
12304         program_invocation_short_name on systems that lack them.
12305
12306 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12307
12308         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12309         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12310         porting problem reported by Georg Schwarz in
12311         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12312
12313 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12314
12315         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12316         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12317         porting problem reported by Georg Schwarz in
12318         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12319
12320 2005-12-05  Bruno Haible  <bruno@clisp.org>
12321
12322         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12323         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12324         Reported by Mark Junker <mjscod@gmx.de>.
12325
12326 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12327
12328         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12329         Use implementation from Albert Chin, with some
12330         comments/corrections by Stepan Kasal and myself.
12331
12332 2005-12-02  Bruno Haible  <bruno@clisp.org>
12333
12334         * gnulib-tool (func_import): Accept GPLed build tool modules when
12335         --lgpl is given.
12336         * modules/csharpcomp-script: New file.
12337         * modules/csharpcomp: Depend on it.
12338         * modules/javacomp-script: New file.
12339         * modules/javacomp: Depend on it.
12340         Suggested by Simon Josefsson.
12341
12342 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12343
12344         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12345         statement, to work around an HP-UX 10.20 compiler bug reported by
12346         Peter O'Gorman.
12347
12348 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12349
12350         * modules/savedir (Depends-on): Add openat.
12351
12352 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12353
12354         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12355         (uintmax_t) [defined uintmax_t]: Do not declare.
12356         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12357         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12358         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12359         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12360         sake of portability to weird hosts that C allows (though we don't
12361         know of any practical examples).
12362
12363         * lib/savedir.h (fdsavedir): New decl.
12364         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12365         contains most of the former guts of savedir.
12366         (savedir): Use savedirstream.
12367         Include "openat.h".
12368
12369 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12370
12371         * modules/obstack (Files): Add m4/ulonglong.m4.
12372         Problem reported by Davide Angelocola.
12373
12374 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12375
12376         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12377         coreutils no longer futzes with rounding modes.
12378
12379 2005-11-14  Jim Meyering  <jim@meyering.net>
12380
12381         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12382         replacement of mkstemp.
12383
12384 2005-11-10  Simon Josefsson  <jas@extundo.com>
12385
12386         * lib/readline.c: Remove EOL.
12387
12388 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12389
12390         * modules/gethrxtime (Depends-on): Add gettime.
12391
12392 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12393
12394         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12395         or gettimeofday; no longer needed.
12396
12397 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12398
12399         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12400         time business.
12401         (gethrxtime) [! (HAVE_NANOUPTIME
12402         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12403         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12404         our own approximation.
12405
12406 2005-11-08  Eric Blake  <ebb9@byu.net>
12407
12408         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12409
12410 2005-11-08  Eric Blake  <ebb9@byu.net>
12411
12412         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12413
12414 2005-11-04  Bruno Haible  <bruno@clisp.org>
12415
12416         * gnulib-tool: Implement --update mode.
12417
12418 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12419
12420         Fix porting problem reported by Theodoros V. Kalamatianos.
12421         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12422         Don't assume that futimes failing means we must fail.
12423
12424 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12425
12426         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12427         variables to suggest the intended function of the PATH_MAX check.
12428
12429 2005-10-30  Kean Johnston  <jkj@sco.com>
12430
12431         Trivial changes to support SCO systems.
12432         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12433         as PATH_MAX.
12434         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12435         where __ptr is null when no I/O is pending.
12436
12437 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12438
12439         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12440         leave errno alone.  Problem reported by Dmitry V. Levin.
12441
12442 2005-10-28  Simon Josefsson  <jas@extundo.com>
12443
12444         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12445         Test more.
12446
12447         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12448
12449         * modules/md2, modules/md2-tests: New files.
12450
12451 2005-10-28  Simon Josefsson  <jas@extundo.com>
12452
12453         * m4/inet_ntop.m4: More tests.
12454
12455         * m4/gc-md2.m4, md2.m4: New file.
12456
12457 2005-10-28  Simon Josefsson  <jas@extundo.com>
12458
12459         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12460         "restrict" keywords, as per POSIX.  Protect the function
12461         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12462         Don't use K&R prototypes.  Check the sprintf return values.
12463         Re-define EAFNOSUPPORT if not present.  Indent.
12464
12465         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12466         suggested by Bruno Haible <bruno@clisp.org>.
12467
12468         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12469
12470         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12471
12472         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12473         libgcrypt).
12474
12475         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12476
12477         * lib/md2.h, lib/md2.c: New files.
12478
12479 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12480
12481         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12482         errno alone.  Problem reported by Frederic Jolliton.
12483
12484 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12485
12486         * modules/verify (License): Change from GPL to LGPL.  This is a
12487         tiny module and there are apparently near-equivalents that are
12488         under the BSD license.
12489
12490 2005-10-24  Simon Josefsson  <jas@extundo.com>
12491
12492         * modules/sha1: Relicense to LGPL.
12493
12494 2005-10-24  Simon Josefsson  <jas@extundo.com>
12495
12496         * lib/md4.h: Shrink buffer size, now that we changed the type.
12497
12498 2005-10-23  Simon Josefsson  <jas@extundo.com>
12499
12500         * gnulib-tool (func_import): Fix --tests-base.
12501
12502 2005-10-22  Simon Josefsson  <jas@extundo.com>
12503
12504         * modules/arcfour (Depends-on): Need stdint.
12505
12506 2005-10-22  Simon Josefsson  <jas@extundo.com>
12507
12508         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
12509         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
12510
12511 2005-10-22  Simon Josefsson  <jas@extundo.com>
12512
12513         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
12514         suggested by Bruno Haible <bruno@clisp.org>.
12515
12516 2005-10-22  Simon Josefsson  <jas@extundo.com>
12517
12518         * lib/crc.h: Include stddef.h, for size_t.
12519
12520 2005-10-22  Simon Josefsson  <jas@extundo.com>
12521
12522         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
12523         arcfour_context struct (simplify test vector testing in GNU
12524         Shishi).
12525
12526 2005-10-21  Simon Josefsson  <jas@extundo.com>
12527
12528         * modules/des, modules/des-tests: New files.
12529
12530         * modules/gc-des, modules/gc-des-tests: New files.
12531
12532         * tests/test-des.c, tests/test-gc-des.c: New file.
12533
12534 2005-10-21  Simon Josefsson  <jas@extundo.com>
12535
12536         * modules/arctwo, modules/arctwo-tests: New files.
12537
12538         * tests/test-arctwo.c: New file.
12539
12540         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
12541
12542         * tests/test-gc-arctwo.c: New file.
12543
12544 2005-10-21  Simon Josefsson  <jas@extundo.com>
12545
12546         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
12547         Bruno Haible <bruno@clisp.org>.
12548
12549         * m4/gc-des.m4: New file.
12550
12551 2005-10-21  Simon Josefsson  <jas@extundo.com>
12552
12553         * m4/arctwo.m4: New file.
12554
12555         * m4/gc-arctwo.m4: New file.
12556
12557 2005-10-21  Simon Josefsson  <jas@extundo.com>
12558
12559         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
12560         block.
12561
12562 2005-10-21  Simon Josefsson  <jas@extundo.com>
12563
12564         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
12565         <bruno@clisp.org>.
12566
12567         * lib/hmac-sha1.c (hmac_sha1): Likewise.
12568
12569         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
12570         Bruno Haible <bruno@clisp.org>.
12571
12572         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
12573         <bruno@clisp.org>.
12574
12575 2005-10-21  Simon Josefsson  <jas@extundo.com>
12576
12577         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
12578
12579 2005-10-21  Simon Josefsson  <jas@extundo.com>
12580
12581         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
12582
12583 2005-10-21  Simon Josefsson  <jas@extundo.com>
12584
12585         * lib/des.h, lib/des.c: New files.
12586
12587         * lib/gc-gnulib.c: Support DES.c
12588
12589 2005-10-21  Simon Josefsson  <jas@extundo.com>
12590
12591         * lib/arctwo.h, lib/arctwo.c: New files.
12592
12593         * lib/gc-gnulib.c: Support ARCTWO.
12594
12595 2005-10-21  Simon Josefsson  <jas@extundo.com>
12596
12597         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
12598         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12599
12600 2005-10-21  Simon Josefsson  <jas@extundo.com>
12601
12602         * gnulib-tool (func_import, func_create_testdir): Define automake
12603         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
12604         Makefile.am snippet),
12605         suggested by Bruno Haible <bruno@clisp.org>.
12606
12607         * modules/gc (Makefile.am): Use it.
12608
12609 2005-10-21  Bruno Haible  <bruno@clisp.org>
12610
12611         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
12612         patch.
12613
12614 2005-10-19  Simon Josefsson  <jas@extundo.com>
12615
12616         * tests/test-gc-rijndael.c: New file.
12617
12618         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
12619
12620 2005-10-19  Simon Josefsson  <jas@extundo.com>
12621
12622         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
12623         interface too.
12624
12625 2005-10-19  Simon Josefsson  <jas@extundo.com>
12626
12627         * tests/test-gc-arcfour.c: New file.
12628
12629         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
12630
12631 2005-10-19  Simon Josefsson  <jas@extundo.com>
12632
12633         * modules/gc-md4, modules/gc-md4-tests: New file.
12634
12635         * tests/test-gc-md4.c: New file.
12636
12637 2005-10-19  Simon Josefsson  <jas@extundo.com>
12638
12639         * m4/gc-md4.m4: New file.
12640
12641 2005-10-19  Simon Josefsson  <jas@extundo.com>
12642
12643         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
12644         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
12645         <kasal@ucw.cz>.
12646
12647 2005-10-19  Simon Josefsson  <jas@extundo.com>
12648
12649         * m4/gc-arcfour.m4: New file.
12650
12651         * m4/gc-rijndael.m4: New file.
12652
12653 2005-10-19  Simon Josefsson  <jas@extundo.com>
12654
12655         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
12656
12657 2005-10-19  Simon Josefsson  <jas@extundo.com>
12658
12659         * lib/gc-gnulib.c: Support ARCFOUR.
12660
12661 2005-10-19  Simon Josefsson  <jas@extundo.com>
12662
12663         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
12664         support.
12665
12666         * lib/gc.h: Add ECB enum type.
12667
12668         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
12669
12670 2005-10-18  Simon Josefsson  <jas@extundo.com>
12671
12672         * tests/test-md5.c: New file.
12673
12674         * modules/md5-tests: New file.
12675
12676 2005-10-18  Simon Josefsson  <jas@extundo.com>
12677
12678         * tests/test-md4.c: New file.
12679
12680         * modules/md4, modules/md4-tests: New files.
12681
12682 2005-10-18  Simon Josefsson  <jas@extundo.com>
12683
12684         * m4/md4.m4: New file.
12685
12686 2005-10-18  Simon Josefsson  <jas@extundo.com>
12687
12688         * lib/md4.h, lib/md4.c: New files, based on md5.?.
12689
12690 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
12691
12692         * gnulib-tool (func_create_testdir): Omit the second check whether
12693         BUILT_SOURCES in nonempty.
12694
12695 2005-10-17  Simon Josefsson  <jas@extundo.com>
12696
12697         * tests/test-rijndael.c: New file.
12698
12699 2005-10-17  Simon Josefsson  <jas@extundo.com>
12700
12701         * modules/sha1: Depend on stdint instead of md5.
12702
12703         * modules/md5: Depend on stdint, remove uint32_t.
12704
12705 2005-10-17  Simon Josefsson  <jas@extundo.com>
12706
12707         * modules/gc-sha1-tests: New file.
12708
12709         * tests/test-gc-sha1.c: New file.
12710
12711 2005-10-17  Simon Josefsson  <jas@extundo.com>
12712
12713         * m4/md5.m4: Remove call to uint32_t.m4.
12714
12715 2005-10-17  Simon Josefsson  <jas@extundo.com>
12716
12717         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
12718
12719         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
12720         md5.h.
12721
12722         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
12723
12724         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
12725
12726 2005-10-17  Simon Josefsson  <jas@extundo.com>
12727
12728         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
12729
12730 2005-10-17  Simon Josefsson  <jas@extundo.com>
12731
12732         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
12733
12734 2005-10-17  Simon Josefsson  <jas@extundo.com>
12735
12736         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
12737
12738         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
12739
12740 2005-10-17  Bruno Haible  <bruno@clisp.org>
12741
12742         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
12743         that it can also be used in a test.
12744
12745 2005-10-16  Bruno Haible  <bruno@clisp.org>
12746
12747         * gnulib-tool (func_emit_tests_Makefile_am): Also define
12748         TESTS_ENVIRONMENT, so that individual tests can augment it.
12749
12750         * gnulib-tool (func_create_testdir): Use an intermediate target for
12751         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
12752         macros, like $(ALLOCA_H), which cannot be passed through the command
12753         line.
12754
12755 2005-10-15  Simon Josefsson  <jas@extundo.com>
12756
12757         * modules/rijndael-tests: New file.
12758
12759         * modules/rijndael: New file.
12760
12761 2005-10-15  Simon Josefsson  <jas@extundo.com>
12762
12763         * m4/rijndael.m4: New file.
12764
12765 2005-10-15  Simon Josefsson  <jas@extundo.com>
12766
12767         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
12768
12769         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
12770
12771 2005-10-14  Simon Josefsson  <jas@extundo.com>
12772
12773         * tests/test-arcfour.c: New file.
12774
12775         * modules/arcfour, modules/arcfour-tests: New files.
12776
12777 2005-10-14  Simon Josefsson  <jas@extundo.com>
12778
12779         * m4/arcfour.m4: New file.
12780
12781 2005-10-14  Simon Josefsson  <jas@extundo.com>
12782
12783         * lib/arcfour.h, lib/arcfour.c: New files.
12784
12785 2005-10-14  Roland McGrath  <roland@redhat.com>
12786
12787         Import from libc.  [BZ #1331]
12788         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
12789         macro argument.
12790         Reported by Matej Vela <vela@debian.org>.
12791
12792 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12793
12794         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
12795         include <wchar.h>; no longer needed.
12796
12797 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12798
12799         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
12800
12801 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
12802         and  Ulrich Drepper  <drepper@redhat.com>
12803
12804         Import from libc.
12805         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
12806         instead of inline stream orientation test and two separate
12807         function calls.  Pay no attention to USE_IN_LIBIO.
12808
12809 2005-10-13  Simon Josefsson  <jas@extundo.com>
12810
12811         * modules/gc-hmac-md5-tests: New file.
12812
12813         * tests/test-gc-hmac-sha1.c: New file.
12814
12815         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
12816
12817         * modules/gc-hmac-md5-tests: New file.
12818
12819         * tests/test-gc-md5.c: New file.
12820
12821         * modules/gc-md5-tests: New file.
12822
12823 2005-10-13  Simon Josefsson  <jas@extundo.com>
12824
12825         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
12826         Move memory allocation outside of loop.
12827
12828 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
12829
12830         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
12831         intermediate directory is in a read-only file system.  Problem
12832         reported by Eric Blake.
12833
12834 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
12835
12836         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
12837
12838 2005-10-12  Simon Josefsson  <jas@extundo.com>
12839
12840         * tests/test-hmac-sha1.c: New file.
12841
12842         * modules/hmac-sha1-tests: New file.
12843
12844         * modules/hmac-sha1: New file.
12845
12846 2005-10-12  Simon Josefsson  <jas@extundo.com>
12847
12848         * modules/gc-sha1: New file.
12849
12850 2005-10-12  Simon Josefsson  <jas@extundo.com>
12851
12852         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
12853
12854         * tests/test-gc-pbkdf2-sha1.c: New file.
12855
12856 2005-10-12  Simon Josefsson  <jas@extundo.com>
12857
12858         * modules/gc-md5, modules/gc-hmac-md5: New files.
12859
12860         * modules/gc (Files): Remove md5, memxor and hmac files.
12861
12862 2005-10-12  Simon Josefsson  <jas@extundo.com>
12863
12864         * m4/gc-pbkdf2-sha1.m4: New file.
12865
12866         * m4/gc-hmac-sha1.m4: New file.
12867
12868         * m4/gc-sha1: New file.
12869
12870         * m4/hmac-sha1.m4: New file.
12871
12872 2005-10-12  Simon Josefsson  <jas@extundo.com>
12873
12874         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
12875
12876         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
12877
12878 2005-10-12  Simon Josefsson  <jas@extundo.com>
12879
12880         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
12881         suggested by Bruno Haible <bruno@clisp.org>.
12882
12883 2005-10-12  Simon Josefsson  <jas@extundo.com>
12884
12885         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
12886
12887 2005-10-12  Simon Josefsson  <jas@extundo.com>
12888
12889         * lib/gc-pbkdf2-sha1.c: New file.
12890
12891         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
12892
12893 2005-10-12  Simon Josefsson  <jas@extundo.com>
12894
12895         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
12896
12897         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
12898
12899 2005-10-12  Simon Josefsson  <jas@extundo.com>
12900
12901         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
12902         GC_USE_HMAC_MD5, respectively.
12903
12904         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
12905         (gc_md5): Fix typo.
12906
12907         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
12908
12909         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
12910
12911         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
12912
12913 2005-10-12  Bruno Haible  <bruno@clisp.org>
12914
12915         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
12916         Reported by Stepan Kasal <kasal@ucw.cz>.
12917
12918 2005-10-11  Simon Josefsson  <jas@extundo.com>
12919
12920         * tests/test-crc.c: New file.
12921
12922         * modules/crc, modules/crc-tests: New files.
12923
12924 2005-10-11  Simon Josefsson  <jas@extundo.com>
12925
12926         * m4/crc.m4: New file.
12927
12928 2005-10-11  Simon Josefsson  <jas@extundo.com>
12929
12930         * lib/gc.h: Add gc_hash and gc_hash_buffer.
12931
12932         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
12933
12934         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
12935
12936 2005-10-11  Simon Josefsson  <jas@extundo.com>
12937
12938         * lib/crc.h, lib/crc.c: New files.
12939
12940         * lib/gc.h (gc_hash_buffer): Add doc.
12941
12942 2005-10-11  Bruno Haible  <bruno@clisp.org>
12943
12944         * modules/c-strcasestr: New file.
12945         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
12946
12947 2005-10-11  Bruno Haible  <bruno@clisp.org>
12948
12949         * modules/c-strcase: New file.
12950         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
12951
12952 2005-10-11  Bruno Haible  <bruno@clisp.org>
12953
12954         * lib/strcasecmp.c: Include limits.h.
12955         (strcasecmp): Avoid integer overflow on exotic platforms.
12956         * lib/strncasecmp.c: Include limits.h.
12957         (strncasecmp): Avoid integer overflow on exotic platforms.
12958         Reported by Paul Eggert.
12959
12960 2005-10-11  Bruno Haible  <bruno@clisp.org>
12961
12962         * lib/c-strcasestr.h: New file, from GNU gettext.
12963         * lib/c-strcasestr.c: New file, from GNU gettext.
12964
12965 2005-10-11  Bruno Haible  <bruno@clisp.org>
12966
12967         * lib/c-strcase.h: New file, from GNU gettext.
12968         * lib/c-strcasecmp.c: New file, from GNU gettext.
12969         * lib/c-strncasecmp.c: New file, from GNU gettext.
12970
12971 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12972
12973         * modules/mempcpy (License): GPL -> LGPL.
12974         * modules/strchrnul (License): Likewise.
12975         * modules/sysexits (License): Likewise.
12976
12977 2005-10-08  Simon Josefsson  <jas@extundo.com>
12978
12979         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
12980
12981 2005-10-07  Simon Josefsson  <jas@extundo.com>
12982
12983         * m4/memxor.m4: Remove gl_C_RESTRICT call.
12984
12985 2005-10-06  Simon Josefsson  <jas@extundo.com>
12986
12987         * tests/test-hmac-md5.c: New file.
12988
12989         * modules/hmac-md5-tests: New file.
12990
12991         * modules/hmac-md5: New file.
12992
12993 2005-10-06  Simon Josefsson  <jas@extundo.com>
12994
12995         * m4/hmac-md5.m4: New file.
12996
12997         * m4/memxor.m4: Require gl_C_RESTRICT.
12998
12999 2005-10-06  Simon Josefsson  <jas@extundo.com>
13000
13001         * lib/memxor.c (memxor): Avoid casts and warnings.
13002
13003 2005-10-06  Simon Josefsson  <jas@extundo.com>
13004
13005         * lib/hmac-md5.c: New file.
13006
13007         * lib/hmac.h: New file.
13008
13009 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13010
13011         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13012         promotes to int, not unsigned int, to catch the AIX 5.3
13013         compiler bug.
13014
13015 2005-10-05  Simon Josefsson  <jas@extundo.com>
13016
13017         * modules/memxor: New file.
13018
13019         * modules/iconv (Files): Move config.rpath to havelib, it is used
13020         there.
13021
13022         * modules/havelib (Files): Add config.rpath.
13023
13024 2005-10-05  Simon Josefsson  <jas@extundo.com>
13025
13026         * m4/memxor.m4: New file.
13027
13028 2005-10-05  Simon Josefsson  <jas@extundo.com>
13029
13030         * lib/memxor.c (memxor): Fix compiler error.
13031
13032         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13033         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13034
13035         * lib/memxor.h, lib/memxor.c: New files.
13036
13037         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13038         we assume all systems have it, suggested by Jim Meyering
13039         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13040         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13041         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13042         same reasons.
13043
13044 2005-10-05  Simon Josefsson  <jas@extundo.com>
13045
13046         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13047
13048 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13049
13050         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13051         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13052         needed, since the source code now assumes these .h files.
13053
13054 2005-10-05  Derek Price  <derek@ximbiot.com>
13055
13056         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13057
13058 2005-10-05  Bruno Haible  <bruno@clisp.org>
13059
13060         * modules/stdint (License): Change to LGPL.
13061
13062 2005-10-04  Simon Josefsson  <jas@extundo.com>
13063
13064         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13065         D. Baushke" <mdb@gnu.org>.
13066
13067 2005-10-04  Bruno Haible  <bruno@clisp.org>
13068
13069         * lib/verify.h (verify_true): Provide alternative definition for C++.
13070
13071 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13072
13073         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13074         (SSIZE_MAX): New macro, if not already defined.
13075         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13076         than 2 GiB.
13077
13078 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13079
13080         Sync from coreutils.
13081         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13082         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13083         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13084         ULLONG_MAX doesn't work with 2.7.2.1.
13085
13086 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13087
13088         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13089         From Ben Pfaff.
13090
13091         * modules/exclude (Depends-on): Depend on verify.
13092         * modules/strtoimax (Depends-on): Likewise.
13093         * modules/utimecmp (Depends-on): Likewise.
13094
13095 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13096
13097         * lib/exclude.c: Include verify.h.
13098         (verify): Remove.  All callers changed to use verify.h's version.
13099         * lib/strtoimax.c: Likewise.
13100         * lib/utimecmp.c: Likewis.e
13101
13102         Sync from coreutils.
13103         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13104         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13105         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13106         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13107         bother returning ENOSYS if settimeofday or stime fails; just let
13108         them return whatever errno they want to return.
13109         * lib/utimens.c: Include unistd.h, for dup2.
13110         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13111         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13112
13113 2005-10-02  Jim Meyering  <jim@meyering.net>
13114
13115         Sync from coreutils.
13116         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13117         from glibc-2.2.5 that fails for read-only files.
13118
13119 2005-10-02  Jim Meyering  <jim@meyering.net>
13120
13121         Sync from coreutils.
13122         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13123         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13124         `#if HAVE_CONFIG_H'.
13125         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13126         Remove AT_FDCWD test.
13127         Do not consume the fd unless successful.
13128         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13129         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13130         block, so that we don't even try to compile it if settimeofday is
13131         available.  This works around a compilation failure on OSF1 V5.1,
13132         due to stime requiring a `long int*' while tv_sec is `int'.
13133
13134 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13135
13136         Sync from coreutils.
13137         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13138         against `yes', rather than just testing for nonempty.
13139
13140 2005-10-01  Simon Josefsson  <jas@extundo.com>
13141
13142         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13143         and Darwin.
13144
13145         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13146         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13147         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13148         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13149         Check if struct addrinfo is declared.
13150
13151 2005-10-01  Simon Josefsson  <jas@extundo.com>
13152
13153         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13154         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13155         AI_* and EAI_* definitions.  Protect function declarations.
13156
13157 2005-10-01  Jim Meyering  <jim@meyering.net>
13158
13159         Sync from coreutils.
13160
13161         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13162         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13163         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13164         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13165         in the inet and nsl libraries.  Required on Solaris 5.7.
13166
13167 2005-10-01  Jim Meyering  <jim@meyering.net>
13168
13169         Sync from coreutils.
13170         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13171         in the inet and nsl libraries.  Required on Solaris 5.7.
13172
13173 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13174
13175         * lib/getdelim.c (getdelim): Remove unused variables.
13176
13177 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13178
13179         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13180         so that the code works even with ancient cpp.  Portability problem
13181         with GCC 2.7.2.1 reported by Thomas M.Ott.
13182
13183 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13184
13185         * modules/regex (Depends-on): Add strcase.
13186
13187         * modules/gethostname (Licence): Change from GPL to LGPL, since
13188         gethostname.c is a trivial implementation of a standard library
13189         function.
13190         * modules/poll (License): Change from GPL to LGPL, since it's
13191         derived from LGPL code.
13192
13193 2005-09-27  Jim Meyering  <jim@meyering.net>
13194
13195         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13196         HAVE_CONFIG_H.
13197
13198         * lib/intprops.h (signed_type_or_expr__): Define.
13199         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13200         for unsigned types.
13201
13202 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13203
13204         * lib/verify.h (verify_expr): Remove, replacing with:
13205         (verify_true): New macro that returns true instead of void.
13206         (verify_type__): Remove.
13207         (verify): Use verify_true rather than verify_type__.
13208
13209 2005-09-26  Bruno Haible  <bruno@clisp.org>
13210
13211         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13212         is necessary.
13213         (lib_SOURCES): Remove mbchar.c.
13214         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13215         (Files): Add m4/mbrtowc.m4.
13216         * modules/mbiter: Likewise.
13217         * modules/mbuiter: Likewise.
13218
13219 2005-09-26  Bruno Haible  <bruno@clisp.org>
13220
13221         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13222         compile mbchar.c if they are not both present.
13223         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13224         * m4/mbiter.m4 (gl_MBITER): Likewise.
13225         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13226         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13227         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13228
13229 2005-09-25  Jim Meyering  <jim@meyering.net>
13230
13231         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13232         also uses socklen_t.
13233
13234 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13235
13236         * lib/utimens.c (ENOSYS): Define if not already defined.
13237         (futimens): Support having a null PATH if the file descriptor
13238         is nonnegative.
13239
13240         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13241         Remove.
13242         (__attribute): Define to empty unless GCC 3.1 or later.
13243         This works around a core dump on OpenBSD 3.4, which has GCC
13244         2.95.3, which dumps core when given __attribute__(()).  It also
13245         simplifies other tests, since we really don't want to bother with
13246         worrying about which ancient version of GCC supported what.
13247         Original problem reported by Yoann Vandoorselaere, with part of
13248         the fix suggested by Derek Price.
13249
13250 2005-09-24  Jim Meyering  <jim@meyering.net>
13251
13252         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13253         so we can once again use a positive bitfield width of 1 -- now we
13254         don't have to explain why we were using a bitfield width of 2.
13255
13256 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13257
13258         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13259         and similarly for the other external symbols.  Problem reported
13260         by James Gallager.
13261
13262         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13263         bug reported by Jim Meyering.
13264
13265         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13266         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13267         not needed, since socklen is a prerequisite module.
13268
13269 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13270
13271         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13272         Problem reported by Eric Blake.
13273         (getaddrinfo): Initialize se so that it's not garbage.
13274         Redo internal storage allocation so that it doesn't make unportable
13275         assumptions about alignment.
13276         Fix a memory leak.
13277
13278         * lib/utimens.c (futimens): Use futimesat if available.
13279         Prefer it to futimes since it doesn't have the futimes bug.
13280
13281         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13282         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13283         Instead, declare a function that returns a pointer to an array,
13284         and use verify_type__ to declare the size of the array.
13285         Problem and germ of a solution reported by Bruno Haible.
13286         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13287         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13288
13289 2005-09-23  Jim Meyering  <jim@meyering.net>
13290
13291         Sync from coreutils.
13292         Correct build failure (socklen_t not defined) on at least
13293         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13294         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13295
13296 2005-09-23  Jim Meyering  <jim@meyering.net>
13297
13298         * modules/getaddrinfo (Depends-on): Add socklen.
13299
13300 2005-09-23  Bruno Haible  <bruno@clisp.org>
13301
13302         * tests/test-verify.c: New file.
13303
13304 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13305
13306         Sync from coreutils.
13307
13308         * modules/argmatch (Depends-on): Add verify.
13309         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13310         unistd-safer.
13311         * modules/save-cwd (Depends-on): Likewise.
13312
13313         * modules/openat (Files): Add lib/openat-die.c.
13314         (Depends-on): Remove error, exitfail.
13315         Add dirname.
13316
13317         * modules/verify: New file.
13318         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13319         with "verify" module.
13320
13321 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13322
13323         Sync from coreutils.
13324
13325         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13326         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13327         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13328         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13329         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13330         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13331         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13332         Don't bother checking for string.h, stdlib.h, unistd.h.
13333         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13334         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13335         module's job.
13336         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13337         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13338
13339         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13340         (gl_GETDATE): Use it.
13341
13342         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13343
13344 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13345
13346         Sync from coreutils.
13347
13348         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13349         stat-time.h.
13350         * lib/argmatch.h: Include verify.h
13351         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13352         (ARGMATCH_ASSERT): Remove; unused.
13353         * lib/canonicalize.c: Assume STDC_HEADERS.
13354         * lib/exclude.c: Include "strcase.h".
13355         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13356         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13357         and stdio-safer.h.
13358         (getusershell): Call fopen, not fopen_safer.
13359         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13360         Do not include unistd-safer.h.
13361         (save_cwd): Don't call fd_safer; no longer needed
13362         now that we include fcntl--.h.
13363
13364         * lib/getdate.y (relative_time): New type.
13365         (RELATIVE_TIME_0): New constant.
13366         (parser_control): Use relative_time instead of doing it ourselves.
13367         (%union): Add new relative_time rel member.
13368         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13369         Now typeless.
13370         (relunit, relunit_snumber): Now of type rel.
13371         (zone, rel, relunit, get_date): Adjust to above changes.
13372
13373         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13374         Do not include unistd-safer.h.
13375         (getloadavg): Don't call fd_safer; no longer needed
13376         now that we include fcntl--.h.
13377
13378         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13379         (make_dir_parents): Treat ENOSYS like EEXIST.
13380
13381         Improve quality of diagnostics on restore_cwd failure.
13382         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13383         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13384         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13385         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13386         each time through the loop.  Do not diagnose restore_cwd failure;
13387         that is the caller's job (and perhaps the caller does not care).
13388
13389         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13390         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13391         If the file already exists but is not a directory, don't bother
13392         to try to make its parents.
13393         Close potential file descriptor leak if we can't chdir("/") (!).
13394         Don't always return true if chdir($PWD) fails; return true only
13395         if the requested action was done successfully (except for the
13396         chdir($PWD)).
13397         Don't log final directory unless we actually made it.
13398         Refactor to avoid duplicate code to fix up permissions.
13399         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13400
13401         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13402         to make it a bit faster and (I hope) clearer.
13403         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13404         Fix bug in formats like %2N.
13405
13406         * lib/verify.h: New file.
13407
13408 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13409
13410         Sync from coreutils.
13411         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13412
13413 2005-09-22  Jim Meyering  <jim@meyering.net>
13414
13415         Sync from coreutils.
13416
13417         * m4/lstat.m4 (gl_FUNC_LSTAT):
13418         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13419         Remove obsolete comment.
13420         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13421         * m4/xstrtod.m4: Likewise.
13422
13423         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13424
13425 2005-09-22  Jim Meyering  <jim@meyering.net>
13426
13427         Sync from coreutils.
13428
13429         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13430
13431         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13432         the .tm_year member, since otherwise gcc-4.0 would now warn about
13433         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13434
13435         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13436         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13437
13438         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13439         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13440         when run in a time zone for which daylight savings time is in effect
13441         for the starting date.
13442
13443         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13444         stop us from restricting permissions of just-created absolute-named
13445         directories.
13446         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13447         to restore initial working directory.
13448         * lib/mkdir-p.c (make_dir_parents): New parameter:
13449         different_working_dir, to tell caller if/when we change the working
13450         directory and are unable to return to the initial one.
13451         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13452         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13453         `return false'.  This fixes a bug introduced on 2004-07-30.
13454
13455         * lib/openat.c (fdopendir): Be sure to close the supplied
13456         file descriptor before returning.  This makes our replacement
13457         implementation a little closer to Solaris's, where fdopendir
13458         ties the file descriptor to the returned DIR* pointer.
13459         * lib/openat.c (unlinkat): New function.
13460         * lib/openat.h (unlinkat): Add prototype.
13461         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13462         (openat_restore_fail): Rename from openat_restore_die.
13463         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13464
13465         Provide an alternative to exiting immediately upon save_cwd or
13466         restore_cwd failure.  Now, an application can arrange e.g.,
13467         to perform a longjump in that case.
13468         * lib/openat.c: Include dirname.h.
13469         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13470         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13471         and openat_restore_die rather than calling error directly.
13472         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13473
13474         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13475         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13476         define.
13477
13478         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13479         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13480                             int utc, int nanoseconds);
13481         Background:
13482         date should not have to allocate a megabyte of virtual memory to
13483         handle a format argument like +%1048575T.  When implemented with
13484         strftime, it must allocate such a buffer, use strftime to fill it
13485         in, print it, then free it.
13486         With fprintftime, it simply prints everything and exits.
13487         With no need for memory allocation, that's one fewer way to fail.
13488         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13489         optional field width, not before, so we accept %9:z, not %:9z.
13490         (my_strftime): Be sure to use L_('x') for literals.
13491
13492         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13493         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13494         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13495         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13496         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13497         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13498         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13499         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13500         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13501         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13502         * lib/xgethostname.c, lib/xreadlink.c:
13503         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13504
13505         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
13506         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
13507         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
13508         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13509         and don't include <sys/file.h>).
13510
13511 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
13512
13513         Sync from coreutils.
13514
13515         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
13516         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
13517         [!LDAV_DONE]: Avoid unused variable warning.
13518
13519 2005-09-21  Bruno Haible  <bruno@clisp.org>
13520
13521         * lib/unicodeio.h (unicode_to_mb): New declaration.
13522
13523 2005-09-20  Derek Price  <derek@ximbiot.com>
13524
13525         * lib/getaddrinfo.c: Don't include <netdb.h> included from
13526         getaddrinfo.h.
13527
13528 2005-09-20  Bruno Haible  <bruno@clisp.org>
13529
13530         * gnulib-tool: Remove trailing slashes from the values specified for
13531         --source-base, --m4-base, --tests-base, --aux-dir.
13532         Suggested by Simon Josefsson <jas@extundo.com>.
13533
13534 2005-09-20  Bruno Haible  <bruno@clisp.org>
13535
13536         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
13537         func_modules_to_filelist, func_import, func_create_testdir): Make all
13538         sorting results locale-independent, so that gnulib-cache.m4 doesn't
13539         change when gnulib-tool is invoked in a different locale.
13540
13541 2005-09-19  Simon Josefsson  <jas@extundo.com>
13542
13543         * m4/socklen.m4: Fix typo.
13544
13545 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13546
13547         Use a consistent style for including <config.h>.
13548         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
13549         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
13550         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
13551         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
13552         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
13553         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
13554         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
13555         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
13556         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
13557         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
13558         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
13559         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
13560         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
13561         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
13562         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
13563         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
13564         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
13565         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
13566         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
13567         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
13568         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
13569         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
13570         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
13571         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
13572         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
13573         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
13574         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
13575         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
13576         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
13577         lib/xstrtoumax.c, lib/yesno.c:
13578         Standardize inclusion of config.h.
13579         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
13580         lib/inttostr.h:  Removed inclusion of config.h from header files.
13581         * lib/inttostr.c:  Adjusted in-tree users.
13582         * lib/timespec.h: Remove superfluous warning to include config.h.
13583         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
13584         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
13585         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
13586         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
13587         config.h with HAVE_CONFIG_H.
13588
13589 2005-09-19  Jim Meyering  <jim@meyering.net>
13590
13591         * modules/pathmax (License): Change to LGPL.
13592
13593 2005-09-19  Derek Price  <derek@ximbiot.com>
13594
13595         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
13596
13597 2005-09-19  Bruno Haible  <bruno@clisp.org>
13598
13599         * gnulib-tool (import): Provide default for --tests-base.
13600
13601 2005-09-19  Bruno Haible  <bruno@clisp.org>
13602
13603         * doc/quote.texi: New file, extracted from gnulib.texi.
13604         * doc/ctime.texi: New file, extracted from gnulib.texi.
13605         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
13606         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
13607         * doc/gnulib.texi: Include them.
13608
13609 2005-09-18  Bruno Haible  <bruno@clisp.org>
13610
13611         Portability fix.
13612         * gnulib-tool (func_readlink): New function.
13613         (func_ln_if_changed): Use it.
13614
13615 2005-09-18  Bruno Haible  <bruno@clisp.org>
13616
13617         * gnulib-tool: Support --with-tests also with --import.
13618         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
13619         (func_import): Use variables $testsbase and $inctests. Emit a
13620         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
13621         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
13622         SUBDIRS += $testsdir.
13623         (func_create_testdir): Update.
13624
13625 2005-09-18  Bruno Haible  <bruno@clisp.org>
13626
13627         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
13628         instead of $dry_run.
13629         (func_cp_if_changed, func_mv_if_changed): Remove functions.
13630         (func_ln_if_changed): Don't handle dry-run here.
13631         (func_import): In dry-run mode, detect more precisely which actions
13632         would be performed, and don't use "...ing" verbs.
13633
13634 2005-09-18  Bruno Haible  <bruno@clisp.org>
13635
13636         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
13637         (func_import): Use join on two temporary files instead of three nested
13638         loops, in order to determine which files are new or old.
13639
13640 2005-09-18  Bruno Haible  <bruno@clisp.org>
13641
13642         * gnulib-tool (func_import): Comment out code that spits out the
13643         new files with --dry-run.
13644
13645 2005-09-18  Bruno Haible  <bruno@clisp.org>
13646
13647         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
13648
13649 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13650
13651         * lib/stat-time.h: New file.
13652         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
13653         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
13654         in a different way.
13655         (timespec_cmp): New function.
13656         * lib/utimecmp.c: Include stat-time.h.
13657         (SYSCALL_RESOLUTION): Depend on whether various struct stat
13658         members exist, not on the obsolescent ST_MTIM_NSEC.
13659         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
13660
13661 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13662
13663         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
13664
13665 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13666
13667         * MODULES.html.sh (File system functions): Add stat-time.
13668         * modules/stat-time: New file.
13669         * modules/timespec (Files): Remove m4/st_mtim.m4; this
13670         is now done in a different way, by the stat-time module.
13671         * modules/utimecmp (Depends-on): Add stat-time.
13672
13673 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13674
13675         * m4/st_mtim.m4: Remove.  Superseded by...
13676         * m4/stat-time.m4: New file.
13677         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
13678         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
13679
13680 2005-09-15  Derek Price  <derek@ximbiot.com>
13681
13682         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
13683
13684 2005-09-15  Derek Price  <derek@ximbiot.com>
13685
13686         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
13687         * lib/regex_internal.c: Ditto, using this...
13688         (__GNUC_PREREQ): ...new macro.
13689         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
13690         using...
13691         (__GNUC_PREREQ): ...this new macro.
13692
13693         * lib/strstr.h: Include string.h. Define strstr as a macro here.
13694
13695 2005-09-15  Derek Price  <derek@ximbiot.com>
13696             Paul Eggert  <eggert@cs.ucla.edu>
13697
13698         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
13699         changes, consolidating in...
13700         * lib/regex_internal.h: ...this file.
13701
13702 2005-09-13  Jim Meyering  <jim@meyering.net>
13703
13704         * lib/canon-host.c: Filter through gnu indent and reword comments
13705         slightly.
13706         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
13707
13708 2005-09-13  Derek Price  <derek@ximbiot.com>
13709
13710         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
13711         failure.
13712         Reported by Jim Meyering  <jim@meyering.net>.
13713
13714 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13715
13716         * lib/base64.c: Typo.
13717         (base64_encode): Put b64str in initialized data section.
13718
13719 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
13720
13721         Merge glibc and coreutils changes into gnulib, plus a few
13722         extra fixes.
13723         * lib/md5.c: Use #error rather than a string.
13724         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
13725         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
13726         (__attribute__): Define to empty for non recent-GCC.
13727         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
13728         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
13729         Renamed from their non-__ counterparts, with new macros replacing
13730         them if not _LIBC.  Add __THROW attribute.
13731         (rol): Remove.
13732         (struct md5_ctx): Align buffer if using GCC.
13733         * lib/sha1.h (struct sha1_ctx): Likewise.
13734         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
13735         The old name was backwards.
13736         (NOTSWAP): Remove; not used.
13737         (rol): New macro, moved here from md5.h.
13738         (sha1_process_block): Remove a FIXME that doesn't make sense.
13739
13740 2005-09-12  Derek Price  <derek@ximbiot.com>
13741
13742         Return usable errors from canon-host.
13743         * lib/canon-host.h: New file.
13744         * lib/canon-host.c (canon_host): Wrap...
13745         (canon_host_r): ...this new function, which now relies exclusively on
13746         getaddrinfo.
13747         (ch_strerror): New function.
13748         (last_cherror): New global.
13749         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
13750         interface.
13751         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
13752         void *.
13753         (freeaddrinfo): Free ai->ai_canonname when set.
13754
13755 2005-09-12  Derek Price  <derek@ximbiot.com>
13756
13757         Make canon-host require getaddrinfo.
13758         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
13759         AC_LIBSOURCE canon-host.h.  Call...
13760         (gl_PREREQ_CANON_HOST): ...this new function, which requires
13761         gl_GETADDRINFO.
13762         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
13763
13764 2005-09-12  Derek Price  <derek@ximbiot.com>
13765
13766         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
13767         LGPL.
13768         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
13769
13770 2005-09-12  Derek Price  <derek@ximbiot.com>
13771
13772         * lib/gai_strerror.c: Include config.h when available.  Include
13773         getaddrinfo.h before other headers to test interface.
13774         Reported by Larry Jones <lawrence.jones@ugs.com>.
13775
13776 2005-09-12  Derek Price  <derek@ximbiot.com>
13777             Paul Eggert  <eggert@cs.ucla.edu>
13778
13779         * modules/glob (Files): Add glob-libc.h.
13780
13781 2005-09-12  Derek Price  <derek@ximbiot.com>
13782             Paul Eggert  <eggert@cs.ucla.edu>
13783
13784         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
13785         glob_.h, glob-libc.h.
13786         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
13787
13788 2005-09-12  Derek Price  <derek@ximbiot.com>
13789             Paul Eggert  <eggert@cs.ucla.edu>
13790
13791         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
13792         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
13793         protecting things that should be done only in gnulib contexts.
13794         * lib/glob_.h: New file, containing only the glob things needed for
13795         gnulib.
13796         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
13797         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
13798         (glob, globfree, glob_pattern_p): Now defined simply in terms of
13799         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
13800         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
13801         and to respect the namespace rules better.
13802
13803 2005-09-08  Simon Josefsson  <jas@extundo.com>
13804
13805         * modules/socklen: New file.
13806
13807 2005-09-08  Simon Josefsson  <jas@extundo.com>
13808
13809         * m4/socklen.m4: New file.
13810
13811 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13812
13813         * modules/utimens (Files): Add m4/utimbuf.m4, since
13814         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
13815         Reported by Sergey Poznyakoff.
13816
13817 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13818
13819         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
13820         definitions, since that's the preferred style in glibc.
13821         Fix a minor spacing issue, and update copyright notice to match
13822         glibc's.
13823
13824 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13825
13826         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
13827
13828 2005-09-06  Simon Josefsson  <jas@extundo.com>
13829
13830         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
13831         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
13832
13833 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13834
13835         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
13836         warning.
13837
13838 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13839
13840         * config/srclist.txt: Add glibc bug 1302.
13841
13842 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
13843
13844         Change bitset word type from unsigned int to unsigned long int,
13845         as this has better performance on typical 64-bit hosts.
13846         Port bitset code to hosts with unusual word sizes.
13847         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
13848         (build_collating_symbol):
13849         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
13850         argument is a bitset.  This is merely a style issue, but it makes
13851         it clearer that an entire array is expected.
13852         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
13853         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
13854         Port to the case where bitset_word is not the same as unsigned int.
13855         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13856         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
13857         Likewise.
13858         * lib/regexec.c (check_dst_limits_calc_pos_1,
13859         check_subexp_matching_top):
13860         (build_trtable, group_nodes_into_DFAstates):
13861         Likewise.
13862         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
13863         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
13864         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
13865         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
13866         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
13867         * lib/regcomp.c (optimize_subexps, lower_subexp):
13868         Work even if bitset_word has holes in its bitwise representation.
13869         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
13870         * lib/regexec.c (check_dst_limits_calc_pos_1,
13871         check_subexp_matching_top):
13872         Likewise.
13873         * lib/regex_internal.c (re_string_reconstruct):
13874         Don't assume UCHAR_MAX == 255.
13875         * lib/regex_internal.h (bitset_set_all): Likewise.
13876         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
13877         All uses changed.
13878         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
13879         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
13880         All uses changed.
13881         (BITSET_WORD_MAX): New macro.
13882         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
13883         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
13884         (bitset_empty, bitset_copy):
13885         Prefer sizeof (bitset) to multiplying it out ourselves.
13886         (bitset_not_merge): Remove; unused.
13887         (bitset_contain): Return bool, not unsigned int with one bit on.
13888         All callers changed.
13889         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
13890         alignment than re_node_set; do this by defining a new internal
13891         type struct dests_alloc and using it to allocate memory.
13892
13893 2005-09-05  Bruno Haible  <bruno@clisp.org>
13894
13895         * gnulib-tool (func_import): Fix comparison in handling of symbolic
13896         links.
13897
13898 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
13899
13900         * modules/size_max (Makefile.am): Add size_max.h
13901
13902 2005-09-04  Derek Price  <derek@ximbiot.com>
13903
13904         * gnulib-tool (func_import): Fix reversed $symbolic logic.
13905
13906 2005-09-03  Simon Josefsson  <jas@extundo.com>
13907
13908         * gnulib-tool: Fix typo.
13909
13910 2005-09-03  Simon Josefsson  <jas@extundo.com>
13911
13912         * config/srclist.txt: Add glibc bug 1293.
13913
13914 2005-09-03  Derek Price  <derek@ximbiot.com>
13915
13916         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
13917         From Larry Jones <lawrence.jones@ugs.com>.
13918
13919 2005-09-02  Simon Josefsson  <jas@extundo.com>
13920
13921         * modules/socklen: New file.
13922
13923 2005-09-02  Simon Josefsson  <jas@extundo.com>
13924
13925         * modules/havelib: New module.
13926
13927         * modules/gettext, modules/iconv, modules/lock, modules/readline:
13928         Use havelib.
13929
13930 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13931
13932         Check for arithmetic overflow when calculating sizes, to prevent
13933         some buffer-overflow issues.  These patches are conservative, in the
13934         sense that when I couldn't determine whether an overflow was possible,
13935         I inserted a run-time check.
13936         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
13937         macros.
13938         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
13939         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
13940         (re_xnrealloc, re_x2nrealloc): New inline functions.
13941         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
13942         parse_bracket_exp):
13943         (build_equiv_class, build_charclass): Check for arithmetic overflow
13944         in size expression calculations.
13945         * lib/regex_internal.c (re_string_realloc_buffers):
13946         (build_wcs_upper_buffer, re_node_set_add_intersect):
13947         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
13948         (re_dfa_add_node, register_state): Likewise.
13949         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
13950         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
13951         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
13952         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
13953
13954 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13955
13956         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
13957         m4/ulonglong.m4.  Problem reported by Martin Lambers.
13958
13959 2005-09-02  Bruno Haible  <bruno@clisp.org>
13960
13961         Support for lib vs. lib64 distinction on biarch platforms.
13962         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
13963         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
13964         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
13965
13966 2005-09-02  Bruno Haible  <bruno@clisp.org>
13967
13968         * gnulib-tool (import): In the other first-use case, provide defaults
13969         as well.
13970
13971 2005-09-02  Bruno Haible  <bruno@clisp.org>
13972
13973         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
13974         patches not yet found in the latest gettext release.
13975
13976 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13977
13978         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
13979         to avoid a collision with bits/local_lim.h in glibc.
13980         All uses changed.  Problem reported by Dmitry V. Levin in
13981         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
13982
13983         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
13984         bugs in int versus size_t comparisons.
13985         (re_string_context_at): Fix bug where the code assumed that
13986         Idx is signed.
13987
13988         Use bool where appropriate.
13989         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
13990         All callers changed.
13991         (calc_eclosure_iter): Likewise, for ROOT arg.
13992         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
13993         (build_charclass_op): Likewise, for NON_MATCH arg.
13994         * lib/regex_internal.c (re_string_allocate, re_string_construct):
13995         (re_string_construct_common): Likewise, for ICASE arg.
13996         * lib/regexec.c (re_search_2_stub, re_search_stub):
13997         Likewise, for RET_LEN arg.
13998         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
13999         (set_regs): Likewise, for FL_BACKTRACK arg.
14000         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14001         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14002         (calc_eclosure_iter, parse_bracket_exp):
14003         Use bool for internal variables that are booleans.
14004         * lib/regexec.c (re_search_internal, check_matching,
14005         proceed_next_node):
14006         (set_regs, build_sifted_states, sift_states_bkref):
14007         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14008         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14009         (find_collation_sequence_value):
14010         Likewise.
14011         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14012         (re_node_set_compare):
14013         Return bool, not int. All callers changed.
14014         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14015         (build_trtable, check_node_accept): Likewise.
14016         * lib/regex_internal.h: Include stdbool.h.
14017
14018         Fix bugs uncovered when converting to bool.
14019         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14020         failure instead of charging ahead blindly.
14021         * lib/regex_internal.c (register_state): Likewise.
14022         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14023         for freeing internal storage.
14024         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14025         bitset pieces used as boolean, to avoid undefined behavior
14026         on hosts that do int overflow checking.
14027
14028 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14029
14030         * config/srclist.txt: Add glibc bugs 1285-1287.
14031
14032 2005-09-01  Jim Meyering  <jim@meyering.net>
14033
14034         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14035         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14036         Require gl_STAT_MACROS, too.
14037
14038 2005-09-01  Bruno Haible  <bruno@clisp.org>
14039
14040         * gnulib-tool (import): In the first-use case, provide defaults.
14041
14042 2005-09-01  Bruno Haible  <bruno@clisp.org>
14043
14044         * gnulib-tool (func_import): Remove the .tmp files.
14045
14046 2005-09-01  Bruno Haible  <bruno@clisp.org>
14047
14048         * gnulib-tool (func_import): Fix handling of symbolic links.
14049
14050 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14051
14052         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14053         old glibc regex code mishandles strings longer than 2**31 bytes.
14054         This patch fixes this when the regex code is used in gnulib
14055         (i.e., outside glibc).
14056
14057         This patch should not affect the use of the regex code inside
14058         glibc.  No doubt this problem also needs to be handled for glibc
14059         as well, but the result will be an incompatible change to the
14060         glibc ABI, and the old ABI will have to be supported too.  That
14061         can be the the subject for another patch.
14062
14063         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14064         governing whether the rest of this patch is active.  By default,
14065         the macro is disabled and the patch has no effect.
14066         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14067         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14068         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14069         (re_match_2, re_set_registers): Use the new types.
14070         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14071         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14072         New macros.
14073         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14074         (re_string_context_at, bin_tree_t, re_dfastate_t):
14075         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14076         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14077         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14078         (re_string_char_size_at, re_string_wchar_at):
14079         (re_string_elem_size_at):
14080         Use the new types and macros to port to 64-bit hosts.
14081         Use unsigned types for internal values, so that the code
14082         mostly works even for arrays larger than SSIZE_MAX.
14083         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14084         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14085         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14086         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14087         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14088         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14089         (calc_inveclosure, parse_dup_op, build_range_exp):
14090         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14091         (fetch_number, create_token_tree, mark_opt_subexp):
14092         Likewise.
14093         * lib/regex_internal.c (re_string_construct_common,
14094         create_ci_newstate):
14095         (create_cd_newstate, re_string_allocate, re_string_construct):
14096         (re_string_realloc_buffers, build_wcs_upper_buffer):
14097         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14098         (re_string_reconstruct, re_string_peek_byte_case):
14099         (re_string_fetch_byte_case, re_string_context_at):
14100         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14101         (re_node_set_init_copy, re_node_set_add_intersect):
14102         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14103         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14104         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14105         (re_acquire_state, re_acquire_state_context, register_state):
14106         Likewise.
14107         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14108         search_cur_bkref_entry):
14109         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14110         (re_search_internal, re_search_2_stub, re_search_stub)
14111         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14112         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14113         (update_cur_sifted_state, check_dst_limits):
14114         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14115         (check_subexp_limits, sift_states_bkref, merge_state_array):
14116         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14117         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14118         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14119         (expand_bkref_cache, check_node_accept_bytes):
14120         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14121         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14122         (acquire_init_state_context, check_halt_node_context):
14123         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14124         (sift_states_backward, clean_state_log_if_needed):
14125         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14126         (find_recover_state, transit_state_sb, transit_state_mb):
14127         (transit_state_bkref, build_trtable, match_ctx_clean):
14128         Likewise.
14129         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14130         to work around an assumption that REG_MISSING is negative.
14131
14132         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14133         (seek_collating_symbol_entry) [defined _LIBC]:
14134         (lookup_collation_sequence_value) [defined _LIBC]:
14135         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14136         Use prototypes rather than old-style function definitions.
14137         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14138         (transit_state_sb) [0]:
14139         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14140
14141         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14142         rm_eo.
14143
14144         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14145         (optimize_subexps, lower_subexp):
14146         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14147         since the signed shift might overflow.  Use 1u<<31 instead.
14148         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14149         Likewise.
14150         * lib/regexec.c (check_dst_limits_calc_pos_1,
14151         check_subexp_matching_top): Likewise.
14152
14153         * lib/regcomp.c (optimize_subexps, lower_subexp):
14154         Use CHAR_BIT rather than 8, for clarity.
14155         * lib/regexec.c (check_dst_limits_calc_pos_1):
14156         (check_subexp_matching_top): Likewise.
14157         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14158         have to worry about portability issues when shifting it left.
14159         Remove no-longer-needed test for table_size > 0.
14160         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14161         in a word, as the resulting behavior is undefined.
14162         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14163         in one case, a <= should have been an <, and in another case the
14164         whole test was missing.
14165         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14166         the standard name CHAR_BIT.
14167         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14168         this is not true on one's complement and signed-magnitude hosts.
14169
14170         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14171         next_last_offset.
14172         (struct re_dfa_t): Remove unused member states_alloc.
14173         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14174
14175 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14176
14177         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14178         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14179         and large-file glibc and in 32-bit large-file Solaris.
14180
14181 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14182
14183         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14184         lengths fit in regoff_t; this isn't true if regoff_t is the same
14185         width as size_t.
14186         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14187         (= START + RANGE) instead of RANGE.  This avoids overflow
14188         problems when regoff_t is the same width as size_t.
14189         All callers changed.
14190         (re_search_2_stub): Check for overflow when adding the
14191         sizes of the two strings.
14192         (re_search_stub): Check for overflow when adding START
14193         to RANGE; if it occurs, substitute the extreme value.
14194
14195 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14196
14197         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14198
14199 2005-08-31  Jim Meyering  <jim@meyering.net>
14200
14201         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14202         a pointer-to-const.
14203         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14204         (register_state): Likewise.
14205         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14206         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14207         (group_nodes_into_DFAstates): Likewise.
14208
14209 2005-08-31  Jim Meyering  <jim@meyering.net>
14210
14211         * check-module: Add a FIXME comment.
14212
14213 2005-08-31  Eric Blake  <ebb9@byu.net>
14214
14215         * modules/unistd-safer (Files): Add unistd--.h.
14216         * modules/stdio-safer (Files): Add stdio--.h.
14217
14218 2005-08-31  Derek Price  <derek@ximbiot.com>
14219
14220         * lib/getdelim.c (getdelim): Return EOF on EOF.
14221         Reported by Larry Jones <lawrence.jones@ugs.com>.
14222
14223 2005-08-31  Bruno Haible  <bruno@clisp.org>
14224
14225         Avoid unnecessary diffs in the generated lib/Makefile.am.
14226         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14227         the generated files.
14228         (func_import): Don't set cmd.
14229
14230 2005-08-31  Bruno Haible  <bruno@clisp.org>
14231
14232         * lib/strstr.c: Include <stddef.h>, for NULL.
14233         * lib/strcasestr.c: Likewise.
14234         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14235
14236 2005-08-31  Bruno Haible  <bruno@clisp.org>
14237
14238         * gnulib-tool: New option --macro-prefix.
14239         (func_import): Use macro_prefix.
14240         (import): Handle option --macro-prefix.
14241
14242 2005-08-31  Bruno Haible  <bruno@clisp.org>
14243
14244         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14245         Also use new variables cached_lgpl, cached_libtool.
14246
14247 2005-08-31  Bruno Haible  <bruno@clisp.org>
14248
14249         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14250         always instantiating them.
14251
14252 2005-08-31  Bruno Haible  <bruno@clisp.org>
14253
14254         * gnulib-tool (func_import): Read the previous cached settings
14255         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14256         earlier added by gnulib but are now dropped. Warn when a gnulib file
14257         overwrites a non-gnulib file.
14258
14259 2005-08-31  Bruno Haible  <bruno@clisp.org>
14260
14261         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14262         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14263         projects that don't keep autogenerated files in CVS. Put into
14264         actioncmd only the specified modules, not the transitive closure.
14265
14266 2005-08-31  Bruno Haible  <bruno@clisp.org>
14267
14268         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14269         Create directories that shall be filled.
14270         (import): Don't look for gl_* macros in configure.ac. Recurse across
14271         all directories containing a gnulib-cache.m4 files, if meaningful.
14272
14273 2005-08-31  Bruno Haible  <bruno@clisp.org>
14274
14275         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14276         (import): Set seen_libtool when we see gl_LIBTOOL.
14277
14278 2005-08-31  Bruno Haible  <bruno@clisp.org>
14279
14280         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14281         declaration macro definitions from generated gnulib.m4.
14282
14283 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14284
14285         * lib/iconvme.h: Add prototype for iconv_alloc.
14286
14287 2005-08-29  Simon Josefsson  <jas@extundo.com>
14288
14289         * lib/iconvme.c: Fix errno.
14290
14291 2005-08-29  Bruno Haible  <bruno@clisp.org>
14292
14293         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14294         that it works when the directory contains spaces.
14295
14296 2005-08-29  Bruno Haible  <bruno@clisp.org>
14297
14298         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14299
14300 2005-08-29  Bruno Haible  <bruno@clisp.org>
14301
14302         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14303         Emit more advice.
14304
14305 2005-08-29  Bruno Haible  <bruno@clisp.org>
14306         and Stepan Kasal  <kasal@ucw.cz>
14307
14308         * check-module: If more parameters are given, check each of them
14309         separately; add more exceptions, as noted by Jim Meyering.
14310         (check_module): New procedure.
14311         (%exempt_header): Now contains all exceptions.
14312
14313 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14314
14315         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14316
14317 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14318
14319         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14320
14321 2005-08-28  Bruno Haible  <bruno@clisp.org>
14322
14323         * m4/gnulib-tool.m4: New file.
14324
14325 2005-08-27  Jim Meyering  <jim@meyering.net>
14326
14327         * modules/unistd-safer (Files): Add pipe-safer.c.
14328         * modules/fcntl-safer (Files): Add creat-safer.c.
14329
14330 2005-08-27  Jim Meyering  <jim@meyering.net>
14331
14332         * m4/stdlib-safer.m4: New file.  From coreutils.
14333         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14334         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14335         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14336         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14337         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14338
14339 2005-08-27  Jim Meyering  <jim@meyering.net>
14340
14341         * lib/fopen-safer.c: Merge minor changes from coreutils.
14342         * lib/dup-safer.c: Likewise.
14343         * lib/fd-safer.c: Likewise.
14344
14345         Merge from coreutils.
14346         * lib/stdio--.h: New file.
14347         * lib/stdlib--.h: New file.
14348         * lib/mkstemp-safer.c: New file.
14349
14350         GNU tar needs these.
14351         * lib/pipe-safer.c: New file.
14352         * lib/creat-safer.c: New file.
14353         * lib/fcntl--.h (creat): Define to creat_safer.
14354         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14355         * lib/unistd--.h (pipe): Define to pipe_safer.
14356         * lib/unistd-safer.h: Declare pipe_safer.
14357
14358 2005-08-26  Simon Josefsson  <jas@extundo.com>
14359
14360         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14361         Haible <bruno@clisp.org>.
14362
14363 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14364
14365         * lib/regex_internal.h: Remove all references to
14366         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14367         or better.
14368         (bitset_not, bitset_merge, bitset_not_merge):
14369         (bitset_mask, re_string_allocate, re_string_construct):
14370         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14371         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14372         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14373         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14374         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14375         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14376         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14377         (re_acquire_state_context):
14378         Remove unnecessary forward decls.
14379         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14380         Put __attribute at function definition,
14381         now that the function decl has been removed.
14382         * lib/regex_internal.c (re_string_peek_byte_case):
14383         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14384         Likewise.
14385
14386 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14387
14388         * m4/regex.m4: Add AC_PREREQ(2.50).
14389         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14390
14391 2005-08-25  Simon Josefsson  <jas@extundo.com>
14392
14393         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14394         __fsetlocking.
14395
14396 2005-08-25  Simon Josefsson  <jas@extundo.com>
14397
14398         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14399         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14400         GLIBC specific code.
14401
14402 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14403
14404         Make regex safe for g++.  This fixes one real bug (an "err"
14405         that should have been "*err").  g++ problem reported by
14406         Sam Steingold.
14407         * lib/regex_internal.h (re_calloc): New macro, consistent with
14408         re_malloc etc.  All callers of calloc changed to use re_calloc.
14409         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14410         not int.  All callers changed.
14411         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14412         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14413         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14414         (find_recover_state): Change "err" to "*err"; this fixes what
14415         appears to be a real bug.
14416         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14417         versus int.
14418
14419 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14420
14421         * modules/regex (Depends-on): Add malloc, since the code
14422         assumes that !malloc(0) means failure.
14423
14424 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14425
14426         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14427
14428         alloca modernization/simplification for regex.
14429         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14430         needs to be at the start of the file, and can be moved into
14431         regex_internal.h and simplified.
14432         * lib/regex_internal.h: Include <alloca.h>.
14433         (__libc_use_alloca) [!defined _LIBC]: New macro.
14434         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14435         now works outside glibc.
14436
14437 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14438
14439         * config/srclist.txt: Add glibc bugs 1241, 1245.
14440
14441 2005-08-25  Jim Meyering  <jim@meyering.net>
14442
14443         * lib/open-safer.c: Include <config.h>.
14444         Otherwise, we'd lose LARGEFILE support in any file using
14445         e.g. "fcntl--.h"
14446
14447 2005-08-25  Bruno Haible  <bruno@clisp.org>
14448
14449         * m4/minmax.m4: Require autoconf 2.52.
14450         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14451         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14452         alternatives of translit over the alphabet.
14453         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14454
14455 2005-08-24  Simon Josefsson  <jas@extundo.com>
14456
14457         * tests/test-getpass.c: New file.
14458
14459 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14460
14461         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14462         for GNU regex features.
14463
14464 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14465
14466         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14467         * lib/regex.h (regerror): Likewise.
14468
14469         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14470         requires this.  (The code never needed it.)
14471
14472         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14473         All uses of recently-renamed identifiers changed to use the new,
14474         POSIX-compliant names.  The code will build and run just fine
14475         without these changes, but it's better to eat our own dog food
14476         and use the standard-conforming names.
14477
14478         * lib/regex.h: Fix a multitude of POSIX name space violations.
14479         These changes have an effect only for programs that define
14480         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14481         do not change anything for programs compiled in the normal way.
14482         Also, there is no effect on the ABI.
14483
14484         (_REGEX_SOURCE): New macro.
14485         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14486         defined and _GNU_SOURCE is not; this fixes a name space violation.
14487
14488         Rename the following macros to obey POSIX requirements.
14489         The old names are still visible as macros if _REGEX_SOURCE is defined.
14490         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14491         RE_BACKSLASH_ESCAPE_IN_LISTS.
14492         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14493         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14494         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14495         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14496         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14497         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14498         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14499         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14500         (REG_INTERVALS): renamed from RE_INTERVALS.
14501         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14502         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14503         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14504         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14505         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
14506         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
14507         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
14508         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
14509         RE_UNMATCHED_RIGHT_PAREN_ORD.
14510         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
14511         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
14512         (REG_DEBUG): renamed from RE_DEBUG.
14513         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
14514         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
14515         unusual, since we can't clash with the POSIX REG_ICASE.
14516         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
14517         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
14518         (REG_NO_SUB): renamed from RE_NO_SUB.
14519         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
14520         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
14521         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
14522         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
14523         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
14524         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
14525         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
14526         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
14527         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
14528         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
14529         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
14530         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
14531         RE_SYNTAX_POSIX_MINIMAL_BASIC.
14532         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
14533         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
14534         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
14535         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
14536         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
14537         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
14538         (REG_FIXED): Renamed from REGS_FIXED.
14539         (REG_NREGS): Renamed from RE_NREGS.
14540
14541         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
14542         of other REG_* macros, since POSIX says the user is allowed to
14543         #undef these macros selectively.
14544
14545         (reg_errcode_t): Update comment stating what other tables need
14546         to be consistent.
14547
14548         Rename the following enum values to obey POSIX requirements.
14549         The old names are still visible as macros.
14550         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
14551         is not defined, since GNU is supposed to be a superset of POSIX as
14552         much as possible, and since we want reg_errcode_t to be a signed
14553         type for implementation consistency.
14554         (_REG_NOERROR): Renamed from REG_NOERROR.
14555         (_REG_NOMATCH): Renamed from REG_NOMATCH.
14556         (_REG_BADPAT): Renamed from REG_BADPAT.
14557         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
14558         (_REG_ECTYPE): Renamed from REG_ECTYPE.
14559         (_REG_EESCAPE): Renamed from REG_EESCAPE.
14560         (_REG_ESUBREG): Renamed from REG_ESUBREG.
14561         (_REG_EBRACK): Renamed from REG_EBRACK.
14562         (_REG_EPAREN): Renamed from REG_EPAREN.
14563         (_REG_EBRACE): Renamed from REG_EBRACE.
14564         (_REG_BADBR): Renamed from REG_BADBR.
14565         (_REG_ERANGE): Renamed from REG_ERANGE.
14566         (_REG_ESPACE): Renamed from REG_ESPACE.
14567         (_REG_BADRPT): Renamed from REG_BADRPT.
14568         (_REG_EEND): Renamed from REG_EEND.
14569         (_REG_ESIZE): Renamed from REG_ESIZE.
14570         (_REG_ERPAREN): Renamed from REG_ERPAREN.
14571         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
14572         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
14573         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
14574         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
14575
14576         (_REG_RE_NAME, _REG_RM_NAME): New macros.
14577         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
14578         changed.  But support the old name if the new one is not defined
14579         and if _REGEX_SOURCE.
14580
14581         Change the following member names in struct re_pattern_buffer.
14582         The old names are still supported if !_REGEX_SOURCE.
14583         The new names are always supported, regardless of _REGEX_SOURCE.
14584         (re_buffer): Renamed from buffer.
14585         (re_allocated): Renamed from allocated.
14586         (re_used): Renamed from used.
14587         (re_syntax): Renamed from syntax.
14588         (re_fastmap): Renamed from fastmap.
14589         (re_translate): Renamed from translate.
14590         (re_can_be_null): Renamed from can_be_null.
14591         (re_regs_allocated): Renamed from regs_allocated.
14592         (re_fastmap_accurate): Renamed from fastmap_accurate.
14593         (re_no_sub): Renamed from no_sub.
14594         (re_not_bol): Renamed from not_bol.
14595         (re_not_eol): Renamed from not_eol.
14596         (re_newline_anchor): Renamed from newline_anchor.
14597
14598         Change the following member names in struct re_registers.
14599         The old names are still supported if !_REGEX_SOURCE.
14600         The new names are always supported, regardless of _REGEX_SOURCE.
14601         (rm_num_regs): Renamed from num_regs.
14602         (rm_start): Renamed from start.
14603         (rm_end): Renamed from end.
14604
14605         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
14606         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
14607         Prepend __ to parameter names.
14608
14609         Undo yesterday's changes.
14610
14611 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14612
14613         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
14614         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
14615         lib/regex.c.
14616
14617 2005-08-24  Jim Meyering  <jim@meyering.net>
14618
14619         Sync from coreutils.
14620         * m4/fcntl-safer.m4: New file.
14621
14622         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
14623         and object files for this module.
14624
14625 2005-08-24  Jim Meyering  <jim@meyering.net>
14626
14627         Sync from coreutils.
14628         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
14629
14630 2005-08-24  Jim Meyering  <jim@meyering.net>
14631
14632         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
14633         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
14634
14635 2005-08-24  Jim Meyering  <jim@meyering.net>
14636
14637         * modules/fcntl-safer: New module.
14638         * modules/fts (Depends-on): Add fcntl-safer.
14639         * MODULES.html.sh (File descriptor based Input/Output):
14640         Add fcntl-safer.
14641
14642 2005-08-24  Bruno Haible  <bruno@clisp.org>
14643
14644         Support for unit test modules.
14645         * modules/README: Mention tests modules.
14646         * modules/TEMPLATE-TESTS: New file.
14647         * gnulib-tool: New options --extract-tests-module, --with-tests and
14648         --tests-base (unused for the moment).
14649         (testsbase, inctests): New variables.
14650         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
14651         (func_verify_module): Exclude TEMPLATE-TESTS.
14652         (func_verify_nontests_module, func_verify_tests_module): New functions.
14653         (func_get_dependencies): Add implicit dependency for tests modules.
14654         (func_get_tests_module): New function.
14655         (func_modules_transitive_closure): When --with-tests was specified,
14656         include the unit tests as well, unless explicitly avoided.
14657         (func_emit_lib_Makefile_am): Ignore the tests modules here.
14658         (func_emit_tests_Makefile_am): New function.
14659         (func_create_testdir): When --with-tests was specified, emit a
14660         tests/ directory.
14661         * MODULES.html.sh (Future developments): Update.
14662
14663 2005-08-24  Bruno Haible  <bruno@clisp.org>
14664
14665         * modules/tls-tests: New file.
14666         * tests/test-tls.c: New file, from GNU gettext.
14667
14668 2005-08-24  Bruno Haible  <bruno@clisp.org>
14669
14670         * modules/lock-tests: New file.
14671         * tests/test-lock.c: New file, from GNU gettext.
14672
14673 2005-08-24  Bruno Haible  <bruno@clisp.org>
14674
14675         * lib/lock.h: Add multiple inclusion guard.
14676         * lib/tls.h: Add multiple inclusion guard.
14677
14678 2005-08-24  Bruno Haible  <bruno@clisp.org>
14679
14680         * gnulib-tool: Add support for the --aux-dir option to
14681         --create-testdir, --create-megatestdir, --test, --megatest.
14682         (func_create_testdir, func_create_megatestdir): Optionally emit a
14683         AC_CONFIG_AUX_DIR directive.
14684         (create-testdir, create-megatestdir, test, megatest): Provide a
14685         default value for $auxdir.
14686
14687 2005-08-24  Bruno Haible  <bruno@clisp.org>
14688
14689         * gnulib-tool (import): Use compound statement instead of subshell
14690         where possible.
14691
14692 2005-08-24  Bruno Haible  <bruno@clisp.org>
14693
14694         * gnulib-tool (import): Change --aux-dir default to "build-aux".
14695
14696 2005-08-24  Bruno Haible  <bruno@clisp.org>
14697
14698         * gnulib-tool (func_version): Update.
14699
14700 2005-08-24  Bruno Haible  <bruno@clisp.org>
14701
14702         * gnulib-tool (func_import, func_create_testdir,
14703         func_create_megatestdir): Quote all autoconf macro arguments.
14704
14705 2005-08-24  Bruno Haible  <bruno@clisp.org>
14706
14707         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
14708         option --force, because --force causes the aclocal.m4 of each
14709         subdirectory to be newer than the corresponding config.h.in.
14710
14711 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14712
14713         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
14714         All contents moved to gl_REGEX.
14715         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
14716         assume that it does.
14717
14718 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14719
14720         * lib/regex.h (REG_NOSYS)
14721         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
14722         Define, since POSIX requires it as of 2001.
14723         (_REG_ENOSYS)
14724         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
14725         New private symbol, used to keep the enum signed in all cases.
14726         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
14727         Youngman in
14728         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
14729
14730         * lib/regex_internal.c (re_string_skip_chars, register_state):
14731         (calc_state_hash):
14732         Remove forward decls; no longer needed now that we use prototypes.
14733         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
14734         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
14735         (clean_state_log_if_needed): Likewise.
14736
14737 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14738
14739         * config/srclist.txt: Add glibc bugs 1231-1233.
14740
14741 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14742
14743         Fix problems reported by Sam Steingold in
14744         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
14745         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
14746         assumed that reg_errcode_t is a signed type, which is not
14747         necessarily true if _XOPEN_SOURCE is not defined.
14748         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
14749         since some compilers warn about it otherwise.
14750
14751 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14752
14753         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
14754         (init_word_char, create_initial_state, duplicate_node_closure):
14755         (fetch_token, peek_token_bracket, build_range_exp):
14756         (build_collating_symbol): Remove forward decls; no longer needed
14757         now that we use prototypes.
14758
14759         * lib/regcomp.c:
14760         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
14761         (re_compile_fastmap_iter, regcomp, regerror, regfree):
14762         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
14763         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
14764         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
14765         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
14766         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
14767         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
14768         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
14769         (build_range_exp, build_collating_symbol, parse_bracket_exp):
14770         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
14771         (build_charclass, build_charclass_op, fetch_number, create_tree):
14772         (create_token_tree, mark_opt_subexp, duplicate_tree):
14773         Use prototypes rather than old-style definitions.
14774
14775         * lib/regex_internal.c:
14776         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
14777         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
14778         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14779         (re_string_reconstruct, re_string_peek_byte_case):
14780         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
14781         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14782         (re_node_set_init_copy, re_node_set_add_intersect):
14783         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14784         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14785         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14786         (re_acquire_state, re_acquire_state_context, register_state):
14787         (create_ci_newstate, create_cd_newstate, free_state):
14788         Likewise.
14789         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
14790         re_search_2):
14791         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
14792         (re_search_internal, prune_impossible_nodes):
14793         (acquire_init_state_context, check_matching, static):
14794         (check_halt_node_context, check_halt_state_context, proceed_next_node):
14795         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
14796         (update_regs, sift_states_backward, build_sifted_states):
14797         (clean_state_log_if_needed, merge_state_array):
14798         (update_cur_sifted_state, add_epsilon_src_nodes):
14799         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
14800         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
14801         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
14802         (find_recover_state, check_subexp_matching_top, transit_state_mb):
14803         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
14804         (check_arrival, check_arrival_add_next_nodes):
14805         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14806         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14807         (check_node_accept_bytes, check_node_accept, extend_buffers):
14808         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
14809         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
14810         (sift_ctx_init):
14811         Likewise.
14812
14813         * lib/regex_internal.h:
14814         (re_string_allocate, re_string_construct, re_string_reconstruct):
14815         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
14816         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
14817         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
14818         (re_string_context_at, re_string_peek_byte_case):
14819         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
14820         is defined, since we now use prototypes always.
14821
14822         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
14823         C89 or better.  All uses removed.
14824
14825 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14826
14827         * config/srclist.txt: Add glibc bugs 1220-1227.
14828
14829 2005-08-20  Jim Meyering  <jim@meyering.net>
14830
14831         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
14832         of unused local, dfa.
14833
14834 2005-08-20  Bruno Haible  <bruno@clisp.org>
14835
14836         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
14837
14838 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14839
14840         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
14841         (re_node_set_insert_last, re_dfa_add_node):
14842         Rename local variables to avoid GCC shadowing warnings.
14843
14844 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14845
14846         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
14847         [defined lint]: Suppress bogus uninitialized-variable warnings.
14848
14849         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
14850         and let the caller return REG_ESPACE if out of space.  This
14851         removes an uninitialied-variable warning with GCC 4.0.1, and also
14852         avoids taking the address of a local variable.  All callers
14853         changed.
14854
14855 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14856
14857         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
14858         $LIBCSRC/posix/regexec.c.
14859         Add glibc bug 1217 for regcomp.c.
14860
14861 2005-08-19  Jim Meyering  <jim@meyering.net>
14862
14863         * lib/regexec.c (proceed_next_node): Redo local variables to
14864         avoid GCC shadowing warnings.
14865
14866 2005-08-18  Bruno Haible  <bruno@clisp.org>
14867
14868         * lib/strstr.c (strstr): Fix return value in multibyte case.
14869         * lib/strcasestr.c (strcasestr): Likewise.
14870
14871 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14872
14873         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
14874
14875 2005-08-17  Jim Meyering  <jim@meyering.net>
14876
14877         Make the %s format (seconds since the epoch) work for a negative
14878         number and when used with a zero-padded field width, e.g. %015s.
14879
14880         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
14881         label so that it precedes the code to set `digits'.  Otherwise,
14882         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
14883         print `00-22'.  Now, it prints `-0022', as it should.
14884
14885 2005-08-17  Bruno Haible  <bruno@clisp.org>
14886
14887         * modules/strstr (Files): Add m4/mbrtowc.m4.
14888         (Depends-on): Add mbuiter.
14889
14890 2005-08-17  Bruno Haible  <bruno@clisp.org>
14891
14892         * modules/strcasestr: New file.
14893         * MODULES.html.sh (String handling, based on ANSI C 89): Add
14894         strcasestr.
14895
14896 2005-08-17  Bruno Haible  <bruno@clisp.org>
14897
14898         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
14899
14900 2005-08-17  Bruno Haible  <bruno@clisp.org>
14901
14902         * modules/mbuiter: New file.
14903         * MODULES.html.sh (Extended multibyte and wide character utilities):
14904         Add mbuiter.
14905
14906 2005-08-17  Bruno Haible  <bruno@clisp.org>
14907
14908         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
14909         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
14910
14911 2005-08-17  Bruno Haible  <bruno@clisp.org>
14912
14913         * m4/strcasestr.m4: New file.
14914
14915 2005-08-17  Bruno Haible  <bruno@clisp.org>
14916
14917         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
14918         * lib/strstr.c: Completely rewritten, with multibyte locale support.
14919
14920 2005-08-17  Bruno Haible  <bruno@clisp.org>
14921
14922         * lib/strcasestr.h: New file.
14923         * lib/strcasestr.c: New file.
14924
14925 2005-08-17  Bruno Haible  <bruno@clisp.org>
14926
14927         * lib/strcasecmp.c: Use mbuiter.h.
14928
14929 2005-08-17  Bruno Haible  <bruno@clisp.org>
14930
14931         * lib/mbuiter.h: New file.
14932
14933 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14934
14935         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
14936         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
14937         and gl_GETOPT are both invoked via different paths (as happens
14938         with GNU tar CVS because it uses both argp and getopt), the former
14939         wins.
14940
14941 2005-08-16  Bruno Haible  <bruno@clisp.org>
14942
14943         * modules/tls: New file.
14944         * MODULES.html.sh (Multithreading): Add tls.
14945
14946 2005-08-16  Bruno Haible  <bruno@clisp.org>
14947
14948         * modules/strnlen1: New file.
14949         * MODULES.html.sh (String handling): Add strnlen1.
14950
14951 2005-08-16  Bruno Haible  <bruno@clisp.org>
14952
14953         * modules/strcase (Files): Add m4/mbrtowc.m4.
14954         (Depends-on): Add strnlen1, mbchar.
14955
14956 2005-08-16  Bruno Haible  <bruno@clisp.org>
14957
14958         * modules/mbiter: New file.
14959         * MODULES.html.sh (Extended multibyte and wide character utilities):
14960         Add mbiter.
14961
14962 2005-08-16  Bruno Haible  <bruno@clisp.org>
14963
14964         * modules/mbfile: New file.
14965         * MODULES.html.sh (Extended multibyte and wide character utilities):
14966         Add mbfile.
14967
14968 2005-08-16  Bruno Haible  <bruno@clisp.org>
14969
14970         * modules/mbchar: New file.
14971         * MODULES.html.sh (Extended multibyte and wide character utilities):
14972         New section.
14973
14974 2005-08-16  Bruno Haible  <bruno@clisp.org>
14975
14976         * m4/tls.m4: New file, from GNU gettext.
14977
14978 2005-08-16  Bruno Haible  <bruno@clisp.org>
14979
14980         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
14981         always.
14982         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
14983
14984 2005-08-16  Bruno Haible  <bruno@clisp.org>
14985
14986         * m4/mbiter.m4: New file.
14987
14988 2005-08-16  Bruno Haible  <bruno@clisp.org>
14989
14990         * m4/mbfile.m4: New file.
14991
14992 2005-08-16  Bruno Haible  <bruno@clisp.org>
14993
14994         * m4/mbchar.m4: New file.
14995
14996 2005-08-16  Bruno Haible  <bruno@clisp.org>
14997
14998         * lib/tls.h: New file, from GNU gettext.
14999         * lib/tls.c: New file, from GNU gettext.
15000
15001 2005-08-16  Bruno Haible  <bruno@clisp.org>
15002
15003         * lib/strnlen1.h: New file.
15004         * lib/strnlen1.c: New file.
15005
15006 2005-08-16  Bruno Haible  <bruno@clisp.org>
15007
15008         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15009         (mbi_init): Update.
15010         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15011         NUL byte, not after it.
15012
15013 2005-08-16  Bruno Haible  <bruno@clisp.org>
15014
15015         * lib/strcase.h (strcasecmp): Add note in comments.
15016         * lib/strncasecmp.c: Use code from strcasecmp.c.
15017         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15018         (strcasecmp): Work correctly in multibyte locales.
15019
15020 2005-08-16  Bruno Haible  <bruno@clisp.org>
15021
15022         * lib/mbiter.h: New file.
15023
15024 2005-08-16  Bruno Haible  <bruno@clisp.org>
15025
15026         * lib/mbfile.h: New file.
15027
15028 2005-08-16  Bruno Haible  <bruno@clisp.org>
15029
15030         * lib/mbchar.h: New file.
15031         * lib/mbchar.c: New file.
15032
15033 2005-08-16  Bruno Haible  <bruno@clisp.org>
15034
15035         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15036         the valid ones. Makes the comparison operations transitive:
15037         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15038         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15039
15040 2005-08-15  Simon Josefsson  <jas@extundo.com>
15041
15042         * modules/ssize_t (License): Change to 'unlimited'.
15043
15044         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15045
15046 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15047
15048         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15049         Add comments for each pending glibc patch.
15050
15051 2005-08-15  Bruno Haible  <bruno@clisp.org>
15052
15053         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15054         __cplusplus is defined.
15055
15056 2005-08-14  Jim Meyering  <jim@meyering.net>
15057
15058         Sync from coreutils.
15059
15060         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15061         Use the hash-table-based cycle-detection code not just when
15062         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15063         Reported by James Youngman in
15064         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15065         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15066         FTS_TIGHT_CYCLE_CHECK.
15067         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15068         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15069         once again.
15070         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15071         * lib/fts.c (fd_safer): Remove decl.
15072         Include fcntl--.h rather than unistd-safer.h
15073         (fts_safe_changedir): Don't call fd_safer; no longer needed
15074         now that we include fcntl--.h.
15075
15076 2005-08-12  Simon Josefsson  <jas@extundo.com>
15077
15078         * modules/getndelim2: Use ssize_t module.
15079         * modules/getnline: Likewise.
15080         * modules/safe-read: Likewise.
15081         * modules/xreadlink: Likewise.
15082
15083         * modules/ssize_t: New file.
15084
15085 2005-08-12  Simon Josefsson  <jas@extundo.com>
15086
15087         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15088
15089 2005-08-12  Simon Josefsson  <jas@extundo.com>
15090
15091         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15092         ssize_t.
15093
15094 2005-08-12  Simon Josefsson  <jas@extundo.com>
15095
15096         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15097         readline, getdelim and check_version.
15098         (Support for systems lacking ISO C 99: Sizes of integer types):
15099         Add size_max.
15100
15101 2005-08-12  Bruno Haible  <bruno@clisp.org>
15102
15103         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15104
15105 2005-08-11  Simon Josefsson  <jas@extundo.com>
15106
15107         * modules/readline: New file.
15108
15109         * modules/strnlen (Files): Add strnlen.h.
15110
15111 2005-08-11  Simon Josefsson  <jas@extundo.com>
15112
15113         * m4/readline.m4: New file.
15114
15115 2005-08-11  Simon Josefsson  <jas@extundo.com>
15116
15117         * lib/readline.h, readline.c: New file.
15118
15119 2005-08-11  Simon Josefsson  <jas@extundo.com>
15120
15121         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15122         gl_AVOID.
15123
15124 2005-08-11  Bruno Haible  <bruno@clisp.org>
15125
15126         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15127
15128 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15129
15130         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15131
15132 2005-08-10  Simon Josefsson  <jas@extundo.com>
15133
15134         * tests/test-iconvme.c: New file.
15135
15136 2005-08-10  Simon Josefsson  <jas@extundo.com>
15137
15138         * m4/strnlen.m4: New file.
15139
15140         * m4/strndup.m4: Don't check for strnlen declaration, done in
15141         strnlen.m4.
15142
15143 2005-08-10  Simon Josefsson  <jas@extundo.com>
15144
15145         * lib/strndup.c: Use strnlen.h.
15146
15147         * lib/strnlen.h: New file.
15148
15149 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15150
15151         * README: Typos.
15152
15153 2005-08-02  Simon Josefsson  <jas@extundo.com>
15154
15155         * modules/readline: New file.
15156
15157 2005-08-02  Simon Josefsson  <jas@extundo.com>
15158
15159         * modules/getdelim: New file.
15160
15161         * modules/getline: Rewrite, don't use getndelim2.
15162
15163 2005-08-02  Simon Josefsson  <jas@extundo.com>
15164
15165         * m4/getline.m4: Separate out getdelim stuff into separate module.
15166
15167         * m4/getdelim.m4: New file.
15168
15169 2005-08-02  Simon Josefsson  <jas@extundo.com>
15170
15171         * lib/getline.h, getline.c: Rewrite.
15172
15173         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15174
15175 2005-07-31  Bruno Haible  <bruno@clisp.org>
15176
15177         * lib/lock.h (gl_lock_initializer): New macro.
15178         (gl_lock_define_initialized): Use it.
15179         (gl_rwlock_initializer): New macro.
15180         (gl_rwlock_define_initialized): Use it.
15181         (gl_recursive_lock_initializer): New macro.
15182         (gl_recursive_lock_define_initialized): Use it.
15183
15184 2005-07-30  Karl Berry  <karl@gnu.org>
15185
15186         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15187         Report from Ben Pfaff, regarding getopt.
15188
15189 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15190
15191         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15192         normal way.
15193         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15194         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15195         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15196         (gl_GETOPT): Use the new macros.  Most of the implementation
15197         is moved to the new macros.  This is for programs like Emacs
15198         that don't want all the functionality of gl_GETOPT.
15199
15200 2005-07-26  Bruno Haible  <bruno@clisp.org>
15201
15202         * m4/lock.m4: Update from GNU gettext.
15203
15204 2005-07-26  Bruno Haible  <bruno@clisp.org>
15205
15206         * lib/lock.h: Update from GNU gettext.
15207         * lib/lock.c: Update from GNU gettext.
15208
15209 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15210
15211         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15212         obsolescent AC_TRY_RUN.  Include the default includes files, for
15213         'exit'.
15214
15215 2005-07-24  Bruno Haible  <bruno@clisp.org>
15216
15217         * modules/visibility: New file.
15218         * MODULES.html.sh (Misc): Add visibility.
15219
15220 2005-07-24  Bruno Haible  <bruno@clisp.org>
15221
15222         * m4/visibility.m4: New file.
15223
15224 2005-07-24  Bruno Haible  <bruno@clisp.org>
15225
15226         * doc/visibility.texi: New file.
15227
15228 2005-07-22  Bruno Haible  <bruno@clisp.org>
15229
15230         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15231         $(ALLOCA_H), redundant through BUILT_SOURCES.
15232         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15233         redundant through BUILT_SOURCES.
15234         * modules/byteswap (Makefile.am): Remove explicit dependency on
15235         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15236         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15237         $(FNMATCH_H), redundant through BUILT_SOURCES.
15238         * modules/getopt (Makefile.am): Remove explicit dependency on
15239         $(GETOPT_H), redundant through BUILT_SOURCES.
15240         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15241         redundant through BUILT_SOURCES.
15242         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15243         redundant through BUILT_SOURCES.
15244         * modules/stdbool (Makefile.am): Remove explicit dependency on
15245         $(STDBOOL_H), redundant through BUILT_SOURCES.
15246         * modules/stdint (Makefile.am): Remove explicit dependency on
15247         $(STDINT_H), redundant through BUILT_SOURCES.
15248         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15249         Remove explicit dependency on $(SYSEXITS_H).
15250         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15251
15252 2005-07-18  Simon Josefsson  <jas@extundo.com>
15253
15254         * lib/check-version.c (check_version): Accept identical versions too.
15255
15256 2005-07-18  Bruno Haible  <bruno@clisp.org>
15257
15258         * modules/lock: New file.
15259         * MODULES.html.sh (Multithreading): New section.
15260
15261 2005-07-18  Bruno Haible  <bruno@clisp.org>
15262
15263         * m4/lock.m4: New file, from GNU gettext.
15264
15265 2005-07-18  Bruno Haible  <bruno@clisp.org>
15266
15267         * lib/lock.h: New file, from GNU gettext.
15268         * lib/lock.c: New file, from GNU gettext.
15269
15270 2005-07-18  Bruno Haible  <bruno@clisp.org>
15271
15272         * lib/lock.h (gl_once_t): New type.
15273         (gl_once_define, gl_once): New macros.
15274         * lib/lock.c (fresh_once): New variable.
15275         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15276         functions.
15277
15278 2005-07-16  Simon Josefsson  <jas@extundo.com>
15279
15280         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15281         workaround, suggested by Bruno.
15282
15283 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15284
15285         * modules/xalloc (Depends-on): Add xalloc-die.
15286         * modules/xvasprintf (Depends-on): Add xalloc-die.
15287
15288 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15289
15290         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15291         with a minor change.
15292
15293 2005-07-15  Bruno Haible  <bruno@clisp.org>
15294
15295         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15296         When using lib/poll.c, define poll as rpl_poll.
15297
15298 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15299
15300         * modules/argp (Depends-on): Remove unlocked-io.
15301
15302 2005-07-14  Derek Price  <derek@ximbiot.com>
15303
15304         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15305         for glob symlink bug.
15306
15307 2005-07-14  Bruno Haible  <bruno@clisp.org>
15308
15309         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15310         Instead, test for *_unlocked function declarations directly.
15311
15312 2005-07-11  Simon Josefsson  <jas@extundo.com>
15313
15314         * modules/size_max: New file.
15315
15316         * modules/xsize: Depend on size_max module for size_max.m4.
15317
15318 2005-07-11  Simon Josefsson  <jas@extundo.com>
15319
15320         * lib/size_max.h: New file.
15321
15322 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15323
15324         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15325         copyright symbol and the year.
15326         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15327         (version_etc_va): Use parameterized copyright notice.
15328         Reword to conform to the current GNU coding standards.
15329
15330 2005-07-11  Karl Berry  <karl@gnu.org>
15331
15332         * doc/gnulib.texi (Quoting): new node.
15333         (Initial import): more info, from Patrice.
15334
15335 2005-07-11  Bruno Haible  <bruno@clisp.org>
15336
15337         * gnulib-tool (func_usage): Document option --avoid.
15338         (Command line options): Handle --avoid.
15339         (func_acceptable): New function.
15340         (func_modules_transitive_closure): Use it.
15341
15342 2005-07-11  Bruno Haible  <bruno@clisp.org>
15343
15344         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15345         Reported by Jim Meyering.
15346
15347 2005-07-10  Bruno Haible  <bruno@clisp.org>
15348
15349         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15350         Needed when size_t is smaller than 'unsigned int'.
15351         Reported by Paul Eggert.
15352
15353 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15354
15355         * modules/argp (Depends-on): Add unlocked-io
15356
15357 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15358
15359         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15360         block of defines.
15361
15362 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15363
15364         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15365         fix now.
15366
15367 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15368         and Paul Eggert  <eggert@cs.ucla.edu>
15369
15370         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15371         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15372
15373 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15374
15375         * modules/regex (Files): Add lib/regex_internal.c,
15376         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15377         (Depends-on): Add extensions.
15378         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15379
15380 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15381
15382         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15383         pathconf.
15384         * m4/same.m4 (gl_SAME): Likewise.
15385         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15386
15387         * m4/regex.m4: Adjust to new libc regex implementation.
15388         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15389         all the .c and .h parts of (the new) regex.
15390         Quote the m4 stuff better.
15391         Check for RE_ICASE bug of old gnulib.
15392         Check for REG_STARTEND of recent libc.
15393         Rename local variables from jm_* to gl_*.
15394         Quote operand of "test -f".
15395         Say "recent enough" version of libc, not "version 2".
15396         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15397         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15398         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15399         Remove check for btowc, isascii.
15400         Require AM_LANGINFO_CODESET.
15401
15402 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15403
15404         * lib/regex.c, regex.h: Sync from libc.
15405         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15406         * lib/regexec.c:
15407         New files, synced from libc, except that regex_internal.h
15408         currently has a small porting fix.
15409
15410 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15411
15412         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15413         regex_internal.c, regexec.c.
15414         Add regex_internal.h too, but as a comment, since the libc version
15415         is currently broken in gnulib mode.
15416
15417 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15418
15419         Support programs like Emacs that use gnulib but not gettext.
15420         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15421         * modules/gettext-h: New file.
15422         * modules/gettext (Files): Remove lib/gettext.h.
15423         (Depends-on): Add gettext-h.
15424         (Makefile.am): Remove lib_SOURCES.
15425         * modules/argmatch, modules/c-stack, modules/closeout:
15426         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15427         * modules/execute, modules/file-type, modules/getaddrinfo:
15428         * modules/getopt, modules/human, modules/javacomp:
15429         * modules/javaexec, modules/mkdir-p, modules/obstack:
15430         * modules/openat, modules/pagealign_alloc, modules/pipe:
15431         * modules/quotearg, modules/regex, modules/rpmatch:
15432         * modules/unicodeio, modules/userspec, modules/version-etc:
15433         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15434         * modules/xsetenv:
15435         Depend on gettext-h, not gettext.
15436
15437 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15438
15439         * gnulib-tool (func_import): Add support for 'public domain' license.
15440         * modules/alloca, modules/atexit, modules/memmove:
15441         Now public domain, not GPL.
15442         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15443         * modules/realloc, modules/strerror, modules/strtod:
15444         Now LGPL, not GPL.
15445
15446 2005-07-05  Bruno Haible  <bruno@clisp.org>
15447
15448         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15449         autoconf CVS. Needed for mingw.
15450
15451 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15452
15453         Remove the dependency of the strftime module on the tzset module.
15454         * modules/strftime (Depends-on): Remove dependency on tzset.
15455
15456 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15457
15458         Remove the dependency of the strftime module on the tzset module.
15459         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15460         gl_FUNC_TZSET_CLOBBER.
15461
15462 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15463
15464         Remove the dependency of the strftime module on the tzset module.
15465         * lib/strftime.c (my_strftime)
15466         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15467         Copy the input structure, to work around some of the bug with
15468         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15469         Solaris releases, you should also use the tzset module, but we won't
15470         require it as a dependency any more since we don't want LGPLed code
15471         to depend on GPLed code.
15472
15473 2005-07-02  Jim Meyering  <jim@meyering.net>
15474
15475         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15476         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15477         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15478         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15479
15480 2005-07-02  Jim Meyering  <jim@meyering.net>
15481
15482         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15483
15484 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15485
15486         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15487         declares only 'struct timespec;' (!).
15488
15489 2005-07-01  Jim Meyering  <jim@meyering.net>
15490
15491         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15492         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15493         * lib/save-cwd.c, tempname.c:
15494         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15495         and don't include <sys/file.h>).
15496
15497 2005-06-29  Jim Meyering  <jim@meyering.net>
15498
15499         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15500         type name.  Use the variable name instead.
15501         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15502         Likewise.
15503
15504 2005-06-28  Simon Josefsson  <jas@extundo.com>
15505
15506         * modules/check-version (Files): Add check-version.m4.
15507
15508 2005-06-28  Simon Josefsson  <jas@extundo.com>
15509
15510         * m4/check-version.m4: New file, suggested by Jim Meyering
15511         <jim@meyering.net>.
15512
15513 2005-06-28  Simon Josefsson  <jas@extundo.com>
15514
15515         * lib/check-version.h, lib/check-version.c: New files.
15516
15517 2005-06-28  Simon Josefsson  <jas@extundo.com>
15518
15519         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
15520         collision with global variable.  Better indentation.  Don't
15521         increment buffer pointer beyond buffer end.  Based on comments
15522         from Paul Eggert <eggert@cs.ucla.edu>.
15523
15524         * lib/base64.h: Indent.
15525
15526 2005-06-28  Simon Josefsson  <jas@extundo.com>
15527
15528         * doc/gnulib.texi (Library version handling): New section.
15529
15530 2005-06-28  Jim Meyering  <jim@meyering.net>
15531
15532         * check-module (find_included_lib_files): Hard-code another
15533         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
15534         but modules/fts-lgpl (correctly) does not list those files.
15535
15536         * modules/canonicalize (Files): Add lib/pathmax.h.
15537
15538 2005-06-25  Simon Josefsson  <jas@extundo.com>
15539
15540         * modules/check-version: New file.
15541
15542 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
15543
15544         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
15545         initializer of struct addrinfo, as an indication that we don't
15546         care how many members the structure has.
15547
15548 2005-06-24  Derek Price  <derek@ximbiot.com>
15549         and Bruno Haible  <bruno@clisp.org>
15550
15551         Remove stat module & update lstat.
15552         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
15553         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15554         * m4/stat.m4: Remove this file.
15555
15556 2005-06-24  Derek Price  <derek@ximbiot.com>
15557         and Bruno Haible  <bruno@clisp.org>
15558
15559         Remove stat module & update lstat.
15560         * lib/stat.c: Remove this file...
15561         (slash_aware_lstat): ...moving this content and its support...
15562         * lib/lstat.c (rpl_lstat): ...into here.
15563         * lib/lstat.h: New file.
15564
15565 2005-06-24  Derek Price  <derek@ximbiot.com>
15566         and Bruno Haible  <bruno@clisp.org>
15567
15568         Remove stat module & update lstat.
15569         * config/srclist.txt (libc sources): Remove stat.
15570
15571 2005-06-24  Derek Price  <derek@ximbiot.com>
15572         and Bruno Haible  <bruno@clisp.org>
15573
15574         Remove stat module & update lstat.
15575         * MODULES.html.sh (stat): Remove.
15576         * MODULES.html: Regenerated.
15577         * modules/lstat (Description): Correct function name.
15578         (Files): Add "lstat.h".
15579         (Depends-on): Remove stat, add xalloc, stat-macros.
15580         * modules/stat: Remove this file.
15581         (Include): Add "lstat.h", remove <sys/stat.h>.
15582
15583 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15584
15585         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
15586         (ranged_convert): Don't save conversion in a temporary struct.
15587         This causes a warning with GCC 4.0.0, and anyway in the typical
15588         case it's not worth the extra 100 bytes or so of code.
15589         (ranged_convert, __mktime_internal): When calling a function via a
15590         pointer P, use P () rather than (*P) (), as we now assume C89 or
15591         better.
15592
15593 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15594
15595         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
15596         "who -r" failed to give output.  Problem reported by Tim Waugh.
15597
15598         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
15599         (xcalloc): Use it to avoid needless tests.
15600         Problem reported by Jim Meyering.
15601
15602 2005-06-20  Derek Price  <derek@ximbiot.com>
15603
15604         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
15605         unnecessary for Autoconfs > 2.59c.
15606
15607 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15608
15609         * lib/argp.h (__option_is_short): Check upper limit of
15610         __key. Isprint() requires its argument to have the value
15611         of an unsigned char or EOF.
15612
15613 2005-06-16  Jim Meyering  <jim@meyering.net>
15614
15615         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
15616         when either N or S is zero.
15617
15618 2005-06-16  Derek Price  <derek@ximbiot.com>
15619
15620         * m4/bison.m4: Declare YACC & YFLAGS precious.
15621
15622 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
15623
15624         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
15625         multibyte string or pattern, fall back on unibyte matching.
15626         Problem reported by James Youngman.
15627
15628 2005-06-08  Bruno Haible  <bruno@clisp.org>
15629
15630         * modules/csharpcomp: New file.
15631         * MODULES.html.sh (C#): Add csharpcomp.
15632
15633 2005-06-08  Bruno Haible  <bruno@clisp.org>
15634
15635         * m4/csharpcomp.m4: New file, from GNU gettext.
15636
15637 2005-06-08  Bruno Haible  <bruno@clisp.org>
15638
15639         * lib/csharpcomp.h: New file, from GNU gettext.
15640         * lib/csharpcomp.c: New file, from GNU gettext.
15641         * lib/csharpcomp.sh.in: New file, from GNU gettext.
15642
15643 2005-06-08  Bruno Haible  <bruno@clisp.org>
15644
15645         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
15646         warning on mingw.
15647
15648 2005-06-07  Derek Price  <derek@ximbiot.com>
15649
15650         Sync from CVS.
15651         * lib/glob_.h: Indent nested #ifdef.
15652
15653 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15654
15655         Sync from coreutils.
15656         Use "file name" when talking about file names, instead of "filename"
15657         or "path", as per the GNU coding standards.
15658         * lib/mkdir-p.c: Renamed from makepath.c.
15659         (make_dir_parents): Renamed from make_path.  All callers changed.
15660         * lib/mkdir-p.h: Likewise.  All includers changed.
15661         * lib/filenamecat.c: Renamed from path-concat.c.
15662         (file_name_concat): Renamed from path_concat.  All callers changed.
15663         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
15664         * lib/filenamecat.h: Likewise.  All includers changed.
15665         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
15666         in comments or local variable names.
15667         * lib/basename.c: Likewise.
15668         * lib/canonicalize.c, canonicalize.h: Likewise.
15669         * lib/dirname.c, dirname.h: Likewise.
15670         * lib/euidaccess.c: Likewise.
15671         * lib/exclude.c: Likewise
15672         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
15673         * lib/fsusage.c, fsuage.h: Likewise.
15674         * lib/fts.c, fts_.h: Likewise.
15675         * lib/getcwd.c: Likewise.
15676         * lib/getloadavg.c: Likewise.
15677         * lib/mkstemp.c: Likewise.
15678         * lib/mountlist.c, mountlist.h: Likewise.
15679         * lib/openat.c, openat.h: Likewise.
15680         * lib/readlink-stub.c: Likewise.
15681         * lib/readutmp.c, readutmp.h: Likewise.
15682         * lib/rename.c: Likewise.
15683         * lib/rmdir.c: Likewise.
15684         * lib/same.c: Likewise.
15685         * lib/savedir.c: Likewise.
15686         * lib/stripslash.c: Likewise.
15687         * lib/tempname.c: Likewise.
15688         * lib/xreadlink.c: Likewise.
15689         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
15690         All uses changed.
15691         * lib/exclude.h: Likewise.
15692
15693         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
15694         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15695         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
15696         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15697         * lib/pathmax.h: Include <limits.h> unconditionally, since other
15698         files have been getting away with it for years (MORE/BSD 4.3
15699         is extinct now).
15700         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
15701         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15702
15703         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
15704         Define to 256, not 255, as per modern POSIX.
15705
15706 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15707
15708         Sync from coreutils.
15709         Use "file name" when talking about file names, instead of "filename"
15710         or "path", as per the GNU coding standards.
15711         * MODULES.html.sh: mkdir-p renamed from makepath.
15712         filenamecat renamed from path-concat.
15713         * modules/filenamecat: Renamed from modules/path-concat.
15714         (Files): filenamecat.h and filenamecat.c renamed from
15715         path-concat.h and path-concat.c.
15716         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
15717         (Include): filenamecat.h, not path-concat.h.
15718         * modules/mkdir-p: Renamed from modules/makepath.
15719         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
15720         makepath.c.
15721         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
15722         (Include): mkdir-p.h, not makepath.h.
15723
15724 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15725
15726         Sync from coreutils.
15727         * m4/mkdir-p.m4: Renamed from makepath.m4.
15728         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
15729         Rename files from makepath.c to mkdir-p.c, and from
15730         makepath.h to mkdir-p.h.
15731         * m4/filenamecat.m4: Renamed from path-concat.m4.
15732         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
15733         Rename files from path-concat.c to filenamecat.c,
15734         and from path-concat.h to filenamecat.h.
15735         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
15736         "file name" in local variables or comments.
15737         * m4/rename.m4: Likewise.
15738
15739 2005-06-01  Bruno Haible  <bruno@clisp.org>
15740
15741         * modules/csharpexec: New file.
15742         * MODULES.html.sh (C#): New section.
15743
15744 2005-06-01  Bruno Haible  <bruno@clisp.org>
15745
15746         * m4/csharp.m4: New file, from GNU gettext.
15747         * m4/csharpexec.m4: New file, from GNU gettext.
15748
15749 2005-06-01  Bruno Haible  <bruno@clisp.org>
15750
15751         * lib/csharpexec.h: New file, from GNU gettext.
15752         * lib/csharpexec.c: New file, from GNU gettext.
15753         * lib/csharpexec.sh.in: New file, from GNU gettext.
15754
15755 2005-05-31  Derek Price  <derek@ximbiot.com>
15756             Paul Eggert  <eggert@cs.ucla.edu>
15757
15758         Sync from cvs.
15759         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
15760
15761 2005-05-31  Derek Price  <derek@ximbiot.com>
15762             Paul Eggert  <eggert@cs.ucla.edu>
15763
15764         Sync from cvs.
15765         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
15766
15767 2005-05-29  Derek Price  <derek@ximbiot.com>
15768
15769         * config/srclist.txt (glob_.h, glob.c): Add these files.
15770
15771 2005-05-29  Derek Price  <derek@ximbiot.com>
15772
15773         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
15774         * modules/glob: New file.
15775         * modules/getlogin_r: Add link to POSIX spec in description.
15776
15777 2005-05-29  Derek Price  <derek@ximbiot.com>
15778             Paul Eggert  <eggert@cs.ucla.edu>
15779
15780         * m4/glob.m4: New file.
15781
15782 2005-05-29  Derek Price  <derek@ximbiot.com>
15783             Paul Eggert  <eggert@cs.ucla.edu>
15784
15785         * lib/glob_.h, lib/glob.c: New files.
15786
15787 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15788
15789         * modules/fts (Files): Remove m4/inttypes-pri.m4.
15790         * modules/fts-lgpl (Depends-on): Remove gettext.
15791
15792 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15793
15794         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
15795         and don't require gt_INTTYPES_PRI.
15796
15797 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15798
15799         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
15800
15801         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
15802         the configuration hassle isn't worth it.
15803         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
15804         (LONGEST_MODIFIER, PRIuMAX): Remove.
15805
15806 2005-05-27  Bruno Haible  <bruno@clisp.org>
15807
15808         * lib/getlogin_r.h: Remove second include of <stddef.h>.
15809
15810 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
15811
15812         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
15813         _POSIX_PTHREAD_SEMANTICS for Solaris.
15814
15815 2005-05-25  Derek Price  <derek@ximbiot.com>
15816
15817         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
15818
15819 2005-05-25  Derek Price  <derek@ximbiot.com>
15820             Paul Eggert  <eggert@cs.ucla.edu>
15821
15822         * modules/getlogin_r, m4/getlogin_r.m4: New files.
15823         * lib/getlogin_r.c, getlogin_r.h: New files.
15824
15825 2005-05-25  Bruno Haible  <bruno@clisp.org>
15826             Derek Price  <derek@ximbiot.com>
15827
15828         * lib/getlogin_r.h: Simplify API documentation.
15829
15830 2005-05-23  Derek Price  <derek@ximbiot.com>
15831
15832         * modules/minmax (Files): Add m4/minmax.m4.
15833         (configure.ac): Add gl_MINMAX.
15834
15835 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
15836
15837         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
15838         so that unistd-safer.h (GPL'ed code) need not be included.
15839
15840 2005-05-22  Bruno Haible  <bruno@clisp.org>
15841
15842         * m4/minmax.m4: New file.
15843         Based on a patch by Derek Price <derek@ximbiot.com>.
15844
15845 2005-05-22  Bruno Haible  <bruno@clisp.org>
15846
15847         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
15848         (INT64_MIN): Fix definition.
15849         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
15850
15851         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
15852         NEED_SIGNED_INT_TYPES.
15853
15854         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
15855         HAVE_SYSTEM_INTTYPES.
15856
15857 2005-05-22  Bruno Haible  <bruno@clisp.org>
15858
15859         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
15860         Also include <sys/param.h> if it defines MIN, MAX.
15861         Based on a patch by Derek Price <derek@ximbiot.com>.
15862
15863 2005-05-21  Jim Meyering  <jim@meyering.net>
15864
15865         * modules/fts (Files): Add m4/inttypes-pri.m4.
15866         (Depends-on): Add lstat and remove gettext.  Alphabetize.
15867
15868 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15869
15870         New fts module.
15871         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
15872         (setup_dir, free_dir): New functions.
15873         (enter_dir, leave_dir): Define trivial
15874         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
15875         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
15876         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
15877         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
15878         Move to fts-cycle.c.
15879         (fts_open): Use setup_dir.
15880         (fts_close): Use free_dir.
15881         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
15882         This adds a label and some gotos, but the alternatives were messier.
15883         Check for memory allocation failure when entering a dir.
15884         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
15885         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
15886         (FTS): New member fts_cycle, that is a union that contains the
15887         old active_dir_ht and cycle_state.  All uses changed to mention
15888         fts_cycle.ht and fts_cycle.state.
15889         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
15890         fts.c, with the following changes:
15891         (setup_dir, free_dir): New functions.
15892         (enter_dir): Now returns bool.  Return true if successful, false
15893         if memory exhausted.  All callers changed.
15894         Do not bother partly cleaning up on
15895         memory allocation failure; that is free_dir's job.
15896         However, free ad if hash_insert fails, to avoid memory leak.
15897         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
15898         fts->fts_options to see which union member to use.
15899
15900 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15901
15902         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
15903         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
15904
15905 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15906
15907         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
15908
15909 2005-05-20  Jim Meyering  <jim@meyering.net>
15910
15911         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
15912         Now a macro, to pacify GCC.
15913
15914 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15915
15916         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
15917         of -1.
15918
15919 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15920
15921         * lib/chown.c (rpl_chown): Return -1 on failure.
15922
15923 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15924
15925         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
15926         Don't check for stddef.h.
15927         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
15928         don't use its results.
15929         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
15930         since we include them unconditionally.  Don't require
15931         AM_STDBOOL_H, since stdbool is a prerequisite.
15932         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
15933         since we assume C89 or better.
15934         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
15935         as we don't use their results.
15936         Don't check for fchdir, memmove, memset, strrchr, as we use
15937         them unconditionally.
15938         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
15939         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
15940
15941 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15942
15943         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
15944         Include <stddef.h> unconditionally, since we assume C89 now.
15945         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
15946         * lib/fts.c: Include fts_.h first, to check interface.
15947         Do not include intprops.h; no longer needed.
15948         Include cycle-check.h and hash.h, since fts_.h no longer does.
15949         Remove unnecessary casts of closedir to void.
15950         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
15951         decide whether to decrement nlinks.
15952         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
15953         (FTS): Use struct hash_table * instead of Hash_table, so that
15954         we no longer need to include hash.h here.
15955
15956 2005-05-18  Jim Meyering  <jim@meyering.net>
15957
15958         * modules/dirfd (License): Change to LGPL.  Most of the code
15959         is already in the public domain.
15960
15961 2005-05-18  Jim Meyering  <jim@meyering.net>
15962
15963         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
15964         Reported by Yoann Vandoorselaere.
15965
15966 2005-05-17  Jim Meyering  <jim@meyering.net>
15967
15968         * m4/fts.m4: New file, from coreutils.
15969
15970 2005-05-17  Jim Meyering  <jim@meyering.net>
15971
15972         * lib/fts.c, lib/fts_.h: New files, from coreutils.
15973
15974 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15975
15976         Sync from coreutils.
15977         * m4/unlinkdir.m4: New file.
15978
15979 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15980
15981         Sync from coreutils.
15982         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
15983         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
15984         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
15985         White space changes only.
15986         * lib/makepath.c (make_path): Port to hosts where leading "//" is
15987         special.
15988         * lib/yesno.c: Include getline.h, not ctype.h.
15989         (yesno): Don't remove leading white space; POSIX doesn't allow it.
15990         Use getline to remove arbitrary restriction on response length.
15991
15992 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15993
15994         * config/srclist-update: Spell out "Street" in FSF postal
15995         mail address; this is the style the FSF seems to prefer.
15996
15997         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
15998         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
15999         this updates FSF postal mail address.
16000
16001         Sync from coreutils.
16002         * modules/unlinkdir: New file.
16003         * modules/yesno (Depends-on): Add getline.
16004         * MODULES.html.sh (File system functions): Add unlinkdir.
16005
16006 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16007
16008         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16009         lib/strsep.h:
16010         Change the initial comment to refer to GPL, not LGPL.
16011         gnulib-tool will change it to LGPL as needed.
16012
16013         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16014         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16015         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16016         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16017         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16018         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16019         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16020         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16021         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16022         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16023         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16024         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16025         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16026         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16027         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16028         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16029         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16030         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16031         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16032         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16033         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16034         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16035         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16036         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16037         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16038         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16039         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16040         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16041         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16042         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16043         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16044         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16045         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16046         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16047         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16048         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16049         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16050         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16051         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16052         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16053         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16054         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16055         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16056         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16057         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16058         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16059         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16060         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16061         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16062         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16063         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16064         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16065         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16066         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16067         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16068         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16069         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16070         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16071         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16072         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16073         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16074         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16075         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16076         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16077         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16078         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16079         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16080         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16081         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16082         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16083         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16084         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16085         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16086         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16087         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16088         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16089         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16090         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16091         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16092         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16093         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16094         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16095         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16096         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16097         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16098         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16099         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16100         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16101         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16102         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16103         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16104         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16105         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16106         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16107         lib/yesno.c, lib/yesno.h:
16108         Update FSF postal mail address.
16109
16110 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16111
16112         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16113         tests/test-memmem.c, tests/test-stpncpy.c:
16114         Update FSF postal mail address.
16115
16116 2005-05-13  Bruno Haible  <bruno@clisp.org>
16117
16118         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16119         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16120         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16121         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16122         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16123         Add support for 64-bit integers in the MSVC compiler.
16124
16125 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16126
16127         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16128
16129 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16130
16131         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16132
16133 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16134
16135         * doc/getdate.texi (General date syntax): Don't say that date
16136         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16137         Problem reported by Nic Ferrier.
16138
16139 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16140
16141         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16142         specified in ai_socktype. Fix invalid ai_protocol
16143         check. ai_protocol is usually set to 0 or depending on
16144         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16145         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16146         ai_socktype / ai_protocol in the returned addrinfo structure.
16147
16148 2005-05-10  Simon Josefsson  <jas@extundo.com>
16149
16150         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16151         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16152
16153 2005-05-10  Karl Berry  <karl@gnu.org>
16154
16155         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16156         (from http://www.gnu.org/licenses).
16157         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16158         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16159         fdl.texi suffices.
16160
16161 2005-05-10  Karl Berry  <karl@gnu.org>
16162
16163         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16164         (COPYING.DOC): remove.
16165
16166         * config/srclist-update: new FSF address.
16167
16168 2005-05-10  Derek Price  <derek@ximbiot.com>
16169
16170         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16171         possible.
16172
16173 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16174             Bruno Haible  <bruno@clisp.org>
16175
16176         * modules/inet_ntop: New file.
16177         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16178         inet_ntop.
16179
16180 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16181             Bruno Haible  <bruno@clisp.org>
16182
16183         * m4/inet_ntop.m4: New file.
16184
16185 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16186             Bruno Haible  <bruno@clisp.org>
16187
16188         * lib/inet_ntop.h: New file.
16189         * lib/inet_ntop.c: New file, from glibc with modifications.
16190
16191 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16192
16193         * modules/time_r (License): Change to LGPL.
16194         * modules/extensions (License): Change to LGPL.  Actually,
16195         the license is more permissive than that, but currently gnulib-tool
16196         doesn't know how to handle more-permissive licenses.
16197
16198         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16199         Problem reported by Dave Love.
16200
16201 2005-05-08  Jim Meyering  <jim@meyering.net>
16202
16203         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16204         blank.
16205
16206 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16207
16208         * modules/argmatch (Depends-on): Add stdbool.
16209         * modules/backupfile (Depends-on): Likewise.
16210         * modules/chdir-long (Depends-on): Likewise.
16211         * modules/closeout (Depends-on): Likewise.
16212         * modules/cycle-check (Depends-on): Likewise.
16213         * modules/dirname (Depends-on): Likewise.
16214         * modules/fnmatch (Depends-on): Likewise.
16215         * modules/fsusage (Depends-on): Likewise.
16216         * modules/fwriteerror (Depends-on): Likewise.
16217         * modules/getcwd (Depends-on): Likewise.
16218         * modules/getloadavg (Depends-on): Likewise.
16219         * modules/hard-locale (Depends-on): Likewise.
16220         * modules/makepath (Depends-on): Likewise.
16221         * modules/mountlist (Depends-on): Likewise.
16222         * modules/nanosleep (Depends-on): Likewise.
16223         * modules/posixtm (Depends-on): Likewise.
16224         * modules/quotearg (Depends-on): Likewise.
16225         * modules/readtokens (Depends-on): Likewise.
16226         * modules/readtokens0 (Depends-on): Likewise.
16227         * modules/readutmp (Depends-on): Likewise.
16228         * modules/save-cwd (Depends-on): Likewise.
16229         * modules/strftime (Depends-on): Likewise.
16230         * modules/userspec (Depends-on): Likewise.
16231         * modules/utimecmp (Depends-on): Likewise.
16232         * modules/xgetcwd (Depends-on): Likewise.
16233         * modules/xnanosleep (Depends-on): Likewise.
16234         * modules/xstrtod (Depends-on): Likewise.
16235         * modules/yesno (Depends-on): Likewise.
16236
16237 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16238
16239         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16240         needless checks.
16241
16242 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16243
16244         Merge from coreutils.  Among other things,
16245         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16246         * lib/fd-safer.c: New file.
16247         * lib/fcntl-safer.h, open-safer.c: Remove.
16248         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16249         * lib/dup-safer.c: Include unistd-safer.h first.
16250         Don't include errno.h.
16251         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16252         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16253         * lib/file-type.c: Rely on file-type.h change.
16254         * lib/getloadavg.c: Include unistd-safer.h.
16255         (getloadavg): Use safer open.
16256         * lib/getusershell.c: Include "stdio-safer.h".
16257         (getusershell): Use safer fopen.
16258         * lib/long-options.c (long_options): Use NULL rather than 0.
16259         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16260         'free'.
16261         * lib/modechange.c: Likewise.
16262         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16263         (MODE_DONE): New constant.
16264         (struct mode_change): Remove 'next' member.
16265         (make_node_op_equals): New function; like the old one of the
16266         same name, except it allocates an array.
16267         (mode_compile, mode_create_from_ref): Use it.
16268         (mode_compile): Allocate result as an array, not a linked list.
16269         Parse octal string ourself, so that we catch mistakes like "+0".
16270         (mode_adjust): Arg is an array, not a linked list.
16271         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16272         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16273         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16274         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16275         Remove.  This is now stat-macros.h's job.
16276         (talloc): Remove.  All callers replaced by xalloc, so that
16277         our invokers don't have to worry about reporting memory failures.
16278         (make_node_op_equals): Remove.
16279         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16280         New constants.
16281         (struct mode_change): Moved here from modechange.h.
16282         (mode_append_entry): Remove.
16283         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16284         apps to have incorrect behavior.  Use simpler algorithm for head
16285         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16286         Detect more invalid usages rather than having somewhat-random behavior.
16287         Don't insert an "a=" action, as that leads to incorrect behavior.
16288         (mode_compile, mode_create_from_ref): Return NULL on error instead
16289         of an enum, since now there's only one way to have an error.  All
16290         callers changed.
16291         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16292         at the correct time.  Simplify calculation of "+u" and its ilk.
16293         Don't mishandle "+X".
16294         (mode_free): Remove "register" and localize decls.
16295         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16296         (struct mode_change): Move to modechange.c; callers don't
16297         need to see this stuff.
16298         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16299         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16300         (mode_change, mode_adjust): Reflect the new signatures noted above.
16301         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16302         that might redefine system include files.
16303         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16304         (my_usleep): Use NULL rather than (void *) 0.
16305         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16306         Use siginterrupt to specify that system calls should be interrupted.
16307         (rpl_nanosleep): Move initialization of suspended closer to call of
16308         my_usleep.
16309         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16310         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16311         (desirable_utmp_entry): New function.
16312         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16313         using x2nrealloc, to simplify logic.
16314         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16315         size calculation.  Do not assume utmp file is a regular file.
16316         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16317         (READ_UTMP_CHECK_PIDS): New constant.
16318         * lib/save-cwd.c: Include unistd-safer.h.
16319         (save_cwd): Use fd_safer.
16320         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16321         [!_LIBC] Include "stat-macros.h" instead.
16322         * lib/unistd-safer.h (fd_safer): New decl.
16323
16324 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16325
16326         * modules/getloadavg (Depends-on): Add unistd-safer.
16327         * modules/getusershell (Depends-on): Add stdio-safer.
16328         * modules/lstat (Depends-on): Remove xalloc.
16329         * modules/mkstemp (Depends-on): Add stat-macros.
16330         * modules/modechange (Depends-on): Remove xstrtol.
16331         Add stat-macros, xalloc.
16332         * modules/save-cwd (Depends-on): Add unistd-safer.
16333         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16334         * modules/unistd-safer (Files): Add lib/fd-safer.c
16335         (Makefile.am): Remove lib_SOURCES.
16336
16337         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16338         Remove fcntl-safer; unistd-safer supersedes it.
16339
16340 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16341
16342         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16343         AC_HEADER_STAT.
16344         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16345         (gl_PREREQ_CHOWN): Remove.
16346         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16347         it.  Don't require AC_HEADER_STAT.
16348         (gl_PREREQ_LSTAT): Remove.
16349         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16350         Don't require AC_HEADER_STAT.
16351         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16352         (gl_PREREQ_RMDIR): Remove.
16353         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16354         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16355         the stat-macros module a prerequisite.
16356         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16357         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16358         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16359         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16360         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16361         variable names.
16362         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16363         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16364         variable prefixes.
16365         * m4/fcntl-safer.m4: Remove.
16366         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16367         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16368         Invoke gl_PREREQ_FD_SAFER.
16369         (gl_PREREQ_FD_SAFER): New macro.
16370         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16371         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16372         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16373         Remove duplicate call to AC_LIBOBJ(readutmp).
16374         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16375
16376         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16377         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16378
16379 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16380
16381         * MODULES.html.sh (Misc): Add byteswap.
16382
16383 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16384
16385         * modules/getcwd (Depends-on): Add extensions.
16386         * modules/openat (Depends-on): Likewise.
16387
16388 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16389
16390         * modules/byteswap: New file.
16391
16392 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16393
16394         * m4/byteswap.m4: New file.
16395
16396 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16397
16398         * lib/byteswap_.h: New file.
16399
16400 2005-04-25  Karl Berry  <karl@gnu.org>
16401
16402         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16403
16404 2005-04-25  Albert Chin  <china@thewrittenword.com>
16405
16406         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16407         Toolkit C bug.
16408
16409 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16410
16411         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16412         (func_ln_if_changed) Remove forcibly for no error message
16413         in case file does not exist.
16414
16415 2005-04-19  Simon Josefsson  <jas@extundo.com>
16416
16417         * gnulib-tool (Options): Make --symlink mean --symbolic.
16418
16419 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16420
16421         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16422
16423 2005-04-16  Simon Josefsson  <jas@extundo.com>
16424
16425         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16426
16427 2005-04-15  Simon Josefsson  <jas@extundo.com>
16428
16429         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16430
16431 2005-04-15  Simon Josefsson  <jas@extundo.com>
16432
16433         * gnulib-tool: Rename --symlink to --symbolic.
16434
16435 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16436
16437         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16438         symbolic links to files instead of copying/moving.  Add --aux-dir,
16439         specifying directory relative --dir where auxiliary build tools
16440         are placed.
16441
16442 2005-04-14  Bruno Haible  <bruno@clisp.org>
16443
16444         * modules/allocsa (License): Change to LGPL.
16445         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16446
16447 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16448
16449         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16450         that "UTC +1 second" continues to work.  Problem reported
16451         by Dmitry V. Levin.
16452         (relunit_snumber): New rule.
16453         (relunit): Use it.
16454
16455 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16456
16457         * lib/getdate.y (universal_time_zone_table): New constant.
16458         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16459         universal_time_zone_table.
16460         (lookup_zone): Prefer universal_time_zone_table to
16461         local_time_zone_table, so that "GMT" time stamps are allowed in
16462         London during the summer.  Problem reported by Ian Abbott.
16463
16464 2005-04-12  Jim Meyering  <jim@meyering.net>
16465
16466         * lib/human.c (humblock): Set *options even when returning due to
16467         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16468         warning from gcc-4.
16469
16470 2005-04-09  Jim Meyering  <jim@meyering.net>
16471
16472         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16473         -Wuninitialized: initialize tm0.tm_year.
16474
16475 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16476
16477         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16478         count, since there's no maximum.  All uses changed.
16479         Add member dsts_seen.
16480         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16481         not being INT_MAX.
16482         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16483         Use pc_rels_seen to decide whther a date is absolute.
16484
16485         * lib/getdate.y (number): Don't overwrite year.
16486         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16487         check.
16488
16489 2005-04-02  Simon Josefsson  <jas@extundo.com>
16490
16491         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16492         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16493
16494 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16495
16496         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16497         where no absolute path name can be longer than PATH_MAX.
16498
16499 2005-03-27  Jim Meyering  <jim@meyering.net>
16500
16501         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16502
16503 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16504
16505         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
16506         "one's complement" -> "ones' complement" in comment, as per Knuth.
16507         "value of type" -> "type or expression" in comment.
16508         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
16509
16510 2005-03-26  Jim Meyering  <jim@meyering.net>
16511
16512         Comment nits.
16513         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
16514         Correct typos: s/or/of/.
16515
16516 2005-03-26  Jim Meyering  <jim@meyering.net>
16517
16518         * modules/check-include-files: Move to ../ and rename to...
16519         * check-module: ...this.
16520
16521 2005-03-25  Jim Meyering  <jim@meyering.net>
16522
16523         * modules/xvasprintf (Files): Add xalloc.h.
16524
16525 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16526
16527         * modules/gettext (Files): config/config.rpath ->
16528         build-aux/config.rpath
16529         * modules/iconv (Files): Likewise.
16530         Problem reported by Oskar Liljeblad.
16531
16532 2005-03-23  Jim Meyering  <jim@meyering.net>
16533
16534         * modules/check-include-files: New script to check for
16535         missing dependencies, multiple includes, etc.
16536
16537         * modules/c-strtold (Depends-on): Add xalloc.
16538         * modules/c-strtod (Depends-on): Add xalloc.
16539         * modules/hash (Depends-on): Add xalloc.
16540         (Files): Remove lib/xalloc.h.
16541
16542         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
16543         * modules/userspec (Files): Add lib/inttostr.h.
16544
16545 2005-03-23  Jim Meyering  <jim@meyering.net>
16546
16547         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
16548
16549 2005-03-22  Jim Meyering  <jim@meyering.net>
16550
16551         * modules/stat-macros: New module.
16552         * modules/canonicalize, modules/euidaccess, modules/file-type,
16553         * modules/filemode, modules/lchown, modules/makepath,
16554         * modules/rmdir, modules/stat: Depend on new stat-macros module
16555         rather than listing lib/stat-macros.h manually.
16556         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
16557
16558 2005-03-22  Jim Meyering  <jim@meyering.net>
16559
16560         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
16561
16562 2005-03-22  Bruno Haible  <bruno@clisp.org>
16563
16564         * config/srclist.txt: Replace target directory 'config' with
16565         'build-aux'.
16566         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
16567         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
16568         ../build-aux/.
16569
16570 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
16571
16572         * modules/chdir-long (Depends-on): Add mempcpy.
16573
16574         * modules/acl, modules/backupfile, modules/c-strtod,
16575         modules/c-strtold, modules/canon-host, modules/canonicalize,
16576         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
16577         modules/exclude, modules/exitfail, modules/file-type,
16578         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
16579         modules/getdate, modules/getline, modules/getpagesize,
16580         modules/getpass, modules/getugroups, modules/group-member,
16581         modules/hard-locale, modules/hash, modules/human, modules/idcache,
16582         modules/inttostr, modules/long-options, modules/makepath,
16583         modules/md5, modules/memcasecmp, modules/memcoll,
16584         modules/modechange, modules/mountlist, modules/path-concat,
16585         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
16586         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
16587         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
16588         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
16589         modules/strftime, modules/strndup, modules/strverscmp,
16590         modules/timespec, modules/unlocked-io, modules/userspec,
16591         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
16592         modules/yesno:
16593         Remove lib_SOURCES line from Makefile.am section, as this is now
16594         done automatically by the corresponding Autoconf macro.
16595
16596 2005-03-21  Jim Meyering  <jim@meyering.net>
16597
16598         Changes imported from coreutils.
16599
16600         * lib/cycle-check.c: Don't include xalloc.h.
16601
16602         * lib/path-concat.c: Don't include assert.h.
16603         (path_concat): Remove assertion that would have triggered
16604         for ABASE starting with more than one slash.
16605         Reported by Andreas Schwab.
16606
16607         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
16608         properly when ABASE is an absolute file name.
16609         Correct the description of this function.
16610         Include <assert.h>.
16611         Add an assertion and a test driver.
16612         This fixes a bug introduced on 2004-07-02.
16613         Andreas Schwab reported the resulting failure of cp --parents:
16614         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
16615
16616 2005-03-21  Jim Meyering  <jim@meyering.net>
16617
16618         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
16619         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
16620
16621 2005-03-21  Jim Meyering  <jim@meyering.net>
16622         and  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
16625         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
16626         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
16627         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
16628         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
16629         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
16630         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
16631         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
16632         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
16633         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
16634         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
16635         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
16636         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
16637         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
16638         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
16639         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
16640         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
16641         for these modules.
16642
16643 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
16644
16645         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
16646         (which shouldn't happen), generate nothing instead of returning 0
16647         immediately, so that nstrftime (NULL, ...) doesn't return 0.
16648
16649 2005-03-16  Bruno Haible  <bruno@clisp.org>
16650
16651         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
16652         HAVE_LONGLONG_64BIT.
16653
16654 2005-03-16  Bruno Haible  <bruno@clisp.org>
16655
16656         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
16657         HAVE_LONGLONG_64BIT.
16658
16659 2005-03-16  Bruno Haible  <bruno@clisp.org>
16660
16661         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
16662         HAVE_LONGLONG_64BIT.
16663
16664 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16665
16666         * lib/strftime.c (my_strftime): Prepend space to format so that we can
16667         reliably distinguish strftime failure from empty output on POSIX
16668         hosts.
16669
16670 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16671
16672         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
16673         (iconv_string): Don't guess a size-zero buffer, as that might cause
16674         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
16675         result would be 'too large', where 'too large' is (heuristically)
16676         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
16677         overflow concerns.  This will prevent some unwanted malloc failures
16678         when the inputs are very large.
16679
16680 2005-03-15  Karl Berry  <karl@gnu.org>
16681
16682         * config/srclist.txt (config.rpath): from gettext.
16683         * config/config.rpath: update.
16684
16685 2005-03-15  Bruno Haible  <bruno@clisp.org>
16686
16687         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
16688         to 'negate'.
16689
16690         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
16691         variable.
16692
16693         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
16694         results.
16695
16696 2005-03-14  Simon Josefsson  <jas@extundo.com>
16697
16698         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
16699         <fx@gnu.org>.
16700
16701 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
16702
16703         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
16704         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
16705         intprops.h.
16706         * lib/strtol.c: Likewise.
16707
16708 2005-03-14  Jim Meyering  <jim@meyering.net>
16709
16710         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
16711         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
16712         to be nonzero so that we (and caller) can detect the difference
16713         between a valid zero-length expansion and an error return, even
16714         when the underlying strftime fails before writing anything into
16715         that location.
16716
16717 2005-03-14  Bruno Haible  <bruno@clisp.org>
16718
16719         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
16720         Update from GNU gettext 0.14.3.
16721
16722 2005-03-10  Jim Meyering  <jim@meyering.net>
16723
16724         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
16725
16726 2005-03-10  Jim Meyering  <jim@meyering.net>
16727
16728         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
16729         so that this module works on systems without fchdir.
16730
16731 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
16732
16733         Factor int-properties macros into a single file, except for
16734         glibc-related files.
16735         * lib/intprops.h: New file.
16736         * lib/getloadavg.c: Include it instead of limits.h.
16737         (INT_STRLEN_BOUND): Remove.
16738         * lib/human.c: Include intprops.h.
16739         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
16740         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
16741         302/1000.
16742         * lib/inttostr.h: Include intprops.h instead of limits.h.
16743         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
16744         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
16745         for consistency with intprops.h.
16746         (time_t_is_integer, twos_complement_arithmetic): Use them.
16747         * lib/sig2str.h: Include <signal.h>, intprops.h.
16748         (INT_STRLEN_BOUND): Remove.
16749         * lib/strftime.c (TYPE_SIGNED): Remove.
16750         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
16751         * lib/strtol.c: Adjust comments to match intprops.h.
16752         * lib/userspec.c: Include intprops.h.
16753         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
16754         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
16755         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
16756         instead of rolling our own expressions.
16757         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
16758
16759         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
16760         instead of int.
16761         (my_strftime): Do not mishandle years close to INT_MAX, by doing
16762         the right thing even if adding 1900 would overflow.  Similarly
16763         for tm_mon + 1 and tm_yday + 1.
16764         Make %Y always equivalent to %C%y, and similarly for %G and %g.
16765         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
16766         (DO_SIGNED_NUMBER): New macro.
16767         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
16768
16769 2005-03-07  Bruno Haible  <bruno@clisp.org>
16770
16771         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
16772
16773 2005-03-07  Bruno Haible  <bruno@clisp.org>
16774
16775         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
16776
16777 2005-03-04  Derek R. Price  <derek@ximbiot.com>
16778
16779         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
16780         (func_import): Only replace files via --import when they have actually
16781         changed.
16782
16783 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16784
16785         * m4/mmap-anon.m4: New file.
16786         * m4/pagealign_alloc.m4: New file.
16787
16788 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16789             Bruno Haible  <bruno@clisp.org>
16790
16791         * modules/pagealign_alloc: New file.
16792         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
16793
16794 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16795             Bruno Haible  <bruno@clisp.org>
16796
16797         * lib/pagealign_alloc.h: New file.
16798         * lib/pagealign_alloc.c: New file.
16799
16800 2005-03-03  Bruno Haible  <bruno@clisp.org>
16801
16802         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
16803         Use an all-permissive copyright notice, recommended by RMS.
16804
16805 2005-03-02  Bruno Haible  <bruno@clisp.org>
16806
16807         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
16808         of AIX, the replacement has to be done only after <string.h> is
16809         included, therefore not in config.h. stpncpy.h does the replacement,
16810         and stpncpy.c uses it.
16811
16812 2005-03-02  Bruno Haible  <bruno@clisp.org>
16813
16814         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
16815         stpncpy.c uses it.
16816
16817 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16818
16819         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
16820         The workaround isn't strictly needed for POSIX conformance, and
16821         it's too much of a pain to configure and maintain.  We'll ask
16822         people to fix their kernels instead.
16823         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
16824         (NANOSLEEP_BUG_WORKAROUND): Remove.
16825         (xnanosleep): Remove the workaround.
16826
16827 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16828
16829         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
16830         Reported by Derek Price.
16831         (Include): Add "timespec.h".
16832
16833         * modules/xnanosleep (Depends-on): Remove gethrxtime.
16834
16835 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16836
16837         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
16838         to detect nanosleep bug.
16839
16840 2005-03-01  Bruno Haible  <bruno@clisp.org>
16841
16842         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
16843
16844 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
16845
16846         * modules/gethrxtime: New file.
16847         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
16848         (Depends-on): Add gethrxtime.
16849         (configure.ac): Add gl_XNANOSLEEP.
16850         (Makefile.am): Remove lib_SOURCES line.
16851
16852 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16853
16854         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
16855         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
16856
16857 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16858
16859         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
16860         * lib/timespec.h (gettime): Return void, since it always
16861         succeeds now.  All uses changed.
16862         * lib/gettime.c (gettime) Likewise.
16863         [HAVE_NANOTIME]: Prefer nanotime.
16864         Assume gettimeofday succeeds, as POSIX requires.
16865         Assime time () succeeds, since other code already does.
16866         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
16867         (timespec_subtract): Remove.
16868         (NANOSLEEP_BUG_WORKAROUND): New constant.
16869         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
16870         things considerably.  Use it only on GNU/Linux hosts, since the
16871         workaround shouldn't be needed elsewhere.
16872
16873 2005-02-24  Bruno Haible  <bruno@clisp.org>
16874
16875         * modules/gettext (Files): Add m4/glibc2.m4.
16876
16877 2005-02-24  Bruno Haible  <bruno@clisp.org>
16878
16879         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
16880         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
16881         * m4/progtest.m4:
16882         Update from GNU gettext 0.14.2.
16883         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
16884
16885 2005-02-24  Bruno Haible  <bruno@clisp.org>
16886
16887         * lib/localcharset.c: Update from GNU gettext 0.14.2.
16888         * lib/config.charset: Update from GNU gettext 0.14.2.
16889
16890 2005-02-24  Bruno Haible  <bruno@clisp.org>
16891
16892         * lib/gettext.h: Update from GNU gettext 0.14.2.
16893
16894 2005-02-23  Simon Josefsson  <jas@extundo.com>
16895
16896         * m4/iconvme.m4: New file.
16897
16898 2005-02-23  Jim Meyering  <jim@meyering.net>
16899
16900         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
16901         change.
16902         Thanks to Bruno Haible for catching it.
16903
16904 2005-02-22  Simon Josefsson  <jas@extundo.com>
16905
16906         * modules/iconvme: New file.
16907
16908         * MODULES.html.sh: Add iconvme.
16909
16910 2005-02-22  Simon Josefsson  <jas@extundo.com>
16911
16912         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
16913
16914 2005-02-22  Simon Josefsson  <jas@extundo.com>
16915
16916         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
16917
16918 2005-02-22  Jim Meyering  <jim@meyering.net>
16919
16920         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
16921         s/ifndef/ifdef/.
16922
16923 2005-02-20  Neil Conway  <neilc@samurai.com>
16924
16925         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
16926         returned by OSX/Darwin if the specified buffer is not large
16927         enough for the hostname.
16928
16929 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16930
16931         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
16932         pass it to _help, otherwise the latter coredumps trying to
16933         dereference state.root_argp.
16934
16935 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16936
16937         * modules/chdir-long (Depends-on): Add memrchr.
16938         * modules/memrchr (Files): Add lib/memrchr.h.
16939         (Include): "memrchr.h".
16940
16941 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16942
16943         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
16944
16945 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16946
16947         * lib/memrchr.h: New file.
16948         * lib/chdir-long.c: Include it.
16949         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
16950         Don't bother including stddef.h.
16951
16952 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
16953
16954         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
16955         inclusion.
16956         Include <sys/types.h>, for dev_t.
16957         (ME_DUMMY, ME_REMOTE): Move from here....
16958         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
16959         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
16960         Dmitry V. Levin.
16961         Include mountlist.h first, to test the interface.
16962
16963 2005-01-29  Bruno Haible  <bruno@clisp.org>
16964
16965         * lib/progname.c (program_name): Initialize.
16966         Needed when linking statically on MacOS X.
16967
16968 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16969
16970         Sync from coreutils.
16971         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
16972         (Depends-on): Add c-strtod.
16973         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
16974
16975 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16976
16977         Sync from coreutils.
16978         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
16979
16980         Remove files that are specific to coreutils.
16981         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
16982
16983 2005-01-28  Bruno Haible  <bruno@clisp.org>
16984
16985         * modules/javacomp: New file.
16986         * MODULES.html.sh (Java): Add javacomp.
16987
16988 2005-01-28  Bruno Haible  <bruno@clisp.org>
16989
16990         * m4/javacomp.m4: New file, from GNU gettext.
16991
16992 2005-01-28  Bruno Haible  <bruno@clisp.org>
16993
16994         * lib/javacomp.sh.in: New file, from GNU gettext.
16995         * lib/javacomp.h: New file, from GNU gettext.
16996         * lib/javacomp.c: New file, from GNU gettext.
16997
16998 2005-01-26  Simon Josefsson  <jas@extundo.com>
16999
17000         * lib/gai_strerror.c: Use GPL in header.
17001
17002 2005-01-26  Bruno Haible  <bruno@clisp.org>
17003
17004         * modules/javaexec: New file.
17005         * MODULES.html.sh (Java): Add javaexec.
17006
17007 2005-01-26  Bruno Haible  <bruno@clisp.org>
17008
17009         * m4/javaexec.m4: New file, from GNU gettext.
17010
17011 2005-01-26  Bruno Haible  <bruno@clisp.org>
17012
17013         * lib/javaexec.sh.in: New file, from GNU gettext.
17014         * lib/javaexec.h: New file, from GNU gettext.
17015         * lib/javaexec.c: New file, from GNU gettext.
17016
17017 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17018
17019         * modules/lchown (Depends-on): Remove lchown.h
17020
17021 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17022
17023         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17024         must be defined if the header file was not found, in order
17025         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17026
17027 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17028
17029         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17030         initializers for struct pentry_state.
17031         (__argp_error): Check return value of __asprintf
17032         (__argp_failure): Translate error message
17033
17034         * lib/argp-parse.c: Removed braces around the expansion of N_()
17035
17036 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17037
17038         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17039         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17040         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17041         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17042         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17043         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17044         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17045         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17046         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17047         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17048         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17049         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17050         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17051         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17052         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17053         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17054         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17055         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17056         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17057         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17058         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17059         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17060         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17061         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17062         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17063         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17064         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17065         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17066         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17067         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17068         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17069         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17070         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17071         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17072         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17073         Use an all-permissive copyright notice, recommended by RMS.
17074
17075 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17076
17077         * modules/chdir-long (Depends-on): Remove mempcpy.
17078
17079 2005-01-21  Jim Meyering  <jim@meyering.net>
17080
17081         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17082         same value as for Solaris 9.
17083
17084         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17085         component length.  This included changing the parameter to be
17086         of type `char *' rather than `char const *'.
17087         * lib/chdir-long.h (chdir_long): Update prototype.
17088
17089         * lib/openat.c (fdopendir, fstatat): New functions.
17090         * lib/openat.h: Include headers required for use of DIR and struct
17091         stat.
17092         [AT_SYMLINK_NOFOLLOW]: Define.
17093         (fdopendir, fstatat): Add prototypes.
17094
17095 2005-01-21  Bruno Haible  <bruno@clisp.org>
17096
17097         * modules/classpath: New file.
17098         * MODULES.html.sh (Java): Add classpath.
17099
17100 2005-01-21  Bruno Haible  <bruno@clisp.org>
17101
17102         * lib/classpath.h: New file, from GNU gettext.
17103         * lib/classpath.c: New file, from GNU gettext.
17104
17105 2005-01-20  Simon Josefsson  <jas@extundo.com>
17106
17107         * modules/version-etc-fsf: New file.
17108
17109 2005-01-20  Simon Josefsson  <jas@extundo.com>
17110
17111         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17112         * lib/version-etc.c: Remove version_etc_copyright.
17113         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17114         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17115
17116 2005-01-20  Simon Josefsson  <jas@extundo.com>
17117
17118         * lib/base64.h (isbase64): Add.
17119
17120         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17121         using a unsigned prototype, don't inline.
17122         (base64_decode): Use it.
17123
17124 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17125
17126         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17127         it.
17128
17129 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17130
17131         * lib/save-cwd.c (save_cwd): Remove code to support the case
17132         where fchdir is missing or flaky.
17133
17134 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17135
17136         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17137
17138 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17139
17140         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17141         AC_LIBSOURCES now does this.
17142         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17143         with new ullong_max module.
17144
17145 2005-01-19  Bruno Haible  <bruno@clisp.org>
17146
17147         * modules/sh-quote: New file.
17148         * MODULES.html.sh (Executing programs): Add sh-quote.
17149
17150 2005-01-19  Bruno Haible  <bruno@clisp.org>
17151
17152         * lib/sh-quote.h: New file, from GNU gettext.
17153         * lib/sh-quote.c: New file, from GNU gettext.
17154
17155 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17156
17157         Merge from coreutils.
17158         * m4/ullong_max.m4: New file.
17159         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17160         (gl_MACROS): Assume localeconv exists.
17161
17162 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17163
17164         Merge changes from coreutils, as described below in several
17165         changelogs dated today.
17166
17167         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17168         (O_DIRECTORY): Remove; not needed here, since "." must be
17169         a directory.  All uses removed.
17170         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17171         universal on Suns, and we also need to test for IRIX.
17172         Revamp code to use 'if' rather than '#if'.
17173         Avoid unnecessary comparison of cwd->desc to 0.
17174
17175         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17176         for known valid error numbers rather than observed invalid ones.
17177
17178 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17179
17180         * modules/ullong_max: New file.
17181
17182         * modules/chdir-long, modules/openat: New files.
17183         * modules/save-cwd (Depends-on): Depend on chdir-long.
17184         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17185
17186 2005-01-18  Jim Meyering  <jim@meyering.net>
17187
17188         Merge from coreutils.
17189         * m4/chdir-long.m4, m4/openat.m4: New files.
17190         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17191         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17192         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17193         is sane and DOES follow symlinks.  Besides, testing 20 different
17194         systems found no broken chown implementations.
17195         Prompted by a change in rsync's copy of this macro.
17196         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17197
17198         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17199
17200         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17201         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17202         NULL-means-set-to-current-time semantics.
17203         Remove temporary file immediately, rather than waiting
17204         for configure's at-exit trap code to do it.
17205
17206 2005-01-18  Jim Meyering  <jim@meyering.net>
17207
17208         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17209
17210         * lib/utimens.c (futimens): Account for the fact that futimes
17211         can also fail with errno == ENOSYS or errno == ENOENT.
17212         Patch from Dmitry V. Levin.
17213
17214         Change the name of the robust chdir function from chdir to chdir_long.
17215         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17216         (restore_cwd): Use chdir_long, not chdir.
17217         * lib/chdir-long.c: Renamed from chdir.c.
17218         * lib/chdir-long.h: Renamed from chdir.h.
17219         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17220         Hurd.
17221
17222 2005-01-18  Bruno Haible  <bruno@clisp.org>
17223
17224         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17225         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17226         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17227         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17228         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17229         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17230         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17231         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17232         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17233         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17234         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17235         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17236         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17237         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17238         Use an all-permissive copyright notice, recommended by RMS.
17239
17240 2005-01-18  Bob Proulx  <bob@proulx.com>
17241
17242         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17243         simplify offsetof() macro construct to avoid compile failure with
17244         native HP-UX 11.0 ANSI C compiler.
17245
17246 2005-01-17  Bruno Haible  <bruno@clisp.org>
17247
17248         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17249         redundant because stpncpy.m4 takes care of it.
17250
17251 2005-01-17  Bruno Haible  <bruno@clisp.org>
17252
17253         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17254
17255 2005-01-17  Bruno Haible  <bruno@clisp.org>
17256
17257         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17258         used.
17259
17260 2005-01-17  Bruno Haible  <bruno@clisp.org>
17261
17262         * lib/fwriteerror.h (fwriteerror): Change specification to include
17263         fclose.
17264         * lib/fwriteerror.c: Include <stdbool.h>.
17265         (fwriteerror): At the end, close the file stream. Record whether
17266         stdout was already closed.
17267
17268 2005-01-17  Bruno Haible  <bruno@clisp.org>
17269
17270         * lib/execute.c (environ): Declare if needed.
17271         * lib/pipe.c (environ): Likewise.
17272         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17273
17274 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17275
17276         * modules/argp: Depend on vsnprintf
17277
17278 2005-01-10  Jim Meyering  <jim@meyering.net>
17279
17280         * modules/closeout (Depends-on): Add atexit.
17281
17282 2005-01-06  Bruno Haible  <bruno@clisp.org>
17283
17284         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17285
17286 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17287
17288         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17289         definitions to be after all include files, to avoid collisions.
17290         Problem reported by Bob Proulx.
17291
17292 2005-01-04  Jim Meyering  <jim@meyering.net>
17293
17294         Changes imported from coreutils.
17295         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17296         as the mkstemp template, use a temporary directory and an
17297         8.3-friendly template to avoid trouble on systems like DJGPP.
17298         Reported by Juan M. Guerrero via Stepan Kasal.
17299         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17300         close. Remove the temporary directory right away, rather than waiting
17301         for configure's at-exit trap code to do it.
17302         Suggestion from Stepan Kasal.
17303
17304 2005-01-01  Simon Josefsson  <jas@extundo.com>
17305
17306         * gnulib-tool: Print #include directives when --import'ing.
17307
17308 2004-12-28  Simon Josefsson  <jas@extundo.com>
17309
17310         * tests/test-base64.c: Include required header files.  Remove
17311         unused variables.
17312
17313 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17314
17315         * modules/error (Depends-on): Remove gettext.
17316
17317 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17318
17319         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17320         not needed.  This removes a dependency on the gettext module.
17321         [defined _LIBC]: Do not include <libintl.h>; not needed.
17322
17323 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17324
17325         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17326         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17327
17328 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17329
17330         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17331         HAVE_DECL_STRTOLD.
17332
17333 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17334
17335         * modules/getdate (Depends-on): Remove alloca-opt.
17336
17337 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17338
17339         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17340
17341 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17342
17343         * lib/argp-parse.c: Include <stddef.h>.
17344         (alignof, alignto): New macros.
17345         (parser_init): Don't assume that void * is aligned sufficiently
17346         for struct option.
17347
17348         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17349         need to extend the stack.
17350         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17351         large.
17352
17353 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17354
17355         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17356
17357 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17358
17359         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17360         (2004-10-24) change.  Apparently this was a false alarm.
17361
17362         * modules/getdate: Depend on alloca-opt, not alloca.
17363
17364 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17365
17366         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17367         Remove now-obsolete comment about AIX.
17368         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17369         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17370         (YYMAXDEPTH): New macro.
17371
17372 2004-12-18  Simon Josefsson  <jas@extundo.com>
17373
17374         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17375
17376 2004-12-18  Bruno Haible  <bruno@clisp.org>
17377
17378         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17379
17380 2004-12-18  Bruno Haible  <bruno@clisp.org>
17381
17382         * lib/fatal-signal.c (fatal_signals): Make non-const.
17383         (init_fatal_signals): New function.
17384         (uninstall_handlers, install_handlers): Ignore signals that were set to
17385         SIG_IGN.
17386         (at_fatal_signal): Call init_fatal_signals.
17387         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17388         SIG_IGN.
17389         Reported by Paul Eggert.
17390
17391 2004-12-18  Bruno Haible  <bruno@clisp.org>
17392
17393         * doc/alloca.texi: New file.
17394         * doc/alloca-opt.texi: New file.
17395
17396 2004-12-17  Jim Meyering  <jim@meyering.net>
17397
17398         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17399         Otherwise, install-sh could exit with improper exit status when
17400         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17401
17402 2004-12-16  Simon Josefsson  <jas@extundo.com>
17403
17404         * tests/test-base64.c: Add license.
17405
17406 2004-12-15  Stepan Kasal  <address@hidden>
17407
17408         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17409
17410 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17411
17412         * modules/getcwd (Files): Add m4/d-ino.m4.
17413         Suggested by Mark D. Baushke.
17414
17415 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17416
17417         * lib/getdate.y (textint): New member "negative".
17418         (time_zone_hhmm): New function.
17419         Expect 14 shift-reduce conflicts, not 13.
17420         (o_colon_minutes): New rule.
17421         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17422         (yylex): Set the "negative" member of signed numbers.
17423
17424 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17425
17426         * doc/getdate.texi (Time of day items, Time zone items):
17427         Describe new formats +00:00, UTC+00:00.
17428
17429 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17430
17431         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17432         spurious "-l"s.  Problem reported by Stepan Kasal.
17433
17434 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17435
17436         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17437         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17438
17439 2004-12-04  Simon Josefsson  <jas@extundo.com>
17440
17441         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17442         Vandoorselaere <yoann@prelude-ids.org>.
17443
17444 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17445
17446         Changes imported from coreutils.
17447         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17448         exist.
17449         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17450
17451 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17452
17453         Changes imported from coreutils.
17454         * lib/hard-locale.c: Assume <locale.h> exists.
17455         Include "strdup.h".
17456         (GLIBC_VERSION): New macro.
17457         (hard_locale): Assume setlocale exists.
17458         Rewrite to avoid #ifdef.
17459         Use strdup rather than malloc + strcpy.
17460         * lib/human.c: Assume <locale.h> exists.
17461         (human_readable): Assume localeconv exists.
17462
17463 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17464
17465         * modules/hard-locale (Depends-on): Add strdup.
17466
17467 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17468
17469         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17470         convert T2, not T.  (Imported from libc.)
17471
17472 2004-11-30  Simon Josefsson  <jas@extundo.com>
17473
17474         * modules/restrict (License): Change to LGPL.
17475
17476 2004-11-30  Simon Josefsson  <jas@extundo.com>
17477
17478         * m4/restrict.m4: Add copyright and copying conditions.
17479
17480 2004-11-30  Simon Josefsson  <jas@extundo.com>
17481
17482         * m4/base64.m4: New file.
17483
17484 2004-11-30  Simon Josefsson  <jas@extundo.com>
17485
17486         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17487         base64.
17488
17489         * tests/test-base64.c: New file.
17490
17491         * modules/base64: New file.
17492
17493 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17494
17495         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17496         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17497
17498         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17499
17500 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17501
17502         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17503         (__getcwd.c): Don't restore errno; glibc doesn't.
17504         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17505         first, falling back to our code only if its results look suspicious.
17506         Ensure that the resulting buffer is only as large as necessary.
17507
17508         * lib/readutmp.c: Include readutmp.h first.
17509         Include <errno.h>, since readutmp.h no longer does that.
17510         * lib/readutmp.h: Don't include <errno.h>,
17511         <sys/param.h>, <time.h>; not needed to establish interface.
17512         (errno): Remove decl.
17513         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
17514         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
17515         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
17516
17517 2004-11-28  Simon Josefsson  <jas@extundo.com>
17518
17519         * lib/base64.h, base64.c: New file.
17520
17521 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17522
17523         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
17524
17525 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17526
17527         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
17528         (Depends-on): Remove pathmax, same.  Add mempcpy.
17529         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
17530         (Makefile.am): Append getcwd.h to lib_SOURCES.
17531         (Include): Add getcwd.h.
17532         (Maintainer): Change from Jim Meyering to "all, glibc",
17533         since getdate now uses intended-for-glibc code.
17534         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
17535         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
17536
17537 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17538
17539         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
17540         HP's ANSI C compiler.
17541         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
17542         Declaring int functions causes warnings on some modern systems and
17543         shouldn't be needed to compile on ancient ones.
17544         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
17545         defined.
17546
17547         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
17548         with the following changes.
17549         (__set_errno): Parenthesize properly.
17550         Include <stdbool.h>.
17551         (MIN, MAX, MATCHING_INO): New macros.
17552         (__getcwd): Define with prototype, not K&R form.
17553         Use heuristics to allocate default buffer on stack if possible.
17554         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
17555         behavior, and to avoid the PATH_MAX limit when computing
17556         ../../../../...
17557         Use MATCHING_INO to compare inode number to file.
17558         Check for arithmetic overflow in size calculations.
17559         Fix bug in reallocation of dot array that caused getcwd to fail
17560         on directories nested deeper than 75.
17561         Be more careful about saving errno on error.
17562         Do not use realloc; use only free+malloc, as this is a bit
17563         more flexible and avoids a needless copy operation.
17564         Do not inspect st_dev and st_ino for symbolic links; POSIX
17565         doesn't specify the latter.
17566         Check for closedir errors.
17567         Avoid needless casts.
17568         Use "#ifdef weak_alias" around weak_alias, to be like other
17569         glibc code.
17570         The following changes to getcwd.c have effect only when used in
17571         gnulib; they have no effect inside glibc proper.
17572         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
17573         as alloca isn't used.
17574         (alloca, __alloca): Likewise.
17575         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
17576         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17577         unconditionally, as gnulib assumes C89 or better.
17578         Do not include <sys/param.h>.
17579         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
17580         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
17581         better.
17582         (NULL) [!defined NULL]: Remove; we assume C89 or better.
17583         Include <dirent.h> in a way that is compatible with modern Autoconf.
17584         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
17585         New macros, if not already defined.
17586         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
17587         Use "_LIBC", not "defined _LIBC", for consistency.
17588         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
17589         a mempcpy module.
17590         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
17591         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
17592         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
17593         credit only to Jim Meyering and adjust the copyright dates.
17594         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
17595         <stdlib.h>, <unistd.h>, "pathmax.h".
17596         Instead, include "xgetcwd.h" (first) and "getcwd.h".
17597         (INITIAL_BUFFER_SIZE): Remove.
17598         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
17599
17600 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17601
17602         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
17603         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
17604         Use the _ONCE methods, for efficiency.
17605         Check for fcntl.h.  In test program, include <errno.h>
17606         and <fcntl.h> if available.  Remove old K&R cruft from
17607         test program.  Check for common errors in GNU/Linux,
17608         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
17609         don't do AC_LIBOBJ, as that's getcwd.m4's job.
17610         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
17611         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
17612         name accordingly.
17613         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
17614         accommodate new getcwd.c.
17615         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
17616         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
17617         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
17618         that's all we need now.
17619
17620 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17621
17622         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
17623         argp-parse.c depends on getopt internals, that means we should
17624         always use our getopt, to be on the safe side.
17625         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
17626         order not to spoil the result of an eventual previous invocation
17627         of gl_GETOPT_SUBSTITUTE.
17628
17629 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17630
17631         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
17632         redefinition warnings. To avoid them, include the defines
17633         in `#if !defined __need_getopt ... #endif'. The only place
17634         where __getopt_argv_const is used is in definitions
17635         of getopt_long and getopt_long_only below, which are as well
17636         protected by `#ifndef __need_getopt'.
17637         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
17638         __need_getopt after including <stdio.h> and <unistd.h> These
17639         headers might have defined it.
17640
17641 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17642
17643         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
17644
17645 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17646
17647         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
17648         (futimens): New function, which uses futimes if available.
17649         (futimens, utimens): Support timespec==NULL, with same semantics
17650         as utime and utimens.
17651         * lib/utimens.h (futimens): New decl.
17652
17653 2004-11-23  Jim Meyering  <jim@meyering.net>
17654
17655         * lib/getopt_.h: Remove trailing blanks.
17656
17657 2004-11-23  Jim Meyering  <jim@meyering.net>
17658
17659         * lib/__fpending.c: Add comment.
17660
17661 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
17662
17663         * modules/canonicalize (Depends-on): Add xreadlink.
17664         Problem reported by James Youngman.
17665
17666 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17667
17668         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
17669         New macros.
17670         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
17671         optopt): Use them instead of invoking ## directly; otherwise, the
17672         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
17673
17674 2004-11-19  Bruno Haible  <bruno@clisp.org>
17675
17676         * lib/strtok_r.c: Move comments from here...
17677         * lib/strtok_r.h: ... to here.
17678
17679 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17680
17681         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
17682         implementations that mishandle size_t overflow.
17683
17684 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17685
17686         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
17687         might fail.  Problem reported by Yoann Vandoorselaere.
17688         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
17689         implementations that mishandle size_t overflow.
17690
17691 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17692
17693         * modules/canon-host (Depends-on): Add strdup.
17694
17695 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17696
17697         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
17698
17699 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17700
17701         * lib/canon-host.c: Include "strdup.h".
17702         (canon_host): Use getaddrinfo if available, so that IPv6 works.
17703         Use strdup instead of malloc/strcpy to duplicate strings.
17704
17705         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
17706         (human_space_before_unit): New constant.
17707         * lib/human.c (human_readable): Support it.
17708
17709         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
17710         (xgetcwd): Set errno correctly when failing.
17711         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
17712         the failure is actually due to a PATH_MAX problem.
17713
17714         Further getopt changes to make it more likely that glibc will
17715         buy the changes back.
17716         * lib/getopt.c (POSIXLY_CORRECT): New constant.
17717         (getopt): Use it, so to preserve glibc semantic
17718         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
17719         when compiling for libc.
17720         * lib/getopt_.h (__getopt_argv_const): Bring it back.
17721         (getopt_long, getopt_long_only): Use it.
17722
17723         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17724         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
17725         (getopt): Argv is now char * const *, as per standard.
17726         (_getopt_internal_r, _getopt_internal): Argv is now char **,
17727         not char *__getopt_argv_const *.
17728         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17729         _getopt_long_only_r): Likewise.
17730         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
17731         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17732         _getopt_long_r, _getopt_long_only_r): Likewise.
17733         * lib/getopt_.h (__getopt_argv_const): Remove.
17734         (getopt): Argv is now char * const *, as per standard.
17735
17736         * lib/getdate.y (tORDINAL): New token.
17737         (day, relunit): Allow it for relative times.
17738         (relative_time_table): Use tORDINAL for ordinals.
17739
17740 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17741
17742         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
17743         Document that "second" isn't allowed as an ordinal number.
17744
17745 2004-11-16  Jim Meyering  <jim@meyering.net>
17746
17747         * modules/closeout (Depends-on): Add fpending.
17748
17749 2004-11-15  Jim Meyering  <jim@meyering.net>
17750
17751         * lib/closeout.c: Include "__fpending.h" once again.
17752         Include <stdbool.h>.
17753         (close_stdout): Don't fail just because stdout was closed initially,
17754         since some programs don't write to stdout in the normal course of
17755         operation (other than --version and --help), and we don't want this
17756         function to make e.g. `touch file >&-' fail.
17757         But do fail if it was closed and someone has tried to write to it.
17758         E.g., `printf foo >&-' must fail.
17759
17760 2004-11-13  Jim Meyering  <jim@meyering.net>
17761
17762         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
17763
17764 2004-11-12  Simon Josefsson  <jas@extundo.com>
17765
17766         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
17767         small doc fix is still pending.
17768
17769 2004-11-11  Simon Josefsson  <jas@extundo.com>
17770
17771         * modules/strtok_r: New file.
17772
17773         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17774         strtok_r.
17775
17776 2004-11-11  Simon Josefsson  <jas@extundo.com>
17777
17778         * m4/strtok_r.m4: New file.
17779
17780         * m4/getopt.m4: Replace opterr.
17781
17782 2004-11-11  Simon Josefsson  <jas@extundo.com>
17783
17784         * lib/strtok_r.h, strtok_r.c: New file.
17785
17786 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
17787
17788         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
17789         of replacing opterr, getopt, etc.  This should handle the
17790         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
17791
17792 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
17793
17794         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
17795         we can stop lying to compilers about the constness of argv when we
17796         are compiled outside glibc.
17797         (getopt, getopt_long, getopt_long_only): Use it.
17798         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17799         _getopt_internal, getopt): Likewise.
17800         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17801         _getopt_long_only_r): Likewise.
17802         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17803         _getopt_long_r, _getopt_long_only_r): Likewise.
17804
17805         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
17806         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
17807         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
17808         the other external symbols.
17809         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
17810         declaration, since the above renaming now works around collisions.
17811
17812 2004-11-11  Jim Meyering  <jim@meyering.net>
17813
17814         * lib/linebreak.c: Remove trailing blanks.
17815         * lib/alloca_.h: Likewise.
17816         * lib/acosl.c: Likewise.
17817         * lib/euidaccess.c: Likewise.
17818         * lib/allocsa.h: Likewise.
17819
17820 2004-11-10  Simon Josefsson  <jas@extundo.com>
17821
17822         * m4/getaddrinfo.m4: New file.
17823
17824 2004-11-10  Simon Josefsson  <jas@extundo.com>
17825
17826         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
17827
17828 2004-11-10  Simon Josefsson  <jas@extundo.com>
17829
17830         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17831         getaddrinfo.
17832
17833         * modules/getaddrinfo: New file.
17834
17835 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17836
17837         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
17838
17839 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17840
17841         * lib/mktime.c (SHR): New macro, which is a portable
17842         substitute for >> that should work even on Crays.
17843         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
17844         Problem reported by Mark D. Baushke in
17845         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
17846         * lib/getdate.y (SHR): Likewise.
17847         (tm_diff): Use it.
17848         * lib/strftime.c (SHR): Likewise.
17849         (tm_diff): Use it.
17850         * lib/quotearg.c (struct quoting_options): Use unsigned int for
17851         quote_these_too, so that right shifts are well defined.  All uses
17852         changed.
17853
17854 2004-11-10  Jim Meyering  <jim@meyering.net>
17855
17856         Ensure that no close failure goes unreported.
17857         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
17858         return early when it seems there's nothing to flush.
17859         Don't include __fpending.h.
17860
17861 2004-11-10  Jim Meyering  <jim@meyering.net>
17862
17863         * modules/closeout (Depends-on): Remove fpending.
17864
17865 2004-11-10  Jim Meyering  <jim@meyering.net>
17866
17867         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
17868
17869 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17870
17871         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
17872         gl_FUNC_STRFTIME.
17873         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
17874         and AC_REQUIRE when possible, to avoid duplicate checks.
17875         Check for <wchar.h>.
17876
17877 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17878
17879         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
17880
17881 2004-11-09  Bruno Haible  <bruno@clisp.org>
17882
17883         * m4/sockpfaf.m4: New file.
17884
17885 2004-11-05  Bruno Haible  <bruno@clisp.org>
17886
17887         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
17888         Reported by Mark D. Baushke <mdb@cvshome.org>.
17889
17890 2004-11-04  Bruno Haible  <bruno@clisp.org>
17891
17892         2004-09-11  Bruno Haible  <bruno@clisp.org>
17893                 * allocsa.valgrind: New file.
17894         2004-02-06  Bruno Haible  <bruno@clisp.org>
17895                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
17896                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
17897                 Reported by Christopher Seip <chris.seip@hp.com>.
17898
17899 2004-11-04  Bruno Haible  <bruno@clisp.org>
17900
17901         * modules/allocsa (Files): Add lib/allocsa.valgrind.
17902         (Makefile.am): Distribute it.
17903
17904 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17905
17906         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
17907         with errno == ERANGE if the buffer is too small.
17908         Problem reported by Mark D. Baushke.
17909
17910 2004-11-03  Albert Chin  <china@thewrittenword.com>
17911             Paul Eggert  <eggert@cs.ucla.edu>
17912
17913         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
17914         equivalent, substitute $ac_type for equivalent type rather than
17915         blindly using uint32_t *always* which won't work if uint32_t is not
17916         available.  Define _UINT32_T to work around typedef of uint32_t if
17917         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
17918         2.5.1.
17919
17920 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17921
17922         * m4/jm-macros.m4: Sync from coreutils.
17923         (gl_MACROS): Check for mbrlen, for pathchk.
17924         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
17925
17926 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17927
17928         * lib/xreadlink.c (MAXSIZE): New macro.
17929         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
17930         size does not exceed MAXSIZE.  Avoid cast.
17931         As suggested by Mark D. Baushke in
17932         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
17933         if readlink fails with buffer size just under MAXSIZE, try again
17934         with MAXSIZE.
17935
17936 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17937
17938         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
17939
17940 2004-11-02  Derek R. Price  <derek@ximbiot.com>
17941         and  Paul Eggert  <eggert@cs.ucla.edu>
17942
17943         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
17944         (get_date): Overparenthesize to avoid GCC warning.
17945
17946 2004-11-02  Bruno Haible  <bruno@clisp.org>
17947
17948         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
17949         returns void.
17950
17951 2004-11-02  Bruno Haible  <bruno@clisp.org>
17952
17953         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
17954         function returns void.
17955
17956 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17957
17958         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
17959         fflush_unlocked, flockfile, funlockfile, funlockfile,
17960         fputs_unlocked, putc_unlocked.
17961
17962 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17963
17964         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17965         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
17966         already declared.
17967
17968 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17969
17970         * modules/getdate (Files): Add doc/getdate.texi.
17971         (Depends-on): Add setenv, xalloc.
17972
17973 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17974
17975         * lib/getdate.y: Add support for TZ="foo" within a date string.
17976         Fix some bugs near time_t boundaries.  Reject dates with
17977         out-of-range components, e.g., "Sept 31".
17978         Include <stdlib.h>, "setenv.h", "xalloc.h".
17979         (ISDIGIT_LOCALE): Remove; unused.
17980         Note that the TZ and time functions used here are not reentrant.
17981         (mktime_ok, get_tz): New functions.
17982         (TZBUFSIZE): New constant.
17983         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
17984         This requires that we sometimes generate our own TZ="XXX..." setting.
17985
17986 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17987
17988         * doc/getdate.texi: New file, from coreutils with modifications for
17989         the new TZ parsing.
17990
17991 2004-10-27  Derek R. Price  <derek@ximbiot.com>
17992
17993         * lib/mktime.c (not_equal_tm): Remove redundant check.
17994
17995 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17996
17997         * modules/regex (lib_SOURCES): Add regex.c.
17998         Reported by James Youngman in
17999         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18000
18001 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18002
18003         * lib/getdate.y: Use Bison 1.875 features, and some minor
18004         code cleanups.  This change does not affect semantics.
18005         Don't include <stdlib.h>; no longer needed.
18006         Don't include unlocked-io.h; only the "#if TEST" code uses
18007         stdio, and performance isn't crucial there.
18008         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18009         Bison 1.875 features as described below.
18010         All uses of "PC." replaced by "pc->".
18011         (YYSTYPE): Add a forward declaration.
18012         (yylex, yyerror): Use full prototypes in forward decls.
18013         Use "%pure-parser" rather than obsolescent "%pure_parser".
18014         Use %parse-param and %lex-param instead of obsolescent
18015         YYPARSE_PARAM and YYLEX_PARAM.
18016         (meridian_table, month_and_day_table, time_units_table,
18017         relative_time_table, time_zone_table, military_table,
18018         lookup_zone, lookup_word, get_date):
18019         Use NULL instead of 0 where appropriate.
18020         (to_hour): Avoid abort (), to avoid a dependency on
18021         stdlib.h.
18022         (yyerror, yylex): Now accepts parser_control * arg.
18023         (main) [TEST]: Use '\0' rather than 0 for char.
18024
18025 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18026
18027         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18028
18029 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18030
18031         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18032         It's now the caller's responsibility to handle the case where
18033         !HAVE_GETPAGESIZE && !defined getpagesize.
18034
18035         * lib/mktime.c (leapyear): Arg is long int, not int.
18036
18037 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18038
18039         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18040
18041 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18042
18043         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18044         missing.  Problem reported by James Youngman.
18045
18046 2004-10-16  Simon Josefsson  <jas@extundo.com>
18047
18048         * gnulib-tool: Fix comments.  Fix parse problem.
18049         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18050
18051 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18052
18053         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18054         implementation of getopt_long.  Problem reported by Alexander Taler in:
18055         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18056
18057 2004-10-15  Bruno Haible  <bruno@clisp.org>
18058
18059         * gnulib-tool: Untabify. Initialize supplied_libname.
18060         (func_usage): More homogenous output.
18061         (func_modules_transitive_closure, func_modules_to_filelist,
18062         func_emit_lib_Makefile_am): New functions.
18063         (func_import): New function, extracted from big case statement. Use
18064         func_get_license, func_modules_transitive_closure,
18065         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18066         opt_lgpl. Don't use test -a, as it's not portable.
18067         (func_create_testdir): Use func_modules_transitive_closure,
18068         func_modules_to_filelist, func_emit_lib_Makefile_am.
18069
18070 2004-10-15  Bruno Haible  <bruno@clisp.org>
18071
18072         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18073
18074 2004-10-15  Bruno Haible  <bruno@clisp.org>
18075
18076         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18077         the portions belonging to each module.
18078         Suggested by Derek Robert Price <derek@ximbiot.com>.
18079
18080 2004-10-12  Simon Josefsson  <jas@extundo.com>
18081
18082         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18083         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18084         to real functions.
18085
18086 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18087
18088         * modules/vsnprintf: New file.
18089
18090 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18091
18092         * m4/vsnprintf.m4: New file.
18093
18094 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18095
18096         * lib/vsnprintf.h: New file.
18097         * lib/vsnprintf.c: New file.
18098
18099 2004-10-11  Bruno Haible  <bruno@clisp.org>
18100
18101         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18102         vsnprintf.
18103
18104 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18105
18106         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18107
18108 2004-10-07  Bruno Haible  <bruno@clisp.org>
18109
18110         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18111         fits into the provided buffer.
18112
18113 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18114
18115         * lib/diacrit.c, diacrit.h: Add GPL notice.
18116
18117         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18118         notice.
18119         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18120         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18121         This avoids a potential constant-folding bug.
18122
18123 2004-10-05  Bruno Haible  <bruno@clisp.org>
18124
18125         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18126         for the declaration of strsep.
18127
18128 2004-10-05  Bruno Haible  <bruno@clisp.org>
18129
18130         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18131
18132 2004-10-04  Simon Josefsson  <jas@extundo.com>
18133
18134         * modules/memmem: New file.
18135         * tests/test-memmem.c: New file.
18136         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18137
18138 2004-10-04  Simon Josefsson  <jas@extundo.com>
18139
18140         * m4/memmem.m4: New file.
18141
18142 2004-10-04  Simon Josefsson  <jas@extundo.com>
18143
18144         * lib/memmem.h: New file.
18145         * lib/memmem.c: New file, taken from glibc.
18146
18147 2004-10-04  Simon Josefsson  <jas@extundo.com>
18148
18149         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18150         '#ifdef USE_UNLOCKED_IO'.
18151
18152 2004-10-04  Simon Josefsson  <jas@extundo.com>
18153
18154         * config/srclist.txt: Add memmem from glibc.
18155
18156 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18157
18158         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18159
18160         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18161         modules/exclude, modules/getdate, modules/getline,
18162         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18163         modules/getusershell, modules/linebuffer, modules/md5,
18164         modules/mountlist, modules/posixtm, modules/readtokens,
18165         modules/readutmp, modules/regex, modules/sha1,
18166         modules/version-etc, modules/yesno:
18167         Remove dependency on unlocked-io.
18168
18169 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18170
18171         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18172
18173         * m4/unlocked-io.m4: Add copyright notice.
18174         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18175
18176 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18177
18178         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18179         * lib/xmalloc.c (xmemdup): Likewise.
18180         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18181         XFREE): Remove these long-obsolescent macros.
18182         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18183         * lib/xstrdup.c: Remove.
18184
18185         * lib/regex.c (re_comp): Cast gettext return value to char *,
18186         Problem reported by Martin Neitzel via Mark D. Baushke.
18187
18188 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18189
18190         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18191         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18192         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18193         regex.c, sha1.c, version-etc.c, yesno.c:
18194         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18195         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18196         the includer's responsibility.
18197
18198         Sync from coreutils.
18199
18200         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18201         points to the start of a string, as the C Standard says the
18202         resulting behavior is undefined.
18203
18204         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18205         simple -> simple_backups, numbered_existing ->
18206         numbered_existing_backups, numbered -> numbered_backups
18207         to avoid shadowing problems.  All uses changed.
18208         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18209         * lib/backupfile.c (check_extension, numbered_backup):
18210         Rename locals to avoid shadowing 'basename'.
18211         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18212         once.
18213
18214         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18215         * lib/.cvsignore: Add getopt.h.
18216
18217 2004-10-04  Bruno Haible  <bruno@clisp.org>
18218
18219         * modules/README: New file.
18220         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18221         not a module.
18222
18223 2004-10-02  Jim Meyering  <jim@meyering.net>
18224
18225         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18226
18227 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18228
18229         * modules/strsep: New file.
18230
18231 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18232
18233         * m4/strsep.m4: New file.
18234
18235 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18236
18237         * lib/strsep.h: New file.
18238         * lib/strsep.c: New file.
18239
18240 2004-10-01  Simon Josefsson  <jas@extundo.com>
18241
18242         * lib/snprintf.c (snprintf): Handle size==0.
18243
18244 2004-10-01  Simon Josefsson  <jas@extundo.com>
18245             Bruno Haible  <bruno@clisp.org>
18246
18247         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18248         (snprintf): Declare 'args'.
18249
18250 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18251
18252         * lib/snprintf.c: Remove comments as to why each header is needed.
18253
18254 2004-10-01  Bruno Haible  <bruno@clisp.org>
18255
18256         * MODULES.html.sh: Add strsep.
18257
18258 2004-09-30  Simon Josefsson  <jas@extundo.com>
18259
18260         * modules/snprintf: New file.
18261
18262 2004-09-30  Simon Josefsson  <jas@extundo.com>
18263
18264         * m4/snprintf.m4: New file.
18265
18266 2004-09-30  Simon Josefsson  <jas@extundo.com>
18267
18268         * lib/snprintf.h, lib/snprintf.c: New files.
18269
18270 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18271
18272         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18273         (hol_entry_help): Never translate an empty string.
18274         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18275         * lib/argp.h (OPTION_NO_TRANS): New option.
18276
18277 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18278
18279         * modules/argp (Maintainer): Replace Simon Josefsson
18280         by Sergey Poznyakoff.
18281
18282 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18283
18284         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18285         changes merged back into glibc.
18286
18287 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18288
18289         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18290
18291 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18292
18293         * lib/xvasprintf.c: Include xalloc.h.
18294         (xvasprintf): Use xalloc_die, not xmalloc_die.
18295
18296 2004-09-29  Bruno Haible  <bruno@clisp.org>
18297
18298         * modules/alloca-opt: New file, derived from modules/alloca.
18299         * modules/allocsa: Depend on alloca-opt instead of alloca.
18300         * modules/setenv: Likewise.
18301         * modules/vasnprintf: Likewise.
18302         * MODULES.html.sh: Add alloca-opt.
18303
18304 2004-09-28  Simon Josefsson  <jas@extundo.com>
18305
18306         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18307         LGPL, and to replace license template from GPL to LGPL.
18308
18309 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18310
18311         * modules/dummy: Change license to LGPL.
18312
18313 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18314
18315         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18316
18317 2004-09-24  Simon Josefsson  <jas@extundo.com>
18318
18319         * modules/minmax (License): Change from GPL to LGPL.
18320
18321 2004-09-23  Simon Josefsson  <jas@extundo.com>
18322
18323         * gnulib-tool (--import): Typo.
18324
18325 2004-09-23  Simon Josefsson  <jas@extundo.com>
18326
18327         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18328
18329 2004-09-22  Bruno Haible  <bruno@clisp.org>
18330
18331         * modules/*: Add 'License' field.
18332         * gnulib-tool: Accept --extract-license option.
18333         (func_get_license): New function.
18334
18335 2004-09-21  Bruno Haible  <bruno@clisp.org>
18336
18337         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18338         Reported by Simon Josefsson.
18339
18340 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18341
18342         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18343         gl_AC_TYPE_LONG_LONG.
18344
18345 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18346
18347         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18348
18349 2004-09-18  Simon Josefsson  <jas@extundo.com>
18350         and  Paul Eggert  <eggert@cs.ucla.edu>
18351
18352         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18353         calls with autoreconf.  Define GL_LIB.
18354
18355 2004-09-14  Karl Berry  <karl@gnu.org>
18356
18357         * config/srclist.txt: unsync setenv.c, sigh.
18358
18359 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18360
18361         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18362         Problem reported by Bruno Haible in:
18363         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18364
18365 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18366
18367         * config/srclist.txt: Comment out argp-pvh.c.
18368
18369 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18370
18371         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18372         in case some system header has #define'd it.  Problem reported by
18373         Soeren D. Schulze in
18374         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18375
18376 2004-09-09  Karl Berry  <karl@gnu.org>
18377
18378         * regex.[ch]: delete from the root.  These were supposed to be
18379                 synced with emacs cvs, but this has not happened for about
18380                 a year, and anyway nothing else uses emacs regex.[ch].
18381                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18382                 lib/regex[.ch] is untouched.
18383
18384 2004-09-09  Bruno Haible  <bruno@clisp.org>
18385
18386         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18387
18388 2004-09-09  Bruno Haible  <bruno@clisp.org>
18389
18390         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18391         modifications.
18392         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18393
18394 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18395
18396         * modules/xvasprintf: New file.
18397         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18398
18399 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18400
18401         * lib/xvasprintf.h: New file.
18402         * lib/xvasprintf.c: New file.
18403         * lib/xasprintf.c: New file.
18404
18405 2004-09-08  Bruno Haible  <bruno@clisp.org>
18406
18407         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18408
18409 2004-09-08  Bruno Haible  <bruno@clisp.org>
18410
18411         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18412         length is > INT_MAX.
18413         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18414         more.
18415
18416 2004-09-08  Bruno Haible  <bruno@clisp.org>
18417
18418         * lib/stdint_.h: New file, taken from GNU clisp.
18419
18420 2004-09-08  Bruno Haible  <bruno@clisp.org>
18421             Oskar Liljeblad  <oskar@osk.mine.nu>
18422
18423         * modules/stdint: New file.
18424         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18425
18426 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18427
18428         Import from coreutils.
18429         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18430         strings on unbounded length.  alloca's performance benefits aren't
18431         that important here.
18432         (V_STRDUP): Remove.
18433         (parse_with_separator): New function, with most of the internals
18434         of the old parse_user_spec.  Allow user to omit both user and group,
18435         for compatibility with FreeBSD.
18436         Clone only the user name, not the entire spec.
18437         Do not set *uid, *gid unless entirely successful.
18438         Avoid memory leak in some failing cases.
18439         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18440         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18441         (parse_user_spec): Rewrite to use parse_with_separator.
18442
18443 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18444
18445         * modules/userspec: Don't depend on alloca.
18446
18447 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18448
18449         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18450
18451 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18452
18453         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18454         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18455         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18456
18457 2004-08-16  Simon Josefsson  <jas@extundo.com>
18458
18459         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18460         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18461         Add --dry-run for --import.
18462         Let user provided command line parameters override configure.ac
18463         settings.
18464
18465 2004-08-12  Simon Josefsson  <jas@extundo.com>
18466
18467         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18468         as discussed with Paul Eggert in threads rooted at
18469         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18470         and
18471         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18472         Before, the test was empty, and relied on ELIDE_CODE in source
18473         code.)
18474         (gl_PREREQ_GETOPT): New macro.
18475         (gl_GETOPT): Use them.
18476
18477 2004-08-12  Simon Josefsson  <jas@extundo.com>
18478
18479         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18480         * lib/getopt_.h: Renamed from getopt.h.
18481
18482 2004-08-12  Simon Josefsson  <jas@extundo.com>
18483
18484         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18485         Change default library name from libfoo to libgnu.
18486         Now, if you have a configure.ac that says:
18487                 gl_SOURCE_BASE(gl)
18488                 gl_M4_BASE(gl/m4)
18489                 gl_MODULES(error getopt etcetera)
18490                 gl_INIT
18491         you can import all you need by running:
18492                 ../gnulib/gnulib-tool --import
18493
18494         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18495         (Makefile.am): Rewrite, use logic from argz.
18496         (Include): Use <getopt.h> instead of "getopt.h".
18497
18498 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18499
18500         * modules/argp (Files): Add m4/unlocked-io.m4.
18501         (Depends-on): Add extensions.
18502
18503 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18504
18505         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18506         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
18507         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
18508         Check for program_invocation_name, program_invocation_short_name,
18509         flockfile, funlockfile, features.h, _getopt_long_only_r.
18510
18511 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18512
18513         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
18514         its complicated substitute.
18515         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
18516         and program_invocation_name.
18517         (__argp_basename) [!_LIBC]: Remove; the only use was
18518         replaced by its body.
18519         (__argp_short_program_name): Change condition from
18520         !defined __argp_short_program_name to
18521         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
18522         to match argp-namefrob.h.
18523         (__argp_failure): Don't assume strerror_r returns char *.
18524         * lib/argp-parse.c (N_): Define unconditionally.
18525         (argp_default_options): Fill out initializers with 0 to avoid
18526         gcc warnings.
18527
18528 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18529
18530         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
18531         getopt1.c.
18532
18533 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18534
18535         Merge from coreutils.
18536
18537         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
18538
18539         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
18540         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
18541
18542 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18543
18544         Merge from coreutils.
18545
18546         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
18547         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
18548         for Reliant Unix 5.43.
18549
18550         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
18551         (union fooround): Use uintmax_t, not long int.
18552         The rest is a merge from libc:
18553         [defined _LIBC]: Include <shlib-compat.h>.
18554         (_obstack) [defined _LIBC]: Remove after 2.3.4.
18555
18556         * lib/settime.c (settime): Recode to avoid warning with
18557         Sun Forte C 6U2.
18558
18559         * lib/strverscmp.c: Convert to UTF-8.
18560
18561 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18562
18563         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18564         m4/uintmax_t.m4.
18565
18566 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18567
18568         * modules/xalloc-die: New file.
18569         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
18570
18571         * modules/md5 (Files): Add m4/uint32_t.m4.
18572         * modules/sha1: Renamed from modules/sha.
18573         (Files):
18574         Rename lib/sha.h to lib/sha1.h.
18575         Rename lib/sha.c to lib/sha1.c.
18576         Rename m4/sha.m4 to m4/sha1.m4.
18577         (lib_SOURCES): Likewise.
18578         (configure.ac): Rename gl_SHA to gl_SHA1.
18579         (Include): sha.h -> sha1.h.
18580
18581 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18582
18583         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
18584         * m4/sha1.m4: Renamed from sha.m4.
18585         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
18586
18587 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18588
18589         * lib/obstack.h (obstack_empty_p):
18590         Don't assume that chunk->contents is suitably aligned.
18591         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
18592         Likewise. Problem reported by Benno in
18593         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
18594
18595         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
18596         readable.  This could be improved further but it'd take some work.
18597
18598 2004-08-08  Simon Josefsson  <jas@extundo.com>
18599
18600         * modules/xgethostname (Depends-on): Remove exit and error (not
18601         used).
18602
18603         * modules/getpass-gnu: Add getpass.h.
18604         (Depends-on): Add stdbool.
18605         * modules/getpass: Add getpass.h.
18606
18607 2004-08-08  Simon Josefsson  <jas@extundo.com>
18608
18609         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
18610         Check getpass declaration.
18611
18612 2004-08-08  Simon Josefsson  <jas@extundo.com>
18613
18614         * lib/xgethostname.c: Don't include error.h (not used).
18615
18616         * lib/getpass.h: Add.
18617         * lib/getpass.c: Include getpass.h first.
18618
18619 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
18620
18621         * lib/xalloc-die.c: New file.
18622         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
18623         All uses removed.
18624         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
18625         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
18626         xalloc-die.c.
18627         (_, N_, xalloc_die): Move to xalloc-die.c.
18628         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
18629         so that we needn't mess with xalloc_msg_memory_exhausted.
18630
18631         * lib/sha1.h: Renamed from sha.h.
18632         (SHA1_H): Renamed from _SHA_H.
18633         (sha1_ctx): Renamed from sha_ctx.
18634         (sha1_init_ctx): Renamed from sha_init_ctx.
18635         (sha1_process_block): Renamed from sha_process_block.
18636         (sha1_process_bytes): Renamed from sha_process_bytes.
18637         (sha1_finish_ctx): Renamed from sha_finish_ctx.
18638         (sha1_read_ctx): Renamed from sha_read_ctx.
18639         (sha1_stream): Renamed from sha_stream.
18640         (sha1_buffer): Renamed from sha_buffer.
18641         * lib/sha1.c: Likewise; renamed from sha.c.
18642         Do not include <sys/types.h>.
18643         Include <stddef.h> rather than <stdlib.h>.
18644
18645 2004-08-08  Bruno Haible  <bruno@clisp.org>
18646
18647         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
18648         FILESYSTEM_PREFIX_LEN.
18649         * lib/progreloc.c: Likewise.
18650         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
18651
18652 2004-08-06  Simon Josefsson  <jas@extundo.com>
18653
18654         * modules/progname (Depends-on): Don't depend on stdbool.
18655
18656 2004-08-06  Simon Josefsson  <jas@extundo.com>
18657
18658         * modules/getsubopt: New file.
18659         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18660         getsubopt.
18661
18662 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18663
18664         More merge from coreutils.
18665
18666         * m4/utimens.m4, m4/utimecmp.m4: New files.
18667         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
18668         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
18669         prereq.m4, sha.m4: Import changes from coreutils.
18670
18671 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18672
18673         More merge from coreutils.
18674         * modules/raise, modules/readtokens0, modules/utimens:
18675         * modules/utimecmp, module/xnanosleep: New files.
18676         * modules/strftime: Add lib/strftime.h.
18677         Change include from <time.h> to "strftime.h".
18678         * modules/yesno: Add lib/yesno.h.
18679         * modules/backupfile: Remove lib/addext.c.
18680         * modules/euidaccess: Add stat-macros.h.
18681         * modules/canonicalize, modules/euidaccess,
18682         modules/filemode, modules/lchown, modules/makepath,
18683         modules/rmdir, modules/stat: Likewise.
18684
18685 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18686
18687         Merge from tar.
18688         * lib/argp-help.c (make_hol, hol_append): Don't assume that
18689         SIZE_MAX is a valid preprocessor constant.
18690         (__argp_basename): Change from "#ifndef _LIBC"
18691         to "#ifndef __argp_short_program_name", so that
18692         we don't compile these functions for tar.
18693
18694         More merges from coreutils.
18695         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
18696         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
18697         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
18698         * lib/addext.c: Remove; no longer needed.
18699         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
18700         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
18701         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
18702         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
18703         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
18704         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
18705         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
18706         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
18707         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
18708         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
18709         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
18710         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
18711         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
18712         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
18713         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
18714         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
18715         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
18716         Import changes from coreutils.
18717
18718 2004-08-05  Simon Josefsson  <jas@extundo.com>
18719
18720         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
18721
18722 2004-08-05  Simon Josefsson  <jas@extundo.com>
18723
18724         * m4/getsubopt.m4: New file.
18725
18726 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18727
18728         Merge from coreutils.
18729
18730         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
18731         * m4/getcwd-path-max.m4: New files.
18732
18733         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
18734         FILESYSTEM_PREFIX_LEN ->
18735         FILE_SYSTEM_PREFIX_LEN.
18736         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
18737         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
18738         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
18739         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
18740
18741         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
18742         prerequisite modules now handle the DOS stuff.
18743         Don't check for unistd.h.
18744
18745 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18746
18747         Merge from coreutils.
18748
18749         * lib/.gdb-history: Remove; this doesn't belong here.
18750
18751         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
18752         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
18753         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
18754         * lib/getcwd.c: New files.
18755
18756         * lib/dirname.h: Include <stdbool.h>.
18757         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
18758         for consistency with POSIX terminology.  All uses changed.
18759         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
18760         (strip_trailing_slashes): Use bool for booleans.
18761         * lib/stripslash.c (strip_trailing_slashes): Likewise.
18762
18763         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
18764         sometimes returns a positive errno value even when it succeeds.
18765         (print_errno_message) [!LIBC]: Fall back on strerror if
18766         __strerror_r fails.
18767
18768         * lib/path-concat.c (mempcpy): Don't define if a system header defines
18769         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
18770         (longest_relative_suffix): New function.
18771         (path_concat): Use it.  Assume first argument is not NULL.
18772         Port to DOS.  Omit redundant separators.
18773         Report an error instead of returning NULL.
18774         Use mempcpy instead of memcpy.
18775         (xpath_concat): Remove: not declared or used.
18776
18777         * lib/same.h: Include <stdbool.h>
18778         (same_name): Return bool, not int.
18779         * lib/same.c (same_name): Likewise.
18780         (errno): Don't declare; we assume C89 or better now.
18781
18782         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
18783         if not already defined.
18784
18785         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
18786         * lib/dup-safer.c (errno): Likewise.
18787
18788 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18789
18790         Merge from coreutils.
18791         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
18792         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
18793         * modules/path-concat: Don't depend on strdup.
18794
18795 2004-08-03  Simon Josefsson  <jas@extundo.com>
18796
18797         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
18798         * lib/progname.h: Don't include stdbool.h.
18799
18800 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18801
18802         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
18803         * MODULES.html.sh (func_all_modules): Remove fatal.
18804
18805 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18806
18807         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
18808
18809 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18810
18811         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
18812         working.
18813
18814 2004-08-02  Simon Josefsson  <jas@extundo.com>
18815
18816         * lib/getsubopt.h: New file, with comments from Bruno Haible.
18817         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
18818         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
18819
18820 2004-08-01  Simon Josefsson  <jas@extundo.com>
18821
18822         * lib/xgetdomainname.c: Include stdlib.h, for free().
18823
18824 2004-07-19  Bruno Haible  <bruno@clisp.org>
18825
18826         * MODULES.html.sh (func_all_modules): Add dummy.
18827
18828 2004-07-16  Simon Josefsson  <jas@extundo.com>
18829
18830         * modules/dummy: New file.
18831
18832 2004-07-16  Simon Josefsson  <jas@extundo.com>
18833
18834         * lib/dummy.c: New file.
18835
18836 2004-07-16  Bruno Haible  <bruno@clisp.org>
18837
18838         * lib/backupfile.h: Add extern "C" for C++.
18839         * lib/closeout.h: Likewise.
18840         * lib/copy-file.h: Likewise.
18841         * lib/findprog.h: Likewise.
18842         * lib/full-write.h: Likewise.
18843         * lib/pathname.h: Likewise.
18844         * lib/progname.h: Likewise.
18845         * lib/stpcpy.h: Likewise.
18846         * lib/stpncpy.h: Likewise.
18847         * lib/strcase.h: Likewise.
18848         * lib/strstr.h: Likewise.
18849         * lib/xalloc.h: Likewise.
18850
18851         * lib/mbswidth.h: Add extern "C" for C++.
18852         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
18853
18854 2004-07-13  Robert Millan  <robertmh@gnu.org>
18855
18856         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
18857
18858 2004-07-09  Simon Josefsson  <jas@extundo.com>
18859
18860         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
18861         failed without this.)
18862
18863 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18864
18865         * modules/chown (Files): Add lib/fchown-stub.c, since
18866         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
18867
18868 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18869
18870         * lib/fchown-stub.c: New file.
18871
18872 2004-06-24  Jim Meyering  <jim@meyering.net>
18873
18874         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
18875
18876 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18877
18878         * modules/argz: Omit "#include".
18879
18880         * MODULES.html.sh (func_all_modules): Add calloc, to match
18881         2004-06-01 addition of calloc module.
18882
18883 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18884
18885         * m4/argz.m4: New file, which is autoupdated from libtool.
18886
18887 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18888
18889         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
18890         libtool.
18891
18892 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18893
18894         * config/srclist-update: Don't insist on "USA." before the
18895         close-comment, as libtool omits the period and puts the */ on a
18896         separate line.
18897         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
18898         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
18899
18900 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
18901
18902         * modules/argz: New file.
18903         * MODULES.html.sh (func_all_modules): Add argz.
18904
18905 2004-06-12  Jim Meyering  <jim@meyering.net>
18906         and  Paul Eggert  <eggert@cs.ucla.edu>
18907
18908         * modules/hash (Files): Add lib/xalloc.h.
18909         * modules/pipe (Depends-on): Add wait-process.
18910         * modules/stat (Depends-on): Add xalloc.
18911         * modules/userspec (Files): Add lib/userspec.h.
18912         * modules/xstrto
18913
18914         Upgrade from gettext-0.13.
18915         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
18916         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
18917         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
18918
18919 2004-06-10  Jim Meyering  <jim@meyering.net>
18920
18921         * lib/calloc.c: New file.
18922
18923 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18924
18925         * lib/getdate.y (yylex): Allow space between sign and number.
18926         Problem reported by Dan Jacobson.
18927
18928 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18929
18930         Merge from coreutils CVS.
18931
18932         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
18933         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
18934         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
18935         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
18936         xstrtol.m4: Fix copyright date and/or serial number.
18937
18938         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
18939         See if we need an fchown replacement.
18940         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
18941         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
18942         and use the replacement function if we detect either defect.
18943
18944         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
18945         gl_UTIMECMP.
18946
18947 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18948         and  Jim Meyering  <jim@meyering.net>
18949
18950         Merge from coreutils CVS.
18951
18952         * lib/stat-macros.h: New file, with contents from file-type.h
18953         and coreutils' system.h.
18954         * lib/file-type.c: Include "stat-macros.h".
18955         * lib/file-type.h (file_type): Move all macro definitions to new file,
18956         stat-macros.h.
18957
18958         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
18959         Wrap old code with this conditional.
18960         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
18961         function that does not dereference symlinks.
18962         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
18963
18964         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
18965         dependency problems.
18966         (xreadlink): Accept new arg SIZE, for efficiency.
18967         All decls and uses changed.
18968         * lib/xreadlink.h: Include <stddef.h>, for size_t.
18969
18970         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
18971         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
18972
18973         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
18974         sysexits.h.
18975
18976 2004-06-01  Jim Meyering  <jim@meyering.net>
18977
18978         * m4/calloc.m4: New file.
18979
18980 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
18981
18982         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
18983         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
18984         Also, fix a typo in a diagnostic.
18985
18986 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18987
18988         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
18989         or AC_FUNC_REALLOC.
18990
18991 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18992
18993         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
18994         macros to be defined.
18995         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
18996         the allocator returns NULL because the requested size is zero.
18997
18998 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18999
19000         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19001         var.  Add comment explaining why libc still defines it.  This
19002         merges the following patch from glibc:
19003         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19004
19005 2004-05-20  Andreas Schwab  <schwab@suse.de>
19006
19007         * m4/free.m4: Replace free if it not known to work, not the other
19008         way round.
19009
19010 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19011
19012         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19013         present in glibc since revision 1.1 of this file.
19014         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19015         obstack_alignment_mask, obstack_alloc, obstack_base,
19016         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19017         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19018         obstack_grow0, obstack_init, obstack_int_grow,
19019         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19020         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19021         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19022         nonexistent functions.
19023
19024 2004-05-18  Karl Berry  <karl@gnu.org>
19025
19026         * config/srclist.txt: break link for vasnprintf.c.
19027
19028 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19029
19030         Port obstack to the AS/400, where pointers are 16 bytes wide and
19031         you cannot cast an integer to a valid pointer.  This patch is
19032         currently waiting to be integrated into glibc; see
19033         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19034
19035         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19036         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19037         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19038         (struct obstack): temp member is now a union of a pointer and
19039         an integer, instead of an integer.  All integer uses changed.
19040         This does not affect the physical layout of struct obstack,
19041         except on hosts (like the AS/400) where the size or alignment of
19042         void * is greater than that of ptrdiff_t.
19043         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19044         __STDC__)]: Store temporary in pointer member of union, not
19045         integer member.
19046         * lib/obstack.c: Include <stddef.h>, for offsetof.
19047         (struct fooalign): Remove; it doesn't need a name.
19048         (union fooround): Change double to long double, and add void *.
19049         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19050         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19051         not a macro.  Hence the values are always int; so remove all
19052         casts-to-int in uses.
19053
19054 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19055
19056         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19057         we can get this patch merged into glibc.
19058
19059 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19060             Paul Eggert  <eggert@cs.ucla.edu>
19061
19062         * m4/argp: Depend on alloca.
19063
19064 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19065             Paul Eggert  <eggert@cs.ucla.edu>
19066
19067         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19068         freecoding.
19069
19070 2004-05-17  Bruno Haible  <bruno@clisp.org>
19071
19072         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19073         precision that consists of a '.' followed by an empty digit string.
19074         Patch by Tor Lillqvist <tml@iki.fi>.
19075
19076 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19077
19078         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19079         for backward compatibility with older code.  We need our own
19080         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19081         it under some other name, and our alloca.h will define it.
19082
19083 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19084             Derek Price  <derek@ximbiot.com>
19085
19086         * lib/alloca.c: Include <alloca.h>, to get our interface.
19087         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19088         include <alloca.h> first.  Use C89 prototype for alloca; this
19089         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19090         Use #elif for simplicity, since we can assume C89 now.
19091         Don't try to source the system alloca.h since it will not be found
19092         and to prevent recursively including its replacement.
19093         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19094         * lib/regex.c: Likewise.
19095
19096 2004-05-16  Derek Price  <derek@ximbiot.com>
19097             Paul Eggert  <eggert@cs.ucla.edu>
19098
19099         getline cleanup.  This changes the getndelim2 API: both order of
19100         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19101         no delimiter).
19102
19103         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19104         interface does that.
19105         (getline): Always use getdelim, so that we don't have two
19106         copies of this code.
19107         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19108         if available.
19109         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19110         (GETNDELIM2_MAXIMUM): New macro.
19111         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19112         instead of the old practice of delim2==0.  All callers changed.
19113         Return -1 on overflow, instead of returning junk.
19114         Do not set *linesize unless allocation succeeds.
19115         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19116         that we include sys/types.h.
19117         * lib/getnline.h: Likewise.
19118         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19119         (getndelim2): Reorder arguments.
19120         * lib/getnline.c (getnline, getndelim):
19121         Don't discard the NMAX argument.
19122         (getnline): Invoke getndelim, to avoid code duplication.
19123         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19124         of (size_t) -1 by callers of the getnline family.
19125
19126 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19127
19128         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19129         Check for gettimeofday.
19130         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19131         Check for settimeofday, stime.
19132
19133 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19134
19135         * lib/nanosleep.c (suspended): Change its type from int to
19136         sig_atomic_t volatile.
19137         (first_call): Make it private to rpl_nanosleep, and have it
19138         be zero initially as that's a bit faster.
19139         (my_usleep): Round up fractional times instead of truncating them,
19140         as this is the usual meaning for 'sleep'.
19141
19142         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19143         doesn't work.
19144         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19145         (ENOSYS): Define if not defined.
19146         (settime): Fall back on stime if it exists and settimeofday fails.
19147         But don't bother with fallbacks if a method fails with errno == EPERM.
19148
19149 2004-05-11  Jim Meyering  <jim@meyering.net>
19150
19151         Prior to this change, the save_cwd caller required read access to the
19152         current directory on most systems (ones with the fchdir function).
19153
19154         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19155         fails, try write-only, and finally, resort to using xgetcwd.
19156
19157 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19158
19159         * lib/obstack.c, obstack.h: Import changes from libc.
19160
19161 2004-04-28  Bruno Haible  <bruno@clisp.org>
19162
19163         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19164         also implicitly appends .exe to executables.
19165         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19166         accepts Windows pathnames.
19167         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19168         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19169         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19170         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19171         Reported by Derek Robert Price <derek@ximbiot.com>.
19172
19173 2004-04-21  Karl Berry  <karl@gnu.org>
19174
19175         * config/srclist.txt (localcharset.c): break sync.
19176
19177 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19178
19179         * m4/host-os.m4: Add a copyright notice.
19180
19181 2004-04-20  Jim Meyering  <jim@meyering.net>
19182
19183         Change UTILS_ to gl_ in AC_DEFINE'd names.
19184         Change utils_- and jm_-prefixed variables, too.
19185         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19186         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19187         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19188
19189         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19190         Don't emit trailing blanks.
19191         Also rename jm_-prefixed variables to have gl_ prefix.
19192
19193         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19194         Also rename jm_-prefixed variables to have gl_ prefix.
19195
19196         * m4/jm-macros.m4: Reflect the renamings.
19197         * m4/prereq.m4: Likewise.
19198
19199 2004-04-20  Jim Meyering  <jim@meyering.net>
19200
19201         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19202         memory.
19203
19204 2004-04-20  Jim Meyering  <jim@meyering.net>
19205             Bruno Haible  <bruno@clisp.org>
19206
19207         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19208         memory when realloc fails.
19209
19210 2004-04-19  Jim Meyering  <jim@meyering.net>
19211
19212         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19213         now that readutmp.c may call `free (0)'.
19214
19215 2004-04-19  Bruno Haible  <bruno@clisp.org>
19216
19217         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19218         * m4/inttypes_h.m4: Likewise.
19219         * m4/stdint_h.m4: Likewise.
19220         * m4/intmax_t.m4: Likewise.
19221         * m4/uintmax_t.m4: Likewise.
19222
19223 2004-04-18  Jim Meyering  <jim@meyering.net>
19224
19225         * m4/prereq.m4: Don't forbid jm_ prefix.
19226
19227         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19228         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19229         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19230         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19231         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19232         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19233         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19234         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19235         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19236         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19237         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19238         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19239         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19240         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19241         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19242         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19243         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19244         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19245         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19246
19247 2004-04-18  Jim Meyering  <jim@meyering.net>
19248
19249         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19250         failure, don't leak memory and do call END_UTMP_ENT.
19251
19252 2004-04-16  Jim Meyering  <jim@meyering.net>
19253
19254         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19255         coreutils' stat program.
19256         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19257
19258 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19259
19260         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19261         C89.
19262         (CHAR_BIT): Remove, since we assume C89.
19263         Include <stdint.h> if available, as per current Autoconf CVS advice.
19264
19265 2004-03-31  Jim Meyering  <jim@meyering.net>
19266
19267         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19268         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19269         * m4/xalloc.m4: Likewise.
19270
19271 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19272
19273         Merge from coreutils.
19274
19275         * m4/inttostr.m4: New file.
19276         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19277         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19278         Require gl_CLOCK_TIME.
19279         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19280
19281 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19282
19283         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19284         not bool, to be more consistent with Unix conventions.
19285         Suggested by Bruno Haible.
19286
19287         Merge from coreutils.
19288
19289         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19290         * lib/umaxtostr.c: New files.
19291
19292         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19293         the usual <time.h> dance.
19294         (get_date): Change signature to support fractional time stamps.
19295         All callers changed.
19296         * lib/getdate.y: Include "getdate.h" first, as we can now
19297         assume C89 and don't need to worry about 'const'.
19298         Similarly, include "unlocked-io.h" near start, not in middle.
19299         Include <limits.h>.
19300         (textint.value): Use long int rather than int.
19301         (textint.digits): Use size_t rather than int.
19302         (BILLION, LOG10_BILLION): New constants.
19303         (parser_control): New member rel_ns.  Members day_ordinal,
19304         time_zone, month, day, hour, minutes, rel_year, rel_month,
19305         rel_day, rel_hour, rel_minutes, rel_seconds
19306         are now long int, not int.  Member seconds is now struct timespec,
19307         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19308         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19309         not int.
19310         (%union.intval): Now long int, not int.
19311         New member timespec.
19312         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19313         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19314         (spec): Now is a timespec or an item list.
19315         (timespec, items): New nonterminals.
19316         (time, rel, relunit, number, get_date):
19317         Add support for fractional seconds.
19318         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19319         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19320         (to_hour): First arg is now long int, not int.
19321         (to_year): Returns long int, not int.
19322         Don't treat year -70 like 70.
19323         (tm_diff): Returns long int, not int.
19324         (lookup_word): Use bool instead of int when appropriate.
19325         (yylex): Use size_t for count, not int.
19326         Detect overflow when parsing large integer constants.
19327         Add support for fractions.
19328         (get_date): Make pointers 'const' if possible.
19329         Use more-portable code to detect integer overflow.
19330         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19331         Don't use ctime; it's not reliable if the year has >4 digits.
19332
19333         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19334         This is for compatibility with BSD.
19335
19336         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19337         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19338         From coreutils' system.h.
19339
19340         * lib/userspec.c: Don't include "posixver.h".
19341         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19342         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19343         compatible extension.  Simplify code by removing a boolean int
19344         that was always nonzero if a string was nonnull.
19345
19346 2004-03-30  Jim Meyering  <jim@meyering.net>
19347
19348         Merge from coreutils.
19349
19350         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19351         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19352         on some systems one must include <grp.h> before it.
19353         Reported by Christian Krackowizer.
19354
19355 2004-03-30  Jim Meyering  <jim@meyering.net>
19356
19357         Merge from coreutils.
19358
19359         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19360
19361         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19362         an empty input stream.
19363
19364         * lib/readtokens.c: Include <stdbool.h>.
19365         (readtoken): Use `size_t' rather than int/long.
19366         All callers adjusted.
19367         Use `bool' rather than `int' where appropriate.
19368         Use memset rather than an explicit loop.
19369         Use x2nrealloc rather than xrealloc.
19370         Allow the use of `\0' as a delimiter.
19371         (readtokens): Likewise.
19372         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19373
19374 2004-03-30  Jim Meyering  <jim@meyering.net>
19375
19376         * m4/realloc.m4: Remove file, since now it does no more than
19377         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19378         the `configure.ac' section of module/realloc.
19379         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19380
19381 2004-03-30  Bruno Haible  <bruno@clisp.org>
19382
19383         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19384         nonnull.
19385
19386 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19387
19388         Merge changes to getloadavg.c from coreutils and Emacs.
19389
19390         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19391         Define to an expression, not to the empty string.
19392         Include cloexec.h and xalloc.h.
19393         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19394         Use set_cloexec_flag rather than rolling our own.
19395         * lib/cloexec.c, lib/cloexec.h: New files.
19396
19397 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19398
19399         * m4/cloexec.m4: New file.
19400
19401 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19402
19403         * lib/getopt.h: Sync with libc CVS.
19404
19405 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19406             Bruno Haible  <bruno@clisp.org>
19407
19408         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19409         mbswidth.
19410
19411 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19412             Bruno Haible  <bruno@clisp.org>
19413
19414         * lib/mbswidth.h: Include <wchar.h> only if
19415         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19416         <wchar.h>.
19417         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19418
19419 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19420
19421         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19422         Sync with libc CVS.
19423         * lib/getopt_int.h: New file, also synced from libc.
19424
19425 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19426
19427         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19428         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19429         Bring back getopt.c, getopt.h, getopt1.c.
19430
19431 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19432
19433         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19434         All uses changed.  Check for sa_sigaction member; this fixes
19435         a bug first reported by Jason Andrade in
19436         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19437
19438 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19439
19440         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19441         '#if' expressions.  Unlike the code it replaces, it does not
19442         depend on (defined _SC_PAGESIZE).  However, it does depend on
19443         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19444         first reported by Jason Andrade in
19445         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19446
19447 2004-02-25  Simon Josefsson  <jas@extundo.com>
19448
19449         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19450
19451 2004-02-25  Simon Josefsson  <jas@extundo.com>
19452
19453         * lib/strdup.h: New file.
19454         * lib/strdup.c: Include it.
19455         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19456         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19457
19458 2004-02-23  Karl Berry  <karl@gnu.org>
19459
19460         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19461         (from fencepost.gnu.org:/gd/gnuorg).
19462
19463 2004-02-23  Karl Berry  <karl@gnu.org>
19464
19465         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19466         * config/srclist.txt: add maintain/standards documents.
19467
19468 2004-02-18  Bruno Haible  <bruno@clisp.org>
19469
19470         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19471         Reported by Derek Robert Price <derek@ximbiot.com>.
19472
19473 2004-02-16  Karl Berry  <karl@gnu.org>
19474
19475         * config/mkinstalldirs, install-sh: update from automake.
19476
19477 2004-02-06  Karl Berry  <karl@gnu.org>
19478
19479         * m4/po.m4: update from gettext 0.14.1.
19480
19481 2004-02-06  Karl Berry  <karl@gnu.org>
19482
19483         * lib/config.charset: update from gettext 0.14.1.
19484
19485 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19486
19487         Add comments and code, prompted by suggestions from Bruno Haible
19488         for sh-quote.
19489         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19490         describing the enum quoting_style values.
19491         * lib/quotearg.c (quotearg_alloc): New function.
19492         (quotearg_buffer_restyled): Treat lone { and } as special.
19493         Treat = as special.  Work around bug with older shells
19494         that "see" a '\' that is really the 2nd byte of a multibyte char.
19495         Quote empty string with shell_quoting_style.
19496
19497 2004-02-03  Bruno Haible  <bruno@clisp.org>
19498
19499         * m4/pipe.m4: New file, from GNU gettext.
19500
19501 2004-02-03  Bruno Haible  <bruno@clisp.org>
19502
19503         * lib/pipe.h: New file, from GNU gettext.
19504         * lib/pipe.c: New file, from GNU gettext.
19505
19506 2004-01-27  Bruno Haible  <bruno@clisp.org>
19507
19508         * m4/execute.m4: New file, from GNU gettext.
19509
19510 2004-01-27  Bruno Haible  <bruno@clisp.org>
19511
19512         * lib/execute.h: New file, from GNU gettext.
19513         * lib/execute.c: New file, from GNU gettext.
19514         * lib/w32spawn.h: New file, from GNU gettext.
19515
19516 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19517
19518         Merge from diffutils.
19519
19520         * lib/file-type.c (file_type): Add typed memory objects.
19521         * lib/file-type.h (S_TYPEISTMO): New macro.
19522
19523         * lib/c-stack.h (c_stack_action): Remove argv argument.
19524         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
19525         (die): Don't calculate message unless segv_action returns.
19526         (get_stack_location, min_address_from_argv, max_address_from_argv,
19527         volatile stack_base, volatile_stack_size): Remove.
19528         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
19529         that every segmentation violation is a stack overflow.  (Ouch!)
19530         See Debian bug 136249 (still outstanding) for more info about why
19531         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
19532
19533 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19534
19535         Exit-status fix from coreutils.
19536
19537         Use exit_failure consistently in place of EXIT_FAILURE,
19538         so that program exit statuses are consistent on failure.
19539
19540         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
19541         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
19542         * lib/argmatch.h: Comment fix to match the above.
19543         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
19544         Now a macro referring to exit_failure, instead of a separate
19545         variable.  Include "exitfail.h" to get it.
19546         * lib/xstrtol.h: Include "exitfail.h".
19547         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
19548
19549         * lib/long-options.c (parse_long_options): Use prototype
19550         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
19551         for clarity.
19552
19553 2004-01-21  Jim Meyering  <jim@meyering.net>
19554
19555         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
19556         so as not to conflict with a different-sized __mktime_internal
19557         function in GNU libc.
19558         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
19559         Problem building statically-linked `ls' reported by Michael Brunnbauer.
19560
19561 2004-01-20  Karl Berry  <karl@gnu.org>
19562
19563         * config/config.guess: update from config.
19564
19565         * config/srclistvars.sh: GNUWWWLICENSES for karl.
19566
19567 2004-01-20  Bruno Haible  <bruno@clisp.org>
19568
19569         Safer stack allocation.
19570         * lib/setenv.c: Include allocsa.h.
19571         (alloca): Remove fallback definition.
19572         (freea): Remove macro.
19573         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
19574         instead of freea.
19575
19576 2004-01-20  Bruno Haible  <bruno@clisp.org>
19577
19578         * m4/eealloc.m4: New file, from GNU gettext.
19579
19580 2004-01-20  Bruno Haible  <bruno@clisp.org>
19581
19582         * m4/allocsa.m4: New file, from GNU gettext.
19583
19584 2004-01-20  Bruno Haible  <bruno@clisp.org>
19585
19586         * lib/xallocsa.h: New file, from GNU gettext.
19587         * lib/xallocsa.c: New file, from GNU gettext.
19588
19589 2004-01-20  Bruno Haible  <bruno@clisp.org>
19590
19591         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
19592
19593 2004-01-20  Bruno Haible  <bruno@clisp.org>
19594
19595         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
19596         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
19597         specially.
19598
19599 2004-01-20  Bruno Haible  <bruno@clisp.org>
19600
19601         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
19602         patch.
19603
19604 2004-01-20  Bruno Haible  <bruno@clisp.org>
19605
19606         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
19607
19608 2004-01-20  Bruno Haible  <bruno@clisp.org>
19609
19610         * lib/eealloc.h: New file.
19611
19612 2004-01-20  Bruno Haible  <bruno@clisp.org>
19613
19614         * lib/binary-io.h: Avoid warnings on Cygwin.
19615
19616 2004-01-20  Bruno Haible  <bruno@clisp.org>
19617
19618         * lib/allocsa.h: New file, from GNU gettext.
19619         * lib/allocsa.c: New file, from GNU gettext.
19620
19621 2004-01-18  Karl Berry  <karl@gnu.org>
19622
19623         * doc/gpl.texi, doc/lgpl.texi: new files.
19624
19625 2004-01-18  Karl Berry  <karl@gnu.org>
19626
19627         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
19628         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
19629
19630 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19631
19632         Merge from coreutils.
19633
19634         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
19635         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
19636         (gl_DEFAULT_POSIX2_VERSION): Move
19637         the documentation from 'configure' into 'config.hin',
19638         so that 'configure --help' isn't burdened by it and
19639         we don't have to worry about its formatting there.
19640         Reword the documentation so that it's more succinct
19641         and can be run together into a single paragraph.
19642         * m4/same.m4 (gl_SAME): Check for pathconf.
19643
19644 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19645
19646         Merge from coreutils.
19647
19648         * lib/posixver.c: Include posixver.h.
19649
19650         * lib/same.c: Include <stdbool.h>, <limits.h>.
19651         (_POSIX_NAME_MAX): Define if not defined.
19652         (MIN): New macro.
19653         (same_name): If file names are silently truncated, report
19654         that the file names are the same if they are the same after
19655         the silent truncation.
19656
19657         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
19658         conversion function.
19659         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
19660         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
19661         longer needed.
19662
19663 2004-01-15  Jim Meyering  <jim@meyering.net>
19664
19665         Merge from coreutils.
19666
19667         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
19668         if no library is required.
19669         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
19670         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
19671         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
19672         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
19673         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
19674         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
19675         value, $ac_cv_search_crypt, if it's "none required".
19676         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
19677         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
19678         not gl_FUNC_GETLOADAVG.
19679         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
19680         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
19681
19682 2004-01-15  Jim Meyering  <jim@meyering.net>
19683
19684         Merge from coreutils.
19685
19686         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
19687         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
19688         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
19689
19690         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
19691         optional configure-time default.
19692
19693         * lib/version-etc.c (version_etc_copyright): Update copyright date.
19694
19695         * lib/xreadlink.c (xreadlink): Correct outdated comment.
19696
19697 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
19698
19699         Merge from coreutils.
19700
19701         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
19702         value, $ac_cv_search_nanosleep, if it's "none required".
19703
19704 2004-01-14  Paul Eggert  <eggert@twinsun.com>
19705
19706         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
19707         with like-named macro in fnmatch.c.
19708         (EXT): Use an internal constant instead.
19709
19710         Merge fnmatch patches from glibc.
19711         * lib/fnmatch.c (mbsinit): Remove define.
19712         Add libc_hidden_ver (__fnmatch, fnmatch).
19713         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
19714         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
19715
19716 2004-01-14  Karl Berry  <karl@gnu.org>
19717
19718         * config/install-sh: update from automake.
19719
19720 2004-01-13  Karl Berry  <karl@gnu.org>
19721
19722         * config/install-sh: update from automake.
19723
19724 2004-01-09  Karl Berry  <karl@gnu.org>
19725
19726         * config/install-sh: update from automake.
19727
19728 2004-01-05  Karl Berry  <karl@gnu.org>
19729
19730         * config/config.{sub,guess}: update from config.
19731
19732 2003-12-31  Karl Berry  <karl@gnu.org>
19733
19734         * config/depcomp: update from automake.
19735
19736 2003-12-14  Karl Berry  <karl@gnu.org>
19737
19738         * lib/config.charset: update from gettext-runtime.
19739
19740 2003-12-03  Paul Eggert  <eggert@twinsun.com>
19741
19742         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
19743         Bug reported by Alfred M. Szmidt.
19744
19745 2003-12-03  Bruno Haible  <bruno@clisp.org>
19746
19747         * m4/gettext.m4: Upgrade from gettext-0.13.
19748         * m4/po.m4: Upgrade from gettext-0.13.
19749         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
19750         * m4/intmax.m4: New file, from gettext-0.13.
19751         * m4/printf-posix.m4: New file, from gettext-0.13.
19752
19753 2003-11-29  Karl Berry  <karl@gnu.org>
19754
19755         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
19756
19757 2003-11-25  Paul Eggert  <eggert@twinsun.com>
19758             Bruno Haible  <bruno@clisp.org>
19759
19760         * lib/printf-parse.h: Don't include sys/types.h.
19761         (ARG_NONE): New macro.
19762         (char_directive): Change type of *arg_index fields to size_t.
19763         * lib/printf-parse.c: Don't include sys/types.h.
19764         (SSIZE_MAX): Remove macro.
19765         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
19766         Remove unnecessary overflow check.
19767         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
19768         fields.
19769
19770 2003-11-25  Bruno Haible  <bruno@clisp.org>
19771
19772         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
19773
19774 2003-11-25  Bruno Haible  <bruno@clisp.org>
19775
19776         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
19777         gt_TYPE_SSIZE_T.
19778
19779 2003-11-24  Paul Eggert  <eggert@twinsun.com>
19780
19781         * modules/alloca: Remove dependency on xalloc.
19782
19783 2003-11-24  Paul Eggert  <eggert@twinsun.com>
19784
19785         * lib/alloca.c: Remove dependency on xalloc module.
19786         (xalloc_die): Remove.
19787         (memory_full) [!defined emacs]: New macro.
19788         [!defined emacs]: Don't include xalloc.h.
19789         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
19790         address arithmetic overflows.  Change datatypes a bit to avoid
19791         unnecessary casts.
19792
19793 2003-11-22  Jim Meyering  <jim@meyering.net>
19794
19795         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
19796         s/size/size_t/.
19797
19798 2003-11-21  Karl Berry  <karl@gnu.org>
19799
19800         * config/config.{sub,guess}: update from config.
19801
19802 2003-11-18  Karl Berry  <karl@gnu.org>
19803
19804         * config/config.{sub,guess}: update from config.
19805
19806         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
19807
19808 2003-11-17  Paul Eggert  <eggert@twinsun.com>
19809
19810         * README: Mention that S+T cannot overflow if S is the size of
19811         an existing object and T is sufficiently small.
19812
19813 2003-11-17  Jim Meyering  <jim@meyering.net>
19814
19815         On systems without utime and without a utimes function capable of
19816         dealing with a NULL struct utimbuf* argument, this utime replacement
19817         could -- in unusual circumstances -- leak a file descriptor.
19818         * lib/utime.c: Include <unistd.h> and <errno.h>.
19819         (utime_null): Be sure to close `fd' and to preserve errno.
19820         Reported by Geoff Collyer via Arnold Robbins.
19821
19822 2003-11-17  Bruno Haible  <bruno@clisp.org>
19823
19824         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
19825         (Depends-on): Add xsize.
19826
19827 2003-11-17  Bruno Haible  <bruno@clisp.org>
19828
19829         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
19830
19831 2003-11-17  Bruno Haible  <bruno@clisp.org>
19832
19833         * lib/vasnprintf.c (alloca): Remove fallback definition.
19834         (freea): Remove definition.
19835         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
19836         Reported by Paul Eggert.
19837
19838 2003-11-16  Paul Eggert  <eggert@twinsun.com>
19839             Bruno Haible  <bruno@clisp.org>
19840
19841         Protect against address arithmetic overflow.
19842         * lib/printf-args.h: Include stddef.h.
19843         (arguments): Change type of field 'count' to size_t.
19844         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
19845         'unsigned int' where appropriate.
19846         * lib/printf-parse.h: Include sys/types.h.
19847         (char_directive): Change type of *arg_index fields to ssize_t.
19848         (char_directives): Change type of fields 'count', max_*_length to
19849         size_t.
19850         * lib/printf-parse.c: Include sys/types.h and xsize.h.
19851         (SSIZE_MAX): Define fallback value.
19852         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
19853         instead of 'int' where appropriate. Check a_allocated, d_allocated
19854         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
19855         * lib/vasnprintf.c: Include xsize.h.
19856         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
19857         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
19858         overflow. Avoid wraparound when converting a width or precision from
19859         decimal to binary.
19860
19861 2003-11-16  Bruno Haible  <bruno@clisp.org>
19862
19863         Update from GNU gettext.
19864         * lib/printf-parse.c: Generalize to it can be compiled for wide
19865         strings.
19866         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
19867         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
19868         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
19869         SNPRINTF): New macros.
19870         Don't include <alloca.h> if the file is used inside libintl.
19871         (local_wcslen): New function, for Solaris 2.5.1.
19872         (VASNPRINTF): Use it instead of wcslen.
19873
19874 2003-11-16  Bruno Haible  <bruno@clisp.org>
19875
19876         * lib/xsize.h (xmax): New function.
19877         (xsum, xsum3, xsum4): Declare as "pure" functions.
19878
19879 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19880
19881         * modules/xalloc (Files): Undo latest change, since xalloc.h
19882         no longer needs SIZE_MAX or PTRDIFF_MAX.
19883
19884 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19885
19886         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
19887         gl_PTRDIFF_MAX.
19888
19889 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19890
19891         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
19892         "return", to pacify some unknown compiler.  Problem reported
19893         by Joerg Schilling.
19894
19895 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19896
19897         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
19898         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
19899         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
19900         heuristic is just as accurate as far as we know, and it removes a
19901         dependency on size_max.m4 and ptrdiff_max.m4.
19902
19903 2003-11-11  Bruno Haible  <bruno@clisp.org>
19904
19905         * modules/xsize (Files): Add m4/size_max.m4.
19906         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
19907
19908 2003-11-11  Bruno Haible  <bruno@clisp.org>
19909
19910         * m4/size_max.m4: New file.
19911         * m4/ptrdiff_max.m4: New file.
19912         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
19913         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
19914         (gl_XALLOC): Invoke it.
19915
19916 2003-11-11  Bruno Haible  <bruno@clisp.org>
19917
19918         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
19919         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
19920         defined.
19921
19922 2003-11-10  Paul Eggert  <eggert@twinsun.com>
19923
19924         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
19925         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
19926         rejected some allocations of exactly SIZE_MAX - 2 bytes.
19927         From Bruno Haible.
19928         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
19929         not (size_t) -1, since it's defined here.
19930
19931 2003-11-09  Karl Berry  <karl@gnu.org>
19932
19933         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
19934
19935 2003-11-06  Paul Eggert  <eggert@twinsun.com>
19936
19937         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
19938         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
19939         Reject sizes of exactly SIZE_MAX bytes.
19940         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
19941         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
19942
19943 2003-11-05  Bruno Haible  <bruno@clisp.org>
19944
19945         * lib/xsize.h: Include limits.h, to avoid a possible collision with
19946         SIZE_MAX defined in <limits.h> on Solaris.
19947
19948 2003-11-04  Jim Meyering  <jim@meyering.net>
19949
19950         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
19951         variable names, rather than @VAR@.
19952         * modules/poll: Likewise.
19953
19954 2003-11-04  Bruno Haible  <bruno@clisp.org>
19955
19956         * modules/xsize: New file.
19957         * modules/linebreak: Depend on xsize.
19958         * MODULES.html.sh (func_all_modules): Add xsize.
19959
19960 2003-11-04  Bruno Haible  <bruno@clisp.org>
19961
19962         * m4/xsize.m4: New file.
19963
19964 2003-11-04  Bruno Haible  <bruno@clisp.org>
19965
19966         * lib/xsize.h: New file.
19967         * lib/linebreak.c: Include xsize.h.
19968         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
19969         argument for overflow.
19970         Suggested by Paul Eggert.
19971
19972 2003-11-03  Karl Berry  <karl@gnu.org>
19973
19974         * config/config.{guess,sub}: update from config.
19975
19976 2003-11-03  Jim Meyering  <jim@meyering.net>
19977
19978         * modules/userspec (lib_SOURCES): Add userspec.h.
19979         (Include): Add "userspec.h".
19980         Improve description.
19981
19982 2003-11-03  Jim Meyering  <jim@meyering.net>
19983
19984         * lib/userspec.c: Include "userspec.h".
19985         * lib/userspec.h: New file.
19986
19987 2003-11-03  Bruno Haible  <bruno@clisp.org>
19988
19989         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
19990
19991 2003-11-03  Bruno Haible  <bruno@clisp.org>
19992
19993         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
19994         available, to avoid (extremely rare) race condition.
19995         Suggested by Paul Eggert.
19996
19997 2003-11-02  Karl Berry  <karl@gnu.org>
19998
19999         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20000
20001 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20002
20003         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20004         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20005         (read_filesystem_list): Set and use me_type_malloced.
20006         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20007         whatever the type happens to be), for brevity and consistency.
20008         Check for size calculation overflow on Alphas running OSF/1.
20009
20010 2003-10-31  Jim Meyering  <jim@meyering.net>
20011
20012         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20013
20014         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20015
20016 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20017             Bruno Haible  <bruno@clisp.org>
20018
20019         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20020         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20021
20022 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20023
20024         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20025         netbsd*-gnu*.  Suggested by Robert Millan.
20026
20027 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20028
20029         * modules/group-member: Depend on stdbool.
20030
20031 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20032
20033         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20034
20035 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20036
20037         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20038         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20039         after the 'gnu' in these cases.  This fixes some bugs in the
20040         previous change, and is based on suggestions by Robert Millan.
20041
20042 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20043
20044         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20045         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20046         no longer needed.
20047         * lib/quotearg.c (quotearg_n_options): Use it.
20048         * lib/group-member.c: Include <stdbool.h>.
20049         (free_group_info): Arg is now const *; don't free arg.
20050         (get_group_info): Now returns bool and accepts struct group_info *,
20051         rather than returning a malloc'ed struct group_info *.
20052         All uses changed.  Check for overflow in internal size calculation.
20053
20054         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20055         rather than xmalloc/xrealloc.
20056         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20057         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20058         conformance bug: the old code used a pointer after freeing the
20059         storage that it addressed.
20060         * lib/hash.c (hash_initialize): Simplify the code by using
20061         xalloc_oversized rather than doing it by hand.
20062         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20063         the buffer preserved.  Use free and xmalloc instead.
20064         * lib/quotearg.c (quotearg_n_options): Likewise.
20065         Use a simpler test for size overflow.  Don't use xalloc_oversized
20066         because unsigned int might be wider than size_t (!); this suggests
20067         that we should switch from unsigned int to size_t for slot numbers.
20068
20069 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20070
20071         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20072         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20073         NetBSD kernels.  Requested by Richard Stallman.
20074
20075 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20076
20077         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20078         to allocate the returned structure.  Do not allocate a subarray,
20079         as x2nrealloc will do that.
20080         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20081         instead of xnrealloc.
20082         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20083
20084 2003-10-27  Bruno Haible  <bruno@clisp.org>
20085
20086         * lib/stdbool_.h: Better support for BeOS.
20087
20088 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20089
20090         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20091         now uses inline.
20092
20093 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20094
20095         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20096         callers that want to do their own size-overflow checking.  Include
20097         <stdbool.h>, since xalloc_oversized returns bool.
20098         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20099         to use xalloc_oversized.
20100
20101         Add two functions x2realloc, x2nrealloc, for programs that grow
20102         arrays dynamically by doubling their sizes.
20103         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20104         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20105         New functions.
20106
20107         Port to C99 semantics for 'inline' of external functions.
20108         Bug reported by Bruno Haible.
20109         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20110         with the old contents of xnmalloc.
20111         (xnmalloc, xmalloc): Use it.
20112         (xnrealloc_inline): New static inline function,
20113         with the old contents of xnrealloc.
20114         (xnrealloc, xrealloc): Use it.
20115
20116         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20117         that.
20118
20119 2003-10-26  Karl Berry  <karl@gnu.org>
20120
20121         * config/srclist.txt (COPYING.DOC): no longer available from
20122         /gd/gnuorg; don't know where the ultimate source is.
20123
20124 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20125
20126         Fix several address-calculation bugs in the hash modules,
20127         plus some minor code cleanup.
20128
20129         * lib/hash.h: Include <stdbool.h>, for bool.
20130         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20131         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20132         hash_get_n_entries, hash_get_max_bucket_length,
20133         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20134         hash_rehash): Use size_t rather than unsigned.
20135         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20136         hash_get_n_buckets_used, hash_get_n_entries,
20137         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20138         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20139         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20140         Likewise.
20141         (SIZE_MAX): Define if not defined.
20142         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20143         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20144         hash_print):
20145         Use const * when possible.
20146         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20147         (check_tuning): Fix bug: if tuning parameters were very close to
20148         0 or 1, rounding errors could have caused subscript violations.
20149         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20150         (hash_initialize): Add 'fail:' label
20151         to free table and return NULL, and use it to simplify code.
20152         Use calloc rather than clearing the storage ourself.
20153         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20154         buffer size calculations.
20155         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20156         Include <stddef.h>, for size_t.
20157         * lib/hash-pjw.c (hash_pjw): Likewise.
20158         Switch to method described by Bruno Haible.
20159         Include <limits.h>, for CHAR_BIT.
20160         (SIZE_BITS): New macro.
20161
20162 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20163
20164         * m4/getline.m4 (AM_FUNC_GETLINE):
20165         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20166         hosts.  Problem reported by Derek Robert Price in
20167         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20168         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20169         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20170
20171 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20172
20173         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20174         ceiling the allocation at NMAX bytes rather than silently
20175         discarding input bytes before NMAX is reached.  This makes
20176         a difference only if NMAX exceeds SIZE_MAX / 2.
20177
20178         * lib/obstack.c: Merge from glibc.
20179         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20180         Add libc_hidden_def (_obstack_newchunk).
20181         (_obstack_free) [! defined _LIBC]: Remove.
20182         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20183         a clone of the function body.
20184         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20185         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20186
20187         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20188         glibc.
20189         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20190         arg to memcpy.
20191
20192         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20193         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20194         Don't use lvalue casts, as GCC plans to remove support for them
20195         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20196         was also present in the non-GCC version, indicating that this
20197         code had always been buggy and had never been widely used.
20198         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20199         Use the fast variant of each macro, rather than copying the
20200         definiens of the fast variant; that way, we'll be more likely to
20201         catch future bugs in the fast variants.
20202
20203 2003-10-20  Bruno Haible  <bruno@clisp.org>
20204
20205         * modules/wait-process: New file.
20206         * MODULES.html.sh (func_all_modules): Add wait-process.
20207
20208 2003-10-20  Bruno Haible  <bruno@clisp.org>
20209
20210         * m4/wait-process.m4: New file.
20211
20212 2003-10-20  Bruno Haible  <bruno@clisp.org>
20213
20214         * lib/wait-process.h: New file, from GNU gettext.
20215         * lib/wait-process.c: New file, from GNU gettext.
20216
20217 2003-10-19  Jim Meyering  <jim@meyering.net>
20218
20219         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20220         HPUX 10.20.
20221
20222 2003-10-18  Karl Berry  <karl@gnu.org>
20223
20224         * config/config.guess: update from config.
20225
20226 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20227
20228         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20229         (getgroups): First arg is int, not size_t.
20230         Don't let 'free' mangle errno.
20231
20232 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20233
20234         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20235
20236 2003-10-16  Karl Berry  <karl@gnu.org>
20237
20238         * config/config.{guess,sub}: update from config.
20239
20240 2003-10-16  Jim Meyering  <jim@meyering.net>
20241
20242         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20243         memcpy.
20244
20245 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20246
20247         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20248         (SIZE_MAX): Remove.
20249         (new_exclude, add_exclude_file): Initial size no longer needs to
20250         be a power of 2.
20251         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20252         our own address arithmetic overflow checking.
20253
20254         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20255         (fnmatch): Do not alloca more than 2000 wide characters;
20256         instead, use malloc for large buffers.
20257         Check for address arithmetic overflow, and return -1
20258         with errno set to ENOMEM in that case.
20259         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20260         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20261         instead, return -1.  Check for address arithmetic overflow.
20262
20263 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20264
20265         Handle invalid suffixes and overflow independently, so that
20266         callers can treat them independently as needed.  Fix some bugs in
20267         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20268         suffix for a human-readable blocksize.  The major caller-visible
20269         change is the addition of a new
20270         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20271         that both overflow and suffix chars were found.
20272
20273         * lib/human.c (humblock): Don't check separately for invalid suffix
20274         char; that is xstrtoumax's job (now that its bug is fixed).
20275         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20276         INTMAX_MAX]: New macros.
20277         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20278         TYPE_MAXIMUM): New macros.
20279         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20280         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20281         if overflow occurs, as it's what __strtol does and it's more useful
20282         in practice.
20283         (__xstrtol): If __strtol reports some error other than ERANGE,
20284         reflect it to the caller as LONGINT_INVALID.  If it reports
20285         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20286         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20287         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20288         value.
20289         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20290         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20291         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20292         [defined UINTMAX_MAX]: New macros.
20293
20294 2003-10-14  Bruno Haible  <bruno@clisp.org>
20295
20296         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20297
20298 2003-10-14  Bruno Haible  <bruno@clisp.org>
20299
20300         * m4/sig_atomic_t: New file, from GNU gettext.
20301         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20302
20303 2003-10-14  Bruno Haible  <bruno@clisp.org>
20304
20305         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20306         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20307         Also use volatile where needed.
20308
20309 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20310
20311         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20312         Change maintainer from Bruno Haible to 'all'.
20313
20314 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20315
20316         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20317
20318 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20319
20320         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20321         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20322         and define in terms of the other primitives.
20323         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20324         (SIZE_MAX): Define if not already defined.
20325         (array_size_overflow): New function.
20326         (xalloc_die): Abort instead of exiting if 'error' returns.
20327         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20328         (xmalloc, xrealloc): Use them.
20329         (xcalloc): Check for address arithmetic overflow.
20330         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20331         a bit faster than strcpy.
20332
20333 2003-10-10  Simon Josefsson  <jas@extundo.com>
20334
20335         * modules/argp (Depends-on): Add restrict and strcase.
20336
20337 2003-10-10  Simon Josefsson  <jas@extundo.com>
20338
20339         * m4/argp.m4: Add AC_C_INLINE.
20340
20341 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20342
20343         Merge getpass from libc, plus a few fixes.
20344
20345         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20346         Include <stdbool.h>.
20347         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20348         __fsetlocking to empty.
20349         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20350         do include <bits/libc-lock.h>.
20351         Do not include <fcntl.h>; not needed.
20352         [_LIBC]: Include <wchar.h>.
20353         (NOTCANCEL_MODE): New macro.
20354         (flockfile, funlockfile) [_LIBC]: New macros.
20355         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20356         [!_LIBC]: New macros.
20357         (call_fclose): New function.
20358         (getpass): Use it.  Save tty stream separately; this simplifies the
20359         code and makes it more reliable if stdin happens to equal stdout.
20360         Invoke __fsetlocking on tty.
20361         Handle thread cancellation if needed.
20362         Namespace cleanup (use __tcgetattr, __getline).
20363         Use bool for Booleans.
20364         [USE_IN_LIBIO]: Handle wide streams.
20365         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20366         stream might go where.
20367
20368         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20369         doesn't have to include <stdio.h> before us.
20370         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20371         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20372         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20373         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20374         if not declared, so that we can use getpass.c code from libc without
20375         rewriting it.
20376         (flockfile, ftrylockfile, funlockfile): New macros.
20377
20378 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20379
20380         * modules/getpass: Depend on stdbool.
20381
20382 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20383
20384         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20385
20386 2003-10-07  Karl Berry  <karl@gnu.org>
20387
20388         * config/config.{guess,sub}: update from config.
20389
20390 2003-10-06  Jim Meyering  <jim@meyering.net>
20391             Bruno Haible  <bruno@clisp.org>
20392
20393         This lets translators provide better translations for the
20394         "Written by ..." part of --version output.
20395         * lib/version-etc.h: Include stdarg.h.
20396         (version_etc_copyright): Declare as readonly.
20397         (version_etc): Make this function variadic with a NULL-terminated list
20398         of author name strings.
20399         (version_etc_va): New declaration.
20400         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20401         (version_etc_copyright): Declare as readonly.
20402         (version_etc_va): New function. Provide a different translatable string
20403         for each possible number of authors < 10. Abbreviate when there are 10
20404         authors or more.
20405         (version_etc): Make this function variadic. Call version_etc_va.
20406         Suggestion from Gary V. Vaughan.
20407
20408         * lib/long-options.h (parse_long_options): Change prototype: the
20409         authors string is moved to the end and becomes variadic.
20410         * lib/long-options.c: Include stdarg.h.
20411         (parse_long_options): Make this function variadic, too.
20412         Call version_etc_va, not version_etc.
20413
20414 2003-10-06  Bruno Haible  <bruno@clisp.org>
20415
20416         * modules/version-etc-2: Remove file.
20417         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20418
20419 2003-10-06  Bruno Haible  <bruno@clisp.org>
20420
20421         * modules/fatal-signal: New file.
20422         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20423
20424 2003-10-06  Bruno Haible  <bruno@clisp.org>
20425
20426         * m4/fatal-signal.m4: New file.
20427         * m4/signalblocking.m4: New file, from GNU gettext.
20428
20429 2003-10-06  Bruno Haible  <bruno@clisp.org>
20430
20431         * lib/version-etc-2.h: Remove file.
20432         * lib/version-etc-2.c: Remove file.
20433
20434 2003-10-06  Bruno Haible  <bruno@clisp.org>
20435
20436         * lib/fatal-signal.h: New file, from GNU gettext.
20437         * lib/fatal-signal.c: New file, from GNU gettext.
20438
20439 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20440
20441         * README: Rework advice for preventing empty .o files.
20442         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20443         not <sys/types.h>.
20444
20445 2003-10-04  Karl Berry  <karl@gnu.org>
20446
20447         * lib/argp*: update from libc.
20448
20449 2003-10-04  Karl Berry  <karl@gnu.org>
20450
20451         * config/config.{guess,sub}: update from config.
20452
20453 2003-10-02  Bruno Haible  <bruno@clisp.org>
20454
20455         * modules/lchown (Include): Add lchown.h.
20456         * modules/time_r (Include): Use "..." syntax.
20457         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20458
20459 2003-10-01  Simon Josefsson  <jas@extundo.com>
20460
20461         * MODULES.html.sh (func_all_modules): Move gethostname from section
20462         'based on' to section 'lacking' POSIX:2001.
20463
20464 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20465
20466         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20467         to output mode on the same stream.
20468
20469 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20470
20471         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20472         Fix arg typo in previous patch.
20473
20474 2003-09-28  Jim Meyering  <jim@meyering.net>
20475
20476         * lib/error.c: Correct cpp indentation.
20477
20478 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20479
20480         * modules/free: New file.
20481
20482 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20483
20484         * m4/free.m4: New file.
20485
20486 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20487
20488         * lib/minmax.h (MIN, MAX)
20489         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20490         Omit the special code that used __typeof__, since we worry that
20491         it could be more trouble than it's worth.  See:
20492         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20493         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20494
20495         * lib/free.c: New file.
20496
20497 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20498
20499         Trivial fixes to Makefile.am parts of module listings.
20500         * modules/strstr: Append strstr.h to lib_SOURCES.
20501         * modules/strcase: Likewise, for strcase.h.
20502
20503 2003-09-27  Karl Berry  <karl@gnu.org>
20504
20505         * config/mkinstalldirs: update from automake.
20506
20507 2003-09-26  Paul Eggert  <eggert@twinsun.com>
20508
20509         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
20510         (error_tail): Do not loop, reallocating temporary buffer, since
20511         the output cannot contain more wide characters than the input
20512         contains bytes, the size must be big enough already.  This avoids
20513         one potential size overflow calculation.  Check for size overflow
20514         when calculating temporary buffer size.  Free temporary buffer
20515         when done, if it was allocated with malloc; this plugs a memory
20516         leak.  Remove casts from void * to pointers, that are no longer
20517         needed now that we're assuming C89 or better.
20518
20519         Merge error changes from glibc.
20520
20521         * lib/error.c, error.h: Update copyright notice header to match glibc.
20522         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
20523         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
20524         Disable cancellation while printing error.
20525         * lib/error.h: Prepend __ to parameter names.
20526
20527 2003-09-26  Jim Meyering  <jim@meyering.net>
20528
20529         * lib/error.c (error_tail): Move some declarations
20530         into inner scope where the local variables are used.
20531
20532 2003-09-26  Bruno Haible  <bruno@clisp.org>
20533
20534         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
20535         stpncpy().
20536         Don't define stpncpy through config.h; it's now done through stpncpy.h.
20537
20538 2003-09-26  Bruno Haible  <bruno@clisp.org>
20539
20540         * lib/stpncpy.h (gnu_stpncpy): New declaration.
20541         (stpncpy): Define as alias for gnu_stpncpy.
20542         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
20543
20544 2003-09-25  Simon Josefsson  <jas@extundo.com>
20545
20546         * lib/xgetdomainname.h: New file.
20547         * lib/xgetdomainname.c: New file.
20548
20549 2003-09-25  Simon Josefsson  <jas@extundo.com>
20550             Bruno Haible  <bruno@clisp.org>
20551
20552         * modules/getdomainname: New file.
20553         * modules/xgetdomainname: New file.
20554         * MODULES.html.sh (func_all_modules): Add getdomainname,
20555         xgetdomainname.
20556
20557 2003-09-25  Simon Josefsson  <jas@extundo.com>
20558             Bruno Haible  <bruno@clisp.org>
20559
20560         * m4/getdomainname.m4: New file.
20561
20562 2003-09-25  Simon Josefsson  <jas@extundo.com>
20563             Bruno Haible  <bruno@clisp.org>
20564
20565         * lib/getdomainname.h: New file.
20566         * lib/getdomainname.c: New file.
20567
20568 2003-09-25  Karl Berry  <karl@gnu.org>
20569
20570         * lib/argp-fmtstream.c, argp-help.c: update from libc.
20571
20572 2003-09-25  Karl Berry  <karl@gnu.org>
20573
20574         * config/install-sh: update from automake.
20575
20576 2003-09-25  Bruno Haible  <bruno@clisp.org>
20577
20578         * modules/version-etc-2: New file, from modules/version-etc with
20579         modifications.
20580         * MODULES.html.sh (func_all_modules): Add version-etc-2.
20581
20582 2003-09-25  Bruno Haible  <bruno@clisp.org>
20583
20584         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
20585         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
20586
20587 2003-09-24  Simon Josefsson  <jas@extundo.com>
20588
20589         * modules/xgethostname: Add xgethostname.h.
20590
20591 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20592
20593         * lib/linebuffer.c (freebuffer): Don't free the argument, just
20594         the buffer associated with the argument.  Bug reported by
20595         Simon Josefsson.
20596
20597 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20598
20599         * README: Document assumptions that 'int' is at least 32 bits
20600         wide, that integer arithmetic is 2's complement without overflow,
20601         that there are no holes in integer values, that adding sizes of
20602         two nonoverlapping objects can't overflow, and that all-bits-zero
20603         yields scalar zero.  Fix spelling and capitalization typos.
20604
20605 2003-09-19  Karl Berry  <karl@gnu.org>
20606
20607         * lib/argp.h: update from libc.
20608
20609 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20610
20611         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
20612         to avoid spurious warnings like "AC_RUN_IFELSE was called before
20613         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
20614
20615 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20616
20617         * gnulib-tool: Use "test -h", not "test -L", for portability
20618         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
20619         (tags_regexp): Remove, since \| doesn't conform to POSIX.
20620         (sed_extract_prog): Issue s commands one-by-one, rather than
20621         using \| in one s command.
20622
20623 2003-09-16  Paul Eggert  <eggert@twinsun.com>
20624
20625         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
20626         input error, instead of returning NULL the next time we are called
20627         (and therefore losing track of errno).
20628
20629 2003-09-16  Bruno Haible  <bruno@clisp.org>
20630
20631         * gnulib-tool (func_create_testdir): Warn about duplicated
20632         dependencies.
20633
20634 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20635
20636         * modules/argmatch, modules/fatal, modules/obstack,
20637         modules/xalloc, modules/xgethostname: Sort dependencies by
20638         importance, not alphabetically.
20639
20640 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20641
20642         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
20643         fails, so that the caller gets the proper errno.
20644
20645         * lib/readutmp.c (read_utmp): Likewise.
20646         Check for fstat error.  Close stream and free storage
20647         when failing.
20648
20649 2003-09-14  Karl Berry  <karl@gnu.org>
20650
20651         * config/srclist.txt (strdup.c): disable for c89 changes.
20652
20653 2003-09-14  Jim Meyering  <jim@meyering.net>
20654
20655         * lib/getloadavg.c: Correct cpp indentation.
20656         * lib/strdup.c: Likewise.
20657         * lib/vasnprintf.c: Likewise.
20658
20659 2003-09-14  Bruno Haible  <bruno@clisp.org>
20660
20661         * modules/fwriteerror: New file.
20662         * MODULES.html.sh (func_all_modules): Add fwriteerror.
20663
20664 2003-09-14  Bruno Haible  <bruno@clisp.org>
20665
20666         * lib/fwriteerror.h: New file.
20667         * lib/fwriteerror.c: New file.
20668
20669 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20670
20671         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
20672         modules/xgethostname, modules/xalloc: Depend on exit.
20673
20674 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20675
20676         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
20677
20678         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
20679         and AC_MINIX, too, so that their extensions are available.
20680
20681         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
20682         This macro has been superseded by gl_BACKUPFILE.
20683
20684         More patches to assume C89 or better.
20685
20686         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
20687
20688         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
20689         unconditionally.
20690         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
20691         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
20692         Include <string.h>, <stdlib.h> unconditionally.
20693         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
20694         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
20695         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
20696         headers or for string.h.
20697         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
20698         or strtoul.
20699
20700         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
20701         headers.
20702         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
20703         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20704         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
20705         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
20706         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20707         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
20708         memcpy, memset.
20709         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
20710         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
20711         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
20712         strtol.
20713         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
20714         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
20715         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
20716         strtoul.
20717
20718 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20719
20720         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
20721         * lib/obstack.c [!defined _LIBC]: Likewise.
20722         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
20723         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
20724         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
20725
20726         More changes to assume C89 or better.
20727
20728         * lib/error.c (error_tail): Assume vprintf.
20729
20730         * lib/argmatch.c (getenv): Remove decl.
20731         * lib/progreloc.c (get_full_program_name): Define via prototype.
20732         * lib/setenv.c (clearenv): Likewise.
20733         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
20734         needed.
20735         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
20736         (malloc, memcpy): Remove decls.
20737         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
20738         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
20739         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
20740         (memcpy): Remove macro.
20741         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
20742         (__P): Remove.  All uses removed.
20743         (PTR): Remove.  All uses changed to void *.
20744         (CHAR_BIT, NULL): Remove.
20745         (spaces, zeros, memset_space, memset_zero)
20746         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
20747         Remove.
20748         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
20749         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
20750         Define with prototype.
20751         Remove now-unnecessary prototype decl.
20752         (extra_args_spec): Assume ANSI C.  All uses changed.
20753         (extra_args_spec_iso): Remove.
20754         (my_strftime, emacs_strftimeu): Define via prototype.
20755         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
20756         unconditionally.
20757         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
20758         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
20759         (strtoul, strtol): Remove decls.
20760         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
20761         LONG_MAX): Remove.
20762         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
20763         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
20764         (LOCALE_PARAM_PROTO): New macro.
20765         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
20766         (INTERNAL (strtol), strtol): Define with a prototype.
20767         (PARAMS): Remove.  All uses removed.
20768         * lib/tempname.c: Include <string.h> unconditionally.
20769         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
20770         * lib/xgethostname.c (main): Define with a prototype.
20771         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
20772         Include <stdlib.h> unconditionally.
20773         (calloc, malloc, realloc, free): Remove decls.
20774         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
20775         Include <stdlib.h> unconditionally.  Sort include file names.
20776         (strtod): Remove.
20777         (xstrtod): Define with a prototype.
20778         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
20779         (strtol, strtoul): Remove decls.
20780
20781 2003-09-11  Paul Eggert  <eggert@twinsun.com>
20782
20783         More patches to assume C89 or better.
20784         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
20785         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
20786         string.h, memchr, STDC_HEADERS.
20787
20788 2003-09-11  Paul Eggert  <eggert@twinsun.com>
20789
20790         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
20791         Include <stdlib.h>, <string.h> unconditionally.
20792         Remove now-unnecessary cast to char *.
20793         * lib/strnlen.c: Include <string.h> unconditionally.
20794         * lib/yesno.c (yesno): Define with a prototype.
20795
20796 2003-09-11  Bruno Haible  <bruno@clisp.org>
20797
20798         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
20799
20800 2003-09-10  Jim Meyering  <jim@meyering.net>
20801
20802         * lib/error.c: Correct indentation of cpp directives.
20803
20804 2003-09-10  Bruno Haible  <bruno@clisp.org>
20805
20806         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
20807         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
20808         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
20809         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
20810         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
20811         <stdlib.h> and <string.h> checks.
20812         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
20813         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
20814
20815 2003-09-10  Bruno Haible  <bruno@clisp.org>
20816
20817         * lib/strcspn.c: Include <string.h> unconditionally.
20818         * lib/strpbrk.c: Include <string.h> unconditionally.
20819         * lib/strstr.c: Include <string.h> unconditionally.
20820         * lib/unicodeio.c: Include <string.h> unconditionally.
20821         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
20822         * lib/unsetenv.c: Likewise.
20823         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
20824         * lib/yesno.c: Include <stdlib.h> unconditionally.
20825         (rpmatch): Add prototype.
20826
20827 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20828
20829         More patches to assume C89 or better.
20830         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
20831         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
20832         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
20833         or for string.h.
20834         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
20835         stdlib.h.
20836         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
20837         C headers.
20838         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
20839         string.h.
20840         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
20841         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
20842         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
20843         or for string.h.
20844         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
20845         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
20846         C headers.
20847         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
20848         memcpy.
20849         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
20850         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
20851         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
20852         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
20853         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
20854         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
20855         string.h, free.
20856         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
20857         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
20858         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
20859         C headers, or for string.h.
20860         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
20861         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
20862         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
20863         headers, memory.h, stdlib.h, string.h, strings.h.
20864         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
20865         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
20866         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
20867         strchr.
20868         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
20869         headers, memory.h, string.h.
20870         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
20871         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
20872         free.
20873         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
20874         headers.
20875         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
20876         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
20877         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
20878         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
20879         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
20880
20881 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20882
20883         More K&R removal.
20884
20885         * lib/acosl.c (main): Use a prototype.
20886         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
20887         tanl.c: Likewise.
20888
20889         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
20890
20891         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
20892         (getopt, etopt_long, getopt_long_only, _getopt_internal)
20893         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
20894         with a prototype.
20895         * lib/getopt.c (const): Remove macro.
20896         Include <string.h> unconditionally.
20897         (my_index): Remove; all uses changed to strchr.
20898         (strlen): Remove decl.
20899         (exchange): Remove forward decl; no longer needed.
20900         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
20901         Define with prototype.
20902         * lib/getopt1.c (const): Remove macro.
20903         (getopt_long, getopt_long_only, main): Define with prototype.
20904
20905         * lib/getugroups.c: Include <string.h> unconditionally.
20906
20907         * lib/getusershell.c: Include <stdlib.h> unconditionally.
20908         (getusershell, setusershell, endusershell, readname, main):
20909         Define with prototypes.
20910
20911         * lib/group-member.c: Include group-member.h first.
20912         Include <stdlib.h> unconditionally.
20913
20914         * lib/hard-locale.c: Include hard-locale.h first.
20915         Include <stdlib.h>, <string.h> unconditionally.
20916
20917         * lib/hash.c (free, malloc): Remove decls.
20918         Include <stdlib.h> unconditionally.
20919
20920         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
20921         (getenv): Do not declare.
20922
20923         * lib/idcache.c: Include <string.h> unconditionally.
20924
20925         * lib/long-options.c: Include long-options.h first, to test interface.
20926         Include <stdlib.h> unconditionally.
20927
20928         * lib/makepath.c: Include makepath.h first, to test interface.
20929         Include <stdlib.h> and <string.h> unconditionally.
20930
20931         * lib/linebuffer.c: Include <stdlib.h>.
20932         (free): Remove decl.
20933
20934         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
20935         stddef.h. rpl_malloc returns void *, not char *.
20936         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
20937         prototype.
20938
20939         * lib/md5.h: Include <limits.h> unconditionally.
20940         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
20941         (__P): Remove; all uses removed.
20942         * lib/md5.c: Include "md5.h" first.
20943         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
20944         md5_buffer, md5_process_bytes, md5_process_block):
20945         Define with prototypes.
20946         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
20947         * lib/sha.c: Include "sha.h" first.
20948         Include <stdlib.h>, <string.h> unconditionally.
20949
20950         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
20951         * lib/memcmp.c (__ptr_t): Likewise.
20952         * lib/memrchr.c (__ptr_t): Likewise.
20953         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
20954         Include <string.h> unconditionally.
20955         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
20956         * lib/memchr.c: Include <stdlib.h> unconditionally.
20957         * lib/memchr.c (LONG_MAX): Remove.
20958         * lib/memrchr.c (LONG_MAX): Likewise.
20959         * lib/memchr.c (__memchr): Define via a prototype.
20960         * lib/memrchr.c (__memrchr): Likewise.
20961         * lib/memcmp.c (__P): Remove, and remove all uses.
20962         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
20963         Remove forward decls; no longer needed.
20964         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
20965         Use types required by C89 in prototype.
20966
20967         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
20968         * lib/savedir.c: Likewise.
20969         * lib/mkdir.c (free): Remove decl.
20970         * lib/rmdir.c (rmdir): Define with a prototype.
20971         * lib/savedir.c: Include savedir.h first, to test interface.
20972
20973         * lib/mktime.c (STDC_HEADERS): Remove.
20974         Include <stdlib.h>, <string.h> unconditionally.
20975
20976         * lib/modechange.c: Include <stdlib.h> unconditionally.
20977         (malloc): Remove decl.
20978
20979         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
20980         (free): Remove decl.
20981
20982         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
20983         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
20984         (This type really should be intptr_t, but that's a C99ism.)
20985         (_obstack_memcpy): Remove: all uses changed to memcpy.
20986         Include <string.h> unconditionally.
20987         (struct obstack): Assume __STDC__ for types of members
20988         chunkfun, freefun, extra_arg.
20989         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
20990         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
20991         obstack_begin, obstack_specify_allocation,
20992         obstack_specify_allocation_with_arg, obstack_chunkfun,
20993         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
20994         Remove unprototyped decls and the macros that use them.
20995         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
20996         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
20997         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
20998         (defined __STDC__ && __STDC__)]:
20999         Remove nonprototyped code.
21000         Include <stdlib.h> unconditionally.
21001         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21002         _obstack_allocated_p, _obstack_free, obstack_free,
21003         _obstack_memory_used, print_and_abort):
21004         Define using prototypes.
21005         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21006         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21007         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21008         obstack_next_free, obstack_object_size, obstack_room) [0]:
21009         Remove unused, unprototyped code.
21010
21011         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21012
21013         * lib/physmem.c (physmem_total, physmem_available, main): Define
21014         with prototypes.
21015
21016         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21017         (main): Define with a prototype.
21018
21019         * lib/posixver.c (getenv): Remove decl.
21020
21021         * lib/putenv.c (malloc): Returns void *, not char *.
21022         Include <string.h> unconditionally.
21023         (strchr, memcpy, NULL): Do not define.
21024
21025         * lib/readtokens.c: Include readtokens.h first, to test interface.
21026         Include <stdlib.h>, <string.h> unconditionally.
21027         (init_tokenbuffer): Define with a prototype.
21028
21029         * lib/regex.c (PARAMS): Remove.  All uses removed.
21030         All uses of _RE_ARGS removed, too.
21031         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21032         unconditionally.
21033         (bzero): Assume memset exists.
21034         (memcmp, memcpy, NULL): Remove.
21035         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21036         char, or assignments to local vars of type signed char.
21037         (init_syntax_once, PREFIX(extract_number_and_incr),
21038         PREFIX(print_partial_compiled_pattern),
21039         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21040         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21041         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21042         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21043         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21044         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21045         wcs_compile_range, byte_compile_range, truncate_wchar,
21046         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21047         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21048         count_mbs_length, wcs_re_match_2_internal,
21049         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21050         PREFIX(alt_match_null_string_p),
21051         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21052         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21053         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21054         now-unnecessary declaration, if any.
21055         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21056         regcomp, regexec):
21057         Remove now-unnecessary casts among pointer types.
21058         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21059
21060         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21061         (free): Remove decl.
21062
21063         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21064
21065         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21066         (free): Remove decl.
21067
21068         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21069         * lib/xgetcwd.c: Likewise.
21070
21071         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21072         (free): Remove decl.
21073
21074         * lib/strchrnul.c (strchrnul): Define with a prototype.
21075         Fix bug: c_in was not converted to char before searching.
21076
21077         The following changes are not K&R related:
21078
21079         * lib/group-member.h: Include <sys/types.h>, so that this file is
21080         self-contained.
21081         * lib/makepath.h: Likewise.
21082
21083         * lib/getusershell.c (readname, default_index, line_size, readname):
21084         Use size_t, not int, for sizes.
21085         (readname): If the size overflows, report an error instead of
21086         looping forever.
21087
21088 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21089
21090         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21091         libc.
21092
21093 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21094
21095         * README: New section: portability guidelines.
21096
21097 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21098
21099         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21100         C89 spec.
21101
21102 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21103
21104         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21105
21106 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21107
21108         Assume C89 or better; remove K&R cruft.
21109         A few of these changes were first proposed by Derek Robert Price
21110         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21111
21112         * lib/addext.c: Include <string.h> unconditionally.
21113         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21114         Don't declare getenv or malloc.
21115
21116         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21117         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21118         (NULL): Remove.
21119         (find_stack_direction, alloca): Use prototypes.
21120
21121         * lib/atexit.c (atexit): Define using a prototype.
21122
21123         * lib/basename.c, dirname.c, stripslash.c:
21124         Include <string.h> unconditionally.
21125
21126         * lib/bcopy.c: Include <stddef.h>.
21127         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21128
21129         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21130
21131         * lib/error.h (error, error_at_line, error_print_progname)
21132         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21133         * lib/error.c: Include error.h first, to check interface.
21134         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21135         (VA_START): Remove; all uses changeed to va_start.
21136         (exit, strerror): Remove decls.
21137         (error_print_progname): Prototype uncondionally.
21138         Don't include <errno.h>; no longer needed.
21139         (private_strerror): Remove.
21140         (error_tail): Always define.
21141         (error, error_at_line): Assume C89 or better; always use prototypes.
21142         * lib/fatal.c: Include "fatal.h" first, to test interface.
21143         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21144         (VA_START): Remove; all uses changed to va_start.
21145         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21146         this case.
21147         (exit): Remove decl.
21148         (fatal): Prototype unconditionally.  Assume va_start works.
21149         Abort at end, to pacify gcc.
21150
21151         * lib/euidaccess.c (main): Define with a prototype.
21152
21153         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21154
21155         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21156
21157         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21158         prototypes.
21159         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21160         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21161         (getenv): Remove decl.
21162         (fnmatch): Define using a prototype.
21163         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21164         (FCT): Define using a prototype.
21165
21166         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21167
21168         * lib/gethostname.c: Include <stddef.h>.
21169         (gethostname): Define with prototype.  Length is size_t, not int.
21170
21171 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21172
21173         Assume C89 or better; remove K&R cruft.
21174         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21175         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21176         string.h, getenv, malloc.
21177         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21178         headers.
21179         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21180         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21181         do not check for strerror.
21182         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21183         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21184         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21185         do not check for doprnt or vprintf.
21186         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21187         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21188
21189 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21190
21191         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21192         getversion.c should have been removed then, but was accidentally
21193         preserved.
21194
21195         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21196         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21197
21198 2003-09-08  Karl Berry  <karl@gnu.org>
21199
21200         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21201                 config, forget about prep.
21202
21203         * config/depcomp, missing: update from automake.
21204
21205 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21206
21207         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21208         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21209
21210 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21211
21212         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21213         copy_tm_result.  Bug reported by Simon Josefsson in
21214         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21215
21216 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21217
21218         * m4/time_r.m4: New file.
21219         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21220         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21221         is. Check for timegm declaration.
21222         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21223         Do not check for gmtime_r.
21224         Replace mktime if __mktime_internal does not exist and if mktime
21225         hasn't been replaced already.
21226
21227 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21228
21229         * lib/time_r.c, lib/time_r.h: New files.
21230
21231         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21232         __localtime_r.
21233         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21234         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21235
21236         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21237         __gmtime_r.
21238         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21239         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21240         Include <time_r.h>.
21241
21242         * lib/timegm.c: Switch to glibc implementation, with the following
21243         changes:
21244         [defined HAVE_CONFIG_H]: Include <config.h>.
21245         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21246         (__mktime_internal) [!defined _LIBC]: New decl.
21247         (__gmtime_r) [!defined _LIBC]: New macro and function.
21248         (timegm): Use a prototype, since gnulib assumes C89.
21249         Do not bother declaring tmp to be const, as it's not really usefu.
21250         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21251         (timegm): Declare only if HAVE_DECL_TIMEGM.
21252
21253 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21254
21255         * MODULES.html.sh (func_all_modules): Add time_r.
21256         * modules/time_r: New file.
21257         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21258         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21259
21260 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21261
21262         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21263         Bug reported by Lute Kamstra in
21264         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21265
21266         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21267         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21268         course with correspondingly smaller numbers for tomorrow and
21269         yesterday.  From Tadayoshi Funaba.  Originally installed into
21270         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21271         coreutils merge?).
21272
21273 2003-08-31  Simon Josefsson  <jas@extundo.com>
21274
21275         * modules/timegm: New file.
21276         * MODULES.html.sh (func_all_modules): Add timegm.
21277
21278 2003-08-31  Simon Josefsson  <jas@extundo.com>
21279
21280         * m4/timegm.m4: New file.
21281
21282 2003-08-31  Simon Josefsson  <jas@extundo.com>
21283
21284         * lib/timegm.h: New file.
21285         * lib/timegm.c: New file.  Based on
21286         wget-1.8.2/src/http.c:mktime_from_utc.
21287
21288 2003-08-31  Karl Berry  <karl@gnu.org>
21289
21290         * lib/argp.h: update from libc.
21291
21292 2003-08-28  Bruno Haible  <bruno@clisp.org>
21293
21294         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21295         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21296         followed by '#define fnmatch fnmatch_posix' gives an error.
21297
21298 2003-08-28  Bruno Haible  <bruno@clisp.org>
21299
21300         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21301         warning on QNX, which defines O_BINARY to 000000.
21302
21303 2003-08-27  Jim Meyering  <jim@meyering.net>
21304
21305         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21306         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21307         would fail after 32.  Reported by Danny Levinson.  Details here:
21308         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21309
21310 2003-08-24  Bruno Haible  <bruno@clisp.org>
21311
21312         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21313         MSVC7 <stdio.h> is included later.
21314
21315 2003-08-22  Simon Josefsson  <jas@extundo.com>
21316
21317         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21318
21319 2003-08-20  Karl Berry  <karl@gnu.org>
21320
21321         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21322
21323 2003-08-20  Bruno Haible  <bruno@clisp.org>
21324
21325         * modules/progname: New file.
21326         * MODULES.html.sh (func_all_modules): Add progname.
21327
21328 2003-08-20  Bruno Haible  <bruno@clisp.org>
21329
21330         * lib/progname.h: New file, from GNU gettext.
21331         * lib/progname.c: New file, from GNU gettext.
21332         * lib/progreloc.c: New file, from GNU gettext.
21333
21334 2003-08-19  Jim Meyering  <jim@meyering.net>
21335
21336         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21337         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21338
21339 2003-08-19  Bruno Haible  <bruno@clisp.org>
21340
21341         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21342         more.
21343
21344 2003-08-19  Bruno Haible  <bruno@clisp.org>
21345
21346         * lib/xstrdup.c: Assume <string.h> exists.
21347
21348 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21349
21350         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21351         in makefile rules.
21352
21353 2003-08-18  Jim Meyering  <jim@meyering.net>
21354
21355         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21356         * m4/lib-ld.m4: Likewise.
21357
21358 2003-08-18  Jim Meyering  <jim@meyering.net>
21359
21360         * lib/setenv.h: Indent nested cpp directive.
21361         * lib/vasnprintf.c: Remove trailing blanks.
21362
21363 2003-08-17  Simon Josefsson  <jas@extundo.com>
21364
21365         * modules/xstrndup: New file.
21366         * MODULES.html.sh (func_all_modules): Add xstrndup.
21367
21368 2003-08-17  Simon Josefsson  <jas@extundo.com>
21369
21370         * modules/argp: Fix autoconf macro name. Add more dependencies.
21371
21372 2003-08-17  Simon Josefsson  <jas@extundo.com>
21373
21374         * m4/xstrndup.m4: New file.
21375
21376 2003-08-17  Simon Josefsson  <jas@extundo.com>
21377
21378         * m4/argp.m4: New file.
21379
21380 2003-08-17  Simon Josefsson  <jas@extundo.com>
21381             Bruno Haible  <bruno@clisp.org>
21382
21383         * lib/xstrndup.h: New file.
21384         * lib/xstrndup.c: New file.
21385
21386 2003-08-17  Bruno Haible  <bruno@clisp.org>
21387
21388         * modules/strndup (Files, Include): Add lib/strndup.h.
21389
21390 2003-08-17  Bruno Haible  <bruno@clisp.org>
21391
21392         * modules/euidaccess (Files): Add lib/euidaccess.h.
21393
21394 2003-08-17  Bruno Haible  <bruno@clisp.org>
21395
21396         * lib/strndup.h: New file.
21397
21398 2003-08-17  Bruno Haible  <bruno@clisp.org>
21399
21400         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21401         like AC_GNU_SOURCE.
21402         * modules/extensions (configure.ac): Comment out the invocation of
21403         gl_USE_SYSTEM_EXTENSIONS.
21404
21405 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21406
21407         Merges from coreutils, etc.
21408         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21409         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21410         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21411         fixing a typo.
21412         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21413         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21414
21415 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21416
21417         Document merge from coreutils.
21418         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21419         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21420         * modules/utime: Add m4/utimes-null.m4.
21421
21422 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21423
21424         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21425         space, undoing this 2003-08-12 change:
21426         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21427
21428 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21429
21430         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21431         strtoul.c from libc, undoing this 2003-08-12 change:
21432         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21433
21434 2003-08-16  Jim Meyering  <jim@meyering.net>
21435
21436         Merges from coreutils.
21437         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21438         prefix.  Adjust cache variables similarly.  Create 500 rather than
21439         just 300 files, to exercise bug on Darwin6.5, too.
21440         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21441         $missing_dir.
21442         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21443         AM_SYS_POSIX_TERMIOS.
21444         Reported by mkc@mathdogs.com.
21445         Also change use of $am_cv_sys_posix_termios
21446         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21447         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21448         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21449         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21450         in /proc/mounts until it finds one with matching device number.  This
21451         is unnecessary when the FILE argument *is* a mount point.  No stat call
21452         is necessary in that case.  So, disable the statvfs-testing code on
21453         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21454         as RedHat bug# 84846.
21455         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21456         to 1MB, so as not to render systems with no stack size limit (e.g.,
21457         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21458         Include <unistd.h>.  On some systems,
21459         it is required for the definition of _SC_PAGESIZE.
21460
21461 2003-08-16  Jim Meyering  <jim@meyering.net>
21462
21463         Merge from coreutils.
21464         * lib/xstrtoimax.c: #else #if -> #elif.
21465         * lib/xstrtoumax.c: Likewise.
21466
21467 2003-08-16  Jim Meyering  <jim@meyering.net>
21468
21469         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21470         * m4/utimes.m4: Removed.
21471         * m4/utimes-null.m4: Renamed from utimes.m4.
21472
21473         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21474         to 1MB, so as not to render systems with no stack size limit (e.g.,
21475         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21476         Include <unistd.h>.  On some systems,
21477         it is required for the definition of _SC_PAGESIZE.
21478
21479 2003-08-16  Jim Meyering  <jim@meyering.net>
21480         and Paul Eggert  <eggert@cs.ucla.edu>
21481
21482         Merges from coreutils, etc.
21483
21484         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21485         using the latest version from cvs.  This avoids problems with #line
21486         directives using a vendor (Sun) compiler.
21487         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21488         Don't set GETGROUPS_LIB here; now it's
21489         done via getgroups.m4's wrapper function.
21490         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21491         rather than just in sh-util/configure.in, so that the
21492         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21493         same.
21494         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21495         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21496         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21497         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21498         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21499         Remove code that is now done by the newly-required macros.
21500         Append $(EXEEXT) to DF_PROG.
21501         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21502         Do not invoke or require the following here,
21503         since prereq.m4 or some gnulib .m4 now does this for us:
21504         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21505         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
21506         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
21507         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
21508         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
21509         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
21510         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
21511         AC_FUNC_OBSTACK.
21512         Do not replace the following functions, as this is now the job
21513         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
21514         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
21515         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
21516         atexit getpass, strdup, getpagesize.
21517         Replace 'raise'.
21518         Do not check for the following functions, as this is now the job
21519         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
21520         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
21521         setregid.
21522         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
21523         Check for sys/sysctl.h.
21524         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
21525         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
21526         of checking for ssize_t ourselves.
21527
21528         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
21529         Require every macro that gnulib/modules/* suggests for us.
21530         (jm_PREREQ_ADDEXT): New macro.
21531         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
21532         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
21533
21534         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
21535         (gl_PHYSMEM): Use it.
21536         Also check for `table' function.
21537         Check for new headers and functions.
21538         Add check for sys/sysmp.h.
21539         With suggestions from Kaveh Ghazi.
21540         Ignore headers that are present but cannot be compiled.  This
21541         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
21542         C 5.4.
21543
21544 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21545
21546         Document merge from coreutils.
21547         * modules/userspec: Depend on posixver.
21548         * modules/strftime: Depend on tzset.
21549
21550 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21551
21552         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
21553         rather than tab, after '#' in shell-script copyright notices.
21554         Suggested by Bruno Haible.
21555
21556 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21557
21558         * config/srclist-update: Use three spaces, rather than tab, after '#'
21559         in shell-script copyright notices.  Suggested by Bruno Haible.
21560         Remove unnecessary parenthesization in regular expression.
21561
21562 2003-08-15  Jim Meyering  <jim@meyering.net>
21563
21564         Merge from coreutils.
21565         * lib/xgethostname.c: Include <stdlib.h>.
21566         (xghostname): Don't exit for anything other than memory-related
21567         failure; just return NULL.
21568         * lib/userspec.c: Include "posixver.h".
21569         (parse_user_spec): Accept `.' as a separator only
21570         in pre-POSIX-200112 mode.
21571         * lib/strtoimax.c: Use #elif rather than #else #if.
21572         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
21573         Remove function, now that we can rely on a working tzset function.
21574         [!_LIBC]: Ensure that the required autoconf test has been run.
21575         [!defined _NL_CURRENT && HAVE_STRFTIME]:
21576         Use underlying_strftime for %r.
21577         * lib/sha.c: Merge in some clean-up and optimization changes from
21578         glibc.
21579         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
21580         Ensure that it is a multiple of 64.
21581         Rearrange loop exit tests so as to avoid performing an
21582         additional fread after encountering an error or EOF.
21583         * lib/realloc.c: Update copyright date.
21584
21585 2003-08-15  Jim Meyering  <jim@meyering.net>
21586         and Paul Eggert  <eggert@twinsun.com>
21587
21588         Merge from coreutils.
21589         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
21590         member but strut utmpx does not.  Needed for AIX 4.3.3.
21591         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
21592
21593 2003-08-15  Jim Meyering  <jim@meyering.net>
21594         and Paul Eggert  <eggert@cs.ucla.edu>
21595
21596         Merges from coreutils, etc.
21597         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
21598         Require gl_FUNC_TZSET_CLOBBER.
21599         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
21600         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
21601         members.
21602
21603 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21604
21605         Help the merge from coreutils.
21606         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
21607         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
21608         * m4/tzset.m4: Use it too.
21609
21610 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21611
21612         * modules/tzset: New file.
21613
21614 2003-08-14  Jim Meyering  <jim@meyering.net>
21615
21616         Merges from coreutils.
21617         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
21618         variable names, rather than @FNMATCH_H@.
21619         * modules/alloca: Likewise for $(ALLOCA_H).
21620
21621         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
21622         the three copies of the literal target, `fnmatch.h'.
21623         * modules/alloca (alloca.h): Likewise.
21624
21625 2003-08-14  Jim Meyering  <jim@meyering.net>
21626
21627         Merge from coreutils.
21628         * m4/tzset.m4: New file.
21629         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
21630         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
21631         otherwise, AIX 5.1 systems would end up using the latter.
21632         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
21633         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
21634         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
21635         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
21636
21637 2003-08-14  Jim Meyering  <jim@meyering.net>
21638
21639         Merge from coreutils.
21640         * lib/obstack.h: Whitespace changes.
21641         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
21642         and xcalloc return values.
21643         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
21644         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
21645         hang on OSF/1 5.1 for DIR on both local and remote file systems.
21646         Reported by (and fix confirmed by) Nelson H. F. Beebe.
21647         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21648         error from mntctl.
21649         Use mntctl's return value to drive the entry-processing loop, since
21650         we can't rely on the value of the vmt_length member in the last
21651         entry.  On some systems doing so could result in exhausting
21652         virtual memory.  Based in part on a patch from Mike Jetzer.
21653
21654 2003-08-14  Jim Meyering  <jim@meyering.net>
21655         and Paul Eggert  <eggert@twinsun.com>
21656
21657         Merges from coreutils, plus other fixes.
21658         * lib/physmem.c: Merge in portability changes from gcc/libiberty
21659         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
21660         for credits and details.  Thanks to Kaveh Ghazi for helping
21661         to keep these files in sync.
21662         (ARRAY_SIZE): Define it.
21663         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
21664         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
21665         (memcasecmp): Don't assume size_t fits in unsigned int.
21666         Remove casts and duplicate code.
21667         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
21668         (memcpy): Remove definition.
21669         Merge in some clean-up and optimization changes from glibc.
21670         [BLOCKSIZE]: Move definition to top of file.
21671         Ensure that it is a multiple of 64.
21672         Rearrange loop exit tests so as to avoid performing an
21673         additional fread after encountering an error or EOF.
21674         * lib/md5.h (md5_uintptr): Define.
21675         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
21676         return to the initial working directory.  Preserve errno
21677         for caller.
21678         * lib/idcache.c: Include "xalloc.h".
21679         (xmalloc, xrealloc): Remove decls.
21680         (getuser): Remove casts no longer required in C89.
21681         * lib/human.c: Include stdio.h, for sprintf.
21682         * lib/group-member.c: Include "xalloc.h".
21683         (xmalloc, xrealloc): Remove decls.
21684         (get_group_info): Remove casts no longer required in C89.
21685         * lib/getusershell.c (readname): Remove casts no longer required in
21686         C89.
21687         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
21688         * lib/getline.c: Whitespace fix, from coreutils.
21689
21690 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21691
21692         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
21693         Check for isascii.
21694
21695         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21696         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21697         Undo previous (whitespace-only) change.
21698
21699 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21700
21701         * lib/exclude.c: Include <ctype.h>
21702         (IN_CTYPE_DOMAIN): New macro.
21703         (is_space): New fn.
21704         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
21705         and empty lines.
21706
21707         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21708         Undo previous (whitespace-only) change.
21709
21710 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21711
21712         * config/srclist-update: Change update back to the old behavior,
21713         leaving whitespace alone.  Use one 'sed' command rather than a
21714         pipeline.
21715         (fixlicense): Now a variable, not a function.
21716         (remove_trailing_blanks): Remove.
21717         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
21718         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
21719         Undo previous (whitespace-only) change.
21720
21721 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21722
21723         Merge from coreutils.
21724         * modules/euidaccess: Add lib_SOURCES, include for new
21725         file euidaccess.h
21726
21727 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21728
21729         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21730         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21731         Normalize leading white space and remove trailing white space.
21732
21733         Merge from coreutils
21734         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
21735
21736         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
21737         0.12.1.  These files are now being upgraded automatically by
21738         ../config/srclist-update.
21739
21740 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21741
21742         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21743         Normalize leading white space and remove trailing white space.
21744         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
21745         notice, as per ../config/srclist-update.
21746
21747         Merge from coreutils.
21748         * lib/euidaccess.h: New file.
21749         * lib/euidaccess.c: Include it.
21750         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
21751         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
21752         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
21753
21754 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21755
21756         * config/srclist-update: Add copyright notice.
21757         (remove_id_lines, remove_trailing_blanks): New constants.
21758         (fixfile): Use them to normalize spacing a bit in copied files.
21759         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
21760         Normalize leading white space and remove trailing white space.
21761
21762         * config/texinfo.tex: Sync with texinfo.
21763
21764         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
21765         strtoul.c from libc, to merge coreutils whitespace changes.
21766
21767         * config/srclist.txt: Get the following m4 files from gettext:
21768         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
21769         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
21770         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
21771         wint_t.m4.
21772
21773 2003-08-12  Karl Berry  <karl@gnu.org>
21774
21775         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
21776         been made.
21777
21778 2003-08-11  Paul Eggert  <eggert@twinsun.com>
21779
21780         * modules/gnu-source, m4/gnu-source.m4:
21781         Remove; we're assuming Autoconf 2.54 or later now.
21782         Suggested by Bruno Haible.
21783         * MODULES.html.sh (func_all_modules): Remove gnu-source.
21784
21785 2003-08-11  Bruno Haible  <bruno@clisp.org>
21786
21787         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
21788
21789 2003-08-11  Bruno Haible  <bruno@clisp.org>
21790
21791         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
21792         (vasnprintf): Use it instead of wcslen.
21793
21794 2003-08-11  Bruno Haible  <bruno@clisp.org>
21795
21796         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
21797         value to ensure that _Bool promotes to int. Use #define for _Bool when
21798         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
21799
21800 2003-08-10  Karl Berry  <karl@gnu.org>
21801
21802         * lib/regex.h: update from libc (whitespace fix).
21803
21804 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21805
21806         Merge some files from coreutils.  These changes were
21807         originally made by Jim Meyering.
21808         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
21809         many older Unixes require this.
21810         * lib/alloca.c (alloca): Remove cast to argument of free;
21811         no longer needed in C89.
21812         * lib/alloca_.h, regex.h: Fix white space to match
21813         what GNU indent does.
21814
21815 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21816
21817         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
21818         apparently Emacs's Unicode mode got confused before my 2003-08-05
21819         checkin.
21820
21821 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21822
21823         * m4/extensions.m4: New file.
21824         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
21825         Require gl_USE_SYSTEM_EXTENSIONS.
21826         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
21827         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
21828
21829 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21830
21831         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
21832         * modules/extensions, modules/gnu-source: New files.
21833         * modules/timespec, modules/unlocked-io: Depend on extensions.
21834
21835 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21836
21837         * modules/restrict: New file.
21838         * MODULES.html.sh (func_all_modules): Add restrict.
21839         * modules/regex: Depend on restrict.
21840
21841 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21842
21843         * m4/restrict.m4: New file.
21844         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
21845
21846 2003-08-07  Bruno Haible  <bruno@clisp.org>
21847
21848         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
21849         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
21850
21851 2003-08-07  Bruno Haible  <bruno@clisp.org>
21852
21853         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
21854         makes the module 'getndelim2' compatible with the module 'getline'.
21855
21856 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21857
21858         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
21859         byte with "\201" to avoid glitches when editing that source file
21860         with multi-gnome-terminal.
21861
21862 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21863
21864         * lib/bumpalloc.h: Remove.
21865
21866 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21867
21868         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
21869         * modules/bumpalloc: Remove.
21870
21871 2003-08-04  Paul Eggert  <eggert@twinsun.com>
21872
21873         * lib/getloadavg.c: Change copyright notice and spacing to conform to
21874         GNU coding style.
21875
21876         Merge from coreutils.
21877         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
21878         1. From glibc.
21879         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
21880         from Karl Berry, implemented by Jim Meyering.
21881         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
21882         from Dmitry V. Levin.
21883         Remove anachronistic cast of xrealloc.
21884         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
21885         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
21886         type. Otherwise, it wouldn't compile with at least /bin/cc on
21887         ymp-cray-unicos9.0.2.X.
21888         Combine two mostly-identical uses of alloca into one.
21889         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
21890
21891 2003-08-04  Dave Love  <d.love@dl.ac.uk>
21892
21893         [From Emacs.]
21894
21895         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
21896         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
21897         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
21898         obsolete NLIST_NAME_UNION.
21899         [__GNU__]: Undef BSD and FSCALE.
21900         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
21901
21902 2003-08-03  Paul Eggert  <eggert@twinsun.com>
21903
21904         * lib/stdbool_.h (_Bool): Make it signed char, instead of
21905         an enum type, so that it's guaranteed to promote to int.  See:
21906         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
21907
21908 2003-08-03  Karl Berry  <karl@gnu.org>
21909
21910         * config/depcomp: update from automake.
21911
21912 2003-07-31  Paul Eggert  <eggert@twinsun.com>
21913
21914         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
21915         (strerror): Don't assume that a printable int fits in 14 bytes.
21916
21917 2003-07-31  Bruno Haible  <bruno@clisp.org>
21918
21919         * modules/getpass-gnu: New file.
21920         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
21921
21922 2003-07-31  Bruno Haible  <bruno@clisp.org>
21923
21924         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
21925
21926 2003-07-24  Karl Berry  <karl@gnu.org>
21927
21928         * config/missing: update from automake.
21929
21930 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
21931             Bruno Haible  <bruno@clisp.org>
21932
21933         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
21934         * lib/getline.c (getline, getdelim): Likewise.
21935         Remove _GNU_SOURCE define; now it's defined in config.h through
21936         m4/getline.m4.
21937
21938 2003-07-23  Karl Berry  <karl@gnu.org>
21939
21940         * config/config.sub: update from prep.
21941
21942 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21943
21944         * modules/xalloc (Depends-on): Add exitfail.
21945         * modules/xmemcoll: Likewise.
21946
21947 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21948
21949         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
21950         over-parenthesization in macros.
21951
21952         Sync with coreutils.
21953
21954         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
21955         required by C99.
21956
21957         Use `exit_failure' for xalloc and xmemcoll instead of their own
21958         private exit-failure variables.
21959         * lib/xalloc.h (xalloc_exit_failure): Remove.
21960         * lib/xmalloc.c: Likewise.  Include exitfail.h.
21961         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
21962         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
21963         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
21964         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
21965
21966 2003-07-20  Jim Meyering  <jim@meyering.net>
21967
21968         * modules/closeout (Depends-on): Add exitfail.
21969         Suggestion from Bruno Haible.
21970
21971 2003-07-19  Karl Berry  <karl@gnu.org>
21972
21973         * config/config.sub: update from prep.
21974
21975 2003-07-18  Paul Eggert  <eggert@twinsun.com>
21976
21977         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
21978         Remove.
21979         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
21980         to test that it can stand by itself.  Include "exitfail.h".
21981         Clients should set exit_failure instead.
21982         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
21983
21984 2003-07-18  Bruno Haible  <bruno@clisp.org>
21985
21986         * modules/getndelim2: New file.
21987         * modules/getline: Share files with module getndelim2.
21988         * modules/getnline: Depend on getndelim2 instead of sharing files with
21989         it. Add getnline.c to lib_SOURCES.
21990         * MODULES.html.sh (func_all_modules): Add getndelim2.
21991
21992 2003-07-18  Bruno Haible  <bruno@clisp.org>
21993
21994         * m4/getndelim2.m4: New file.
21995         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
21996         invoke gl_PREREQ_GETNDELIM2.
21997         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
21998         gl_PREREQ_GETNDELIM2.
21999         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22000         gl_GETNDELIM2.
22001
22002 2003-07-18  Bruno Haible  <bruno@clisp.org>
22003
22004         * lib/getndelim2.h: New file.
22005         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22006         getndelim2.h.
22007         (getndelim2): Make non-static. Change return type to ssize_t.
22008         * lib/getline.h: Change argument names.
22009         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22010         * lib/getnline.c: Include getndelim2.h.
22011
22012 2003-07-18  Andreas Schwab  <schwab@suse.de>
22013
22014         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22015
22016 2003-07-17  Karl Berry  <karl@gnu.org>
22017
22018         * config/config.sub: update from prep.
22019
22020 2003-07-17  Bruno Haible  <bruno@clisp.org>
22021
22022         * modules/getnline: New file.
22023         * modules/getline: Add lib/getndelim2.c to source file list.
22024         * MODULES.html.sh (func_all_modules): Add getnline.
22025
22026 2003-07-17  Bruno Haible  <bruno@clisp.org>
22027
22028         * m4/getnline.m4: New file.
22029
22030 2003-07-17  Bruno Haible  <bruno@clisp.org>
22031
22032         * m4/Makefile.am.in: Remove file.
22033         * m4/Makefile.am: Remove file.
22034         * m4/Makefile.in: Remove file.
22035
22036 2003-07-17  Bruno Haible  <bruno@clisp.org>
22037
22038         * lib/getnline.h: New file.
22039         * lib/getnline.c: New file.
22040         * lib/getndelim2.c: New file, extracted from getline.c.
22041         (getndelim2): Renamed from getdelim2, with added nmax argument.
22042         * lib/getline.c: Include getndelim2.c.
22043         (getdelim2): Moved out to getndelim2.c.
22044         (getline, getdelim): Update.
22045
22046 2003-07-17  Bruno Haible  <bruno@clisp.org>
22047
22048         * lib/Makefile.am: Remove file.
22049         * lib/Makefile.in: Remove file.
22050
22051 2003-07-17  Bruno Haible  <bruno@clisp.org>
22052
22053         * configure.in: Remove file.
22054         * Makefile.in: Remove file.
22055
22056 2003-07-17  Bruno Haible  <bruno@clisp.org>
22057
22058         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22059
22060 2003-07-16  Karl Berry  <karl@gnu.org>
22061
22062         * config/srclist-update: was running fixlicense twice, which caused
22063                 texinfo.tex to be nullified for some reason.  Simplify,
22064                 $gplsrc is no longer needed as far as I can see?
22065
22066 2003-07-16  Jim Meyering  <jim@meyering.net>
22067
22068         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22069
22070 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22071
22072         * config/srclist.txt: Get the following files from gettext-runtime/intl
22073         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22074         ref-del.sin.  From Bruno Haible.
22075         * config/srclist-update (fixfile): Change grep pattern again, since the
22076         previous fix didn't work (there was another trailing $).  Use
22077         '[$]' to escape the $s.
22078
22079 2003-07-15  Karl Berry  <karl@gnu.org>
22080
22081         * lib/vasnprintf.c: update from gettext.
22082
22083 2003-07-15  Karl Berry  <karl@gnu.org>
22084
22085         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22086         gets expanded when surrounded by '$'.
22087
22088 2003-07-15  Jim Meyering  <jim@meyering.net>
22089
22090         * modules/save-cwd: Don't depend on error.  From Derek Price.
22091
22092 2003-07-15  Jim Meyering  <jim@meyering.net>
22093
22094         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22095
22096 2003-07-14  Simon Josefsson  <jas@extundo.com>
22097
22098         * modules/mempcpy: New file.
22099         * MODULES.html.sh (func_all_modules): Add mempcpy.
22100
22101 2003-07-14  Simon Josefsson  <jas@extundo.com>
22102
22103         * m4/mempcpy.m4: New file.
22104
22105 2003-07-14  Simon Josefsson  <jas@extundo.com>
22106
22107         * lib/mempcpy.h: New file.
22108         * lib/mempcpy.c: New file.
22109
22110 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22111
22112         * modules/getdate, modules/posixtm: Depend on mktime.
22113
22114 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22115
22116         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22117         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22118         unicodeio.c, unicodeio.h, unlocked-io.h:
22119         Switch from LGPL to GPL.
22120
22121 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22122
22123         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22124         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22125         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22126         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22127         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22128         updated automatically by ../config/srclist-update.  This changes
22129         their license from LPGL to GPL.
22130
22131 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22132
22133         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22134         assumed to refer to the root of the most recent stable gettext version.
22135         * config/srclistvars.sh: Add defaults for eggert.
22136         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22137         Match "This program" as well as "The program".  This is needed
22138         for gettext.
22139
22140 2003-07-14  Jim Meyering  <jim@meyering.net>
22141
22142         Don't emit diagnostics.  Let callers do that.
22143         * lib/save-cwd.c: Don't include "error.h".
22144         (save_cwd): Don't call error.  Ensure that errno is valid
22145         when returning nonzero.
22146
22147         * lib/save-cwd.h (restore_cwd): Update prototype.
22148         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22149         Simplify.  Don't call error upon failure.  Let callers do that.
22150         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22151         when auditing is enabled.  But don't bother updating the #if.
22152
22153 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22154
22155         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22156         it breaks C++ compilation.
22157         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22158
22159 2003-07-10  Simon Josefsson  <jas@extundo.com>
22160
22161         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22162
22163 2003-07-10  Jim Meyering  <jim@meyering.net>
22164
22165         * m4/clock_time.m4: Remove trailing blank.
22166         * m4/intmax_t.m4: Likewise.
22167
22168 2003-07-10  Jim Meyering  <jim@meyering.net>
22169
22170         * lib/vasnprintf.c: Remove trailing blanks.
22171         Make cpp indentation consistent.
22172
22173 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22174
22175         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22176         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22177         Switch from LGPL to GPL.
22178
22179 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22180
22181         * config/srclist.txt: Sort sublists.  Add
22182         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22183         that differ from gnulib for one reason or another; we'd like this list
22184         to be smaller but for now let's document what we have.
22185
22186 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22187
22188         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22189         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22190         and sweeter "eval x=$x".
22191         * config/srclist.txt: Get lib/argp* from glibc.
22192
22193 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22194
22195         * lib/mktime.c: Fix some boundary cases and remove need for floating
22196         point.
22197
22198         Issue a compile-time diagnostic if time_t is floating point, or if
22199         two's complement arithmetic is not in effect, or if arithmetic
22200         right shift does not propagate the sign.  These assumptions were
22201         all in the original code but they weren't checked.
22202
22203         (TIME_T_MIDPOINT, verify): New macros.
22204         (__isleap): Remove; it has integer overflow problems.
22205         (leapyear): New function, without those problems.
22206         (ydhms_tm_diff): Remove; splitting into two parts.
22207         (ydhms_diff): New function, containing the arithmetic part of
22208         the old ydhms_tm_diff function.  Issue a compile-time
22209         diagnostic if we are not using C99 integer division.
22210         Avoid casts when possible.
22211         (guess_time_tm): New function, containing the checking part of
22212         the old ydhms_tm_diff function.  Return the new value, rather than
22213         the difference between it and the old.  Accept a new argument T
22214         so that *T specifies the old value.  Check for overflow in the result.
22215
22216         (__mktime_internal): Use a time_t offset, not a long int offset.
22217         This undoes the 2003-06-04 change, which is no longer needed now
22218         that we have better overflow checking.
22219         (localtime_offset): Likewise.
22220
22221         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22222         and long are 64-bit but int is only 32-bit.
22223         (ydhms_diff): Use long int to store year1 and yday1.
22224         Issue a compile-time diagnostic if long int is not wide enough.
22225
22226         (__mktime_internal): Use long int to store adjusted year and yday.
22227         Use plain C rather than preprocessor commands, if that doesn't
22228         affect efficiency.
22229         Check for overflow (and try to repair) after each probe
22230         rather than checking only at the very end.  This avoids some bugs
22231         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22232         does not equal GMT offset at maximum time).
22233         Use integer to check for overflow rather than floating point; this
22234         is more portable to non-IEEE hosts, and is a tad faster.
22235         When we detect that we are oscillating between two values,
22236         don't check whether tm_isdst has the requested value, since
22237         we already know the answer.  When tm_isdst has the wrong value,
22238         use a different heuristic to find the right one, based on the
22239         extreme values actually observed in practice in tz2003a,
22240         rather than the (overly optimistic) "previous 3 calendar quarters".
22241
22242         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22243         "T const" to accommodate glibc style.
22244         (check_result): Use less-confusing report format.  "long" -> "long int.
22245         (main): Likewise.
22246         Don't loop if the iteration overflows time_t.
22247         Allow a negative step in the iteration.
22248
22249 2003-07-06  Karl Berry  <karl@gnu.org>
22250
22251         * config/depcomp: update from automake.
22252         * config/config.sub: update from prep.
22253
22254 2003-07-03  Karl Berry  <karl@gnu.org>
22255
22256         * config/config.guess: update from prep.
22257
22258 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22259
22260         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22261         xreadlink.c now includes it unconditionally.
22262
22263 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22264
22265         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22266         having it depend on HAVE_SYS_TYPES_H.
22267
22268 2003-07-01  Bruno Haible  <bruno@clisp.org>
22269
22270         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22271         <sys/types.h> should be sufficient.
22272         Reported by Paul Eggert.
22273
22274 2003-06-26  Karl Berry  <karl@gnu.org>
22275
22276         * config/depcomp: update from automake.
22277
22278 2003-06-26  Bruno Haible  <bruno@clisp.org>
22279
22280         * modules/human: Depend on module stdbool.
22281
22282 2003-06-25  Bruno Haible  <bruno@clisp.org>
22283
22284         * modules/readlink: New file.
22285         * modules/xreadlink: Depend on it.
22286         * MODULES.html.sh (func_all_modules): Add readlink.
22287
22288 2003-06-25  Bruno Haible  <bruno@clisp.org>
22289
22290         * m4/readlink.m4: New file.
22291
22292 2003-06-25  Bruno Haible  <bruno@clisp.org>
22293
22294         * lib/readlink.c: New file.
22295
22296 2003-06-22  Karl Berry  <karl@gnu.org>
22297
22298         * config/srclist.txt: update mkinstalldirs from automake.
22299         * config/mkinstalldirs: update.
22300
22301 2003-06-22  Bruno Haible  <bruno@clisp.org>
22302
22303         Portability to mingw32.
22304         * m4/ssize_t.m4: New file, from GNU gettext.
22305         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22306         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22307
22308 2003-06-22  Bruno Haible  <bruno@clisp.org>
22309
22310         * modules/safe-read: Add m4/ssize_t.m4.
22311         * modules/xreadlink: Add m4/ssize_t.m4.
22312
22313 2003-06-20  Bruno Haible  <bruno@clisp.org>
22314
22315         Assume C89, so PARAMS isn't needed.
22316         * lib/unicodeio.h (PARAMS): Remove.
22317         * lib/unicodeio.c: Don't use PARAMS.
22318
22319 2003-06-18  Karl Berry  <karl@gnu.org>
22320
22321         * config/config.{guess,sub}: update from prep.
22322
22323 2003-06-18  Jim Meyering  <jim@meyering.net>
22324
22325         Merge changes from coreutils.
22326         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22327         Remove explicit declarations of xmalloc and realloc.
22328         Include xalloc.h.
22329         (read_utmp): Remove anachronistic cast of xmalloc.
22330
22331 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22332
22333         Assume C89, so PARAMS isn't needed.
22334         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22335         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22336         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22337         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22338         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22339         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22340         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22341         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22342         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22343         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22344         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22345         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22346         no longer needed. Anyway, config.h should always be included before any
22347         other file.
22348
22349 2003-06-11  Simon Josefsson  <jas@extundo.com>
22350
22351         * modules/sysexits: New file.
22352         * MODULES.html.sh (func_all_modules): Add sysexits.
22353
22354 2003-06-11  Simon Josefsson  <jas@extundo.com>
22355
22356         * lib/sysexit_.h: New file.
22357
22358 2003-06-11  Derek Price  <derek@ximbiot.com>
22359
22360         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22361         necessary.
22362
22363 2003-06-11  Bruno Haible  <bruno@clisp.org>
22364
22365         * m4/sysexits.m4: New file.
22366
22367 2003-06-10  Simon Josefsson  <jas@extundo.com>
22368
22369         * lib/argp.h: New file, from glibc.
22370         * lib/argp-ba.c: New file, from glibc.
22371         * lib/argp-eexst.c: New file, from glibc.
22372         * lib/argp-fmtstream.c: New file, from glibc.
22373         * lib/argp-fmtstream.h: New file, from glibc.
22374         * lib/argp-fs-xinl.c: New file, from glibc.
22375         * lib/argp-help.c: New file, from glibc.
22376         * lib/argp-namefrob.h: New file, from glibc.
22377         * lib/argp-parse.c: New file, from glibc.
22378         * lib/argp-pv.c: New file, from glibc.
22379         * lib/argp-pvh.c: New file, from glibc.
22380         * lib/argp-xinl.c: New file, from glibc.
22381
22382 2003-06-10  Simon Josefsson  <jas@extundo.com>
22383
22384         * modules/strchrnul: New file.
22385
22386 2003-06-10  Simon Josefsson  <jas@extundo.com>
22387
22388         * modules/argp: New file.
22389
22390 2003-06-10  Simon Josefsson  <jas@extundo.com>
22391
22392         * m4/strchrnul.m4: New file.
22393
22394 2003-06-10  Simon Josefsson  <jas@extundo.com>
22395
22396         * lib/strchrnul.h: New file.
22397         * lib/strchrnul.c: New file.
22398
22399 2003-06-10  Bruno Haible  <bruno@clisp.org>
22400
22401         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22402
22403 2003-06-07  Karl Berry  <karl@gnu.org>
22404
22405         * config/config.{guess,sub}: update from prep.
22406
22407 2003-06-07  Jim Meyering  <jim@meyering.net>
22408
22409         * modules/strtod: Use $(...) notation, not @...@ for
22410         AC_REPLACE'd variables.
22411         * modules/localcharset: Likewise.
22412
22413 2003-06-07  Jim Meyering  <jim@meyering.net>
22414
22415         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22416         in place of my name in the copyright comment.
22417         Remove definition and uses of __P.
22418
22419         From coreutils.
22420         * lib/stat.c: Don't declare xmalloc explicitly.
22421         Instead, include "xalloc.h".
22422         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22423         xrealloc, and xcalloc return values.
22424         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22425         Improve comment.
22426         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22427
22428 2003-06-07  Bruno Haible  <bruno@clisp.org>
22429
22430         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22431         avoid AC_CONFIG_LINKS.
22432         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22433         fnmatch.h, to avoid AC_CONFIG_LINKS.
22434         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22435
22436 2003-06-07  Bruno Haible  <bruno@clisp.org>
22437
22438         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22439         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22440         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22441         directory.
22442         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22443         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22444         directory.
22445
22446 2003-06-06  Jim Meyering  <jim@meyering.net>
22447
22448         Merge from coreutils.
22449         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22450         Consolidate declarations and initializations of *_base* locals.
22451
22452         Merge from coreutils.
22453         This avoids a core dump on systems without GNU putenv,
22454         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22455         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22456         (unsetenv): New static function, from GNU libc.
22457         (rpl_putenv): Use it.
22458
22459         * lib/modechange.c: Remove trailing blanks.
22460
22461         Merge from coreutils.
22462         * lib/fsusage.c: Remove declaration of statfs.
22463         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22464
22465         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22466
22467 2003-06-06  Jim Meyering  <jim@meyering.net>
22468
22469         * lib/stdbool_.h: Renamed from stdbool.h.in.
22470
22471 2003-06-06  Jim Meyering  <jim@meyering.net>
22472             Bruno Haible  <bruno@clisp.org>
22473
22474         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22475         Adjust Makefile.am snippet not to redirect directly to target.
22476         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22477
22478 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22479
22480         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22481         mismatch, look in future quarters as well as past.  This fixes a
22482         bug when processing fall-backwards gaps immediately after a long
22483         period of daylight-saving time.
22484
22485         * lib/mktime.c: Assume freestanding C89 or better.
22486         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22487         (__P): Remove; not used.
22488         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22489         (mktime, not_equal_tm, print_tm, check_result,
22490         main): Use prototypes.  Use const * where appropriate.
22491         (main): Fix typo in testing code that uncovered by above changes.
22492         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22493
22494 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22495
22496         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22497         locale.h, localeconv.  This merges changes from coreutils.
22498
22499         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22500         It can be removed after the next Autoconf is released.
22501         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22502         needed.
22503
22504 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22505
22506         * lib/mktime.c: Fix Debian bug 177940
22507         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
22508         (localtime_offset): Now long int, not time_t, because we want it
22509         to be guaranteed to be signed.  All uses changed.
22510         (__mktime_internal): If overflow would occur when adding offset,
22511         don't add it.
22512
22513         Merge 'human' changes from coreutils.  Rewrite to support
22514         locale-specific notations like thousands separators.
22515         * lib/human.c: Simplify authorship notice.
22516         Include human.h immediately after config.h.
22517         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
22518         <limits.h>: Do not include, since human.h does.
22519         (SIZE_MAX, UINTMAX_MAX): New macros.
22520         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
22521         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
22522         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
22523         (power_letter): Renamed from suffixes.
22524         (generate_suffix_backwards): Remove.
22525         (adjust_value): Now takes int style (because of human.h changes)
22526         and long double value (for greater precision on some platforms).
22527         (group_number): New function.
22528         (human_readable): Use it.  Use integer options, not enum.
22529         Put the options before the sizes in the arg list.
22530         Support all the new options.
22531         The old human_readable function has been removed;
22532         use inttostr.h instead.
22533         (human_readable, default_block_size, humblock):
22534         Use uintmax_t, not int, for block sizes.
22535         (human_readable_inexact, block_size_types): Remove.
22536         (block_size_opts): New constant.
22537         (human_options): Renamed from human_block_size, with new signature
22538         that allows block sizes up to UINTMAX_MAX.  All callers changed.
22539         * lib/human.h: Add copyright and authorship notice.
22540         Include <limits.h> and <stdbool.h> unconditionally.
22541         (PARAMS): Remove.  All uses removed.
22542         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
22543         (enum human_inexact_style): Remove tag; now a nameless enum.
22544         (human_floor, human_ceiling, human_round_to_even): Now have
22545         values 2, 0, 1 rather than -1, 1, 0.
22546         (human_group_digits, human_suppress_point_zero, human_autoscale,
22547         human_base_1024, human_SI, human_B): New constants.
22548         (human_readable_inexact, human_block_size): Remove.
22549         (human_readable): Size args are now uintmax_t, not int.
22550         (human_options): New decl.
22551
22552         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
22553         unnecessary now that we assume C89 or better.  This change
22554         imported from coreutils.
22555
22556         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22557         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
22558         in the 2003-05-30 sync from glibc.
22559
22560         .h files should stand alone, but we shouldn't include <sys/types.h>
22561         if we can get away with just <stddef.h>.
22562
22563         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
22564         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
22565         rather than <sys/types.h>, as we merely need size_t.
22566         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
22567         to get size_t.
22568         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
22569         Include <stdio.h>, to get FILE.
22570         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
22571         memcasecmp.h has included <stddef.h> and all we need is size_t.
22572         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
22573         our interface, instead of including <sys/types.h>
22574
22575 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22576
22577         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
22578         now, as glibc mktime is buggy on non-glibc systems.
22579
22580 2003-06-03  Karl Berry  <karl@gnu.org>
22581
22582         * config/config.sub: update from prep.
22583
22584 2003-06-02  Paul Eggert  <eggert@twinsun.com>
22585
22586         [from coreutils]
22587         Fix some minor time-related bugs with POSIX time arguments.
22588         Some valid time stamps were being rejected (notably -1, and
22589         time stamps before 1900 on 64-bit hosts).  And some invalid
22590         time stamps were being accepted, e.g. September 31.
22591
22592         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
22593         that we can return (time_t) -1 successfully.
22594         * lib/posixtm.c: Likewise.
22595         [HAVE_STDBOOL_H]: Include <stdbool.h>.
22596         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
22597         (t): Remove static var.
22598         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
22599         of static var.  All uses changed.
22600         (year): Do not reject years before 1900; they can occur with
22601         64-bit time_t.
22602         (posix_time_parse): Do not check for out-of-range components;
22603         that is now the caller's responsibility, since our checks were
22604         only approximations.
22605         (posixtime): Use mktime to check for out-of-range components,
22606         since it knows them exactly.
22607         If mktime returns (time_t) -1, check whether an error actually occurred
22608         by invoking localtime on -1.
22609         (main) [TEST_POSIXTIME]: Check for input data errors, and report
22610         posixtime failures better.
22611         Improve the test data (in comments only).
22612
22613 2003-06-02  Karl Berry  <karl@gnu.org>
22614
22615         * config/mkinstalldirs (version): new variable.
22616         (--version): new option.
22617         (usage): improve message.
22618
22619 2003-05-30  Karl Berry  <karl@gnu.org>
22620
22621         * lib/mktime.c: update from libc.
22622
22623 2003-05-30  Bruno Haible  <bruno@clisp.org>
22624
22625         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
22626         * config/config.rpath: Upgrade to gettext-0.12.1.
22627
22628 2003-05-30  Bruno Haible  <bruno@clisp.org>
22629
22630         * m4/gettext.m4: Upgrade to gettext-0.12.1.
22631         * m4/nls.m4: New file, from gettext-0.12.1.
22632         * m4/po.m4: New file, from gettext-0.12.1.
22633         * m4/progtest.m4: Upgrade to gettext-0.12.1.
22634
22635 2003-05-30  Bruno Haible  <bruno@clisp.org>
22636
22637         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
22638         * lib/localcharset.h: Likewise.
22639         * lib/localcharset.c: Likewise.
22640
22641 2003-05-29  Karl Berry  <karl@gnu.org>
22642
22643         * config/config.rpath: update from gettext.
22644
22645 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22646
22647         Assume the headers required for C89 freestanding compilers.
22648         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
22649         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
22650         * m4/human.m4 (gl_HUMAN): Likewise.
22651         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
22652         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
22653         * m4/userspec.m4 (gl_USERSPEC): Likewise.
22654         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
22655         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22656         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
22657
22658 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22659
22660         Assume the headers required for C89 freestanding compilers.
22661         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
22662         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
22663         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
22664         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
22665         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
22666         define, since <limits.h> is guaranteed to do that.
22667         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
22668         * lib/exclude.c: Include <stdbool.h> unconditionally.
22669         * lib/tempname.c: Include <stddef.h> unconditionally.
22670         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
22671         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
22672         <stddef.h> does that.
22673         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
22674         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
22675         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
22676         needed.
22677         * lib/xstrtol.c: Likewise.
22678         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
22679         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
22680
22681         * lib/addext.c (addext): Use assignment rather than cast, to avoid
22682         warnings on some platforms.
22683
22684         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22685         arbitrarily.
22686
22687 2003-05-26  Jim Meyering  <jim@meyering.net>
22688
22689         Merge in a change from coreutils:
22690         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
22691         that is guaranteed to be `no'.  Use `no_such_member' to indicate
22692         that condition, rather than `-1' which is slightly misleading.
22693         Change the name of the cache variable to have the gl_ prefix.
22694         Prompted by a patch from Richard Dawe for DJGPP.
22695
22696 2003-05-24  Karl Berry  <karl@gnu.org>
22697
22698         * config/config.guess: update from prep.
22699
22700 2003-05-22  Karl Berry  <karl@gnu.org>
22701
22702         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
22703
22704 2003-05-20  Karl Berry  <karl@gnu.org>
22705
22706         * config/config.guess: update from prep.
22707
22708 2003-05-18  Karl Berry  <karl@gnu.org>
22709
22710         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
22711         might actually be set by the user.
22712
22713         * config/depcomp, install-sh, mdate-sh: update from automake.
22714
22715 2003-05-17  Bruno Haible  <bruno@clisp.org>
22716
22717         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
22718         invalid expansion for AC_EGREP_CPP.
22719         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
22720         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
22721         Suggested by Akim Demaille <akim@epita.fr> in
22722         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
22723
22724 2003-05-12  Jim Meyering  <jim@meyering.net>
22725
22726         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
22727         the space-padded-by-default conversion specifiers, %e, %k, %l.
22728
22729 2003-05-12  Bruno Haible  <bruno@clisp.org>
22730
22731         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
22732         the string is longer than 4 KB.
22733
22734 2003-05-11  Karl Berry  <karl@gnu.org>
22735
22736         * config/config.{guess,sub}: update from prep.
22737
22738 2003-05-09  Bruno Haible  <bruno@clisp.org>
22739
22740         * modules/error: Add m4/strerror_r.m4 to file list.
22741
22742 2003-05-03  Bruno Haible  <bruno@clisp.org>
22743
22744         Upgrade to Unicode-4.0.
22745         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
22746         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
22747         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
22748         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
22749         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
22750         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
22751         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
22752         Change width of U+E0100..U+E01EF from 1 to 0.
22753
22754 2003-04-25  Jim Meyering  <jim@meyering.net>
22755
22756         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
22757         of type size_t, not int.
22758
22759 2003-04-25  Bruno Haible  <bruno@clisp.org>
22760
22761         * lib/copy-file.c: Include <stddef.h>, for size_t.
22762
22763 2003-04-21  Paul Eggert  <eggert@twinsun.com>
22764
22765         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
22766         code which expansion is under static control.  Patch imported from
22767         Akim Demaille's patch to Bison; see
22768         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
22769
22770 2003-04-14  Bruno Haible  <bruno@clisp.org>
22771
22772         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
22773
22774 2003-04-11  Jim Meyering  <jim@meyering.net>
22775
22776         Merge changes from Coreutils.
22777
22778         2003-03-22  Jim Meyering  <jim@meyering.net>
22779
22780         * lib/strftime.c (widen): Cast alloca return value to proper type.
22781
22782         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
22783
22784         From GNU libc.
22785         * lib/strftime.c (my_strftime): Handle very large width
22786         specifications for numeric values correctly.  Improve checks for
22787         overflow.
22788
22789         2003-01-19  Jim Meyering  <jim@meyering.net>
22790
22791         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
22792         definitions.
22793         (nl_get_alt_digit) [! defined my_strftime]: Define.
22794         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
22795         _nl_get_alt_digit and _nl_get_walt_digit.
22796
22797         * lib/strftime.c (my_strftime): Merge in locale-related changes from
22798         libc. These changes have no effect outside of _LIBC.
22799
22800 2003-04-10  Bruno Haible  <bruno@clisp.org>
22801
22802         * modules/findprog: New file.
22803         * MODULES.html.sh (func_all_modules): Add it.
22804
22805 2003-04-10  Bruno Haible  <bruno@clisp.org>
22806
22807         * m4/findprog.m4: New file.
22808         * m4/eaccess.m4: New file.
22809
22810 2003-04-10  Bruno Haible  <bruno@clisp.org>
22811
22812         * lib/findprog.h: New file, from GNU gettext.
22813         * lib/findprog.c: New file, from GNU gettext.
22814
22815 2003-04-05  Jim Meyering  <jim@meyering.net>
22816
22817         Merge changes from Coreutils.
22818
22819         * lib/exclude.h (PARAMS): Remove definition and uses.
22820         * lib/exclude.c: Remove uses of `PARAMS'.
22821
22822         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
22823         Add test-cases for DOS filenames. Declare program_name.
22824         (main): Set up program_name.  Patch by Rich Dawe.
22825
22826         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22827         error from mntctl.
22828         Use mntctl's return value to drive the entry-processing loop, since
22829         we can't rely on the value of the vmt_length member in the last
22830         entry.  On some systems doing so could result in exhausting
22831         virtual memory.  Based in part on a patch from Mike Jetzer.
22832
22833 2003-04-04  Bruno Haible  <bruno@clisp.org>
22834
22835         * modules/linebreak: New file.
22836         * MODULES.html.sh (func_all_modules): Add it.
22837
22838 2003-04-04  Bruno Haible  <bruno@clisp.org>
22839
22840         * m4/linebreak.m4: New file.
22841
22842 2003-04-04  Bruno Haible  <bruno@clisp.org>
22843
22844         * lib/linebreak.h: New file, from GNU gettext.
22845         * lib/linebreak.c: New file, from GNU gettext with slight
22846         modifications.
22847         * lib/lbrkprop.h: New file, from GNU gettext.
22848
22849 2003-04-03  Bruno Haible  <bruno@clisp.org>
22850
22851         * modules/utf8-ucs4: New file.
22852         * modules/utf16-ucs4: New file.
22853         * modules/ucs4-utf8: New file.
22854         * modules/ucs4-utf16: New file.
22855         * MODULES.html.sh (func_all_modules): Add them.
22856
22857 2003-04-03  Bruno Haible  <bruno@clisp.org>
22858
22859         * m4/utf-ucs4.m4: New file.
22860         * m4/ucs4-utf.m4: New file.
22861
22862 2003-04-03  Bruno Haible  <bruno@clisp.org>
22863
22864         * lib/utf8-ucs4.h: New file, from GNU gettext.
22865         * lib/utf16-ucs4.h: New file, from GNU gettext.
22866         * lib/ucs4-utf8.h: New file, from GNU gettext.
22867         * lib/ucs4-utf16.h: New file, from GNU gettext.
22868
22869 2003-04-02  Bruno Haible  <bruno@clisp.org>
22870
22871         * modules/binary-io: New file.
22872         * MODULES.html.sh (func_all_modules): Add it.
22873
22874 2003-04-02  Bruno Haible  <bruno@clisp.org>
22875
22876         * lib/binary-io.h: New file, from GNU gettext.
22877
22878 2003-04-01  Bruno Haible  <bruno@clisp.org>
22879
22880         * modules/pathname: New file.
22881         * MODULES.html.sh (func_all_modules): Add it.
22882
22883 2003-04-01  Bruno Haible  <bruno@clisp.org>
22884
22885         * lib/pathname.h: New file, from GNU gettext.
22886         * lib/concatpath.c: New file, from GNU gettext.
22887
22888 2003-03-30  Bruno Haible  <bruno@clisp.org>
22889
22890         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
22891
22892 2003-03-30  Bruno Haible  <bruno@clisp.org>
22893
22894         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
22895         function chown() doesn't exist.
22896
22897 2003-03-28  Bruno Haible  <bruno@clisp.org>
22898
22899         * modules/copy-file: New file.
22900         * MODULES.html.sh (func_all_modules): Add it.
22901
22902 2003-03-28  Bruno Haible  <bruno@clisp.org>
22903
22904         * m4/copy-file.m4: New file.
22905
22906 2003-03-28  Bruno Haible  <bruno@clisp.org>
22907
22908         * lib/copy-file.h: New file, from GNU gettext.
22909         * lib/copy-file.c: New file, from GNU gettext.
22910
22911 2003-03-18  Jim Meyering  <jim@meyering.net>
22912
22913         * lib/quote.c (quote_n): Fix typo in comment.
22914
22915 2003-03-18  Bruno Haible  <bruno@clisp.org>
22916
22917         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
22918         checking.
22919         * m4/onceonly_2_57.m4: Likewise.
22920
22921 2003-03-17  Bruno Haible  <bruno@clisp.org>
22922
22923         * m4/onceonly.m4: Require autoconf 2.54 or newer.
22924         (m4_quote): Remove macro.
22925         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
22926
22927 2003-03-14  Jim Meyering  <jim@meyering.net>
22928
22929         Merge changes from Coreutils.
22930         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
22931         to be const, in order to avoid warnings.
22932         (obstack_room): Likewise.
22933         (obstack_empty_p): Likewise.
22934
22935 2003-03-14  Bruno Haible  <bruno@clisp.org>
22936
22937         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
22938         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
22939
22940 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22941
22942         Merge changes from Bison.
22943         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
22944         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
22945         when compiling Bison 1.875's `bitset bset = obstack_alloc
22946         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
22947         * lib/hash.c: Include <stdbool.h> unconditionally.
22948
22949 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22950
22951         * m4/onceonly.m4 (m4_quote): New macro.
22952         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
22953         Quote AC_FOREACH variable-expansions properly.
22954
22955 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22956
22957         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
22958
22959 2003-03-09  Paul Eggert  <eggert@twinsun.com>
22960
22961         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
22962         Reported by Bruce Becker; see:
22963         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
22964
22965 2003-03-03  Paul Eggert  <eggert@twinsun.com>
22966             Bruno Haible  <bruno@clisp.org>
22967
22968         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
22969         Reported by John Hughes, see
22970         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
22971
22972 2003-02-20  Bruno Haible  <bruno@clisp.org>
22973
22974         * MODULES.html.sh (func_all_modules): Add poll.
22975
22976 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22977
22978         * modules/poll: New file.
22979
22980 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22981
22982         * lib/poll_.h: New file.
22983         * lib/poll.c: New file.
22984
22985 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22986
22987         * m4/poll.m4: New file.
22988
22989 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22990
22991         * modules/mathl: New file.
22992
22993 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22994
22995         * lib/mathl.h: New file.
22996         * lib/acosl.c: New file.
22997         * lib/asinl.c: New file.
22998         * lib/atanl.c: New file.
22999         * lib/ceill.c: New file.
23000         * lib/cosl.c: New file.
23001         * lib/expl.c: New file.
23002         * lib/floorl.c: New file.
23003         * lib/frexpl.c: New file.
23004         * lib/ldexpl.c: New file.
23005         * lib/logl.c: New file.
23006         * lib/sincosl.c: New file.
23007         * lib/sinl.c: New file.
23008         * lib/sqrtl.c: New file.
23009         * lib/tanl.c: New file.
23010         * lib/trigl.c: New file.
23011         * lib/trigl.h: New file.
23012
23013 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23014
23015         * m4/mathl.m4: New file.
23016
23017 2003-02-18  Bruno Haible  <bruno@clisp.org>
23018
23019         * MODULES.html.sh (func_all_modules): Add mathl.
23020
23021 2003-02-17  Bruno Haible  <bruno@clisp.org>
23022
23023         * modules/mkdtemp: New module.
23024         * MODULES.html.sh (func_all_modules): Add it.
23025
23026 2003-02-17  Bruno Haible  <bruno@clisp.org>
23027
23028         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23029
23030 2003-02-17  Bruno Haible  <bruno@clisp.org>
23031
23032         * lib/mkdtemp.h: New file, from GNU gettext.
23033         * lib/mkdtemp.c: New file, from GNU gettext.
23034
23035 2003-02-02  Jim Meyering  <jim@meyering.net>
23036
23037         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23038         e.g. glibc-2.2.93.
23039
23040 2003-01-31  Bruno Haible  <bruno@clisp.org>
23041
23042         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23043         'rpl_rename'.
23044         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23045         'rpl_strnlen'.
23046         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23047         'rpl_strtod'.
23048         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23049         'rpl_utime'.
23050
23051 2003-01-31  Bruno Haible  <bruno@clisp.org>
23052
23053         * lib/rename.c: #undef rename before defining rpl_rename.
23054         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23055
23056 2003-01-30  Bruno Haible  <bruno@clisp.org>
23057
23058         * modules/vasnprintf, modules/vasprintf: New modules.
23059         * MODULES.html.sh (func_all_modules): Add them.
23060
23061 2003-01-30  Bruno Haible  <bruno@clisp.org>
23062
23063         * m4/signed.m4: New file, from GNU gettext.
23064         * m4/longdouble.m4: New file, from GNU gettext.
23065         * m4/wchar_t.m4: New file, from GNU gettext.
23066         * m4/wint_t.m4: New file, from GNU gettext.
23067         * m4/vasnprintf.m4: New file.
23068         * m4/vasprintf.m4: New file.
23069
23070 2003-01-30  Bruno Haible  <bruno@clisp.org>
23071
23072         * lib/printf-args.h: New file, from GNU gettext.
23073         * lib/printf-args.c: New file, from GNU gettext.
23074         * lib/printf-parse.h: New file, from GNU gettext.
23075         * lib/printf-parse.c: New file, from GNU gettext.
23076         * lib/vasnprintf.h: New file, from GNU gettext.
23077         * lib/vasnprintf.c: New file, from GNU gettext.
23078         * lib/asnprintf.c: New file, from GNU gettext.
23079         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23080         * lib/vasprintf.c: New file, from GNU gettext.
23081         * lib/asprintf.c: New file, from GNU gettext.
23082
23083 2003-01-29  Bruno Haible  <bruno@clisp.org>
23084
23085         * modules/stpncpy: New module.
23086         * MODULES.html.sh (func_all_modules): Add it.
23087
23088 2003-01-29  Bruno Haible  <bruno@clisp.org>
23089
23090         * m4/stpncpy.m4: New file.
23091
23092 2003-01-29  Bruno Haible  <bruno@clisp.org>
23093
23094         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23095         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23096
23097 2003-01-28  Bruno Haible  <bruno@clisp.org>
23098
23099         * modules/c-ctype: New module.
23100         * MODULES.html.sh (func_all_modules): Add it.
23101
23102 2003-01-28  Bruno Haible  <bruno@clisp.org>
23103
23104         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23105         Paul Eggert.
23106         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23107         Paul Eggert.
23108
23109 2003-01-27  Bruno Haible  <bruno@clisp.org>
23110
23111         * modules/xsetenv: New module.
23112         * MODULES.html.sh (func_all_modules): Add it.
23113
23114 2003-01-27  Bruno Haible  <bruno@clisp.org>
23115
23116         * lib/xsetenv.h: New file, from GNU gettext.
23117         * lib/xsetenv.c: New file, from GNU gettext.
23118
23119 2003-01-23  Jim Meyering  <jim@meyering.net>
23120
23121         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23122         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23123
23124 2003-01-23  Bruno Haible  <bruno@clisp.org>
23125
23126         * modules/minmax: New module.
23127         * MODULES.html.sh (func_all_modules): Add it.
23128
23129 2003-01-23  Bruno Haible  <bruno@clisp.org>
23130
23131         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23132         Eggert.
23133
23134 2003-01-22  Bruno Haible  <bruno@clisp.org>
23135
23136         * modules/exit: New module.
23137         * MODULES.html.sh (func_all_modules): Add it.
23138
23139 2003-01-22  Bruno Haible  <bruno@clisp.org>
23140
23141         * lib/exit.h: New file, from GNU gettext.
23142
23143 2003-01-19  Bruno Haible  <bruno@clisp.org>
23144
23145         * gnulib-tool: Recognize option --extract-maintainer.
23146         (func_get_maintainer): New function.
23147         * modules/*: Add Maintainer entry.
23148
23149 2003-01-16  Jim Meyering  <jim@meyering.net>
23150
23151         * m4/regex.m4: The `regex' struct is both input and output.
23152         Initialize it before each use.  Patch by Tim Waugh.
23153
23154 2003-01-16  Bruno Haible  <bruno@clisp.org>
23155
23156         * MODULES.html.sh: Add a table of contents. Add the module name as
23157         leftmost column. Add hyperlinks.
23158
23159 2003-01-15  Bruno Haible  <bruno@clisp.org>
23160
23161         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23162
23163 2003-01-15  Bruno Haible  <bruno@clisp.org>
23164
23165         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23166         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23167         suffix.
23168
23169 2003-01-15  Bruno Haible  <bruno@clisp.org>
23170
23171         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23172
23173 2003-01-15  Bruno Haible  <bruno@clisp.org>
23174
23175         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23176         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23177
23178 2003-01-14  Jim Meyering  <jim@meyering.net>
23179
23180         * lib/same.c (same_name): Tweak a comment.
23181
23182 2003-01-14  Bruno Haible  <bruno@clisp.org>
23183
23184         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23185         when a string comparison is sufficient.
23186
23187 2003-01-14  Bruno Haible  <bruno@clisp.org>
23188
23189         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23190         'unsigned int'.
23191
23192 2003-01-14  Bruno Haible  <bruno@clisp.org>
23193
23194         * lib/hash-pjw.c: Add comment about low quality of this function.
23195
23196 2003-01-13  Bruno Haible  <bruno@clisp.org>
23197
23198         * modules/stpcpy: Distribute lib/stpcpy.h.
23199         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23200
23201 2003-01-13  Bruno Haible  <bruno@clisp.org>
23202
23203         * modules/*: Add a description.
23204         * modules/strpbrk: Fix Makefile.am snippet.
23205         * modules/strtoimax: Fix dependencies.
23206         * modules/strtoumax: Likewise.
23207
23208 2003-01-13  Bruno Haible  <bruno@clisp.org>
23209
23210         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23211         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23212         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23213
23214 2003-01-13  Bruno Haible  <bruno@clisp.org>
23215
23216         * gnulib-tool (func_create_testdir): Store config/* files in the main
23217         directory.
23218         * config.rpath: Move to ...
23219         * config/config.rpath: ... here.
23220         * modules/gettext: Contains config/config.rpath, not config.rpath.
23221         * modules/iconv: Likewise.
23222
23223 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23224
23225         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23226         to avoid collisions with libcurses and libreadline.
23227
23228         * m4/getstr.m4: Remove.
23229         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23230
23231 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23232
23233         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23234         to avoid collisions with libcurses and libreadline.
23235
23236         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23237         * lib/getstr.h, getstr.c: Remove.
23238         * lib/getline.c: Include "getline.h", to check interface.
23239         Move body of old getstr.c here: this defines MIN_CHUNK and
23240         declares getdelim2, which is renamed from getstr.
23241         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23242
23243         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23244         All uses changed.
23245         * lib/linebuffer.h: Likewise.
23246         (readline): Remove backward-compatibility macro.
23247
23248 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23249
23250         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23251         to avoid collisions with libcurses and libreadline.
23252         * getstr: Remove.
23253         * MODULES.html.sh: Remove getstr.
23254         * modules/getline: Depend on unlocked-io, not getstr.
23255
23256 2003-01-12  Jim Meyering  <jim@meyering.net>
23257
23258         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23259
23260 2003-01-10  Bruno Haible  <bruno@clisp.org>
23261
23262         * modules/alloca: Change Makefile.am requirements. Simplify Include
23263         requirements. Add lib/alloca_.h to file list.
23264
23265 2003-01-10  Bruno Haible  <bruno@clisp.org>
23266
23267         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23268
23269 2003-01-10  Bruno Haible  <bruno@clisp.org>
23270
23271         * lib/alloca_.h: New file.
23272         * lib/getdate.y: Unconditionally include alloca.h.
23273         * lib/makepath.c: Likewise.
23274         * lib/setenv.c: Likewise.
23275         * lib/userspec.c: Likewise.
23276
23277 2003-01-09  Karl Berry  <karl@gnu.org>
23278
23279         * MODULES.html.sh: include `dirname $0` in PATH, to find
23280         gnulib-tool.
23281
23282 2003-01-09  Bruno Haible  <bruno@clisp.org>
23283
23284         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23285         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23286
23287 2003-01-09  Bruno Haible  <bruno@clisp.org>
23288
23289         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23290
23291 2003-01-09  Bruno Haible  <bruno@clisp.org>
23292
23293         * lib/stdbool.h.in: New file.
23294
23295 2003-01-09  Bruno Haible  <bruno@clisp.org>
23296
23297         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23298         * MODULES.html.sh: Likewise.
23299
23300 2003-01-08  Jim Meyering  <jim@meyering.net>
23301
23302         * lib/full-write.c: Undefine and define-away `const' after inclusion
23303         of errno.h, not before.  Suggestion from Bruno Haible.
23304
23305 2003-01-08  Bruno Haible  <bruno@clisp.org>
23306
23307         * modules/full-read: Depend on full-write.
23308
23309 2003-01-08  Bruno Haible  <bruno@clisp.org>
23310
23311         * lib/safe-read.c: Include specification header first, to ensure its
23312         selfcontainedness.
23313         * lib/full-write.c: Likewise.
23314
23315 2003-01-07  Jim Meyering  <jim@meyering.net>
23316
23317         * lib/full-write.c: Rework so that it may serve to define full_read,
23318         too.
23319         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23320
23321 2003-01-07  Bruno Haible  <bruno@clisp.org>
23322
23323         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23324         <inttypes.h>.
23325         * lib/xstrtol.h: Likewise.
23326         * lib/xstrtoimax.c: Likewise.
23327         * lib/xstrtoumax.c: Likewise.
23328         * lib/human.h: Likewise.
23329
23330         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23331         on systems that have <inttypes.h> but not <stdint.h>.
23332
23333 2003-01-07  Bruno Haible  <bruno@clisp.org>
23334
23335         * MODULES.html.sh: Add copyright notice.
23336         (missed_files): Omit CVS directory entries.
23337         (func_module): Make it work with sed-3.02.
23338         * MODULES.txt: Remove file.
23339
23340 2003-01-06  Jim Meyering  <jim@meyering.net>
23341
23342         * lib/version-etc.c: Update year in translatable copyright string.
23343
23344 2003-01-03  Karl Berry  <karl@gnu.org>
23345
23346         * config/config.{guess,sub}: update from prep.
23347
23348 2003-01-02  Karl Berry  <karl@gnu.org>
23349
23350         * doc/COPYING.DOC: belatedly updated to 1.2.
23351
23352 2003-01-01  Karl Berry  <karl@gnu.org>
23353
23354         * gnulib-tool (func_verify_module): report module name $module in
23355         error message, not $1.
23356         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23357         be created, only if it doesn't exist.
23358         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23359
23360 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23361
23362         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23363
23364 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23365
23366         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23367         memcmp if strcoll doesn't work.
23368
23369 2002-12-31  Bruno Haible  <bruno@clisp.org>
23370
23371         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23372         nonempty.
23373
23374 2002-12-31  Bruno Haible  <bruno@clisp.org>
23375
23376         * lib/memcoll.c (STRCOLL): New macro.
23377         (memcoll): Use it.
23378
23379 2002-12-31  Bruno Haible  <bruno@clisp.org>
23380
23381         * lib/localcharset.h: New file.
23382         * lib/localcharset.c: Include it.
23383         * lib/unicodeio.c: Likewise.
23384
23385 2002-12-31  Bruno Haible  <bruno@clisp.org>
23386
23387         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23388         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23389
23390 2002-12-31  Bruno Haible  <bruno@clisp.org>
23391
23392         * lib/getline.h: Include <stddef.h>, for size_t.
23393
23394         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23395         * lib/unicodeio.c: Don't include <stddef.h>.
23396
23397 2002-12-31  Bruno Haible  <bruno@clisp.org>
23398
23399         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23400         HAVE_TM_ZONE.
23401
23402 2002-12-24  Karl Berry  <karl@gnu.org>
23403
23404         * config/config.guess: update from prep.
23405
23406 2002-12-24  Bruno Haible  <bruno@clisp.org>
23407
23408         General infrasructure.
23409         * m4/README: Rewritten.
23410         * m4/onceonly.m4: New file.
23411         * m4/onceonly_2_57.m4: New file.
23412
23413         Module atexit.
23414         * m4/atexit.m4: New file.
23415
23416         Module strtod.
23417         * m4/strtod.m4: New file.
23418
23419         Module strtol.
23420         * m4/strtol.m4: New file.
23421
23422         Module strtoul.
23423         * m4/strtoul.m4: New file.
23424
23425         Module memchr.
23426         * m4/memchr.m4: New file.
23427
23428         Module memcmp.
23429         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23430         (jm_FUNC_MEMCMP): Invoke it.
23431
23432         Module memcpy.
23433         * m4/memcpy.m4: New file.
23434
23435         Module memmove.
23436         * m4/memmove.m4: New file.
23437
23438         Module memset.
23439         * m4/memset.m4: New file.
23440
23441         Module strcspn.
23442         * m4/strcspn.m4: New file.
23443
23444         Module strpbrk.
23445         * m4/strpbrk.m4: New file.
23446
23447         Module strstr.
23448         * m4/strstr.m4: New file.
23449
23450         Module strerror.
23451         * m4/strerror.m4: New file.
23452
23453         Module mktime.
23454         * m4/mktime.m4: Renamed from jm-mktime.m4.
23455         (gl_PREREQ_MKTIME): New macro.
23456         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23457
23458         Module malloc.
23459         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23460         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23461         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23462
23463         Module realloc.
23464         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23465         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23466         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23467
23468         Module strftime.
23469         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23470         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23471         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23472         gl_TM_GMTOFF.
23473         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23474
23475         Module xalloc.
23476         * m4/xalloc.m4: New file.
23477
23478         Module alloca.
23479         * m4/alloca.m4: New file.
23480
23481         Module putenv.
23482         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23483         (jm_FUNC_PUTENV): Invoke it.
23484
23485         Module setenv.
23486         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23487         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23488         when invoked twice.
23489         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23490         gt_FUNC_SETENV.
23491
23492         Module memrchr.
23493         * m4/memrchr.m4: New file.
23494
23495         Module stpcpy.
23496         * m4/stpcpy.m4: New file.
23497
23498         Module strcase.
23499         * m4/strcase.m4: New file.
23500
23501         Module strdup.
23502         * m4/strdup.m4: New file.
23503
23504         Module strnlen.
23505         * m4/strnlen.m4: New file.
23506
23507         Module strndup.
23508         * m4/strndup.m4: New file.
23509
23510         Module xstrtod.
23511         * m4/xstrtod.m4: New file.
23512
23513         Module xstrtol.
23514         * m4/xstrtol.m4: New file.
23515
23516         Module getdate.
23517         * m4/getdate.m4: New file.
23518
23519         Module unlocked-io.
23520         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
23521         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
23522         * m4/jm-glibc-io.m4n: Remove file.
23523
23524         Module long-options.
23525         * m4/long-options.m4: New file.
23526
23527         Module md5.
23528         * m4/md5.m4: New file.
23529
23530         Module sha.
23531         * m4/sha.m4: New file.
23532
23533         Module getstr.
23534         * m4/getstr.m4: New file.
23535
23536         Module getline.
23537         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
23538         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
23539         <sys/types.h>, for size_t. Use the function name gnu_getline, not
23540         simply getline. Infoke gl_PREREQ_GETLINE.
23541
23542         Module obstack.
23543         * m4/obstack.m4: New file.
23544
23545         Module hash.
23546         * m4/hash.m4: New file.
23547
23548         Module readtokens.
23549         * m4/readtokens.m4: New file.
23550
23551         Module strverscmp.
23552         * m4/strverscmp.m4: New file.
23553
23554         Module stdbool.
23555         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
23556         OSF/1.
23557
23558         Module strtoll.
23559         * m4/strtoll.m4: New file.
23560
23561         Module strtoull.
23562         * m4/strtoull.m4: New file.
23563
23564         Module strtoimax.
23565         * m4/strtoimax.m4: New file.
23566
23567         Module strtoumax.
23568         * m4/strtoumax.m4: New file.
23569
23570         Module xstrtoimax.
23571         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
23572         jm_AC_PREREQ_XSTRTOIMAX.
23573         Moved the strtol prerequisites to strtol.m4.
23574         Moved the strtoll prerequisites to strtoll.m4.
23575         Moved the strtoimax prerequisites to strtoimax.m4.
23576
23577         Module xstrtoumax.
23578         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
23579         jm_AC_PREREQ_XSTRTOUMAX.
23580         Moved the strtoul prerequisites to strtoul.m4.
23581         Moved the strtoull prerequisites to strtoull.m4.
23582         Moved the strtoumax prerequisites to strtoumax.m4.
23583
23584         Module chown.
23585         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
23586         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
23587
23588         Module dup2.
23589         * m4/dup2.m4: New file.
23590
23591         Module ftruncate.
23592         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
23593         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
23594
23595         Module getgroups.
23596         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
23597         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
23598
23599         Module gettimeofday.
23600         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
23601         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
23602         gl_PREREQ_GETTIMEOFDAY.
23603
23604         Module mkdir.
23605         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
23606         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
23607
23608         Module mkstemp.
23609         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
23610         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
23611         jm_AC_TYPE_UINTMAX_T.
23612         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
23613
23614         Module stat.
23615         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
23616         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
23617
23618         Module lstat.
23619         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
23620         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
23621
23622         Module timespec.
23623         * m4/timespec.m4 (gl_TIMESPEC): New macro.
23624         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
23625         * m4/st_mtim.m4: Indentation.
23626
23627         Module nanosleep.
23628         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
23629         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
23630         gl_PREREQ_NANOSLEEP.
23631
23632         Module regex.
23633         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
23634         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
23635         (gl_REGEX): New macro.
23636
23637         Module rename.
23638         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
23639         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
23640
23641         Module rmdir.
23642         * m4/rmdir.m4: New file.
23643
23644         Module utime.
23645         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
23646         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
23647         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
23648
23649         Module dirname.
23650         * m4/dirname.m4: New file.
23651
23652         Module getopt.
23653         * m4/getopt.m4: New file.
23654
23655         Module unistd-safer.
23656         * m4/unistd-safer.m4: New file.
23657
23658         Module fnmatch.
23659         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
23660         declaration.
23661         (gl_PREREQ_FNMATCH_EXTRA): New macro.
23662         (gl_FUNC_FNMATCH_POSIX): New macro.
23663         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
23664         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
23665         simply fnmatch.
23666
23667         Module exclude.
23668         * m4/exclude.m4: New file.
23669
23670         Module human.
23671         * m4/human.m4: New file.
23672
23673         Module acl.
23674         * m4/acl.m4: Nop.
23675
23676         Module backupfile.
23677         * m4/backupfile.m4: New file.
23678         * m4/d-ino.m4: Indentation.
23679
23680         Module fsusage.
23681         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
23682         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
23683         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
23684
23685         Module dirfd.
23686         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
23687         requirements.
23688
23689         Module euidaccess.
23690         * m4/euidaccess.m4: New file.
23691
23692         Module file-type.
23693         * m4/file-type.m4: New file.
23694
23695         Module fileblocks.
23696         * m4/fileblocks.m4: New file.
23697
23698         Module filemode.
23699         * m4/filemode.m4: New file.
23700
23701         Module isdir.
23702         * m4/isdir.m4: New file.
23703
23704         Module lchown.
23705         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
23706         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
23707
23708         Module makepath.
23709         * m4/makepath.m4: New file.
23710
23711         Module modechange.
23712         * m4/modechange.m4: New file.
23713
23714         Module mountlist.
23715         * m4/mountlist.m4: New file.
23716         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
23717         Indentation.
23718
23719         Module path-concat.
23720         * m4/path-concat.m4: New file.
23721
23722         Module pathmax.
23723         * m4/pathmax.m4: New file.
23724
23725         Module same.
23726         * m4/same.m4: New file.
23727
23728         Module save-cwd.
23729         * m4/save-cwd.m4: New file.
23730
23731         Module savedir.
23732         * m4/savedir.m4: New file.
23733
23734         Module xgetcwd.
23735         * m4/xgetcwd.m4: New file.
23736         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
23737
23738         Module xreadlink.
23739         * m4/xreadlink.m4: New file.
23740
23741         Module safe-read.
23742         * m4/safe-read.m4: New file.
23743
23744         Module safe-write.
23745         * m4/safe-write.m4: New file.
23746
23747         Module closeout.
23748         * m4/closeout.m4: New file.
23749
23750         Module stdio-safer.
23751         * m4/stdio-safer.m4: New file.
23752
23753         Module getpass.
23754         * m4/getpass.m4: New file.
23755
23756         Module getugroups.
23757         * m4/getugroups.m4: New file.
23758
23759         Module group-member.
23760         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
23761         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
23762
23763         Module idcache.
23764         * m4/idcache.m4: New file.
23765
23766         Module userspec.
23767         * m4/userspec.m4: New file.
23768
23769         Module gettime.
23770         * m4/clock_time.m4: New file.
23771         * m4/gettime.m4: New file.
23772
23773         Module settime.
23774         * m4/settime.m4: New file.
23775
23776         Module posixtm.
23777         * m4/posixtm.m4: New file.
23778
23779         Module gethostname.
23780         * m4/gethostname.m4: New file.
23781
23782         Module canon-host.
23783         * m4/canon-host.m4: New file.
23784
23785         Module gettext.
23786         * m4/codeset.m4: New file, from gettext-0.11.5.
23787         * m4/gettext.m4: New file, from gettext-0.11.5.
23788         * m4/glibc21.m4: New file, from gettext-0.11.5.
23789         * m4/iconv.m4: New file, from gettext-0.11.5.
23790         * m4/intdiv0.m4: New file, from gettext-0.11.5.
23791         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
23792         * m4/inttypes.m4: New file, from gettext-0.11.5.
23793         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
23794         * m4/isc-posix.m4: New file, from gettext-0.11.5.
23795         * m4/lcmessage.m4: New file, from gettext-0.11.5.
23796         * m4/lib-ld.m4: New file, from gettext-0.11.5.
23797         * m4/lib-link.m4: New file, from gettext-0.11.5.
23798         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
23799         * m4/progtest.m4: New file, from gettext-0.11.5.
23800         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
23801         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
23802         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
23803
23804         Module localcharset.
23805         * m4/localcharset.m4: New file.
23806
23807         Module hard-locale.
23808         * m4/hard-locale.m4: New file.
23809
23810         Module mbswidth.
23811         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
23812         onceonly macros.
23813         * m4/mbrtowc.m4: Add comment.
23814
23815         Module memcasecmp.
23816         * m4/memcasecmp.m4: New file.
23817
23818         Module memcoll.
23819         * m4/memcoll.m4: New file.
23820
23821         Module unicodeio.
23822         * m4/unicodeio.m4: New file.
23823
23824         Module rpmatch.
23825         * m4/rpmatch.m4: New file.
23826
23827         Module yesno.
23828         * m4/yesno.m4: New file.
23829
23830         Module exitfail.
23831         * m4/exitfail.m4: New file.
23832
23833         Module c-stack.
23834         * m4/c-stack.m4 (gl_C_STACK): New macro.
23835         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
23836
23837         Module error.
23838         * m4/error.m4 (gl_ERROR): New macro.
23839         (jm_PREREQ_ERROR): Use onceonly macros.
23840
23841         Module fatal.
23842         * m4/fatal.m4: New file.
23843
23844         Module getloadavg.
23845         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
23846         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
23847
23848         Module getpagesize.
23849         * m4/getpagesize.m4: New file.
23850
23851         Module getusershell.
23852         * m4/getusershell.m4: New file.
23853
23854         Module physmem.
23855         * m4/physmem.m4: New file.
23856
23857         Module posixver.
23858         * m4/posixver.m4: New file.
23859
23860         Module quotearg.
23861         * m4/quotearg.m4: New file.
23862
23863         Module quote.
23864         * m4/quote.m4: New file.
23865
23866         Module readutmp.
23867         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
23868
23869         Module sig2str.
23870         * m4/sig2str.m4: New file.
23871
23872         Other.
23873         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
23874         ulonglong.m4.
23875         * m4/intmax_t.m4: New file.
23876         * m4/d-type.m4: Indentation.
23877         * m4/jm-macros.m4: Update.
23878         * m4/prereq.m4 (jm_PREREQ): Update.
23879         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
23880         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
23881         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
23882         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
23883         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
23884         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
23885         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
23886         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
23887         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
23888         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
23889         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
23890         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
23891         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
23892         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
23893         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
23894         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
23895         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
23896         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
23897         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
23898
23899 2002-12-24  Bruno Haible  <bruno@clisp.org>
23900
23901         * MODULES.txt: Update according to m4/ changes.
23902
23903         Module gettext.
23904         * config.rpath: New file, from gettext-0.11.5.
23905
23906         * modules/*: New module descriptions.
23907         * gnulib-tool: New file.
23908         * MODULES.html.sh: New file.
23909
23910 2002-12-21  Karl Berry  <karl@gnu.org>
23911
23912         * doc/fdl.texi: update to version 1.2.
23913
23914 2002-12-19  Karl Berry  <karl@gnu.org>
23915
23916         * config/config.guess: update from prep.
23917
23918 2002-12-18  Bruno Haible  <bruno@clisp.org>
23919
23920         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
23921         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
23922
23923 2002-12-17  Bruno Haible  <bruno@clisp.org>
23924
23925         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
23926         stdlib.h, string.h.
23927
23928 2002-12-17  Bruno Haible  <bruno@clisp.org>
23929
23930         * lib/canon-host.c (strdup): Remove unused declaration.
23931
23932         * lib/fsusage.c: Include full_read.h.
23933         (get_fs_usage): Use full_read instead of safe_read.
23934
23935         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
23936
23937 2002-12-12  Karl Berry  <karl@gnu.org>
23938
23939         * config/config.guess: update from prep.
23940
23941 2002-12-11  Bruno Haible  <bruno@clisp.org>
23942
23943         * m4/setenv.m4: New file, from gettext-0.11.5.
23944
23945 2002-12-11  Bruno Haible  <bruno@clisp.org>
23946
23947         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
23948         not unsetenv().
23949         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
23950         modifications:
23951
23952         2002-12-11  Bruno Haible  <bruno@clisp.org>
23953
23954                 * setenv.c (alloca): Fall back to malloc.
23955                 (freea): New macro.
23956                 (setenv): Use freea() to free memory allocated with alloca().
23957
23958         2002-11-13  Bruno Haible  <bruno@clisp.org>
23959
23960                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
23961                 function declarations.
23962                 * unsetenv.c (unsetenv): Likewise.
23963
23964         2002-03-04  Bruno Haible  <bruno@clisp.org>
23965
23966                 Portability to AIX 4.3.3.
23967                 * unsetenv.c: New file, extracted from setenv.c.
23968                 * setenv.c: Move the unsetenv() function to unsetenv.c.
23969
23970         2001-12-20  Bruno Haible  <bruno@clisp.org>
23971
23972                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
23973                 use malloc instead. For SunOS 4.
23974
23975         2001-12-11  Bruno Haible  <bruno@clisp.org>
23976
23977                 * setenv.c: Declare alloca.
23978                 (compar_fn_t): New typedef.
23979                 (KNOWN_VALUE, STORE_VALUE): Use it.
23980
23981         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
23982         setenv.h.
23983
23984 2002-12-10  Paul Eggert  <eggert@twinsun.com>
23985
23986         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
23987         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
23988         Choose values that are less likely to collide with system fnmatch
23989         options.
23990         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
23991         defined (e.g., a pure POSIX system).
23992         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
23993         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
23994
23995 2002-12-06  Paul Eggert  <eggert@twinsun.com>
23996
23997         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
23998         a pain in practice to deal with generated m4 files.  This change
23999         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24000
24001         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24002         and jm-glibc-io.m4, as they are no longer a special case.
24003         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24004         kludge and the auto-generation stuff.  Check only whether the
24005         functions are declared, not whether they exist, since older hosts
24006         that don't declare the functions can't use the optimization anyway.
24007
24008 2002-12-06  Jim Meyering  <jim@meyering.net>
24009
24010         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24011
24012         Merge in changes from libc's misc/error.c, in preparation
24013         for the merge of gnulib's changes back into libc.
24014
24015         * lib/error.c (_): Define only if not already defined.
24016         Move definition to follow all #include directives.
24017         Include unlocked-io.h only if !_LIBC.
24018         [_LIBC]: Include <libio/libioP.h>.
24019         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24020         (fflush): Tweak definition to use INTUSE.
24021         (putc): Define.
24022
24023 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24024
24025         * lib/alloca.c [defined emacs]: Include "lisp.h".
24026         (xalloc_die) [defined emacs]: New macro.
24027         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24028         [! defined emacs]: Include <xalloc.h>.
24029         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24030         (pointer): Typedef to POINTER_TYPE *.
24031         (malloc): Remove decl; we now always use xmalloc.
24032         (alloca): Use old-style definition, since Emacs needs this.
24033         Check for arithmetic overflow when computing combined size.
24034
24035 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24036
24037         Do not generate unlocked-io.h automatically, since it's easier to
24038         maintain it by hand.
24039
24040         * lib/unlocked-io.h: New file, from GNU diffutils,
24041         but with proper copyright notice and attribution.
24042         * lib/gen-uio: Remove.
24043         * lib/Makefile.am: Add copyright notice.
24044         (libfetish_a_SOURCES): Add unlocked-io.h.
24045         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24046         (DISTCLEANFILES, io_functions): Remove macros.
24047         (EXTRA_DIST): Remove gen_uio.
24048         (unlocked-io.h): Remove rule.
24049
24050 2002-12-04  Jim Meyering  <jim@meyering.net>
24051
24052         Reflect the fact that stat.c and lstat.c are no longer generated.
24053         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24054         (DISTCLEANFILES): Likewise.
24055         (EXTRA_DIST): Likewise.
24056         (all_local): Don't depend on stat.c or lstat.c.
24057         (stat.c, lstat.c): Remove rules.
24058         (EXTRA_DIST): Remove xstat.in.
24059
24060         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24061         * lib/stat.c: New file.  Contents mostly from xstat.in.
24062         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24063         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24064
24065         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24066         too.
24067         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24068
24069 2002-12-03  Jim Meyering  <jim@meyering.net>
24070
24071         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24072         but not semantics, to minimize the differences between these two files.
24073         (safe_read): Change comment to mention SAFE_READ_ERROR.
24074
24075         * lib/safe-read.c (IS_EINTR): Define.
24076         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24077
24078 2002-12-02  Jim Meyering  <jim@meyering.net>
24079
24080         * lib/safe-read.c (EINTR): Define.
24081         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24082         (INT_MAX): Provide fallback.
24083         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24084
24085         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24086
24087 2002-12-02  Bruno Haible  <bruno@clisp.org>
24088
24089         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24090         Define, taken from safe-read.c.
24091         (INT_MAX): Provide fallback.
24092         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24093         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24094
24095         * lib/safe-read.c (EINTR): Remove definition.
24096         (safe_read): Don't use EINTR if it is absent.
24097
24098 2002-12-01  Jim Meyering  <jim@meyering.net>
24099
24100         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24101         zero.
24102         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24103
24104 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24105
24106         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24107         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24108         with `if (! (value < limit)) abort ();', for readability.
24109
24110 2002-11-26  Karl Berry  <karl@gnu.org>
24111
24112         * lib/strdup.c: copy from libc again, with jim's ok.
24113         * lib/.cppi-disable: re-add strdup.c
24114
24115 2002-11-25  Karl Berry  <karl@gnu.org>
24116
24117         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24118         instead of "strtol.c".
24119
24120 2002-11-25  Karl Berry  <karl@gnu.org>
24121
24122         * config/install-sh: update from automake for variable quoting, $0 in
24123         error msgs, etc.
24124
24125         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24126         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24127         entry.
24128
24129 2002-11-25  Jim Meyering  <jim@meyering.net>
24130
24131         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24132
24133 2002-11-24  Karl Berry  <karl@gnu.org>
24134
24135         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24136         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24137
24138 2002-11-24  Jim Meyering  <jim@meyering.net>
24139
24140         Update from coreutils:
24141
24142         * lib/mktime.c: Merge in changes from libc.
24143
24144         Avoid a link-time failure on some Linux systems.
24145         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24146         (otherwise).
24147         (__mon_yday): Declare with the STATIC attribute.
24148         (__mktime_internal): Likewise.
24149         Based on a report from Greg Schafer.
24150
24151 2002-11-23  Jim Meyering  <jim@meyering.net>
24152
24153         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24154         Use `unsigned', not `int', as type of index.
24155
24156         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24157
24158         * lib/fsusage.c: Remove unneeded parentheses around operands of
24159         `defined'.
24160
24161 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24162
24163         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24164         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24165         so that we can be included first.
24166         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24167         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24168         No need to include stddef.h or sys/types.h any more.
24169         Surround local include files with "", not "<>".
24170         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24171         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24172         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24173         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24174         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24175         (ISPRINT): Remove; no longer needed now that we assume C89.
24176
24177         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24178         Preserve errno.
24179
24180         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24181         quotearg_char): Use SIZE_MAX rather than
24182         (size_t) -1 when we are talking about "infinity".
24183
24184         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24185
24186 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24187
24188         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24189         hint that one should use `if (! x) abort ();' rather than `assert
24190         (x);', and anyway it's one less thing to worry about configuring.
24191         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24192         hash_rehash, hash_insert): Use abort rather than assert.
24193
24194 2002-11-22  Bruno Haible  <bruno@clisp.org>
24195
24196         * lib/safe-read.h: Assume C89. Add comments.
24197         (safe_read): Change return type to size_t.
24198         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24199         byte counts > SSIZE_MAX correctly.
24200         * lib/safe-write.h: New file.
24201         * lib/safe-write.c: New file.
24202         * lib/full-read.h: New file.
24203         * lib/full-read.c: New file.
24204         * lib/full-write.h: Assume C89. Add comments.
24205         * lib/full-write.c: Include safe-write.h.
24206         (full_write): Rewritten to use safe_write.
24207         Suggested by Jim Meyering and Paul Eggert.
24208
24209 2002-11-21  Jim Meyering  <jim@meyering.net>
24210
24211         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24212
24213         Merge in changes from the coreutils.
24214
24215         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24216         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24217         <stdint.h>.
24218         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24219         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24220         int.  Work more efficiently if X is the same width as uintmax_t.
24221         Do not compare X to -1, to avoid bogus compiler warning.
24222         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24223         Don't assume that f_frsize and f_bsize are the same type.
24224
24225         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24226         warning on FreeBSD.
24227
24228         * lib/makepath.c (make_path): Restore umask *before* creating the final
24229         component.
24230         (make_path): Minor reformatting.
24231
24232         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24233         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24234         HAVE_MALLOC/HAVE_REALLOC.
24235
24236         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24237         dummy ones.  At least on GNU/Linux systems, `auto' means something
24238         else.
24239         From Michael Stone.
24240
24241 2002-11-21  Bruno Haible  <bruno@clisp.org>
24242
24243         Remove case insensitive option matching.
24244         * lib/argmatch.h (argcasematch): Remove declaration.
24245         (ARGCASEMATCH): Remove macro.
24246         (__xargmatch_internal): Remove case_sensitive argument.
24247         (XARGMATCH): Update.
24248         (XARGCASEMATCH): Remove macro.
24249         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24250         case_sensitive argument.
24251         (argcasematch): Remove function.
24252         (__xargmatch_internal): Remove case_sensitive argument.
24253         (main): Use XARGMATCH instead of XARGCASEMATCH.
24254
24255         * lib/xmalloc.c: Change compile-time error message. Add comment about
24256         required autoconf version.
24257
24258 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24259
24260         Merge argmatch cleanups from Bison.  Assume C89.
24261
24262         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24263         Include stdlib.h, for EXIT_FAILURE.
24264         Always include <string.h>, since we assume C89.
24265         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24266         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24267         Include <stddef.h> instead, since it's all we need for size_t.
24268         (PARAMS): Remove.  All uses removed.
24269         (ARRAY_CARDINALITY): Do not bother to #undef.
24270         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24271         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24272         Remove unnecessary parentheses.
24273         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24274         Insert necessary parentheses.
24275         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24276         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24277
24278 2002-11-19  Bruno Haible  <bruno@clisp.org>
24279
24280         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24281         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24282
24283         * lib/mbswidth.h (PARAMS): Remove macro.
24284         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24285         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24286
24287         * lib/gcd.h (PARAMS): Remove macro.
24288         (gcd): Use ANSI C function declarations.
24289         * lib/gcd.c (gcd): Likewise.
24290
24291 2002-11-15  Bruno Haible  <bruno@clisp.org>
24292
24293         * lib/strcspn.c: Include <stddef.h>.
24294         (strcspn): Use ANSI C function declaration. Change return type to
24295         size_t. Use NULL.
24296         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24297         (strpbrk): Use NULL.
24298         * lib/strpbrk.h (PARAMS): Remove macro.
24299         (strpbrk): Use ANSI C function declaration.
24300         * lib/strstr.c: Don't include <sys/types.h>.
24301         * lib/strstr.h (PARAMS): Remove macro.
24302         (strstr): Use ANSI C function declarations.
24303
24304 2002-11-14  Karl Berry  <karl@gnu.org>
24305
24306         * config/mkinstalldirs: `do' on separate line, instead of
24307         `for var; do'.
24308
24309 2002-11-06  Bruno Haible  <bruno@clisp.org>
24310
24311         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24312         * lib/gcd.c (gcd): Likewise.
24313
24314 2002-11-05  Bruno Haible  <bruno@clisp.org>
24315
24316         * lib/gcd.h: New file, from gettext-0.11.5.
24317         * lib/gcd.c: New file, from gettext-0.11.5.
24318
24319 2002-11-05  Bruno Haible  <bruno@clisp.org>
24320
24321         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24322         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24323         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24324         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24325
24326         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24327         <libintl.h>.
24328         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24329         <libintl.h>.
24330
24331         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24332         * lib/human.c: Include gettext.h instead of <libintl.h>.
24333         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24334         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24335         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24336         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24337         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24338         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24339         (textdomain): Remove definition.
24340         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24341
24342         * lib/long-options.c: Remove include of <libintl.h> and definition of
24343         _.
24344         * lib/same.c: Remove include of <libintl.h> and definition of _.
24345
24346 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24347
24348         * lib/config.charset: A few additions for Solaris.
24349
24350 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24351
24352         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24353         * lib/localcharset.c (locale_charset): Declare as extern "C".
24354
24355 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24356
24357         * lib/config.charset: msdos in uk_UA uses CP1125.
24358
24359 2002-11-04  Bruno Haible  <bruno@clisp.org>
24360
24361         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24362         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24363         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24364         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24365         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24366
24367 2002-11-04  Bruno Haible  <bruno@clisp.org>
24368
24369         * lib/localcharset.c (locale_charset): Don't return an empty string.
24370
24371 2002-11-04  Bruno Haible  <bruno@clisp.org>
24372
24373         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24374         aliases.
24375
24376 2002-11-04  Bruno Haible  <bruno@clisp.org>
24377
24378         * lib/config.charset: Update for newest glibc. Add canonical names
24379         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24380
24381 2002-11-04  Bruno Haible  <bruno@clisp.org>
24382
24383         * lib/config.charset: Add support for NetBSD.
24384
24385 2002-11-04  Bruno Haible  <bruno@clisp.org>
24386
24387         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24388
24389 2002-11-01  Bruno Haible  <bruno@clisp.org>
24390
24391         * configure.in: Add AC_CONFIG_AUX_DIR call.
24392         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24393         test/Makefile.
24394         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24395
24396 2002-09-28  Karl Berry  <karl@gnu.org>
24397
24398         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24399         installed automake until the next release, since changes have been
24400         made.
24401
24402 2002-09-25  Karl Berry  <karl@gnu.org>
24403
24404         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24405         * lib/getopt*: copy from libc/posix.
24406         * lib/gettext.h: copy from gettext.
24407         * lib/.cppi-disable: add strdup.c, gettext.h.
24408
24409 2002-09-25  Karl Berry  <karl@gnu.org>
24410
24411         * config/srclist.txt: enable gettext.h check.
24412         * config/config.{guess,sub}: update from prep.
24413         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24414                 from automake 1.6.3.
24415         See srclist*.
24416
24417 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24418
24419         * regex.c (PATFETCH): Remove the translating fetch.
24420         (PATFETCH_RAW): Rename to PATFETCH.
24421         (set_image_of_range): New fun.
24422         (SET_RANGE_TABLE_WORK_AREA): Use it.
24423         (regex_compile): Don't translate the pattern chars so eagerly.
24424         Only do it when inserting an `exactn' bytecode or when handling
24425         a char-range.
24426         (mutually_exclusive_p): Avoid empty statement.
24427
24428 2002-07-06  Jim Meyering  <meyering@lucent.com>
24429
24430         * m4/README: Don't mention Makefile.am.in.
24431         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24432
24433 2002-07-01  Jim Meyering  <meyering@lucent.com>
24434
24435         * lib/c-stack.c: Include sys/time.h.
24436         From Volker Borchert.
24437
24438 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24439
24440         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24441
24442 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24443
24444         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24445         New macro.  Use it uniformly instead of
24446         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24447         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24448         reported by Vin Shelton.
24449
24450 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24451
24452         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24453         Do not assume SA_SIGINFO behavior.
24454         Bug reported by Jim Meyering on NetBSD 1.5.2.
24455
24456 2002-06-22  Jim Meyering  <meyering@lucent.com>
24457
24458         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24459         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24460
24461         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24462         now that configure.ac uses AC_GNU_SOURCE.
24463         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24464         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24465
24466         Update to latest tools.  Suggestions from Paul Eggert.
24467         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24468         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24469         * m4/fnmatch.m4: Likewise.
24470         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24471         to AC_HEADER_STDBOOL
24472
24473 2002-06-22  Jim Meyering  <meyering@lucent.com>
24474
24475         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24476         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24477
24478 2002-06-22  Jim Meyering  <meyering@lucent.com>
24479
24480         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24481
24482         * lib/exitfail.c, exitfail.h: Likewise.
24483         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24484
24485         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24486         of fnmatch.h.
24487         (EXTRA_DIST): Add fnmatch_loop.c.
24488         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24489
24490         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24491         * lib/fnmatch.c: Update from diffutils-2.8.2.
24492         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24493         * lib/fnmatch.h: Remove file.
24494
24495 2002-06-21  Jim Meyering  <meyering@lucent.com>
24496
24497         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24498         * m4/mbrtowc.m4: Likewise.
24499
24500         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24501         * m4/mbswidth.m4: Reflect name change:
24502         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24503         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24504
24505         * m4/lib-link.m4: Update from gettext-0.11.2.
24506         * m4/gettext.m4: Likewise.
24507
24508         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
24509         From Alfred M. Szmidt.
24510
24511 2002-06-18  Paul Eggert  <eggert@twinsun.com>
24512
24513         * lib/file-type.h: Report an error if neither S_ISREG nor
24514         S_IFREG is defined, instead of using a test specific to glibc
24515         2.2.  This should be safe, since POSIX requires S_ISREG and
24516         Unix Version 7 had S_IFREG.  We don't need to check for
24517         <sys/types.h> since we don't use any symbols that it defines.
24518
24519 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
24520
24521         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
24522         $@-t, so that each temporary file name is unique and valid in the first
24523         8 characters, for operation under DOS.
24524
24525 2002-06-15  Paul Eggert  <eggert@twinsun.com>
24526
24527         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
24528
24529 2002-06-15  Jim Meyering  <meyering@lucent.com>
24530
24531         Work even with DJGPP 2.03, which lacks support for symlinks.
24532         From Richard Dawe.
24533         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
24534         is defined.
24535         * lib/lchown.c (S_ISLNK): Likewise.
24536
24537 2002-06-15  Jim Meyering  <meyering@lucent.com>
24538
24539         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
24540         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
24541         have been included before this file.
24542
24543 2002-06-14  Jim Meyering  <meyering@lucent.com>
24544
24545         * lib/file-type.h: Use the version from diffutils-2.8.2.
24546         * lib/file-type.c: Likewise.
24547
24548 2002-06-07  Jim Meyering  <meyering@lucent.com>
24549
24550         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
24551         They're needed at least for NetBSD 1.5.2.
24552         ($statxfs_includes): Include those same headers.
24553         ($statxfs_includes): Include sys/vfs.h if available.
24554         ($statxfs_includes): Likewise for sys/statvfs.h.
24555         Check for the following members in both structs statfs and statvfs:
24556         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
24557
24558 2002-06-01  Jim Meyering  <meyering@lucent.com>
24559
24560         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
24561         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
24562
24563 2002-05-28  Jim Meyering  <meyering@lucent.com>
24564
24565         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
24566         Reported by Volker Borchert.
24567
24568 2002-05-27  Jim Meyering  <meyering@lucent.com>
24569
24570         Fix a problem seen only on nonconforming systems whereby ls.c's
24571         use of localtime, and then of gettimeofday would cause trouble:
24572         the localtime call used to initialize rpl_gettimeofday's save
24573         mechanism would clobber ls's current local time information so
24574         that in any long listing the first file would always be listed
24575         with date 1970-01-01.  Analysis by Volker Borchert.
24576
24577         * lib/gettimeofday.c (localtime): Undefine.
24578         (rpl_localtime): New function.
24579
24580 2002-05-27  Jim Meyering  <meyering@lucent.com>
24581
24582         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
24583         localtime.
24584
24585         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
24586         use the replacement function; it wouldn't resolve at link time.
24587         Reported by Volker Borchert.
24588
24589 2002-05-22  Jim Meyering  <meyering@lucent.com>
24590
24591         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
24592         file-type.h.
24593         * lib/file-type.h: New file.
24594         * lib/file-type.c (file_type): New file/function.  Extracted from
24595         diffutils.
24596
24597 2002-04-30  Jim Meyering  <meyering@lucent.com>
24598
24599         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
24600
24601 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24602
24603         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
24604
24605 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24606
24607         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
24608         Do not check for alloca.h (no longer used) or stdbool.h (was never
24609         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
24610
24611 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24612
24613         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
24614
24615 2002-04-29  Jim Meyering  <meyering@lucent.com>
24616
24617         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
24618         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
24619         Use AC_FUNC_STRNLEN here instead.
24620
24621         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
24622         With autoconf-2.53a, it's part of AC_PROG_CC.
24623
24624 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24625
24626         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
24627         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
24628
24629 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24630
24631         * lib/sig2str.h, lib/sig2str.c: New files.
24632         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
24633
24634 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24635
24636         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
24637         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
24638         of 127, since 64 is the largest conceivable number for ancient
24639         nonstandard hosts.
24640         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
24641
24642 2002-04-28  Jim Meyering  <meyering@lucent.com>
24643
24644         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
24645
24646 2002-04-24  Jim Meyering  <meyering@lucent.com>
24647
24648         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
24649         (jm_PREREQ): Use it.
24650
24651         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
24652         mach/mach.h fcntl.h.
24653         Check for this function: setlocale.
24654
24655 2002-04-24  Jim Meyering  <meyering@lucent.com>
24656
24657         * lib/gettext.h: New file, from Gettext.
24658         * lib/Makefile.am (INCLUDES): Remove -I../intl.
24659         (libfetish_a_SOURCES): Add gettext.h.
24660
24661 2002-04-16  Jim Meyering  <meyering@lucent.com>
24662
24663         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
24664         ut_pid, ut_id, ut_exit.
24665
24666 2002-04-16  Jim Meyering  <meyering@lucent.com>
24667
24668         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
24669         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
24670         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
24671
24672 2002-04-12  Jim Meyering  <meyering@lucent.com>
24673
24674         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
24675         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
24676         existence of the getmntinfo function.  Needed for Darwin 5.3.
24677
24678         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
24679         This is necessary at least on Darwin 5.3.
24680
24681         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
24682         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
24683         strnlen.o in the library, and that makes some versions of ranlib
24684         object.
24685
24686 2002-04-12  Jim Meyering  <meyering@lucent.com>
24687
24688         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
24689
24690 2002-04-09  Jim Meyering  <meyering@lucent.com>
24691
24692         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
24693         to be more precise.  Rather than saying we're checking whether the
24694         function `works', say what we're testing.
24695         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
24696         Reported by Bruno Haible.
24697
24698 2002-03-10  Jim Meyering  <meyering@lucent.com>
24699
24700         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
24701         Suggestion from Santiago Vila.
24702
24703 2002-03-08  Jim Meyering  <meyering@lucent.com>
24704
24705         * lib/rename.c: Mention that this wrapper is needed also on
24706         mips-dec-ultrix4.4 systems.
24707
24708 2002-03-02  Jim Meyering  <meyering@lucent.com>
24709
24710         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
24711         not HAVE_CLOCK_SETTIME.
24712
24713 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24714
24715         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
24716         Check for clock_settime.
24717
24718 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24719
24720         * lib/nanosleep.h: Rename to....
24721         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
24722
24723         * lib/gettime.c: New file.
24724         * lib/settime.c: New file.
24725         * lib/stime.c: Remove.
24726
24727         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
24728         timespec.h.  Remove nanosleep.h.
24729
24730 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24731
24732         * m4/acl.m4: New file.
24733         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
24734         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
24735
24736 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24737
24738         * lib/acl.c, lib/acl.h: New files.
24739         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
24740
24741 2002-02-24  Jim Meyering  <meyering@lucent.com>
24742
24743         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
24744         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
24745         cause trouble.  Reported by Nelson Beebe.
24746
24747 2002-02-23  Paul Eggert  <eggert@twinsun.com>
24748
24749         * lib/path-concat.c (xpath_concat): Reorder code to pacify
24750         compilers that don't know that xalloc_die never returns.
24751
24752 2002-02-20  Jim Meyering  <meyering@lucent.com>
24753
24754         * lib/getdate.c: Regenerate using bison-1.33.
24755
24756 2002-02-17  Jim Meyering  <meyering@lucent.com>
24757
24758         * config/config.guess (main): Don't use `head -1'; it's no longer
24759         portable. Use `sed 1q' instead.
24760
24761 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
24762
24763         * m4/codeset.m4: Upgrade to gettext-0.11.
24764         * m4/gettext.m4: Upgrade to gettext-0.11.
24765         * m4/glibc21.m4: Upgrade to gettext-0.11.
24766         * m4/iconv.m4: Upgrade to gettext-0.11.
24767         * m4/isc-posix.m4: Upgrade to gettext-0.11.
24768         * m4/lcmessage.m4: Upgrade to gettext-0.11.
24769         * m4/lib-ld.m4: New file, from gettext-0.11.
24770         * m4/lib-link.m4: New file, from gettext-0.11.
24771         * m4/lib-prefix.m4: New file, from gettext-0.11.
24772         * m4/progtest.m4: Upgrade to gettext-0.11.
24773
24774 2002-02-15  Paul Eggert  <eggert@twinsun.com>
24775
24776         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
24777         (jm_PREREQ): Use it.
24778
24779 2002-02-15  Paul Eggert  <eggert@twinsun.com>
24780
24781         * lib/posixver.c, lib/posixver.h: New files.
24782         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
24783
24784 2002-02-02  Paul Eggert  <eggert@twinsun.com>
24785             Bruno Haible  <bruno@clisp.org>
24786
24787         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
24788         (fwrite_success_callback): New declaration.
24789         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
24790         print_unicode_char. Call failure callback instead of error.
24791         (fwrite_success_callback): New function.
24792         (exit_failure_callback): New function.
24793         (fallback_failure_callback): New function.
24794         (print_unicode_char): Call unicode_to_mb.
24795
24796 2002-01-26  Jim Meyering  <meyering@lucent.com>
24797
24798         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
24799         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
24800
24801 2002-01-26  Jim Meyering  <meyering@lucent.com>
24802
24803         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
24804
24805 2002-01-22  Paul Eggert  <eggert@twinsun.com>
24806
24807         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
24808
24809 2002-01-22  Jim Meyering  <meyering@lucent.com>
24810
24811         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
24812         Otherwise, some versions of automake would omit the rule that makes
24813         Makefile from Makefile.in.
24814
24815 2002-01-21  Paul Eggert  <eggert@twinsun.com>
24816
24817         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
24818         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
24819         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
24820         (memcoll): Set errno to zero if there is no error.
24821
24822         * lib/quotearg.c (quotearg_buffer_restyled):
24823         Fix bug with quoting buffers containing NUL when backslashing escapes.
24824         This bug was exposed by the other changes in this patch.
24825         (quotearg_n_options): New arg ARGSIZE.
24826         All callers changed.
24827         (quoting_options_from_style): New function.
24828         (quotearg_n_style): Use it.
24829         (quotearg_n_style_mem): New function.
24830
24831         * lib/quotearg.h (quotearg_n_style_mem): New function.
24832
24833 2002-01-19  Jim Meyering  <meyering@lucent.com>
24834
24835         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
24836         Remove useless quotes: DF_PROG="df".
24837         * m4/strnlen.m4: New file.
24838
24839 2002-01-16  Paul Eggert  <eggert@twinsun.com>
24840
24841         * lib/backupfile.c (ISDIGIT): Comment fix.
24842         * lib/getdate.y (ISDIGIT): Likewise.
24843         * lib/posixtm.c (ISDIGIT, year): Likewise.
24844         * lib/strverscmp.c (ISDIGIT): Likewise.
24845         * lib/userspec.c (ISDIGIT): Likewise.
24846
24847 2002-01-16  Jim Meyering  <meyering@lucent.com>
24848
24849         * lib/getdate.y: Add three semicolons, each just before a closing
24850         brace. Bison (as of version 1.31) no longer papers over that mistake.
24851
24852 2002-01-05  Jim Meyering  <meyering@lucent.com>
24853
24854         * lib/version-etc.c (version_etc_copyright): Update copyright year.
24855
24856 2001-12-19  Paul Eggert  <eggert@twinsun.com>
24857
24858         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
24859         not silently exit merely because the output buffer happens to
24860         have nothing pending.
24861
24862 2001-12-18  Paul Eggert  <eggert@twinsun.com>
24863
24864         See the big note in ../ChangeLog.
24865         * lib/human.c (suffixes): Prefer K to k for 1024.
24866         (generate_suffix_backwards): New function.
24867         (human_readable_inexact): Use it.
24868         * lib/xstrtol.c (__xstrtol): If there is no number but there
24869         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
24870         Accept 'K' as well as 'k'.
24871
24872 2001-12-15  Jim Meyering  <meyering@lucent.com>
24873
24874         * lib/regex.h (__restrict_arr): Update from libc.
24875
24876         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
24877         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
24878         (STREQ): Define.
24879
24880 2001-12-14  Jim Meyering  <meyering@lucent.com>
24881
24882         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
24883         Suggestion from Bruno Haible.
24884
24885 2001-12-10  Jim Meyering  <meyering@lucent.com>
24886
24887         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
24888         xrealloc, Instead, include "xalloc.h".
24889         (initbuffer): Don't cast xmalloc return value to char*.
24890         (readline): Reword comment.
24891         Don't cast xrealloc return value to char*
24892         Return NULL, not 0.
24893
24894 2001-12-09  Jim Meyering  <meyering@lucent.com>
24895
24896         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
24897         about `signed and unsigned type in conditional expression'.
24898         * lib/posixtm.c (posix_time_parse): Likewise.
24899
24900         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
24901
24902         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
24903         to avoid a pedantic warning.
24904
24905         * lib/getstr.c: Don't include assert.h.
24906         (getstr): Remove warning-evoking assertions.
24907         Return -1 if offset parameter is out of bounds.
24908         Change the type of a local from int to size_t.
24909
24910         * lib/strftime.c (my_strftime_localtime_r): Include this function
24911         definition in the `#if ! HAVE_TM_GMTOFF' block.
24912
24913         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
24914         Include xalloc.h instead.
24915
24916 2001-12-02  Jim Meyering  <meyering@lucent.com>
24917
24918         * lib/tempname.c: Don't declare getenv, thus reverting the change of
24919         2001-11-18.  It's no longer necessary, now that stdlib.h is always
24920         included.
24921
24922         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
24923         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
24924
24925 2001-11-30  Akim Demaille  <akim@epita.fr>
24926
24927         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
24928         before being defined.
24929
24930 2001-11-27  Paul Eggert  <eggert@twinsun.com>
24931
24932         * lib/quotearg.h (quotearg_n, quotearg_n_style):
24933         First arg is int, not unsigned.
24934         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
24935         (SIZE_MAX, UINT_MAX): New macros.
24936         (quotearg_n_options): Abort if N is negative.
24937         Avoid overflow check on hosts where size_t is 64 bits and int
24938         is 32 bits, as overflow is impossible there.
24939         Fix off-by-one typo that caused unnecessary reallocation.
24940
24941 2001-11-27  Jim Meyering  <meyering@lucent.com>
24942
24943         * lib/tempname.c: Merge with version from libc.
24944         * lib/regex.c: Likewise.
24945
24946         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
24947         systems for which STDC_HEADERS is 0, it was not included, resulting in
24948         a warning about an integer-to-pointer conversion problem with getenv.
24949         Reported by Volker Borchert.
24950
24951 2001-11-26  Jim Meyering  <meyering@lucent.com>
24952
24953         * lib/gtod.h: Remove file.
24954         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
24955         * lib/gettimeofday.c: Don't include gtod.h.
24956         (GTOD_init): Remove function.
24957         (rpl_gettimeofday): Do its job here instead, rather than aborting.
24958         Suggestion from Volker Borchert.
24959
24960 2001-11-23  Jim Meyering  <meyering@lucent.com>
24961
24962         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
24963         it.
24964         * lib/hash.c (struct hash_table): Define it here instead.
24965
24966 2001-11-22  Jim Meyering  <meyering@lucent.com>
24967
24968         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
24969
24970 2001-11-20  Jim Meyering  <meyering@lucent.com>
24971
24972         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
24973         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
24974
24975 2001-11-19  Jim Meyering  <meyering@lucent.com>
24976
24977         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
24978         directory.  Use "conftestXXXXXX" as the template.
24979         Suggestion from Paul Eggert.
24980
24981         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
24982         immediately, so the test doesn't mistakenly hit the max-open-files
24983         limit.
24984
24985 2001-11-18  Paul Eggert  <eggert@twinsun.com>
24986
24987         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
24988         (TEMPORARIES): New macro.
24989         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
24990         removes an artificial limitation (e.g. HP-UX 10.20, where
24991         TMP_MAX is 17576).
24992
24993 2001-11-18  Jim Meyering  <meyering@lucent.com>
24994
24995         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
24996
24997 2001-11-18  Jim Meyering  <meyering@lucent.com>
24998
24999         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25000         on SunOS 4.
25001
25002         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25003         files will be created before anything else.
25004
25005 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25006
25007         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25008         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25009
25010 2001-11-17  Jim Meyering  <meyering@lucent.com>
25011
25012         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25013         Prompted by a report from Bob Proulx.
25014
25015         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25016         Instead, require UTILS_FUNC_MKSTEMP.
25017
25018 2001-11-17  Jim Meyering  <meyering@lucent.com>
25019
25020         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25021         Now, that's done as part of AC_FUNC_STRTOD.
25022
25023 2001-11-17  Jim Meyering  <meyering@lucent.com>
25024
25025         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25026         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25027         rather than group writable.  Patch by Juan F. Codagnone.
25028
25029         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25030         xrealloc, Instead, include "xalloc.h".
25031
25032         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25033         Remove explicit declarations of xmalloc, xrealloc,
25034         and xstrdup.  Instead, include "xalloc.h".
25035
25036         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25037         unlocked-io.h.
25038         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25039         Likewise.
25040         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25041
25042         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25043         Reported by Padraig Brady.
25044
25045         * lib/mkstemp.c: #undef mkstemp.
25046         Include config.h.
25047         (rpl_mkstemp): Rename from mkstemp.
25048         Protoize.
25049
25050 2001-11-16  Jim Meyering  <meyering@lucent.com>
25051
25052         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25053         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25054         determine the amount of total physical memory, use pstat_getstatic.
25055         HPUX-11 doesn't define _SC_PHYS_PAGES.
25056         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25057         If sysconf couldn't be used to determine the amount of available
25058         physical memory, use both pstat_getstatic and pstat_getdynamic.
25059         Based on a patch from Bob Proulx.
25060
25061 2001-11-10  Jim Meyering  <meyering@lucent.com>
25062
25063         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25064         (jm_PREREQ): Use it.
25065
25066 2001-11-09  Jim Meyering  <meyering@lucent.com>
25067
25068         * m4/jm-macros.m4: Require autoconf-2.52f.
25069         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25070         Use these AC_-prefixed names, not the AM_-prefixed ones.
25071
25072         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25073
25074 2001-11-05  Jim Meyering  <meyering@lucent.com>
25075
25076         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25077
25078 2001-11-04  Jim Meyering  <meyering@lucent.com>
25079
25080         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25081         $DEFS.
25082
25083 2001-11-03  Jim Meyering  <meyering@lucent.com>
25084
25085         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25086         of AC_DEFUN.
25087
25088         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25089         know the name of the variable in the macro definition.
25090
25091 2001-11-03  Jim Meyering  <meyering@lucent.com>
25092
25093         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25094         in argmatch_to_argument call.
25095
25096         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25097         argument.
25098
25099         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25100         e.g., a fault due to an attempt to free a NULL pointer.
25101
25102 2001-11-01  Jim Meyering  <meyering@lucent.com>
25103
25104         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25105         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25106
25107 2001-11-01  Jim Meyering  <meyering@lucent.com>
25108
25109         * lib/dirfd.c, lib/dirfd.h: New files.
25110         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25111
25112         * lib/hash.c (hash_print) [TESTING]: Clean up.
25113
25114 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25115
25116         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25117         to avoid a warning if -Wall.
25118
25119 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25120
25121         * README: New file
25122         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25123         (per RMS's instructions, this is now the canonical source)
25124         * lgpl/, gpl/: New directories.
25125
25126 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25127
25128         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25129
25130 2001-10-21  Jim Meyering  <meyering@lucent.com>
25131
25132         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25133         this code would end up calling gettext even in packages built
25134         with --disable-nls.
25135         * lib/getopt.c (_): Likewise.
25136         * lib/regex.c (_): Likewise.
25137
25138 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25139
25140         * m4/error.m4 (jm_PREREQ_ERROR):
25141         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25142         AC_FUNC_STRERROR_R does that.
25143         Check for strerror declaration.
25144
25145         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25146         are supposed to have them these days.
25147         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25148         Merge changes from latest Autoconf CVS.
25149         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25150         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25151         POSIX decided to standardize on the int flavor of strerror_r.
25152
25153 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25154
25155         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25156         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25157         Use strerror_r that is only a macro, even if it is not a function.
25158         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25159         (private_strerror): Use prototypes, not old-style function definition.
25160         (print_errno_message): New function.
25161         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25162         char*-flavored one.
25163         (error_tail, error, error_at_line): Use it.
25164
25165 2001-10-11  Jim Meyering  <meyering@lucent.com>
25166
25167         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25168         and quote_n (1, ... to avoid clobbering a buffer.
25169
25170 2001-10-05  Jim Meyering  <meyering@lucent.com>
25171
25172         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25173         hash-pjw.h.
25174         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25175         * lib/hash-pjw.h: New file.
25176
25177 2001-09-30  Jim Meyering  <meyering@lucent.com>
25178
25179         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25180         `struct fsstat' has the `f_fstypename' member.
25181         Use that to define FS_TYPE, which is now used to make
25182         the getfsstat link test tighter.
25183
25184 2001-09-30  Jim Meyering  <meyering@lucent.com>
25185
25186         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25187         Include <sys/ucred.h>, for Apple Darwin.
25188         Include sys/mount.h and sys/fs_types.h only if available.
25189         (FS_TYPE): Define.
25190         (read_filesystem_list): Use FS_TYPE.
25191
25192 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25193
25194         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25195         a boolean context.
25196
25197 2001-09-29  Jim Meyering  <meyering@lucent.com>
25198
25199         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25200         [one-argument getmntent function]): Include stdio.h before mntent.h.
25201         SunOS 4.1.x needs it for the declaration of `FILE'.
25202         Patch by Volker Borchert.
25203
25204         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25205         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25206         sys/fs_types.h, and make the link-test for getfsstat guard #include
25207         directives with appropriate #if HAVE_*_H tests so that we can
25208         detect getfsstat on Apple Darwin1.3.7 systems.
25209         Reported by Nelson Beebe.
25210         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25211
25212 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25213
25214         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25215         #defines strtoimax.  Also treat the other strto* functions
25216         like strtoimax.
25217
25218         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25219         Check for strtoul and strtoumax,
25220         as those declarations are made even in the signed case.
25221         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25222         Likewise, for strtol and strtoimax.
25223
25224 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25225
25226         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25227         #defines strtoimax.  Also treat the other strto* functions
25228         like strtoimax.
25229
25230         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25231         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25232         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25233
25234 2001-09-26  Jim Meyering  <meyering@lucent.com>
25235
25236         Most macros in unlocked-io.h had the wrong number of arguments.
25237         * lib/gen-uio: New script.
25238         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25239         * lib/unlocked-io.hin: Remove file.
25240         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25241         rather than trying to embed it here.
25242         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25243         Reported by Padraig Brady.
25244
25245 2001-09-25  Volker Borchert  <bt@teknon.de>
25246
25247         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25248         `result'.
25249
25250 2001-09-24  Jim Meyering  <meyering@lucent.com>
25251
25252         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25253
25254 2001-09-23  Jim Meyering  <meyering@lucent.com>
25255
25256         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25257         instead of the mere test for existence of mntent.h.  The latter
25258         would get a false-positive on AIX 3.4 systems.
25259         In the outer getmntent if-block, don't die if neither of the getmntent
25260         tests succeeds.  Instead, just fall through and continue with the
25261         remaining tests.
25262
25263 2001-09-23  Jim Meyering  <meyering@lucent.com>
25264
25265         * lib/mountlist.c: Remove useless parentheses in #if directives.
25266         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25267         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25268
25269 2001-09-22  Jim Meyering  <meyering@lucent.com>
25270
25271         * m4/gettext.m4: New file.  From gettext.
25272         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25273         * m4/progtest.m4: Likewise
25274         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25275         * m4/glibc21.m4: Likewise.
25276
25277         * m4/libintl.m4: Remove.  No longer used.
25278
25279 2001-09-22  Jim Meyering  <meyering@lucent.com>
25280
25281         * lib/localcharset.c: Update from latest gettext.
25282         * lib/config.charset: Likewise.
25283
25284 2001-09-20  Jim Meyering  <meyering@lucent.com>
25285
25286         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25287         strtoimax.
25288         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25289         strtoumax.
25290
25291 2001-09-20  Jim Meyering  <meyering@lucent.com>
25292
25293         * lib/xstrtol.c (strtoimax): Guard declaration with
25294         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25295         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25296         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25297         (strtoumax): Likewise, for completeness (it wasn't necessary).
25298
25299 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25300
25301         * lib/strtoimax.c (HAVE_LONG_LONG):
25302         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25303         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25304         to work around bug in IBM C compiler.
25305
25306 2001-09-17  Jim Meyering  <meyering@lucent.com>
25307
25308         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25309         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25310         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25311         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25312         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25313         whenever the right hand side need not be expanded by the shell.
25314
25315 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25316
25317         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25318         library.  It's not correct, as some older glibcs are buggy.
25319         fnmatch wasn't fixed until glibc 2.2.
25320
25321         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25322         special shell magic here.
25323
25324 2001-09-16  Jim Meyering  <meyering@lucent.com>
25325
25326         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25327         * m4/jm-macros.m4: Require it.
25328
25329 2001-09-16  Jim Meyering  <meyering@lucent.com>
25330
25331         * lib/mkdir.c: New file.
25332
25333 2001-09-15  Jim Meyering  <meyering@lucent.com>
25334
25335         * m4/jm-macros.m4: Check for help2man.
25336
25337 2001-09-11  Jim Meyering  <meyering@lucent.com>
25338
25339         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25340         The body, by Paul Eggert, was moved here from configure.in.
25341         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25342
25343 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25344
25345         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25346         (jm_PREREQ): Use it.
25347
25348 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25349
25350         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25351         Use ssize_t, not int, to store result of readlink.
25352         Check for ssize_t overflow as well as size_t overflow,
25353         as POSIX says the result of readlink is implementation-defined
25354         when ssize_t overflows.
25355         Remove unnecessary cast to char*.
25356         Use free+malloc instead of realloc, as the storage doesn't need
25357         to be preserved and it's clearer and can be more efficient that way.
25358         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25359         * lib/xreadlink.h (xreadlink): Update prototype.
25360
25361 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25362
25363         * lib/xgetcwd.c: Revert some of the previous change; intead,
25364         fix the HAVE_GETCWD_NULL code to behave more like the
25365         !HAVE_GETCWD_NULL code used to.
25366
25367         Include "xalloc.h".
25368         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25369         invoke xalloc_die.
25370
25371 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25372
25373         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25374         sys/param.h, as pathmax.h includes them.
25375
25376 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25377
25378         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25379         (jm_PREREQ_XGETCWD): New macro.
25380
25381         * m4/getcwd.m4: New file.
25382
25383 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25384
25385         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25386         like the HAVE_GETCWD_NULL code.
25387         Include pathmax.h if not HAVE_GETCWD.
25388         Do not include xalloc.h.
25389         (INITIAL_BUFFER_SIZE): New symbol.
25390         Do not use xmalloc / xrealloc, since the caller is responsible for
25391         handling errors.  Preserve errno around `free' during failure.
25392         Do not overrun buffer when using getwd.
25393
25394 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25395
25396         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25397         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25398         getcwd (NULL, 0).
25399
25400 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25401
25402         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25403         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25404         spotted by Jim Meyering.
25405
25406 2001-09-03  Jim Meyering  <meyering@lucent.com>
25407
25408         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25409         failure.
25410
25411 2001-09-02  Jim Meyering  <meyering@lucent.com>
25412
25413         * lib/error.c: Update from GNU libc.
25414
25415 2001-09-01  Jim Meyering  <meyering@lucent.com>
25416
25417         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25418         Used by df.
25419
25420 2001-09-01  Jim Meyering  <meyering@lucent.com>
25421
25422         * lib/xreadlink.c: New file.
25423         * lib/xreadlink.h: New file.
25424         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25425         xreadlink.h.
25426
25427         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25428         doesn't conflict with sparc Solaris 7's definition in
25429         /usr/include/sys/int_types.h.
25430
25431         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25432         files.
25433         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25434         and strncasecmp as r-values.  Unixware didn't have declarations.
25435
25436 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25437
25438         * lib/xstrtol.h: Add copyright notice.
25439         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25440         LONGINT_INVALID_SUFFIX_CHAR.
25441
25442 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25443
25444         * lib/xstrtol.c (strtoimax): New decl.
25445
25446 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25447
25448         * lib/xgetcwd.c: Don't include pathmax.h.
25449         Include stdlib.h and unistd.h if available.
25450         Include xalloc.h.
25451         (xmalloc, xstrdup, free): Remove decls.
25452         (xgetcwd): Don't assume sizes fit in unsigned.
25453         Check for overflow when computing sizes.
25454         Simplify reallocation code.
25455
25456 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25457
25458         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25459         a directory's st_size can have an arbitrary value, so the old
25460         usage could waste an arbitrary amount of memory.  All uses
25461         changed.
25462         * lib/savedir.h: Update prototype.
25463
25464 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25465
25466         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25467
25468         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25469         old strtoimax.c.
25470
25471         Also, make the following further changes to make this file's
25472         configuration more similar to that of strtol.c:
25473         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25474         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25475         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25476         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25477         changed to signed values.
25478
25479         And make the following changes as well:
25480         Fix copyright notice, as 1999 was missing.
25481         (verify): New macro.
25482         (strtoimax): Check sizes at compile-time, not run-time.
25483         Prefer strtol to strtoll if both work.
25484         (main): Remove; it was not that useful and was a pain to maintain.
25485
25486         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25487
25488 2001-08-31  Jim Meyering  <meyering@lucent.com>
25489
25490         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25491         Use an initial, malloc'd, buffer of length 128 rather than
25492         a statically allocated one of length 1024.
25493
25494 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25495
25496         Simplify code, partly by assuming autoconf 2.52 semantics.
25497
25498         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25499
25500         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25501         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25502         All uses removed.
25503         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25504         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25505         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
25506         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
25507         jm_AC_HEADER_INTTYPES_H.
25508         * m4/jm-macros.m4 (jm_MACROS): Likewise.
25509
25510         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
25511
25512         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25513         Quote first arg of AC_DEFUN.
25514         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
25515         since they are needed to parse the include file even if we need
25516         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
25517         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
25518         but with opposite signedness.
25519
25520 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25521
25522         Merge 'exclude' changes from tar 1.13.22.
25523         This fixes one or two unlikely storage allocation overflow bugs,
25524         but doesn't change user-visible behavior otherwise.
25525
25526 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25527
25528         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
25529         (jm_PREREQ_EXCLUDE): New macro.
25530
25531 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25532
25533         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
25534         tm to be declared.
25535
25536 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25537
25538         * lib/hash.c: Remove '2001' from copyright notice.
25539
25540 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25541
25542         * lib/full-write.h: New file.
25543         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
25544         * lib/full-write.c: Correct credits, as cccp.c no longer
25545         exists and anyway it was so heavily changed from the old cccp
25546         code as to be unrecognizable.  Include full-write.h.
25547         (full_write) Return size_t, with short writes meaning failure.
25548         All callers changed.  This fixes a bug with large buffers
25549         on 64-bit hosts.
25550         * lib/utime.c: Include full-write.h.
25551
25552 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25553
25554         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
25555         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
25556         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
25557         Include if available.
25558         (<xalloc.h>): Include
25559         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
25560         (verify): New macro.  Use it to verify that EXCLUDE macros do not
25561         collide with FNM macros.
25562         (struct patopts): New struct.
25563         (struct exclude): Use it, as exclude patterns now come with options.
25564         (new_exclude): Support above changes.
25565         (new_exclude, add_exclude_file):
25566         Initial size must now be a power of two to simplify overflow checking.
25567         (free_exclude, fnmatch_no_wildcards): New function.
25568         (excluded_filename): No longer requires options arg, as the options
25569         are determined by add_exclude.  Now returns bool, not int.
25570         (excluded_filename, add_exclude):
25571         Add support for the fancy new exclusion options.
25572         (add_exclude, add_exclude_file): Now takes int options arg.
25573         Check for arithmetic overflow when computing sizes.
25574         (add_exclude_file): xrealloc might modify errno, so don't
25575         realloc until after errno might be used.
25576
25577         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
25578         New macros.
25579         (free_exclude): New decl.
25580         (add_exclude, add_exclude_file): Now takes int options arg.
25581         (excluded_filename): No longer requires options arg, as the options
25582         are determined by add_exclude.  Now returns bool, not int.
25583
25584 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25585
25586         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
25587
25588 2001-08-27  Jim Meyering  <meyering@lucent.com>
25589
25590         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
25591
25592         * lib/version-etc.c (N_): Remove definition.
25593         Revert most of last change.
25594         Instead, simply don't mark the `Copyright...' string for translation.
25595         Based on advice from Paul Eggert.
25596
25597         * lib/strtoxmax.c: Tweak comment.
25598
25599 2001-08-26  Jim Meyering  <meyering@lucent.com>
25600
25601         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
25602
25603         * m4/xstrtoimax.m4: New file.
25604         * m4/xstrtoumax.m4: Add comments explaining why we
25605         AC_REPLACE_FUNCS(strtol).
25606
25607 2001-08-26  Jim Meyering  <meyering@lucent.com>
25608
25609         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
25610         of copyright with `%s' so translators don't get an untranslated
25611         message in 2002.
25612         (COPYRIGHT_YEAR): Define.
25613         (version_etc): Use fprintf rather than fputs.
25614         Suggestion from Ulrich Drepper.
25615
25616         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
25617
25618         * lib/strtoll.c: New file, from GNU libc.
25619         * lib/xstrtoimax.c: New file.
25620
25621         * lib/xstrtol.h: Add xstrtoimax.
25622         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
25623         * lib/strtoimax.c: New file.  Likewise, but first define
25624         STRTOUXMAX_SIGNED.
25625
25626         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
25627         ...
25628         * lib/strtoxmax.c: ... then renamed to this.
25629
25630 2001-08-18  Paul Eggert  <eggert@twinsun.com>
25631
25632         * m4/inttypes.m4: Add AC_PREREQ(2.13).
25633         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
25634         (jm_AC_TYPE_INTMAX_T): New macro.
25635         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
25636
25637         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
25638
25639         * m4/longlong.m4: Renamed from ulonglong.m4.
25640         * m4/inttypes.m4: Renamed from inttypes_h.m4.
25641         * m4/uintmax_t.m4: Removed.
25642
25643 2001-08-13  Paul Eggert  <eggert@twinsun.com>
25644
25645         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
25646         Port to Solaris 8, where 'sed' requires a space after the 'r'
25647         command, and where sh dislikes "$/".  Clean up the spacing a bit.
25648         Redirect output to $tmp just once.
25649
25650 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
25651
25652         * lib/addext.c (<errno.h>): Include.
25653         (errno): Declare if not defined.
25654         (addext): Work correctly when pathconf returns -1 and leaves
25655         errno alone because there is no limit.  Also, work even if
25656         pathconf returns a value greater than SIZE_MAX.
25657
25658 2001-08-12  Jim Meyering  <meyering@lucent.com>
25659
25660         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
25661         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
25662         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
25663         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
25664         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
25665         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
25666         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
25667         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
25668         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
25669         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
25670         utime.m4, utimes.m4, xstrtoumax.m4:
25671         Quote the first argument in each use of AC_DEFUN.
25672
25673 2001-08-12  Jim Meyering  <meyering@lucent.com>
25674
25675         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
25676         Simply `return getcwd (NULL, 0);'.
25677         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
25678         Use 1300 as initial value for length, not PATH_MAX.
25679
25680         * lib/pathmax.h: Clean up cpp syntax.
25681
25682 2001-08-12  Jim Meyering  <meyering@lucent.com>
25683
25684         * lib/gettimeofday.c: New file.
25685         * lib/gtod.h: New file.
25686         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
25687
25688 2001-08-05  Jim Meyering  <meyering@lucent.com>
25689
25690         * m4/jm-macros.m4: Require autoconf-2.52.
25691
25692 2001-08-04  Jim Meyering  <meyering@lucent.com>
25693
25694         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
25695         stmt, to get in sync with glibc.
25696
25697 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25698
25699         The following changes are from gettext 0.10.39 as maintained by
25700         Bruno Haible.
25701
25702         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
25703         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
25704         with inverted sense.  All uses changed.
25705
25706         * lib/mbswidth.c: Don't include <limits.h>.
25707         Include <stdlib.h> and <string.h> unconditionally.
25708         (iswcntrl, mbsinit, ISCNTRL): New macros.
25709         (mbsnwidth): Use K&R style function declarations.
25710         Don't bother checking for MB_LEN_MAX == 1, since the compiler
25711         can optimize it when MB_CUR_MAX == 1.
25712         The width of control characters is zero, not 1.
25713
25714 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25715
25716         The following changes are from gettext 0.10.39 as maintained by
25717         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
25718
25719         * m4/codeset.m4: Upgrade to serial AM1.
25720         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
25721         all uses changed.  Quote first arg of AC_DEFUN.
25722         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
25723
25724         * m4/iconv.m4: Upgrade to serial AM2.
25725         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
25726         Add --with-libconv-prefix.
25727         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
25728         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
25729         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
25730         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
25731         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
25732
25733         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
25734         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
25735         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
25736         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
25737         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
25738         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
25739         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
25740         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
25741         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
25742
25743         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
25744         string.h any more.
25745
25746         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
25747         not the default value.
25748
25749         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
25750         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
25751         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
25752         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
25753         Also check for iswcntrl, used for wcwidth fallback.
25754         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
25755         to Autoconf 2.13.
25756
25757 2001-08-03  Jim Meyering  <meyering@lucent.com>
25758
25759         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
25760         as it was in the original.  Reported by Paul Eggert.
25761
25762 2001-07-16  Jim Meyering  <meyering@lucent.com>
25763
25764         * m4/gettimeofday.m4: New file.
25765         Prompted by a report from Bernhard Baehr.
25766
25767 2001-07-15  Jim Meyering  <meyering@lucent.com>
25768
25769         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
25770         stuff. Now it's in ../Makefile.cfg.
25771
25772 2001-07-15  Jim Meyering  <meyering@lucent.com>
25773
25774         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
25775         (BUILT_SOURCES): Add unlocked-io.h.
25776         (io_functions): Define.
25777         (unlocked-io.h): New rule.
25778         (DISTCLEANFILES): Add unlocked-io.h.
25779         (all-local): Depend on unlocked-io.h, to ensure it is created.
25780
25781         * lib/unlocked-io.hin: New file
25782
25783         * lib/regex.c: Update from glibc.
25784
25785 2001-07-05  Jim Meyering  <meyering@lucent.com>
25786
25787         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
25788         recommendation.
25789         (libfetish_a_SOURCES): Put all .h files here instead.
25790         Remove a thus-exposed (better checks in automake) duplicate and
25791         two unnecessary .h files.
25792
25793 2001-07-04  Jim Meyering  <meyering@lucent.com>
25794
25795         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
25796         that generates jm-glibc-io.m4 so that it doesn't trigger any make
25797         distcheck failure.
25798
25799 2001-07-02  Jim Meyering  <meyering@lucent.com>
25800
25801         The following changes were prompted by suggestions from Bruno Haible.
25802
25803         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
25804         is now generated.
25805         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
25806         definition of EXTRA_DIST.
25807         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
25808         ensure that the generated file is created/updated whenever the list
25809         of $(unlocked_functions) is changed.
25810         (jm-glibc-io.m4): New rule.
25811         (unlocked-io.h): New rule -- currently unused.
25812
25813 2001-06-24  Jim Meyering  <meyering@lucent.com>
25814
25815         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
25816         unmatched right bracket, rather than kludging it with an extra,
25817         falsely-matching quote in a comment.  Patch by Akim Demaille.
25818
25819 2001-06-11  Jim Meyering  <meyering@lucent.com>
25820
25821         * lib/regex.c: Update from GNU libc.
25822
25823 2001-05-27  Jim Meyering  <meyering@lucent.com>
25824
25825         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
25826         Check for ut_type in struct utmp.
25827
25828 2001-05-27  Jim Meyering  <meyering@lucent.com>
25829
25830         * lib/readutmp.h (UT_TYPE): Define.
25831
25832 2001-05-24  Jim Meyering  <meyering@lucent.com>
25833
25834         * lib/argmatch.c: Include "quote.h".
25835         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
25836         quote function.  Reported by Göran Uddeborg.
25837
25838 2001-05-22  Jim Meyering  <meyering@lucent.com>
25839
25840         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
25841         now that we use the package-supplied version unconditionally.
25842         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
25843
25844 2001-05-21  Jim Meyering  <meyering@lucent.com>
25845
25846         * m4/regex.m4: Change a couple backticks to single quotes to avoid
25847         shell syntax errors.
25848
25849 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25850
25851         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
25852
25853 2001-05-20  Paul Eggert  <eggert@twinsun.com>
25854
25855         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
25856         Don't bother to check library strftime, since
25857         we'll be using our own my_strftime function anyway.
25858         Define my_strftime instead of strftime.
25859
25860 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
25861
25862         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
25863         which is not yet declared.
25864
25865 2001-05-15  Jim Meyering  <meyering@lucent.com>
25866
25867         * m4/regex.m4: Use proper quoting so brackets appear in the test
25868         program.
25869         Reported by, and with help from, Bruno Haible.
25870
25871 2001-05-13  Jim Meyering  <meyering@lucent.com>
25872
25873         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
25874         undefined.
25875
25876 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25877
25878         dirname code cleanup.  base_name now behaves more compatibly
25879         with POSIX basename when given file names that have trailing
25880         slashes, and similarly for dir_name.  Add new primitives
25881         base_len and dir_len.  Put the directory-name-related decls
25882         into dirname.h.
25883
25884         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
25885         * lib/backupfile.c (base_name): Likewise.
25886         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
25887         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
25888         * lib/makepath.c (strip_trailing_slashes): Likewise.
25889         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
25890         ISSLASH): Likewise.
25891         * lib/rename.c (strip_trailing_slashes): Likewise.
25892         * lib/same.c (base_name): Likewise.
25893         * lib/stripslash.c (ISSLASH): Likewise.
25894
25895         * lib/addext.c: Include <dirname.h> after size_t is defined.
25896         * lib/backupfile.c: Likewise.
25897
25898         * lib/addext.c (addext): Use base_len to trim redundant
25899         trailing slashes instead of doing it ourselves.
25900         But do not trim the last slash if it is not redundant.
25901
25902         * lib/backupfile.c (find_backup_file_name,
25903         max_backup_version): Use base_len instead of rolling it ourselves.
25904         Handle the case of "" and (on DOS) "C:" correctly.
25905
25906         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
25907         needed. Include <string.h>, <dirname.h>.
25908         (base_name): Allow file names ending in slashes, other than names
25909         that are all slashes.  In this case, return the basename followed
25910         by the slashes.  This is more general, and can be used in places
25911         where the original base_name purposely had an assertion failure.
25912         (base_len): New function.
25913
25914         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
25915         Do not include <assert.h>; no longer needed.
25916         Include xalloc.h.
25917         (memrchr): Remove decl.
25918         (dir_name_r): Remove.
25919         (dir_len): Renamed from dirlen.  All callers changed.
25920         Rewrite in terms of base_name, for simplicity and consistency.
25921         (dir_name): Never return NULL.  All callers changed.
25922         Do not include <stdlib.h> in test program; no longer needed.
25923         return 0; is fine for test program.
25924
25925         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
25926         New macros.
25927         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
25928
25929         * lib/path-concat.c (path_concat): Use base_len to compute
25930         base length, not strlen; this means we cannot rely on memcpy
25931         to null-terminate.
25932
25933         * lib/same.c (STREQ): Remove.
25934         (same_name): Handle the case where the basename ends in trailing '/'.
25935
25936         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
25937         a slash was stripped.  Do not strip the last slash after a
25938         file system prefix.
25939
25940 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25941
25942         * lib/Makefile.am (libfetish_a_SOURCES):
25943         Add strftime.c, since we now compile it on all hosts.
25944
25945         * lib/strftime.c (my_strftime):
25946         Define to nstrftime if emacs, but only if my_strftime is not defined.
25947         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
25948         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
25949         Add one more extra argument: a nanoseconds value.
25950         All uses changed.
25951         (ns): New macro.
25952         (my_strftime function): Add %N format.
25953         (emacs_strftimeu): Renamed from emacs_strftime,
25954         with extra ut argument.
25955
25956 2001-05-09  Paul Eggert  <eggert@twinsun.com>
25957
25958         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
25959
25960 2001-04-21  Jim Meyering  <meyering@lucent.com>
25961
25962         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
25963         doesn't interfere.
25964
25965 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25966
25967         * m4/ftruncate.m4: Check for chsize.
25968         Link with ftruncate.o unconditionally if ftruncate is missing.
25969         This was required when cross-compiling to i586-mingw32msvc.
25970
25971 2001-04-08  Jim Meyering  <meyering@lucent.com>
25972
25973         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
25974         recomputed; that's necessary when the offset spans a DST transition.
25975         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
25976
25977 2001-04-02  Jim Meyering  <meyering@lucent.com>
25978
25979         * lib/regex.h, regex.c: Update from GNU libc.
25980
25981 2001-03-24  Jim Meyering  <meyering@lucent.com>
25982
25983         * m4/jm-macros.m4: Require autoconf-2.49d.
25984
25985 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
25986
25987         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
25988
25989 2001-03-19  Paul Eggert  <eggert@twinsun.com>
25990
25991         * lib/version-etc.c (version_etc_copyright): Update to 2001.
25992
25993 2001-03-17  Jim Meyering  <meyering@lucent.com>
25994
25995         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
25996         now that the version in autoconf is equivalent.
25997         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
25998
25999         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26000         Suggestion from Akim Demaille.
26001
26002         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26003         (jm_PREREQ_TEMPNAME): New function.
26004
26005 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26006
26007         * lib/tempname.c (uint64_t): Define to uintmax_t if
26008         not defined, and if UINT64_MAX is not defined.
26009         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26010         Reported by John David Anglin.
26011
26012 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26013
26014         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26015         resolve alias if codeset is empty.
26016         * lib/config.charset (BeOS): Use wildcard syntax.
26017
26018 2001-03-13  Jim Meyering  <meyering@lucent.com>
26019
26020         * lib/path-concat.c (path_concat)
26021         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26022         concatenating e.g., `C:' and `foo'.
26023         From Bruno Haible.
26024
26025 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26026
26027         * lib/localcharset.c (locale_charset): Don't use
26028         setlocale(LC_CTYPE,NULL). Don't return NULL.
26029         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26030
26031 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26032
26033         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26034         support for DOS/DJGPP.
26035
26036 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26037
26038         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26039         lacks mkstemp.  Compile our own tempname.c if we compile our own
26040         mkstemp.c, as mkstemp relies on tempname.
26041
26042 2001-03-01  Jim Meyering  <meyering@lucent.com>
26043
26044         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26045         AH_VERBATIM really does output its argument verbatim.
26046
26047 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26048
26049         * lib/Makefile.am (libfetish_a_SOURCES):
26050         Add dup-safer.c, fopen-safer.c.
26051         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26052
26053         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26054         * lib/unistd-safer.h: New files.
26055
26056 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26057
26058         The mkstemp replacement is taken from glibc 2.2.2, with some
26059         portability fixes for use outside glibc, as follows:
26060
26061         * lib/tempname.c (struct_stat64): New macro.
26062         (direxists, __gen_tempname): Use it.
26063         This avoids a portability problem with Solaris 8.
26064
26065         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26066         (<stddef.h>, <stdint.h>, <string.h>):
26067         Include only if STDC_HEADERS || _LIBC.
26068         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26069         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26070         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26071         (__set_errno): Define this macro if <errno.h> doesn't.
26072         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26073         Define these macros if <stdio.h> doesn't.
26074         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26075         Define these macros if <sys/stat.h>
26076         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26077         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26078         __xstat64): Define if not _LIBC.
26079         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26080         (__gen_tempname): Invoke gettimeofday only if
26081         HAVE_GETTIMEOFDAY || _LIBC;
26082         otherwise, fall back on plain "time".
26083         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26084
26085         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26086
26087         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26088
26089 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26090
26091         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26092
26093 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26094
26095         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26096         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26097         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26098         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26099
26100 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26101
26102         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26103         Remove workaround macros for hosts that have mbrtowc but not
26104         mbstate_t, as we now insist on proper declarations for both
26105         before using mbrtowc.
26106
26107 2001-02-17  Jim Meyering  <meyering@lucent.com>
26108
26109         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26110         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26111         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26112         UnixWare 7.1.1.
26113
26114         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26115         rather than AC_CACHE_VAL.
26116
26117 2001-02-17  Jim Meyering  <meyering@lucent.com>
26118
26119         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26120         around included file name.
26121
26122         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26123
26124         * lib/strftime.c: Update from GNU libc (the only changes were to
26125         comments).
26126
26127 2001-02-17  Jim Meyering  <meyering@lucent.com>
26128
26129         * lib/regex.c: Update from libc.
26130
26131 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26132
26133         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26134         clash.
26135
26136 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26137
26138         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26139         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26140         Reported by Mark Hounschell via Paul Eggert.
26141
26142 2001-02-07  Jim Meyering  <meyering@lucent.com>
26143
26144         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26145
26146 2001-02-05  Jim Meyering  <meyering@lucent.com>
26147
26148         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26149         it includes the patch required for `large file' support with at least
26150         HP-UX's 10.20 /bin/cc.
26151
26152 2001-02-03  Jim Meyering  <meyering@lucent.com>
26153
26154         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26155         AS_IF, now that it works once again (mysteriously).
26156         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26157
26158 2001-01-30  Jim Meyering  <meyering@lucent.com>
26159
26160         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26161         * m4/chown.m4: Rename conftestchown to conftest.chown.
26162         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26163         s/conftestdir2/conftest.d2/.
26164         * m4/utimes.m4: s/conftestdata/conftest.data/
26165         Inspired by Pavel Roskin's change in autoconf.
26166
26167 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26168
26169         * lib/config.charset: Update for FreeBSD 4.2.
26170
26171 2001-01-27  Jim Meyering  <meyering@lucent.com>
26172
26173         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26174         a use of AS_IF.
26175         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26176
26177 2001-01-26  Jim Meyering  <meyering@lucent.com>
26178
26179         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26180         quotearg.c includes it.
26181
26182 2001-01-26  Jim Meyering  <meyering@lucent.com>
26183
26184         * lib/quotearg.c: Include stddef.h.
26185         * lib/quote.c: Include stddef.h.
26186         Reported by Axel Kittenberger.
26187
26188         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26189         line in double quotes so that it evokes a better diagnostic.
26190         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26191         Reported by Axel Kittenberger.
26192
26193 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26194
26195         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26196         as if it was a `charset'.
26197
26198 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26199
26200         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26201         has const.
26202
26203 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26204
26205         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26206         to avoid a warning.  Add back 'const' to inptr.
26207
26208 2001-01-20  Jim Meyering  <meyering@lucent.com>
26209
26210         Be sure that headers are checked before used in code compiled
26211         for the type checks.
26212         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26213         In place of that, invoke jm_CHECK_ALL_TYPES.
26214         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26215         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26216         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26217         The check for ssize_t was mistakenly run before the test for unistd.h.
26218
26219         The configure-time check for stdbool.h was missing.
26220         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26221         (jm_PREREQ_HASH): New function.
26222
26223 2001-01-17  Jim Meyering  <meyering@lucent.com>
26224
26225         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26226         for autoconf-2.49c.
26227         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26228
26229 2001-01-16  Jim Meyering  <meyering@lucent.com>
26230
26231         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26232         From Bruno Haible.
26233
26234 2001-01-14  Jim Meyering  <meyering@lucent.com>
26235
26236         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26237         foo and bar.  Create conftestdir/ in the script, not in the C code.
26238         Remove directories in the script, not in the C code.
26239         Remove conftestdir{,2} before trying to create the directory.
26240         Make the entire configure script fail if the mkdir fails.
26241
26242 2001-01-14  Jim Meyering  <meyering@lucent.com>
26243
26244         * lib/rename.c: New file.  From Volker Borchert.
26245         Include stdlib.h, string.h or strings.h, and xalloc.h.
26246         Use strip_trailing_slashes rather than open-coding it.
26247
26248 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26249
26250         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26251
26252 2001-01-03  Jim Meyering  <meyering@lucent.com>
26253
26254         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26255         of local `inptr' to avoid warning with some system declarations of
26256         iconv.
26257
26258 2001-01-02  Volker Borchert  <bt@teknon.de>
26259
26260         * m4/rename.m4: New file.
26261         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26262
26263 2001-01-01  Jim Meyering  <meyering@lucent.com>
26264
26265         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26266         even on systems with utmpx.h.  It's necessary for the declaration of
26267         utmp's ut_user member.  Reported by Andreas Jaeger.
26268
26269         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26270         available. They are required for the declarations of getgrgid and
26271         getpwuid resp.
26272         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26273         Reported by Andreas Jaeger.
26274
26275 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26276
26277         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26278         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26279         so `make install' also works in VPATH builds.
26280
26281 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26282
26283         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26284         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26285         can be used in subdirectories.
26286
26287 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26288
26289         * lib/modechange.c: Do not assume that mode_t uses the
26290         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26291         the other-execute bit of FOO even if S_IXOTH != 1.
26292
26293         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26294         WOTH, XOTH, ALLM): New macros.
26295         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26296          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26297         Use them.
26298         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26299         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26300         (mode_compile):
26301         No need to use uintmax_t; unsigned long is long enough.
26302         Don't bother to get suffix since we don't use it.
26303
26304 2000-12-26  Jim Meyering  <meyering@lucent.com>
26305
26306         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26307         better with autoheader.
26308
26309 2000-12-24  Jim Meyering  <meyering@lucent.com>
26310
26311         * lib/hash.c (is_prime): Return explicit boolean values.
26312         (hash_get_first): Return NULL to appease Irix5.6's 89.
26313         Reported by Nelson Beebe.
26314
26315 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26316
26317         * lib/localcharset.c (locale_charset): Add support for Win32.
26318
26319 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26320
26321         * lib/physmem.h, lib/physmem.c: New files.
26322
26323         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26324         (noinst_HEADERS): Add physmem.h.
26325
26326         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26327         't' for compatibility with Solaris 8 sort.
26328
26329 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26330
26331         * lib/config.charset: Add support for BeOS.
26332
26333 2000-12-17  Jim Meyering  <meyering@lucent.com>
26334
26335         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26336         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26337
26338 2000-12-16  Jim Meyering  <meyering@lucent.com>
26339
26340         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26341         N and M) would have treated it like `chown N:N FILE'.
26342
26343         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26344
26345 2000-12-16  Jim Meyering  <meyering@lucent.com>
26346
26347         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26348         SHELLS_FILE to a file name that's useful on djgpp systems.
26349         Include stdlib.h.
26350         (ADDITIONAL_DEFAULT_SHELLS): Define.
26351         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26352         Based mostly on a patch from Prashant TR.
26353
26354 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26355
26356         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26357         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26358         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26359
26360 2000-12-08  Andreas Schwab  <schwab@suse.de>
26361
26362         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26363         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26364
26365 2000-12-07  Jim Meyering  <meyering@lucent.com>
26366
26367         * lib/stripslash.c (ISSLASH): Define.
26368         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26369         `/'.
26370         From Prashant TR.
26371
26372         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26373         (dir_name_r): Declare this function as static.
26374         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26375         manifest itself on a name containing a mix of slashes and
26376         backslashes.
26377         Make this function work with names starting with a DOS-style
26378         drive letter and colon prefix.
26379         (dir_name): Append `.' if necessary.
26380         Based mostly on patches from Prashant TR and Eli Zaretskii.
26381
26382         * lib/dirname.h (dir_name_r): Remove prototype.
26383
26384 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26385
26386         * m4/off_t-format.m4: Remove this file.
26387         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26388
26389 2000-12-06  Jim Meyering  <meyering@lucent.com>
26390
26391         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26392         replacement strtoull, we may well need the replacement strtoul, too.
26393         Check for declarations of strtoul and strtoull.
26394         Check for strtol.  Mainly as a cue to cause automake to include
26395         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26396         Check for limits.h -- strtol.c needs it.
26397
26398 2000-12-05  Jim Meyering  <meyering@lucent.com>
26399
26400         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26401
26402 2000-12-04  Jim Meyering  <meyering@lucent.com>
26403
26404         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26405         Also include memory.h, stdlib.h, unistd.h if appropriate.
26406         Reported by Andreas Jaeger (conflicting declaration of malloc).
26407
26408 2000-12-02  Jim Meyering  <meyering@lucent.com>
26409
26410         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26411         * m4/jm-macros.m4 (jm_MACROS): require it.
26412
26413 2000-12-02  Jim Meyering  <meyering@lucent.com>
26414
26415         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26416
26417 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26418
26419         * lib/memrchr.c: Include <config.h> before any system include file.
26420
26421 2000-11-30  Jim Meyering  <meyering@lucent.com>
26422
26423         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26424
26425 2000-11-30  Jim Meyering  <meyering@lucent.com>
26426
26427         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26428
26429 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26430
26431         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26432
26433 2000-11-26  Jim Meyering  <meyering@lucent.com>
26434
26435         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26436
26437 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26438
26439         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26440         size of (size_t) -1; it's not portable.
26441
26442 2000-11-17  Jim Meyering  <meyering@lucent.com>
26443
26444         * lib/strstr.c: Update from GNU libc.
26445
26446 2000-11-17  Akim Demaille  <akim@epita.fr>
26447
26448         * lib/obstack.h: Formatting changes.
26449         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26450         prevent type checking.
26451         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26452         cast the value to (void *): assigning a `foo *' to a `void *'
26453         variable is valid.
26454         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26455
26456 2000-11-16  Jim Meyering  <meyering@lucent.com>
26457
26458         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26459
26460 2000-11-11  Jim Meyering  <meyering@lucent.com>
26461
26462         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26463
26464 2000-11-10  Jim Meyering  <meyering@lucent.com>
26465
26466         * lib/obstack.h: Update from GNU libc.
26467         * lib/obstack.c: Likewise.
26468
26469 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26470
26471         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26472
26473 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26474
26475         * lib/getusershell.c (setusershell): Use rewind rather than
26476         fseek/fseeko, to avoid configuration hassles with fseeko.
26477         Don't bother opening SHELLS_FILE if shellstream is NULL;
26478         it's not necessary.
26479
26480 2000-11-05  Jim Meyering  <meyering@lucent.com>
26481
26482         * lib/makepath.h (make_dir): Declare.
26483         * lib/makepath.c (make_dir): Remove `static' attribute.
26484         Tweak a comment.
26485
26486 2000-11-04  Jim Meyering  <meyering@lucent.com>
26487
26488         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26489
26490 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26491
26492         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26493         last one in a bucket, advance to the next bucket.
26494
26495 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26496
26497         * lib/fnmatch.c: Do not comment out all the code if we are using
26498         the GNU C library, because in some cases we are replacing buggy
26499         code in the GNU C library itself.
26500
26501 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26502
26503         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26504         (regex_compile): Catch bogus \(\1\).
26505
26506 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26507
26508         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
26509         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
26510         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
26511
26512 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26513
26514         * lib/error.h, getline.h, modechange.h:
26515         Remove "2000" from Copyright line, as the file hasn't been
26516         changed this year other than in the copyright notice.
26517
26518         * lib/xalloc.h: Add "2000" to Copyright line, as this file
26519         was changed this year.
26520
26521 2000-10-29  Jim Meyering  <meyering@lucent.com>
26522
26523         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
26524         renaming.
26525         * m4/ls-mntd-fs.m4: Likewise
26526
26527 2000-10-29  Jim Meyering  <meyering@lucent.com>
26528
26529         * lib/xstat.in: Fix grammar in comment.
26530
26531 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
26532
26533         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
26534         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
26535         doesn't define __restrict_arr.
26536
26537 2000-10-28  Jim Meyering  <meyering@lucent.com>
26538
26539         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
26540         (jm_PREREQ_MEMCHR): New function.
26541
26542 2000-10-28  Jim Meyering  <meyering@lucent.com>
26543
26544         * lib/memchr.c: Update from libc.
26545         Adjust for portability:
26546         [HAVE_STDLIB_H]: Include stdlib.h.
26547         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
26548         Undef __memchr, too.
26549         [!weak_alias]: Define __memchr to memchr.
26550
26551         * lib/regex.c: Update from libc.
26552         * lib/regex.h: Likewise.
26553         * lib/getopt1.c: Likewise.
26554         * lib/memcmp.c: Likewise.
26555
26556         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
26557         Avoid using fseek, when possible -- it's broken by design.
26558         Patch by Ulrich Drepper.
26559
26560 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
26561
26562         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
26563         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
26564         Giving in to popular pressure to shut up the compiler with casts.
26565
26566 2000-10-26  Jim Meyering  <meyering@lucent.com>
26567
26568         * lib/strftime.c: Update from libc.
26569
26570 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
26571
26572         * regex.c: More `unsigned char' -> `re_char' changes.
26573         Also change several `int' into `re_wchar_t'.
26574         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
26575         (PUSH_FAILURE_POINTER): Don't cast any more.
26576         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
26577         We want GCC to complain, since this piece of code makes
26578         re_match non-reentrant, which *should* be fixed.
26579         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
26580         (EXTEND_BUFFER): Use RETALLOC.
26581         (SET_LIST_BIT): Don't cast.
26582         (re_wchar_t): New type.
26583         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
26584         that those two functions will always properly return.
26585         (IMMEDIATE_QUIT_CHECK): Cast to void.
26586         (analyse_first): Use recursion rather than an explicit stack.
26587         (re_compile_fastmap): Can't fail anymore.
26588         (re_search_2): Don't check re_compile_fastmap for failure.
26589         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
26590         Now also sets the new value (passed in a new argument).
26591         (re_match_2_internal): Use it.
26592         Also, use a new var `reg' of type size_t when looping through regs
26593         rather than reuse the inappropriate `mcnt'.
26594
26595 2000-10-25  Jim Meyering  <meyering@lucent.com>
26596
26597         * lib/obstack.c: Update from libc.
26598
26599 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
26600
26601         * regex.c (regex_compile): Change the way of handling a range from
26602         a char less than 256 to a char not less than 256.
26603
26604 2000-10-24  Andrew Innes  <andrewi@gnu.org>
26605
26606         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
26607         NT-Emacs only.
26608         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
26609         so that re_search functions only quit when callers expect them to.
26610
26611 2000-10-23  Jim Meyering  <meyering@lucent.com>
26612
26613         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
26614         wrong.  That set_locale call must not have any side effects.
26615         From Paul Eggert.
26616
26617 2000-10-22  Jim Meyering  <meyering@lucent.com>
26618
26619         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
26620         [CYCLIC]: Remove now-unused definition.
26621
26622         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
26623         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
26624         Suggestion from Ulrich Drepper.
26625
26626 2000-10-21  Jim Meyering  <meyering@lucent.com>
26627
26628         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
26629         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
26630         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
26631
26632 2000-10-21  Jim Meyering  <meyering@lucent.com>
26633
26634         * lib/dirname.c (memrchr): Declare if necessary.
26635         (dir_name): Remove the restriction that there be no
26636         trailing slashes.  Now, this code skips past them, effectively
26637         ignoring them.
26638         [TEST_DIRNAME] (main): New unit tests.
26639
26640         * lib/memrchr.c: New file from GNU libc.
26641         Undef __memrchr, too.
26642         [!weak_alias]: Define __memrchr to memrchr.
26643         Guard weak_alias use with `#ifdef weak_alias'.
26644
26645 2000-10-21  Jim Meyering  <meyering@lucent.com>
26646
26647         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
26648         (dir_name): Use dir_name_r.
26649         * lib/dirname.h (dir_name_r): Declare it.
26650
26651 2000-10-17  Jim Meyering  <meyering@lucent.com>
26652
26653         * lib/quote.h (PARAMS): Define and use.
26654         Reported by Akim Demaille.
26655
26656         * lib/getopt.c: Update from libc.
26657
26658 2000-10-16  Jim Meyering  <meyering@lucent.com>
26659
26660         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
26661         setlocale.
26662         From Jan Fedak.
26663
26664 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
26665
26666         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
26667
26668 2000-09-25  Jim Meyering  <meyering@lucent.com>
26669
26670         * lib/md5.h (rol): Define (from GnuPG).
26671
26672         * lib/sha.c: Give credit (GnuPG) where due.
26673         (M): Use rol rather than open-coding it.
26674         Add a FIXME comment.
26675
26676 2000-09-21  Jim Meyering  <meyering@lucent.com>
26677
26678         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
26679         Reported by Michael Stone.
26680
26681 2000-09-20  Jim Meyering  <meyering@lucent.com>
26682
26683         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
26684         (noinst_HEADERS): Add sha.h.
26685         Based on code from Scott G. Miller and from GnuPG.
26686
26687 2000-09-18  Jim Meyering  <meyering@lucent.com>
26688
26689         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
26690         LIBS. Otherwise, everyone ends up linking with -lelf for some
26691         configurations.
26692         Reported by Mike Stone.
26693
26694 2000-09-15  Jim Meyering  <meyering@lucent.com>
26695
26696         * lib/regex.c: Update from libc.
26697
26698 2000-09-10  Jim Meyering  <meyering@lucent.com>
26699
26700         * lib/getopt.c (_getopt_internal): Update from glibc.
26701
26702 2000-09-09  Jim Meyering  <meyering@lucent.com>
26703
26704         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
26705         think it should be used as a general replacement for isascii.
26706         * lib/fnmatch.c: Likewise.
26707         * lib/mbswidth.c: Likewise
26708         * lib/regex.c: Likewise.
26709
26710         Don't use atoi.
26711         * lib/userspec.c: Include sys/param.h and limits.h.
26712         Include xstrtol.h.
26713         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
26714         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
26715         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
26716         UID, GID.  Check range.
26717
26718 2000-09-06  Jim Meyering  <meyering@lucent.com>
26719
26720         * lib/getopt.c (_getopt_internal): Update from glibc.
26721
26722 2000-08-30  Jim Meyering  <meyering@lucent.com>
26723
26724         * lib/strftime.c: Merge in changes from GNU libc.
26725
26726 2000-08-26  Jim Meyering  <meyering@lucent.com>
26727
26728         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
26729         * m4/fpending.m4: New file.
26730
26731 2000-08-26  Jim Meyering  <meyering@lucent.com>
26732
26733         * lib/closeout.c: Include "__fpending.h".
26734         (close_stdout_status): Return right away if there's nothing to flush.
26735
26736         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
26737         * lib/__fpending.c: New file.
26738         * lib/__fpending.h: New file.
26739
26740 2000-08-20  Jim Meyering  <meyering@lucent.com>
26741
26742         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
26743         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
26744         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
26745
26746 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
26747
26748         Improve fileutils installation on systems where running
26749         programs (like install) can't be unlinked.
26750         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
26751         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
26752
26753 2000-08-07  Paul Eggert  <eggert@twinsun.com>
26754
26755         Standardize on "memory exhausted" instead of "Memory exhausted"
26756         or "virtual memory exhausted".
26757         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
26758         "virtual memory exhausted".
26759         * lib/same.c (same_name): Invoke xalloc_die instead of printing
26760         our own message.
26761         * lib/userspec.c (parse_user_spec): Likewise.
26762         * lib/bumpalloc.h: comment fix
26763         * lib/same.c, userspec.c: Include xalloc.h.
26764
26765         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
26766         not char *const and pointing to a constant array.
26767         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
26768         (xrealloc): Comment fix.
26769
26770         * lib/userspec.c (parse_user_spec):
26771         Don't translate a message until just before returning,
26772         to avoid unnecessary translation.
26773
26774 2000-08-07  Jim Meyering  <meyering@lucent.com>
26775
26776         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
26777         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
26778         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
26779         getgroups.c, gethostname.c, getopt.h, group-member.c,
26780         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
26781         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
26782         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
26783         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
26784         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
26785         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
26786         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
26787         yesno.c: Back out Copyright date changes for each file with no change
26788         this year.  This eases coordination with other programs using the same
26789         source code modules.  From Paul Eggert.
26790
26791 2000-08-06  Paul Eggert  <eggert@twinsun.com>
26792
26793         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
26794         not char, for compatibility with glibc 2.1.3 strftime.c.
26795
26796 2000-08-03  Greg McGary  <greg@mcgary.org>
26797
26798         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
26799         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
26800         (EXTEND_BUFFER): Use them.
26801
26802 2000-08-01  Jim Meyering  <meyering@lucent.com>
26803
26804         * lib/dirname.c (ISSLASH): Define.
26805         (BACKSLASH_IS_PATH_SEPARATOR): Define.
26806         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
26807         both `\' and `/' may be use as path separators.
26808         Based on a patch from Prashant TR.
26809
26810 2000-07-31  Paul Eggert  <eggert@twinsun.com>
26811
26812         * lib/quotearg.c (quotearg_n_options): Don't make the initial
26813         slot vector a constant, since it might get modified.
26814
26815 2000-07-31  Jim Meyering  <meyering@lucent.com>
26816
26817         * lib/xmalloc.c: Use `virtual memory exhausted', not
26818         `Memory exhausted'.
26819         * lib/obstack.c (print_and_abort): Likewise.
26820
26821 2000-07-30  Paul Eggert  <eggert@twinsun.com>
26822
26823         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
26824         buffer, so that the caller can always quote one small
26825         component of a "memory exhausted" message in slot 0.
26826         From a suggestion by Jim Meyering.
26827
26828 2000-07-30  Jim Meyering  <meyering@lucent.com>
26829
26830         * lib/makepath.c (make_path): Quote the other instance, too.
26831
26832         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
26833         (STATIC_BUF_SIZE): Define.
26834         (quotearg_n_options): Use only statically allocated storage when
26835         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
26836         than STATIC_BUF_SIZE.
26837
26838 2000-07-29  Jim Meyering  <meyering@lucent.com>
26839
26840         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
26841         * lib/dirname.c (dir_name): Likewise.
26842
26843         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
26844         `/'.
26845
26846         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
26847         (dir_name): Assert that there are no trailing slashes.
26848
26849 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
26850
26851         * lib/mbswidth.h (mbswidth): Add a flags argument.
26852         (mbswidth): New declaration.
26853         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
26854         * lib/mbswidth.c (mbswidth): Add a flags argument.
26855         (mbsnwidth): New function.
26856
26857 2000-07-24  Jim Meyering  <meyering@lucent.com>
26858
26859         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
26860
26861 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26862
26863         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
26864
26865 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26866
26867         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
26868         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
26869         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
26870         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
26871         invoke multibyte primitives.
26872
26873 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26874
26875         * lib/quotearg.c:
26876         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
26877         so that mbstate_t is always defined.
26878
26879         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
26880         be 1 in at least one GCC installation, and this configuration
26881         error is likely to be common.  Ignoring MB_LEN_MAX hurts
26882         performance on hosts that have mbrtowc but have only unibyte
26883         locales, but I assume these hosts are rare.
26884
26885 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26886
26887         * lib/mbswidth.c (_XOPEN_SOURCE):
26888         Don't define; this causes problems on Solaris 7.
26889         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
26890
26891 2000-07-23  Jim Meyering  <meyering@lucent.com>
26892
26893         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
26894         too: getgrgid, getpwuid, getuid.
26895
26896 2000-07-23  Jim Meyering  <meyering@lucent.com>
26897
26898         * lib/basename.c (base_name): Add an assertion.
26899
26900 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
26901
26902         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
26903         shadow its mbsinit function.
26904
26905 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26906
26907         * lib/mbswidth.h: New file.
26908         * lib/mbswidth.c: New file.
26909         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
26910         (noinst_HEADERS): Add mbswidth.h.
26911
26912 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26913
26914         * lib/config.charset: Add support for FreeBSD. Improve support for
26915         HP-UX and IRIX 6.
26916
26917 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
26918
26919         * m4/mbswidth.m4: New file.
26920         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
26921
26922 2000-07-15  Jim Meyering  <meyering@lucent.com>
26923
26924         * lib/makepath.c: Include quote.h.
26925         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
26926         corresponding argument in a `quote (...)' call.
26927         Give better diagnostics.
26928
26929         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
26930         (noinst_HEADERS): Add quote.h.
26931
26932         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
26933         from tar's src/misc.c.
26934         * lib/quote.h: New file.  Prototypes for same.
26935
26936 2000-07-14  Paul Eggert  <eggert@twinsun.com>
26937
26938         From a suggestion by Bruno Haible.
26939         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
26940         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
26941         to decide whether to define the BeOS workaround macro;
26942         this adjusts to the change to AC_MBSTATE_T.
26943
26944 2000-07-14  Jim Meyering  <meyering@lucent.com>
26945
26946         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
26947         jm_AC_TYPE_UINTMAX_T.
26948
26949 2000-07-13  Paul Eggert  <eggert@twinsun.com>
26950
26951         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
26952
26953         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
26954         quotearg_buffer_restyled): Add support for
26955         clocale_quoting_style.  Undo previous change to
26956         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
26957         and "{RIGHT QUOTATION MARK}" msgids.
26958
26959 2000-07-10  Paul Eggert  <eggert@twinsun.com>
26960
26961         From a suggestion by Bruno Haible.
26962         * m4/mbstate_t.m4 (AC_MBSTATE_T):
26963         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
26964         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
26965         and mbstate_t, to a single-part test that simply defines mbstate_t.
26966         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
26967         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
26968
26969 2000-07-10  Jim Meyering  <meyering@lucent.com>
26970
26971         * m4/strerror_r.m4: Mirror the correction made in autoconf.
26972
26973         * m4/gnu-source.m4: Output to confdefs.h directly.
26974         Suggestion from Akim Demaille.
26975
26976 2000-07-09  Paul Eggert  <eggert@twinsun.com>
26977
26978         The old behavior of quoting `like this' doesn't look good with
26979         newer, ISO-style fonts.  See:
26980         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
26981
26982         Instead, quote "like this" by default.  Let the translator
26983         tailor the locale-specific quoting behavior by providing
26984         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
26985
26986         * lib/quotearg.c (N_): New macro.
26987         (gettext_default): New function.
26988         (quotearg_buffer_restyled): Use
26989         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
26990         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
26991
26992 2000-07-09  Jim Meyering  <meyering@lucent.com>
26993
26994         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
26995         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
26996
26997         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
26998         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
26999
27000 2000-07-09  Jim Meyering  <meyering@lucent.com>
27001
27002         * lib/Most files: Update copyright dates to include 2000.
27003
27004 2000-07-08  Jim Meyering  <meyering@lucent.com>
27005
27006         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27007         if not defined.
27008         (xgethostname): Remove now-unnecessary #ifdef.
27009         Move declaration of `err' into loop where it's used.
27010
27011 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27012         and Bruno Haible  <haible@clisp.cons.org>
27013
27014         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27015         only if the test for an object-type mbstate_t fails.  This
27016         prevents us from mistakenly reporting that mbstate_t is a
27017         system object type after we "#define mbstate_t int" to work
27018         around its lack.
27019
27020 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27021         and Bruno Haible  <haible@clisp.cons.org>
27022
27023         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27024
27025 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27026
27027         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27028         to strerror_r.
27029         Include <ctype.h> for use of isalpha.
27030
27031 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27032
27033         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27034         by allocating a larger buffer. Test the gethostname return value for
27035         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27036         returns an error and ENAMETOOLONG isn't defined.
27037
27038 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27039
27040         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27041         dimension.
27042
27043 2000-07-04  Jim Meyering  <meyering@lucent.com>
27044
27045         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27046         of the deprecated AC_CHECKING.
27047
27048 2000-07-04  Jim Meyering  <meyering@lucent.com>
27049
27050         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27051         Reported by Bruno Haible.
27052
27053 2000-07-04  Jim Meyering  <meyering@lucent.com>
27054
27055         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27056         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27057         lacks mbrtowc.
27058
27059 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27060
27061         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27062         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27063
27064 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27065         and Bruno Haible  <haible@clisp.cons.org>
27066
27067         * lib/quotearg.c (mbrtowc):
27068         Assign to *pwc, and return 1 only if result is nonzero.
27069         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27070
27071 2000-07-03  Jim Meyering  <meyering@lucent.com>
27072
27073         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27074
27075 2000-07-03  Jim Meyering  <meyering@lucent.com>
27076
27077         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27078         This is necessary to get a definition of e.g., UTMP_FILE on
27079         HP-UX 10.20.
27080         From Bob Proulx.
27081
27082 2000-07-02  Jim Meyering  <meyering@lucent.com>
27083
27084         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27085
27086         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27087         AC_LIBOBJ(function_name).
27088         * m4/chown.m4: Likewise.
27089         * m4/fnmatch.m4: Likewise.
27090         * m4/ftruncate.m4: Likewise.
27091         * m4/getgroups.m4: Likewise.
27092         * m4/getline.m4: Likewise.
27093         * m4/group-member.m4: Likewise.
27094         * m4/jm-macros.m4: Likewise.
27095         * m4/lstat.m4: Likewise.
27096         * m4/malloc.m4: Likewise.
27097         * m4/memcmp.m4: Likewise.
27098         * m4/nanosleep.m4: Likewise.
27099         * m4/putenv.m4: Likewise.
27100         * m4/realloc.m4: Likewise.
27101         * m4/regex.m4: Likewise.
27102         * m4/stat.m4: Likewise.
27103         * m4/strftime.m4: Likewise.
27104
27105 2000-07-02  Jim Meyering  <meyering@lucent.com>
27106
27107         * lib/quotearg.c (mbstate_t): Don't define here.
27108
27109 2000-07-02  Jim Meyering  <meyering@lucent.com>
27110
27111         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27112
27113 2000-07-01  Jim Meyering  <meyering@lucent.com>
27114
27115         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27116
27117 2000-07-01  Jim Meyering  <meyering@lucent.com>
27118
27119         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27120         problem.
27121
27122 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27123
27124         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27125         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27126
27127 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27128
27129         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27130         per change in ../m4/ls-mntd-fs.m4.
27131         (read_filesystem_list): Ignore symbolic links.
27132
27133 2000-06-29  Jim Meyering  <meyering@lucent.com>
27134
27135         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27136         for declaration of strcmp.
27137
27138         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27139
27140         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27141         Avoid warning by casting result to `char *' to remove `const'.
27142
27143 2000-06-28  Jim Meyering  <meyering@lucent.com>
27144
27145         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27146         included by quotearg.c, for which we perform this test.  From
27147         Bruno Haible.
27148
27149 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27150
27151         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27152         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27153         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27154
27155 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27156
27157         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27158
27159 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27160
27161         savedir now sets errno on failure and invokes xmalloc to get memory.
27162         Fix a couple of other minor bugs while we're at it.
27163
27164         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27165         (NAMLEN): Remove macro.
27166         (malloc, realloc): Remove decls.
27167         (stpcpy): Likewise.
27168         ("xalloc.h"): Include.
27169         (NAME_SIZE_DEFAULT): New macro.
27170         (savedir): Use xmalloc / xrealloc to allocate memory.
27171         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27172         Skip "" directory entries.
27173         Use strlen to calculate directory entry length, since the old method
27174         is rarely used these days and isn't worth supporting.
27175         Don't use a pointer after freeing it.
27176         Check for integer overflow when calculating allocation size.
27177         Use memcpy to copy entries, instead of stpcpy.
27178         Set errno properly when returning NULL.
27179         Check for readdir error.
27180
27181 2000-06-26  Jim Meyering  <meyering@lucent.com>
27182
27183         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27184
27185 2000-06-25  Jim Meyering  <meyering@lucent.com>
27186
27187         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27188         Linux header bug when _XOPEN_SOURCE is defined to 500.
27189
27190 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27191
27192         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27193         deficiency.
27194
27195 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27196
27197         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27198         Include xalloc.h.
27199         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27200
27201 2000-06-24  Jim Meyering  <meyering@lucent.com>
27202
27203         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27204         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27205         for which strerror does return char*, but which lacks a conveniently
27206         accessible declaration of the function.  If the compile-test says
27207         strerror_r doesn't work, then resort to a `run'-test that works on
27208         BeOS and segfaults on DEC Unix.
27209
27210 2000-06-24  Jim Meyering  <meyering@lucent.com>
27211
27212         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27213
27214 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27215
27216         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27217         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27218
27219 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27220
27221         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27222         (mbrtowc, mbstate_t): Define substitutes if
27223         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27224         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27225         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27226
27227 2000-06-23  Jim Meyering  <meyering@lucent.com>
27228
27229         * m4/afs.m4: Add missing AC_MSG_RESULT.
27230         Reported by Bruno Haible.
27231
27232         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27233         Suggestion from Bruno Haible.
27234
27235 2000-06-23  Jim Meyering  <meyering@lucent.com>
27236
27237         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27238
27239 2000-06-21  Jim Meyering  <meyering@lucent.com>
27240
27241         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27242
27243 2000-06-21  Jim Meyering  <meyering@lucent.com>
27244
27245         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27246         (noinst_HEADERS): Add getstr.h.
27247
27248         * lib/getline.c (getstr): Move into a separate file.
27249         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27250         the following changes: new parameter, delim2; both delim[12]
27251         parameters have type `int', not `char'.  The latter would lose
27252         with 8-bit delimiters.
27253         * lib/getstr.h: New file.
27254
27255 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27256
27257         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27258         than 1024, return a memory chunk of least possible size, instead
27259         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27260         Use free/xmalloc instead of xrealloc to avoid copying for very long
27261         paths.
27262
27263 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27264
27265         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27266         the empty string.
27267
27268 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27269
27270         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27271         address, not strdup.  Include <stdlib.h> and don't declare free().
27272
27273 2000-06-19  Jim Meyering  <meyering@lucent.com>
27274
27275         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27276
27277 2000-06-18  Jim Meyering  <meyering@lucent.com>
27278
27279         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27280
27281         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27282         `checking whether...' message to be consistent with that of the
27283         lstat test.
27284
27285 2000-06-18  Jim Meyering  <meyering@lucent.com>
27286
27287         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27288         Besides, these days every porting target provides a mkdir function.
27289
27290         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27291         needed. (this snippet comes from src/system.h).
27292
27293 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27294
27295         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27296
27297 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27298
27299         * lib/human.c (adjust_value): New function.
27300         (human_readable_inexact): Apply rounding style even when
27301         printing approximate values.
27302
27303 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27304
27305         * lib/human.c (human_readable_inexact): Allow an input block
27306         size that is not a multiple of the output block size, and vice versa.
27307         Reported by Piergiorgio Sartor.
27308
27309 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27310
27311         * lib/getdate.y (get_date): Apply relative times after time
27312         zone indicator, not before.  Reported by Todd A. Jacobs.
27313
27314 2000-06-13  Jim Meyering  <meyering@lucent.com>
27315
27316         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27317
27318         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27319
27320 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27321
27322         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27323
27324 2000-06-12  Jim Meyering  <meyering@lucent.com>
27325
27326         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27327         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27328         optional argument.
27329         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27330         the optional argument, `lib'.
27331
27332 2000-06-08  Jim Meyering  <meyering@lucent.com>
27333
27334         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27335
27336 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27337
27338         Rewrite largefile configuration so that we don't need to run
27339         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27340         AC_CANONICAL_HOST in configure.in -- jmm]
27341
27342         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27343         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27344         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27345         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27346         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27347         All uses changed.
27348         Instead of inspecting the output of getconf, try to compile the
27349         test program without and with the macro definition.
27350         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27351         for getconf.  Instead, check for the needed flags by compiling
27352         test programs.
27353
27354 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27355
27356         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27357
27358 2000-06-04  Jim Meyering  <meyering@lucent.com>
27359
27360         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27361         SunOS 4.1.4 for which gid_t is an unsigned type.
27362
27363 2000-06-03  Jim Meyering  <meyering@lucent.com>
27364
27365         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27366         now that autoconf requires that.
27367
27368         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27369         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27370         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27371
27372 2000-06-03  Jim Meyering  <meyering@lucent.com>
27373
27374         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27375
27376 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27377
27378         * m4/glibc21.m4: New file.
27379         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27380
27381 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27382
27383         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27384         newer, don't install charset.alias.
27385         * lib/config.charset: Change the Linux/glibc rules so they become empty
27386         on glibc-2.1 or newer.
27387
27388 2000-06-02  Jim Meyering  <meyering@lucent.com>
27389
27390         * lib/mountlist.c: Back out last change.  Instead, do this...
27391         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27392         me_dummy member using the same `ignore'-testing code.
27393         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27394         fs_type strings.
27395         From Mark D. Roth.
27396
27397 2000-05-29  Jim Meyering  <meyering@lucent.com>
27398
27399         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27400         mounts with the `ignore' attribute.  Based on a patch from
27401         Mark D. Roth.
27402
27403 2000-05-28  Jim Meyering  <meyering@lucent.com>
27404
27405         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27406         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27407         * m4/stat.m4: Likewise.
27408         * m4/lstat.m4: Likewise.
27409         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27410
27411         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27412         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27413
27414 2000-05-26  Jim Meyering  <meyering@lucent.com>
27415
27416         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27417
27418 2000-05-24  Jim Meyering  <meyering@lucent.com>
27419
27420         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27421         autoconf requires that.
27422         * m4/lib-check.m4: Likewise.
27423         * m4/jm-macros.m4: Likewise.
27424         * m4/strftime.m4: Likewise.
27425
27426         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27427         AC_CHECK_DECLS, now that autoconf requires that.
27428
27429 2000-05-22  Jim Meyering  <meyering@lucent.com>
27430
27431         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27432         * m4/lstat.m4: Likewise.
27433
27434 2000-05-22  Jim Meyering  <meyering@lucent.com>
27435
27436         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27437
27438 2000-05-20  Jim Meyering  <meyering@lucent.com>
27439
27440         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27441         (jm_PREREQ): Use it.
27442
27443 2000-05-18  Jim Meyering  <meyering@lucent.com>
27444
27445         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27446         back, too, since it may have been modified by allocate_entry.
27447         (hash_delete): Rewrite to use neither the assignment operator
27448         nor the comma operator in an if-expression.
27449
27450 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27451
27452         * lib/closeout.c:
27453         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27454         Remove; no longer needed.
27455         "quotearg.h": Add include.
27456         (file_name): Do not bother to explicitly initialize to NULL; it's less
27457         efficient on some hosts.
27458         (close_stdout_status): Remove test as to whether stdout was already
27459         closed; it breaks for the case "echo x | sort >&-".
27460         Quote file name colons.
27461         Do not assume that _("write error") lacks format strings.
27462
27463 2000-05-15  Jim Meyering  <meyering@lucent.com>
27464
27465         * lib/version-etc.c (version_etc_copyright): Update the copyright
27466         string used in all --version output.
27467
27468 2000-05-14  Jim Meyering  <meyering@lucent.com>
27469
27470         * lib/closeout.c (close_stdout_set_file_name): New function.
27471         (close_stdout_status): Use new file-scoped global.
27472         Return right away if fstat says the stdout file descriptor is invalid.
27473         * lib/closeout.h (close_stdout_set_file_name): Declare.
27474
27475 2000-05-10  Jim Meyering  <meyering@lucent.com>
27476
27477         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27478         (close_stdout_set_status): New function.
27479         * lib/closeout.h (close_stdout_set_status): Declare.
27480
27481 2000-05-09  Jim Meyering  <meyering@lucent.com>
27482
27483         * m4/gettext.m4: Rename this...
27484         * m4/libintl.m4: ...to this.
27485
27486 2000-05-08  Jim Meyering  <meyering@lucent.com>
27487
27488         * lib/long-options.c: Don't include closeout.h.
27489         (parse_long_options): Don't call close_stdout for --version.
27490
27491 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27492
27493         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27494         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27495         2.1.3 bug.  This avoids a clash when files like regex.c define
27496         _GNU_SOURCE.
27497
27498 2000-05-06  Jim Meyering  <meyering@lucent.com>
27499
27500         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27501         (AC_REPLACE_FUNCS): Add strnlen.
27502
27503         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27504         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27505
27506         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
27507         AC_SEARCH_LIBS call for nanosleep.
27508         (LIB_NANOSLEEP): Set and AC_SUBST.
27509
27510 2000-05-06  Jim Meyering  <meyering@lucent.com>
27511
27512         * lib/strnlen.c: Undefine __strnlen and strnlen.
27513         [!weak_alias]: Define __strnlen to strnlen.
27514
27515         * lib/atexit.c: New file, from libiberty.
27516
27517 2000-05-06  Jim Meyering  <meyering@lucent.com>
27518
27519         * lib/closeout.c (close_stdout_status): Also check for errors on the
27520         stderr stream.
27521
27522 2000-05-05  Jim Meyering  <meyering@lucent.com>
27523
27524         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
27525         AC_SEARCH_LIBS call for clock_gettime.
27526         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
27527
27528         * m4/search-libs.m4: Update from autoconf.
27529
27530         su doesn't work on Solaris 2.6.
27531         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
27532         <shadow.h>.  Reported by Dragos Harabor.
27533
27534 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
27535
27536         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
27537         memcpy instead of xmalloc, xrealloc, path_concat.
27538         (locale_charset): Treat empty environment variables as absent.
27539         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
27540
27541 2000-05-04  Jim Meyering  <meyering@lucent.com>
27542
27543         * lib/getopt.c: Update from glibc.
27544         * lib/obstack.c: Likewise.
27545         * lib/obstack.h: Likewise.
27546         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
27547         file
27548
27549         * lib/regex.h: Likewise.
27550         * lib/strndup.c: Likewise.
27551         * lib/strnlen.c: New file, from glibc.
27552
27553 2000-05-03  Jim Meyering  <meyering@lucent.com>
27554
27555         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
27556
27557 2000-05-02  Paul Eggert  <eggert@twinsun.com>
27558
27559         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
27560         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
27561         compile-time test, rather than inspecting host and OS, to
27562         decide whether to define _LARGEFILE_SOURCE.
27563
27564 2000-05-01  Jim Meyering  <meyering@lucent.com>
27565
27566         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
27567
27568         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
27569         Based on a patch from Bruno Haible.
27570
27571 2000-05-01  Jim Meyering  <meyering@lucent.com>
27572
27573         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
27574
27575 2000-04-29  Jim Meyering  <meyering@lucent.com>
27576
27577         * lib/path-concat.c: Declare strdup only if it's not defined.
27578         * lib/canon-host.c: Likewise.
27579
27580 2000-04-28  Jim Meyering  <meyering@lucent.com>
27581
27582         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
27583         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
27584         is included first, then limits.h is included by locale.h by libintl.h.
27585         From John David Anglin.
27586
27587 2000-04-25  Jim Meyering  <meyering@lucent.com>
27588
27589         * lib/makepath.c (S_IRWXUGO): Define.
27590         (make_path): Always perform explicit chmod if MODE specifies any
27591         of the `special' permission bits.  Prompted by a bug report against
27592         install from Mate Wierdl and Joost van Baal.
27593
27594 2000-04-18  Jim Meyering  <meyering@lucent.com>
27595
27596         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
27597         (jm_PREREQ): Use it.
27598
27599 2000-04-18  Jim Meyering  <meyering@lucent.com>
27600
27601         * lib/README: New file.
27602
27603         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
27604         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
27605
27606 2000-04-17  Jim Meyering  <meyering@lucent.com>
27607
27608         Get it right :-)
27609         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
27610         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
27611         Suggestion from Akim Demaille.
27612
27613 2000-04-17  Jim Meyering  <meyering@lucent.com>
27614
27615         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
27616         the definition of it to rpl_strftime also defined-away the system's
27617         declaration.
27618
27619 2000-04-15  Jim Meyering  <meyering@lucent.com>
27620
27621         Use `C' to denote so-called `contiguous' files, the same way
27622         that tar does.
27623         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
27624         (ftypelet): Use S_ISCTG.
27625         From Michael Deutschmann.
27626
27627 2000-04-14  Jim Meyering  <meyering@lucent.com>
27628
27629         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
27630         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
27631         clobbered.
27632
27633 2000-04-14  Jim Meyering  <meyering@lucent.com>
27634
27635         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
27636
27637 2000-04-13  Jim Meyering  <meyering@lucent.com>
27638
27639         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
27640         AH_VERBATIM to insert required #ifndef into config.h.in.
27641         Suggestion from Akim Demaille.
27642
27643 2000-04-12  Jim Meyering  <meyering@lucent.com>
27644
27645         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
27646         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
27647         Christian Krackowizer.
27648
27649         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
27650         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
27651         (AC_SYS_LARGEFILE): Require.
27652         (AM_C_PROTOTYPES): Require.
27653
27654 2000-04-08  Jim Meyering  <meyering@lucent.com>
27655
27656         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
27657         names don't conflict.  Reported by Eli Zaretskii.
27658
27659 2000-04-07  Jim Meyering  <meyering@lucent.com>
27660
27661         * lib/putenv.c: Move inclusion of errno.h so it follows that of
27662         sys/types.h, to work around system header problems on AIX 3.2.5.
27663         From Bruno Haible.
27664
27665 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
27666
27667         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
27668         bug.  Deal with the different error behavior of Irix iconv.
27669
27670 2000-04-05  Paul Eggert  <eggert@twinsun.com>
27671
27672         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
27673         IRIX if the installer said otherwise.
27674
27675 2000-04-05  Jim Meyering  <meyering@lucent.com>
27676
27677         Portability tweaks required for ultrix4.3.
27678         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
27679         (jm_CHECK_DECLS): Add getutent to the list of functions.
27680         (_jm_DECL_HEADERS): Add utmpx.h.
27681         From John David Anglin.
27682
27683         * m4/strftime.m4: Back out the 2000-04-02 change.
27684         Instead of that change, simply undefine putenv in the test program.
27685
27686 2000-04-05  Jim Meyering  <meyering@lucent.com>
27687
27688         Portability tweaks required for ultrix4.3.
27689         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
27690         getutent.
27691         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
27692         * lib/canon-host.c: Declare strdup.
27693         * lib/path-concat.c: Likewise.
27694         From John David Anglin.
27695
27696 2000-04-04  Jim Meyering  <meyering@lucent.com>
27697
27698         Be more DOS 8.3-friendly.
27699         * lib/ref-add.sin: Renamed from ref-add.sed.in.
27700         * lib/ref-del.sin: Renamed from ref-del.sed.in.
27701         * lib/Makefile.am: Reflect renaming.
27702         Reported by Eli Zaretskii.
27703
27704         Use a temporary file name that won't clash with `charset.alias'
27705         in the DOS 8.3 name space.
27706         * lib/Makefile.am (charset_tmp): Define.
27707         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
27708         (uninstall-local): Likewise.
27709         Reported by Eli Zaretskii.
27710
27711 2000-04-03  Jim Meyering  <meyering@lucent.com>
27712
27713         * m4/gettext.m4: Fix typo in comment.
27714
27715         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
27716         textutils/configure.in).  Suggestion from Paul Eggert.
27717         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
27718
27719 2000-04-02  Paul Eggert  <eggert@twinsun.com>
27720
27721         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
27722         variable in the shell rather than using putenv, which isn't
27723         portable.  This avoids the configure-time inter-test dependency
27724         on the potentially-renamed putenv function.
27725
27726 2000-03-30  Paul Eggert  <eggert@twinsun.com>
27727
27728         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
27729         before checking struct stat.st_blksize, so that
27730         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
27731
27732 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27733
27734         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
27735         since strftime.c uses HAVE_STRFTIME to decide whether to use
27736         the underlying strftime.
27737
27738 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27739
27740         * lib/time/strftime.c (my_strftime): Make sure we call the system
27741         strftime, not ourselves, when invoking the underlying strftime.
27742
27743 2000-03-24  Jim Meyering  <meyering@lucent.com>
27744
27745         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
27746         (charset_alias): Define.
27747         (install-exec-local): Factor out common code.
27748         (uninstall-local): Split lines longer than 80.
27749         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
27750         (SUFFIXES): Define.
27751         (.sed.in.sed): New rule.  Don't redirect directly to $@.
27752         (CLEANFILES): Add ref-add.sed and ref-del.sed.
27753
27754 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
27755
27756         * lib/config.charset: Output a line containing "Packages using this
27757         file".
27758         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
27759         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
27760         ref-del.sed): New rules.
27761
27762 2000-03-17  Jim Meyering  <meyering@lucent.com>
27763
27764         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
27765         Otherwise, include <strings.h>
27766
27767 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
27768
27769         * lib/unicodeio.c (utf8_wctomb): New function.
27770         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
27771         format instead of in UCS-4 with platform dependent endianness.
27772
27773 2000-03-10  Jim Meyering  <meyering@lucent.com>
27774
27775         * m4/lib-check.m4: Look for getspnam in -lgen, too.
27776         From Marco Franzen.
27777
27778 2000-03-07  Paul Eggert  <eggert@twinsun.com>
27779
27780         * lib/savedir.c (savedir): Work even if directory size is
27781         negative; this can happen with some screwy NFS configurations.
27782
27783 2000-03-06  Jim Meyering  <meyering@lucent.com>
27784
27785         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
27786         if it's NULL (because we ran out of memory).  From Bruno Haible.
27787
27788 2000-03-05  Jim Meyering  <meyering@lucent.com>
27789
27790         * lib/localcharset.c ("path-concat.h"): Include.
27791         (get_charset_aliases): Use path_concat instead of ANSI string
27792         concatenation.
27793
27794         * lib/unicodeio.h (PARAMS): Define.
27795         Use it to guard prototype.
27796
27797 2000-03-04  Jim Meyering  <meyering@lucent.com>
27798
27799         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
27800         for lib/localcharset.c.
27801
27802 2000-03-04  Jim Meyering  <meyering@lucent.com>
27803
27804         * lib/Makefile.am (install-exec-local): Create $(libdir) before
27805         installing into it.
27806         (uninstall-local): Uncomment this rule so `make distcheck' works
27807         once again.
27808
27809         * lib/unicodeio.c (<errno.h>): Include it.
27810         (errno): Declare if not defined.
27811
27812         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
27813
27814         * lib/config.charset: New version, incorporating remarks from a linux
27815         i18n mailing list.  From Bruno Haible.
27816
27817 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
27818
27819         * m4/codeset.m4: New file.
27820         * m4/iconv.m4: New file.
27821         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
27822
27823 2000-03-03  Jim Meyering  <meyering@lucent.com>
27824
27825         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
27826
27827 2000-03-02  Jim Meyering  <meyering@lucent.com>
27828
27829         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
27830         the messages come out on separate lines.
27831
27832         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
27833         rather than jm_CHECK_DECLARATIONS.
27834         * m4/decl.m4: Remove now-unused file.
27835
27836         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
27837         geteuid.
27838
27839 2000-03-02  Jim Meyering  <meyering@lucent.com>
27840
27841         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
27842
27843 2000-03-01  Jim Meyering  <meyering@lucent.com>
27844
27845         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
27846         * lib/unicodeio.c: Likewise.
27847
27848 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
27849
27850         * lib/config.charset: New file.
27851         * lib/localcharset.c: New file.
27852         * lib/unicodeio.h, lib/unicodeio.c: New files.
27853         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
27854         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
27855         (noinst_HEADERS): Add unicodeio.h.
27856         (all-local, install-exec-local, charset.alias): New targets.
27857
27858 2000-02-28  Paul Eggert  <eggert@twinsun.com>
27859
27860         * lib/quotearg.c (ALERT_CHAR): New macro.
27861         (quotearg_buffer_restyled): Use it.
27862
27863 2000-02-27  Jim Meyering  <meyering@lucent.com>
27864
27865         * m4/check-decl.m4: Add getenv to the list.
27866
27867 2000-02-27  Jim Meyering  <meyering@lucent.com>
27868
27869         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
27870         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
27871
27872         * lib/backupfile.c: Guard inclusion of stdlib.h with
27873         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
27874         Declare malloc if needed.
27875
27876         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
27877         `#ifndef HAVE_DECL..'
27878         now that autoconf always defines the HAVE_DECL_ symbols.
27879         * lib/human.c: Likewise.
27880         * lib/same.c: Likewise.
27881         * lib/strtoumax.c: Likewise.
27882
27883         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
27884         declaration check was not run.
27885         * lib/hash.c: Likewise.
27886         * lib/human.c: Likewise.
27887         * lib/same.c: Likewise.
27888         * lib/strtoumax.c: Likewise.
27889
27890         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
27891         `.', then first look up the entire `.'-containing string as a login
27892         name.
27893
27894 2000-02-23  Jim Meyering  <meyering@lucent.com>
27895
27896         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
27897         in place of my hack.
27898
27899 2000-02-18  Paul Eggert  <eggert@twinsun.com>
27900
27901         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
27902         (textint): New typedef.
27903         (parser_control): Member year changed from int to textint.
27904         All uses changed.
27905         (YYSTYPE): Removed; replaced by %union with int and textint members.
27906         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
27907         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
27908         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
27909         (tSNUMBER, tUNUMBER): Now of type <textintval>.
27910         (date, number, to_year): Use width of number in digits, not its value,
27911         to determine whether it's a 2-digit year, or a 2-digit time.
27912         (yylex): Store number of digits of numeric tokens.
27913         Reported by John Kendall.
27914
27915         (parser_control): Changed from struct parser_control to typedef (for
27916         consistency).  All uses changed.
27917
27918         (tID): Removed; not used.
27919         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
27920
27921 2000-02-14  Paul Eggert  <eggert@twinsun.com>
27922
27923         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
27924         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
27925
27926 2000-02-12  Jim Meyering  <meyering@lucent.com>
27927
27928         * lib/userspec.c (ISDIGIT): Define it.
27929         (isdigit): Remove definition.
27930         (is_number): Use ISDIGIT, not isdigit.
27931         <libintl.h>: Include.
27932         (_ and N_): Define.
27933         (parse_user_spec): Mark translatable strings.
27934
27935 2000-02-10  Jim Meyering  <meyering@lucent.com>
27936
27937         With these changes, nanosleep.[ch] are finally enough like the other
27938         lib/* replacement files to compile on a few more losing systems.
27939
27940         * lib/nanosleep.h: Don't include config.h.
27941         Remove prototype from declaration of nanosleep.
27942         (PARAMS): Remove now-unneeded definition.
27943         * lib/nanosleep.c: #undef nanosleep.
27944         (rpl_nanosleep): Rename from nanosleep.
27945
27946 2000-02-10  Jim Meyering  <meyering@lucent.com>
27947
27948         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
27949         gnu_nanosleep to rpl_nanosleep.
27950
27951 2000-02-09  Jim Meyering  <meyering@lucent.com>
27952
27953         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
27954         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
27955
27956 2000-02-08  Akim Demaille  <akim@epita.fr>
27957
27958         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
27959         `[' and `]' and remove uses of `changequote'.
27960         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
27961         (AC_SYS_LARGEFILE): Likewise.
27962         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
27963         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
27964         of changequote.
27965         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
27966         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
27967         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
27968         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
27969
27970 2000-02-05  Jim Meyering  <meyering@lucent.com>
27971
27972         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
27973         Remove explicit use of AC_HEADER_TIME.  It is required by
27974         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
27975         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
27976         in autoconf whereby the expansion of the latter ended up preceding
27977         the expansion of its prerequisite, AC_HEADER_TIME.
27978         Reported by Volker Borchert.
27979
27980 2000-02-03  Jim Meyering  <meyering@lucent.com>
27981
27982         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
27983
27984 2000-02-03  Jim Meyering  <meyering@lucent.com>
27985
27986         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
27987         rather than with `#if HAVE_UTMPNAME'.
27988
27989 2000-02-02  Jim Meyering  <meyering@lucent.com>
27990
27991         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
27992         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
27993         Reported by Eli Zaretskii.
27994
27995 2000-02-01  Jim Meyering  <meyering@lucent.com>
27996
27997         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
27998
27999 2000-01-31  Jim Meyering  <meyering@lucent.com>
28000
28001         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28002         functions.  Add the time.h and sys/time.h headers along with the
28003         AC_REQUIRE'ment of AC_HEADER_TIME.
28004
28005 2000-01-31  Jim Meyering  <meyering@lucent.com>
28006
28007         * lib/nanosleep.h (nanosleep): Guard declaration with
28008         `#if ! HAVE_DECL_NANOSLEEP'.
28009         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28010         the declaration in that vendor's sys/timers.h.
28011         Reported by Christian Krackowizer.
28012
28013         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28014         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28015         (ISPRINT): Likewise.
28016         Reported by Tom Tromey.
28017
28018 2000-01-30  Jim Meyering  <meyering@lucent.com>
28019
28020         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28021
28022         * m4/prereq.m4 (utmp_includes): Define.
28023         Check for ut_user and ut_name members in both struct utmpx
28024         and struct utmp.
28025
28026 2000-01-30  Jim Meyering  <meyering@lucent.com>
28027
28028         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28029         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28030         header files where only utmpx.ut_user is declared.
28031
28032         * lib/readutmp.h (UT_USER): Define.
28033
28034 2000-01-29  Jim Meyering  <meyering@lucent.com>
28035
28036         * m4/lib-check.m4: New file containing library-related checks from
28037         fileutils and sh-utils (textutils had none).
28038
28039 2000-01-28  Jim Meyering  <meyering@lucent.com>
28040
28041         * m4/perl.m4: Change format of warning message to look more like that
28042         from the missing script.  Suggestion from François Pinard.
28043
28044 2000-01-25  Jim Meyering  <meyering@lucent.com>
28045
28046         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28047         well as time.h in the compile check.
28048         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28049         Fix typo in cross-compiling case: s/yes/no/.
28050
28051 2000-01-23  Jim Meyering  <meyering@lucent.com>
28052
28053         * m4/jm-macros.m4: Move df-related tests here from
28054         fileutils/configure.in
28055
28056         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28057         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28058
28059         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28060         s/space/ac_fsusage_space/.
28061         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28062
28063         * m4/ftruncate.m4: New file (derived from part of
28064         fileutils/configure.in).
28065         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28066         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28067
28068         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28069         AC_SUBST these here, rather than just in sh-util/configure.in, so
28070         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28071         all the same.
28072         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28073         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28074         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28075         (AC_SUBST(POW_LIBM)): Likewise.
28076         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28077
28078 2000-01-23  Jim Meyering  <meyering@lucent.com>
28079
28080         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28081         obstack.c.
28082
28083 2000-01-22  Jim Meyering  <meyering@lucent.com>
28084
28085         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28086
28087         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28088
28089         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28090         configure.in
28091         (AC_CHECK_HEADERS): Likewise for sh-utils.
28092         (AC_CHECK_HEADERS): Likewise for textutils.
28093         Merge the three lists of headers.
28094
28095         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28096         from fileutils' configure.in.
28097
28098         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28099         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28100         check-decl.m4.
28101
28102         * m4/check-decl.m4: Use #if rather than #ifdef.
28103         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28104         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28105         (_jm_DECL_HEADERS): Define new function.
28106         (jm_CHECK_DECLARATIONS): Require it.
28107
28108 2000-01-22  Jim Meyering  <meyering@lucent.com>
28109
28110         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28111         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28112         Required for some AIX systems.  Reported by Christian Krackowizer.
28113         [TESTING] (main): New function.
28114
28115         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28116         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28117         letters.
28118
28119         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28120         iswprint.
28121
28122         * lib/strverscmp.c (ISDIGIT): Define.
28123         (strverscmp): Use ISDIGIT, not isdigit.
28124
28125 2000-01-19  Jim Meyering  <meyering@lucent.com>
28126
28127         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28128         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28129         defines `struct timespec' in <sys/time.h>
28130
28131         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28132         Thanks to Akim for explaining.
28133
28134 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28135
28136         * lib/nanosleep.c (nanosleep):
28137         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28138         POSIX.1 doesn't require SA_INTERRUPT and some systems
28139         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28140         it's been part of POSIX.1 since day 1 (in 1988).
28141
28142 2000-01-17  Jim Meyering  <meyering@lucent.com>
28143
28144         * lib/interlock: Remove unused file.  Reported by François Pinard.
28145
28146 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28147
28148         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28149         alert, backslash, formfeed, and vertical tab unnecessarily in
28150         shell quoting style.
28151
28152 2000-01-16  Jim Meyering  <meyering@lucent.com>
28153
28154         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28155         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28156         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28157         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28158
28159 2000-01-16  Jim Meyering  <meyering@lucent.com>
28160
28161         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28162         because the latter didn't work.
28163
28164 2000-01-15  Jim Meyering  <meyering@lucent.com>
28165
28166         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28167         (AC_REPLACE_FUNCS): Add memcpy and memset.
28168         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28169         Add strpbrk.
28170         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28171
28172 2000-01-12  Jim Meyering  <meyering@lucent.com>
28173
28174         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28175         (jm_PREREQ): Use it.
28176         (jm_PREREQ_READUTMP): New macro.
28177         (jm_PREREQ): Use it.
28178
28179 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28180
28181         Quote multibyte characters correctly.
28182         * m4/c-bs-a.m4: New file.
28183         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28184         (jm_PREREQ): Use it.
28185
28186 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28187
28188         * m4/uintmax_t.m4: Port to autoconf 2.13.
28189
28190 2000-01-08  Jim Meyering  <meyering@ascend.com>
28191
28192         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28193         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28194
28195 2000-01-04  Jim Meyering  <meyering@ascend.com>
28196
28197         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28198         jm_STRUCT_DIRENT_D_TYPE.
28199         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28200         jm_STRUCT_DIRENT_D_INO.
28201         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28202         jm_STRUCT_UTIMBUF.
28203         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28204         renamings.
28205         * m4/utime.m4: Likewise.
28206
28207         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28208         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28209
28210 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28211
28212         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28213         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28214
28215 2000-01-02  Jim Meyering  <meyering@ascend.com>
28216
28217         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28218         remember if this is necessary.
28219
28220 1999-12-26  Jim Meyering  <meyering@ascend.com>
28221
28222         * m4/jm-macros.m4: Use it here.
28223         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28224
28225 1999-12-23  Jim Meyering  <meyering@ascend.com>
28226
28227         * m4/jm-macros.m4: Check for clock_gettime (moved from
28228         fileutils/configure.in)
28229         Check for gettimeofday.
28230
28231 1999-12-20  Jim Meyering  <meyering@ascend.com>
28232
28233         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28234         autoconf-2.14a-1999-12-20.
28235
28236 1999-12-19  Jim Meyering  <meyering@ascend.com>
28237
28238         * m4/lstat-slash.m4: New file.
28239         * m4/jm-macros.m4: Use the new macro:
28240         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28241
28242 1999-12-07  Jim Meyering  <meyering@ascend.com>
28243
28244         * m4/perl.m4: Require that File::Compare be available, too.
28245         Too many systems seem to lack it.
28246
28247         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28248         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28249
28250 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28251
28252         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28253         problem with the QNX 4.25 shell, which doesn't propagate exit
28254         status of failed commands inside shell assignments.
28255
28256 1999-11-17  Jim Meyering  <meyering@ascend.com>
28257
28258         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28259
28260 1999-11-07  Jim Meyering  <meyering@ascend.com>
28261
28262         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28263
28264 1999-11-06  Jim Meyering  <meyering@ascend.com>
28265
28266         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28267         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28268
28269 1999-11-05  Jim Meyering  <meyering@ascend.com>
28270
28271         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28272         configure.in of textutils, fileutils, and sh-utils into this one
28273         (shared between those packages) file.
28274         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28275         AC_STRUCT_ST_BLKSIZE.
28276
28277 1999-11-03  Jim Meyering  <meyering@ascend.com>
28278
28279         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28280         of AC_CHECK_TYPE checks includes unistd.h.
28281         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28282         Suggestion from Akim Demaille.
28283
28284 1999-10-30  Jim Meyering  <meyering@ascend.com>
28285
28286         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28287         m4-quoted string.
28288         * m4/ls-mntd-fs.m4: Likewise.
28289         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28290         * m4/jm-winsz1.m4: Likewise.
28291
28292         * m4/const.m4: Remove file, since the fix made it into the experimental
28293         version of autoconf.
28294         * m4/mktime.m4: Likewise.
28295
28296         * m4/check-type.m4: Remove file, now that the latest version of
28297         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28298
28299         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28300         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28301         AC_CHECK_TYPE.
28302
28303 1999-10-04  Jim Meyering  <meyering@ascend.com>
28304
28305         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28306
28307 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28308
28309         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28310         2.95.1 bug with HP-UX 10.20.
28311
28312 1999-09-17  Jim Meyering  <meyering@ascend.com>
28313
28314         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28315         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28316         due to missing strdup (against sh-utils-2.0).
28317
28318 1999-08-29  Jim Meyering  <meyering@ascend.com>
28319
28320         * m4/jm-macros.m4: Require jm_BISON.
28321         * m4/bison.m4: New file.
28322
28323 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28324
28325         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28326         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28327
28328 1999-08-05  Jim Meyering  <meyering@ascend.com>
28329
28330         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28331         to avoid conflicts with `conftest' on 8+3 filesystems.
28332         Suggestion from Eli Zaretskii.
28333
28334 1999-08-04  Jim Meyering  <meyering@ascend.com>
28335
28336         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28337         fileutils and sh-utils (textutils's getline test was inadequate).
28338         (AM_FUNC_GETLINE): Run this test.
28339         (AC_CHECK_FUNCS): Check for getdelim.
28340         Reported by Bob Proulx.
28341
28342 1999-08-02  Jim Meyering  <meyering@ascend.com>
28343
28344         * m4/jm-macros.m4: Add a comment.
28345
28346 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28347
28348         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28349         <inttypes.h> defines strtoumax as a macro (and not as a
28350         function).
28351
28352 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28353
28354         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28355         that we can shift, multiply and divide unsigned long long
28356         values; Ultrix cc can't do it.
28357
28358 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28359
28360         * m4/mktime.m4: New file, which is a preview of what should appear
28361         in the next public autoconf release.
28362
28363 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28364
28365         * m4/lfs.m4: Remove this file.
28366         * m4/largefile.m4: New file.  It contains the old contents of
28367         lfs.m4, except that all names with prefix AC_LFS have been
28368         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28369         compatible with future autoconf versions.  Also, some minor m4
28370         quoting problems have been fixed.
28371
28372 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28373
28374         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28375         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28376         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28377         and simplify the shell code.
28378
28379 1999-08-01  Jim Meyering  <meyering@ascend.com>
28380
28381         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28382         m4.
28383
28384 1999-07-20  Jim Meyering  <meyering@ascend.com>
28385
28386         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28387
28388 1999-07-15  Jim Meyering  <meyering@ascend.com>
28389
28390         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28391
28392 1999-05-22  Jim Meyering  <meyering@ascend.com>
28393
28394         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28395
28396 1999-05-20  Jim Meyering  <meyering@ascend.com>
28397
28398         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28399         Add a colon after each `then' in case $4 is empty.
28400
28401 1999-05-16  Jim Meyering  <meyering@ascend.com>
28402
28403         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28404
28405 1999-05-10  Jim Meyering  <meyering@ascend.com>
28406
28407         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28408
28409         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28410         AC_FUNC_MKTIME.
28411
28412 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28413
28414         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28415
28416 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28417
28418         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28419         not CPPFLAGS, so that linking works correctly in IRIX.
28420
28421 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28422
28423         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28424
28425 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28426
28427         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28428         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28429         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28430         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28431         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28432
28433         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28434
28435 1999-04-20  Jim Meyering  <meyering@ascend.com>
28436
28437         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28438         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28439         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28440
28441 1999-04-18  Jim Meyering  <meyering@ascend.com>
28442
28443         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28444         * m4/jm-macros.m4: Use it.
28445
28446 1999-04-06  Jim Meyering  <meyering@ascend.com>
28447
28448         * m4/strftime.m4: Remove test for %f.
28449
28450 1999-03-29  Jim Meyering  <meyering@ascend.com>
28451
28452         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28453         superset of the AC_TYPE_* checks in the textutils, fileutils,
28454         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28455         AC_TYPE_PID_T.
28456
28457 1999-03-28  Jim Meyering  <meyering@ascend.com>
28458
28459         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28460         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28461         replaced e.g., in the *.sh files of the sh-utils.
28462
28463 1999-03-20  Jim Meyering  <meyering@ascend.com>
28464
28465         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28466         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28467         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28468
28469 1999-03-19  Jim Meyering  <meyering@ascend.com>
28470
28471         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28472
28473 1999-03-12  Jim Meyering  <meyering@ascend.com>
28474
28475         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28476
28477 1999-03-07  Jim Meyering  <meyering@ascend.com>
28478
28479         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28480         declared.
28481
28482 1999-02-17  Jim Meyering  <meyering@ascend.com>
28483
28484         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28485         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28486
28487 1999-02-07  Jim Meyering  <meyering@ascend.com>
28488
28489         * m4/group-member.m4: New file -- extracted from sh-utils'
28490         configure.in.
28491
28492         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28493         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28494
28495 1999-02-06  Jim Meyering  <meyering@ascend.com>
28496
28497         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28498         * m4/fnmatch.m4: Likewise.
28499         * m4/getgroups.m4: Likewise.
28500         * m4/lstat.m4: Likewise.
28501         * m4/malloc.m4: Likewise.
28502         * m4/putenv.m4: Likewise.
28503         * m4/realloc.m4: Likewise.
28504         * m4/regex.m4: Likewise.
28505         * m4/stat.m4: Likewise.
28506         * m4/strftime.m4: Likewise.
28507         Suggestion from Alain Magloire.
28508
28509         * m4/chown.m4: Use `.$ac_objext', not `.o'.
28510         * m4/fnmatch.m4: Likewise.
28511         * m4/getgroups.m4: Likewise.
28512         * m4/getline.m4: Likewise.
28513         * m4/lstat.m4: Likewise.
28514         * m4/malloc.m4: Likewise.
28515         * m4/memcmp.m4: Likewise.
28516         * m4/putenv.m4: Likewise.
28517         * m4/realloc.m4: Likewise.
28518         * m4/regex.m4: Likewise.
28519         * m4/stat.m4: Likewise.
28520         * m4/strftime.m4: Likewise.
28521         Suggestion from Alain Magloire.
28522
28523         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
28524         an argument.
28525
28526         * m4/regex.m4: Add a run-time Test for proper operation of
28527         re_compile_pattern.
28528
28529 1999-01-31  Jim Meyering  <meyering@ascend.com>
28530
28531         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
28532
28533 1999-01-30  Jim Meyering  <meyering@ascend.com>
28534
28535         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
28536
28537         * m4/jm-mktime.m4: Make this a wrapper around the official
28538         AM_FUNC_MKTIME rather than my private copy, now that the official one
28539         is up to date.
28540         * m4/mktime.m4: Remove file.
28541
28542         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
28543         * m4/uptime.m4: Likewise.
28544         * m4/uintmax_t.m4: Likewise.
28545
28546 1999-01-28  Jim Meyering  <meyering@ascend.com>
28547
28548         * m4/jm-macros.m4: Use jm_AFS.
28549         * m4/afs.m4: New file (from fileutils' configure.in).
28550
28551         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
28552         * m4/chown.m4: Likewise.
28553         * m4/d-ino.m4: Likewise.
28554         * m4/d-type.m4: Likewise.
28555         * m4/fnmatch.m4: Likewise.
28556         * m4/getgroups.m4: Likewise.
28557         * m4/gettext.m4: Likewise.
28558         * m4/jm-mktime.m4: Likewise.
28559         * m4/jm-winsz2.m4: Likewise.
28560         * m4/lcmessage.m4: Likewise.
28561         * m4/ls-mntd-fs.m4: Likewise.
28562         * m4/malloc.m4: Likewise.
28563         * m4/memcmp.m4: Likewise.
28564         * m4/putenv.m4: Likewise.
28565         * m4/realloc.m4: Likewise.
28566         * m4/st_mtim.m4: Likewise.
28567         * m4/strftime.m4: Likewise.
28568
28569 1999-01-16  Jim Meyering  <meyering@ascend.com>
28570
28571         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
28572         (ARGMATCH_DIE_DECL): Define.
28573
28574 1999-01-12  Jim Meyering  <meyering@ascend.com>
28575
28576         * m4/Makefile.am.in: Rewrite to avoid using fmt.
28577         Reported by Lars Hecking.
28578
28579 1999-01-10  Jim Meyering  <meyering@ascend.com>
28580
28581         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
28582         gross kludge.
28583         * m4/inttypes_h.m4: Likewise.
28584         * m4/lstat.m4: Likewise.
28585         * m4/malloc.m4: Likewise.
28586         * m4/readdir.m4: Likewise.
28587         * m4/realloc.m4: Likewise.
28588         * m4/st_dm_mode.m4: Likewise.
28589         * m4/stat.m4: Likewise.
28590         * m4/utimbuf.m4: Likewise.
28591         * m4/utimes.m4: Likewise.
28592
28593         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
28594         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
28595         comments in config.h.in are meaningful.
28596
28597         * m4/jm-macros.m4: Require autoconf-2.13 here.
28598
28599         * m4/regex.m4: By default, don't use the included regex.c on systems
28600         with glibc 2.  Suggestion from Uli Drepper.
28601
28602 1999-01-02  Jim Meyering  <meyering@ascend.com>
28603
28604         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
28605
28606 1998-12-18  Jim Meyering  <meyering@ascend.com>
28607
28608         * m4/Makefile.am.in (Makefile.am): Simplify rule.
28609         Based on a suggestion from Lars Hecking.
28610
28611 1998-11-16  Paul Eggert  <eggert@twinsun.com>
28612
28613         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
28614
28615 1998-11-16  Jim Meyering  <meyering@ascend.com>
28616
28617         * m4/lfs.m4: Double-quote the `uname...` expression.
28618
28619 1998-11-14  Jim Meyering  <meyering@ascend.com>
28620
28621         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
28622         * m4/stat.m4: Likewise.
28623
28624 1998-11-03  Jim Meyering  <meyering@ascend.com>
28625
28626         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
28627         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
28628
28629 1998-10-18  Jim Meyering  <meyering@ascend.com>
28630
28631         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
28632
28633 1998-10-17  Jim Meyering  <meyering@ascend.com>
28634
28635         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
28636         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
28637         calls for those previously hard-coded headers.  Instead, take a new
28638         parameter.
28639         (jm_CHECK_DECLARATIONS): Reflect interface change.
28640         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
28641         (jm_CHECK_DECL_LOCALTIME_R): New macro.
28642
28643         * m4/mktime.m4: Test for spring-forward gap before long-running test.
28644
28645 1998-10-14  Jim Meyering  <meyering@ascend.com>
28646
28647         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
28648         instead of "TZ=America/Vancouver".  From Paul Eggert.
28649
28650 1998-10-11  Jim Meyering  <meyering@ascend.com>
28651
28652         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
28653         This adds a test for a recently added compatibility fix for mktime.c.
28654         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
28655
28656 1998-09-27  Jim Meyering  <meyering@ascend.com>
28657
28658         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
28659
28660         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
28661         ../configure.in, including a change from Gordon Matzigkeit to allow
28662         cross-compiling for the Hurd.
28663
28664         * m4/glibc.m4: New file/macro to test for the GNU C Library
28665         versions 1 and 2.  From Gordon Matzigkeit.
28666         Indent.
28667
28668 1998-09-21  Jim Meyering  <meyering@ascend.com>
28669
28670         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
28671
28672 1998-08-18  Paul Eggert  <eggert@twinsun.com>
28673
28674         Port nanosecond-resolution times to UnixWare 2.1.2 and
28675         pedantic Solaris 2.6.
28676
28677         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
28678         AC_STRUCT_ST_MTIM.
28679         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
28680         Generate name of ns member, instead of just 1 or undef.
28681         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
28682
28683 1998-08-15  Jim Meyering  <meyering@ascend.com>
28684
28685         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
28686         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
28687         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
28688         instead of jm_TYPE_SSIZE_T.
28689
28690 1998-08-12  Jim Meyering  <meyering@ascend.com>
28691
28692         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
28693
28694 1998-08-02  Jim Meyering  <meyering@ascend.com>
28695
28696         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
28697         in acconfig.h manually.
28698
28699 1998-07-31  Paul Eggert  <eggert@twinsun.com>
28700
28701         * m4/st_mtim.m4: New file.
28702
28703 1998-07-28  Jim Meyering  <meyering@ascend.com>
28704
28705         * m4/utimes.m4: Undef stat.
28706
28707 1998-07-25  Jim Meyering  <meyering@ascend.com>
28708
28709         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
28710         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
28711
28712 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
28713
28714         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
28715         uid and gid actually remain unchanged.
28716
28717 1998-07-07  Jim Meyering  <meyering@ascend.com>
28718
28719         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
28720
28721 1998-07-04  Jim Meyering  <meyering@ascend.com>
28722
28723         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
28724         to prove that this macro can be used in packages without regex.c.
28725
28726 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
28727
28728         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
28729         is to be used.
28730
28731 1998-07-03  Jim Meyering  <meyering@ascend.com>
28732
28733         * m4/gettext.m4: Add -lintl if it's found to be necessary.
28734
28735         * m4/gettext.m4: New file -- from gettext-0.10.35.
28736         * m4/lcmessage.m4: Likewise.
28737         * m4/progtest.m4: Likewise.
28738
28739         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
28740         * m4/jm-macros.m4: Require the new macro.
28741
28742 1998-06-29  Jim Meyering  <meyering@ascend.com>
28743
28744         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
28745         for the definition of NGROUPS (used in a system header included
28746         by sys/mount.h).
28747
28748 1998-06-28  Jim Meyering  <meyering@ascend.com>
28749
28750         * m4/ls-mntd-fs.m4: New file.
28751         * m4/fstypename.m4: New file.
28752
28753         * m4/jm-macros.m4: Require the new macro.
28754         * m4/jm-glibc-io.m4: New file.
28755
28756 1998-05-19  Jim Meyering  <meyering@ascend.com>
28757
28758         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
28759         * m4/lchown.m4: New file.
28760
28761         * m4/Makefile.am.in: New file.
28762         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
28763
28764 1998-05-14  Jim Meyering  <meyering@ascend.com>
28765
28766         * m4/Makefile.am (EXTRA_DIST): Add them.
28767         * m4/jm-macros.m4: New file.
28768         * m4/utimbuf.m4: New file.
28769
28770 1998-05-12  Jim Meyering  <meyering@ascend.com>
28771
28772         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
28773
28774 1998-05-11  Jim Meyering  <meyering@ascend.com>
28775
28776         * m4/isc-posix.m4: New file.
28777
28778 1998-05-10  Jim Meyering  <meyering@ascend.com>
28779
28780         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
28781
28782 1998-05-09  Jim Meyering  <meyering@ascend.com>
28783
28784         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
28785         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
28786         with automake.
28787
28788         * m4/ssize_t.m4: New file.
28789         * m4/mktime.m4: Remove file -- the new automake has this now.
28790
28791 1998-04-26  Jim Meyering  <meyering@ascend.com>
28792
28793         * m4/assert.m4: New file.
28794         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
28795
28796 1998-04-05  Jim Meyering  <meyering@ascend.com>
28797
28798         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
28799         (jm_PREREQ): Use it here.
28800
28801 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
28802
28803         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
28804         in acconfig.h.
28805
28806 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
28807
28808         * m4/prereq.m4: New file.
28809         * m4/error.m4: New file.
28810         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
28811
28812 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
28813
28814         * m4/getline.m4: Don't set am_cv_func_working_getline before the
28815         cache-check for the same variable -- that defeated the purpose of
28816         the test; the test program was never run.  This was a problem only
28817         on systems with losing getline functions -- HP-UX 10.20 is one.
28818         Reported by Bjorn Helgaas.
28819
28820 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
28821
28822         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
28823
28824 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
28825
28826         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
28827
28828         * m4/const.m4: New file.  Use an initializer in this declaration
28829         typedef int charset[2]; const charset x;
28830         Reported by Bob Glickstein.
28831
28832 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
28833
28834         * m4/chown.m4: Fix reversed types on -1 args to chown.
28835         From Kaveh Ghazi.
28836
28837 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
28838
28839         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
28840         Add lseek and memchr.
28841
28842         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
28843         T.E.Dickey <dickey@clark.net> said that some older preprocessors
28844         have a 20-character limit on names.
28845
28846 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
28847
28848         * m4/inttypes_h.m4: New file.
28849         * m4/uintmax_t.m4: New file.
28850         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
28851
28852 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
28853   Free Software Foundation, Inc.
28854 Copying and distribution of this file, with or without modification,
28855 are permitted provided the copyright notice and this notice are preserved.